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;
    border: 1px solid #767676;
}

/* text contrast */
.text-muted {
    color: #595959 !important;
}

.form-control::placeholder {
    color: #595959;
    opacity: 1;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #0875a1 !important;
    border-color: #0875a1 !important;
}

.btn-outline-info {
    color: #0875a1 !important;
    border-color: #0875a1 !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #0875a1 !important;
    border-color: #0875a1 !important;
}

.note-placeholder {
    color: #595959 !important;
}

/* Form control border contrast */
.form-control {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: 1px solid #767676;
}

#nav-brand #search-form .form-control {
    background-color: #fff;
}

#nav-brand #search-form #search-submit-btn.btn-outline-info {
    border: 1px solid #767676 !important;
}

/* Homepage login role cards: Bootstrap .border-info is too light on white (~1.3:1). */
.card.border-info {
    border-color: #0875a1 !important;
}

.card-deck > .card .card-title {
    font-weight: 700;
}

/* 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 #767676;
}

.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 #0875a1;
    color: #0875a1;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
}

.anchor-bordered-plus {
    border: 1px solid #0875a1;
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
}
.anchor-bordered{
    border: 1px solid #0875a1;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}
.anchor-bordered-minus {
    border: 1px solid #0875a1;
    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,
.nav-menu .navbar-nav .nav-link:focus{
    color: #0875a1;
    background-color: white;
    border-radius: 4px;
    outline: 2px solid #616060;
    outline-offset: 1px;
}

#nav-menu {
    color: yellow;
    background-color: #0875a1;
}
.candidate-photo {
    border: 1px solid #767676;
    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,
.dropdown-item:focus{
    color: #0875a1;
    background-color: white;
    border-radius: 4px;
    outline: 2px solid #000;
    outline-offset: 1px;
}

.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;
    display: flex;
    flex-direction: column;
}

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

.pdf-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.pdf-modal-embed {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.pdf-modal-embed object.full-screen {
    width: 100%;
    height: 100%;
    display: block;
}

.pdf-modal-download-help {
    flex: 0 0 auto;
}

/* Off-screen only; must not affect modal layout (flex/sentinels). */
.gigw-modal-focus-sentinel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gigw-modal-focus-sentinel[data-gigw-focus-sentinel="start"] {
    top: 0;
    left: 0;
}

.gigw-modal-focus-sentinel[data-gigw-focus-sentinel="end"] {
    bottom: 0;
    left: 0;
}

/* Firefox: keep keyboard focus on modal controls, not inside the PDF plugin (pdf.js). */
.pdf-modal-embed object,
.pdf-modal-embed embed {
    -moz-user-focus: ignore;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #000000 !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;
}

#gigw-compliance-modal-trigger{
    display: inline-block;
}

#gigw-compliance-modal-trigger:focus{
    outline: 2px solid #0875a1;
    outline-offset: 2px;
    border-radius: 4px;
}

.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: #018821;
}

/* Table and vendor UI border contrast */
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td,
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-color: #767676;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left-color: #767676;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #767676 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #767676 !important;
}

.note-editor.note-frame,
.note-editor.note-airframe {
    border-color: #767676;
}

.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
    border-top-color: #767676;
}

.note-editor .note-toolbar {
    border-bottom-color: #767676;
}

/* Checkbox and radio border contrast */
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid #767676;
    background-color: #fff;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.2rem;
}

.form-check-input[type="radio"]:checked {
    background-color: #0875a1;
    border-color: #0875a1;
    box-shadow: inset 0 0 0 3px #fff;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #0875a1;
    border-color: #0875a1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

.form-check-input:focus {
    outline: 2px solid #0875a1;
    outline-offset: 2px;
}

.datepicker-dropdown:before {
    border-bottom-color: #767676;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top-color: #767676;
}

#nav-menu .navbar-toggler {
    border-color: #fff;
}

.bootstrap-select .dropdown-menu {
    border-color: #767676;
}

.anchor-bordered:focus,
.anchor-bordered-plus:focus,
.anchor-bordered-minus:focus,
.light-mode-btn:focus,
.dark-mode-btn:focus,
.grey-mode-btn:focus {
    outline: 2px solid #4e4c4c;
    outline-offset: 1px;
}

.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;
}