html {
    /* scroll-padding-top: 83px; */
}


body {
    font-size: 14px; /*.9rem; */
    color: #24272a;
    background-color: #F5F7FA; /* #ecf1f6; */
}

.bg-yellow {
    background-color: yellow;
}
.bg-white {
    background-color: white;
}


.form-container {
    background-color: white;
    position: relative;
    top: 5vh;
    /* bottom: auto; */
    /* padding: 30px; */
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px gray;
}

.login-form {
    top: 25%;
}


/* div.dataTables_wrapper {
    width: 1000px;
    margin: 0 auto;
} */

td.highlight {
    background-color: whitesmoke !important;
}


.custom-form-control {
    color: rgb(26, 24, 24);
    /* font-size: .8rem; */
    height: 35px;
    line-height: 25px;
}

.form-control {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/* bootstrap select or selectpicker css overwrite start */
.bootstrap-select>.dropdown-toggle {
    color: rgb(26, 24, 24);
    font-size: 14px;
    height: 30px;
    line-height: 25px;
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown-menu{
    font-size: 14px;
}
/* .btn-group-toggle{
    font-size: .8rem;
} */
.bootstrap-select>.filter-option-inner {
    margin: 0px;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: 25px;
}

/* bootstrap select or selectpicker css overwrite finish */
/*
.shadow{
    box-shadow: 0 0.1rem 1rem rgba(1,1,1,.3)!important;
} */
.purva-bg-color, .card-header {
    color: white;
    background-color: #0875a1;
}

.card{
    border: 1px solid #0875a1;
}

.purva-btn,.purva-btn:hover, .purva-btn:focus {
    color: white!important;
    background-color: #0875a1!important;
    border-color: #0875a1!important;
    /* outline: none !important;
    box-shadow: none; */
}
.btn:focus, .btn:active{
    border: 1px groove black!important;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #0000006b;
    -moz-box-shadow: 0 8px 6px -6px #0000006b;
    box-shadow: 0 8px 6px -6px #0000006b;

}

.asterisk {
    color: rgb(207, 27, 27);
}

.datepicker table tr td.new.day {
    display: none;
}

.datepicker table tr td.old {
    visibility: hidden;
}

#loading-bar {
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1049;
}


.justify {
    text-align: justify;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.padding-8px {
    padding: 8px;
}

.purva-brand-logo {
    background-color: white;
    color: #0478a6 !important;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 25px;
}

.evoting-app-div {

    margin-bottom: 25px;

}

.full-width-no-left-padding {
    width: 100%;
    padding-left: 0;
}

.full-width {
    width: 100% !important;
}

.organization-color {
    color: rgb(80, 30, 100);
}

.color-green {
    color: green;
}

.float-right {
    float: right;
}

.purva-tr-color {
    background-color: #0875a1;
    color: white;
}


.voting-resolution-ul {
    list-style-type: none;
}

.voting-resolution-border {
    padding: 25px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: rgb(229, 255, 226);
}

.voting-sub-resolution-border {
    padding: 10px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: rgb(208, 255, 204);
}

.email-text-area {
    height: 300px;
}

.bg-custom {
    background-color: rgba(28, 23, 23, 0.6);
    /* background-color: black;  */
     /* #4b4b4b; */
}

.button-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
}

.fas {
    cursor: pointer;
    font-size: 24px;
}

.dark-theme{
    color: yellow !important;
    background-color: black !important;
}
.text-yellow{
    color: yellow;
}

.btn-theme{
    color: white;
    background-color: #0875a1;
}

.footer {

    width: 100%;
    overflow: hidden;
    color: white;
    background-color: #0875a1;
}

.footer .footer-text{
    color: white;
    /* background-color: #0875a1; */
}

/* marquee{
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    color: white;
    background-color: #0875a1;
} */


.dark-mode-btn, .dark-mode-btn:hover {
    background-color: #343a40;
    border: 1px solid #343a40;
    color: #ffff00;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
}

.grey-mode-btn, .grey-mode-btn:hover{
    background-color: #575757;
    border: 1px solid #575757;
    color: #ffff00;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
}
.light-mode-btn, .light-mode-btn:hover {
    background-color: white;
    border: 1px solid ;
    color: #0875a1;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
}

.anchor-bordered-plus {
    border: 1px solid;
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
}
.anchor-bordered{
    border: 1px solid;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}
.anchor-bordered-minus {
    border: 1px solid;
    cursor: pointer;
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
}
.nav-menu .navbar-nav .nav-link{
    color: white;
    background-color: #0875a1;
}

.nav-menu .navbar-nav .nav-link:hover{
    color: #0875a1;
    background-color: white;
    border-radius: 4px;
}

#nav-menu {
    color: yellow;
    background-color: #0875a1;
}
.candidate-photo {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
  }
  
  /* nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 } */

 /* .card-deck { */
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /* grid-gap: .3rem; */
/* } */

.breadcrumb{
    border: 1px solid gray;
    background-color:transparent!important; 
    /* #F5F7FA!important; */
}

.breadcrumb-item.active {
    color: #24272a;
}
thead{
    color: white;
    background-color: #0875a1;
    border: black ;
}

.sorting_desc, .sorting_asc, .sorting{
    color: white;
    background-color: #0875a1;
}

.dropdown-menu, .dropdown-item{
    color: white;
    background-color: #0875a1;
}

.dropdown-item:hover{
    color: #0875a1;
    background-color: white;
    border-radius: 4px;
}

.dropdown-menu{
    margin: .5rem 0 0;
}

a.active{
    color: #0875a1!important;
    background-color: white!important;
    border-radius: 4px;
}

.a-theme, .a-theme:hover, .a-theme:focus{
    /* background-color: white!important; */
    text-decoration: underline;
    color:white;
}

.underline-link {
    text-decoration: underline!important;
    color:#0059B8;

}

.btn-link, btn-link:hover{
    color:#0059B8;
}

.center-div{
    margin:auto;text-align:center;
}

a {
    color: #0875a1;
}

.site-map-table td{
padding-left: 30px;
}

.hand-on-hover{
    cursor: pointer;
}

.javascript-warning{
    background-color: red;
    color:white;
}


.pdf-modal-dialog {
    max-width: 100% !important;
    height: 500px !important;
    max-height: 500px !important;
}
  
.pdf-modal-content{
height: 100% !important;
}

.pdf-modal-header, .pdf-modal-footer{
color: white!important;
background-color:  #0875a1!important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: white!important;
    background-color:  gray!important;
}

.bootstrap-select .no-results {
    background:transparent!important;
}

.valid-css{
    border:0;
    width:150px;
    height:50px;
}

.itqc-cert{
    border:0;
    width:150px;
    height:50px;
    background-color:white;
}

.min-height-242{
    min-height: 242px!important;
}

.min-width-150{   
min-width:150px!important;
}

.min-height-430{
min-height:430px!important;
}

.overflow-auto{
overflow-x: auto!important;
}

.height-4-width-7{
height:400px; width:700px;
}

.display-inline{
display: inline;
}

.overflow-x-scroll{
    overflow-x: scroll!important;
}
.width-100{
    width: 100px!important;
}
.fa-big{
    font-size:25px;
    color: black;
}

.full-screen{
    width: 100%;
    height: 100%;
}
.pb-100{
    padding-bottom: 100px;
}

.btn-success {
    color: #fff;
    background-color: #018821;
    border-color: #00851f;
}

.text-danger{
    color:rgb(204, 12, 12)!important;
}

.text-success{
    color:rgb(21, 120, 70)!important;
}

.text-info{
    color: rgb(0, 110, 153)!important;
}

.filter-option-inner-inner{
    color: rgb(24, 24, 24);
}

.bg-highlight{
    background-color: #e0ffe2;
}