/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.dark-grey {
    color: var(--dark-grey);
}

.bg-light-blue-two {
    background-color: var(--light-blue-2);
}

.bg-viola {
    background-color: var(--voila);
}

.bg-mid-blue {
    background-color: var(--mid-blue);
}

.red {
    color: var(--dark-red);
}

.bg-shamrock {
    background-color: var(--shamrock);
}

@media (min-width: 1250px) {
    .container {
        max-width: 1920px;
    }
}

@media (min-width: 768px), all {
    .navbar-expand-md .navbar-toggler { display: none; }
}

.navbar-expand-md {
    -ms-flex-flow: column wrap !important;
    flex-flow: column wrap !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.span-grid {
    grid-column: 1/-1;
}

/* Provide sufficient contrast against white background */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.scholar-search-lbl {
    padding-right: 10px;
    font-weight: bold;
    display: contents;
}

.chosen-choices > .search-choice {
    height: 28px !important;
}

.sch-form-min-h {
    min-height: 37px !important;
}

.hpx-30, .sch-form-cb { height: 30px !important; }

.wpx-30, .sch-form-cb { width: 30px !important; }

.wpx-100 { width: 100px !important; }

.wpx-200 { width: 200px !important; }

.wpx-300 { width: 300px !important; }

.wpx-400 { width: 400px !important; }

.wpx-500 { width: 500px !important; }

.scholar-tbl-min-h {
    min-height: 600px;
}

.sch-bg-color-dark-blue { background-color: #1A428A; }

.sch-dot-mid {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1A428A;
    border-width: 3px;
    border-color: white;
    border-style: solid;
    color: white;
    padding: 0;
    text-align: center;
    line-height: 33px;
    font-family: 'Helvetica Sans, Regular', "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.sch-dot-small {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FFFFFF;
    border-width: 3px;
    border-color: #C1C1C1;
    border-style: solid;
    padding: 0;
    text-align: center;
    margin-top: 11px;
}

.sch-form-ddl-lg {
    width: 100%;
    height: 100%;
    padding: 19px 47px 19px 47px;
    border-color: #707070;
    border-radius: 0;
}

/*To remove button from IE11*/
select::-ms-expand {
    display: none;
}

.selectDiv {
    position: relative;
}

.sch-bg-color-light-gray {
    background-color: #C7C7C729;
}

.modal {
    background: rgba(0, 0, 0, 0.4);
}

/* .chosen-container-single .chosen-single div b { */
/*     content: ''; */
/*     background-image: url('../img/chevron-circle-down-solid.svg'); */
/* } */
.card.reimbursement-item-card {
    margin-bottom: 1rem;
    padding-top: 20px;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: none;
}

.chosen-container .chosen-drop {
    box-shadow: none;
    border: 1px solid grey;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    left: -1px;
    border-radius: 0;
    top: 37.5px;
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.chosen-search-input,
.chosen-container-single .chosen-search {
    padding: 0;
    border: none;
}

.chosen-container .chosen-results li {
    padding: 10px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--mid-blue);
    opacity: .7;
    background-image: none;
}

.chosen-container-single .chosen-single div b {
    background-image: url('../img/chevron-circle-down-solid.svg') !important;
    background-size: 10px !important;
    margin-top: 50%;
    margin-left: 45%;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg);
    background-position: 8px bottom;
}

.selectDiv:after {
    content: '';
    background-image: url('../img/chevron-circle-down-solid.svg');
    background-size: contain;
    width: 19px;
    height: 12px;
    right: 47px;
    top: 27px;
    position: absolute;
    pointer-events: none;
}

.selectDiv.open:after {
    content: '';
    background-image: url('../img/chevron-circle-down-solid.svg');
    background-size: contain;
    width: 19px;
    height: 12px;
    right: 47px;
    top: 27px;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
}

.selectDiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}

.selectDiv select[size]:not([size='0']) {
    padding: 0px 47px 0px 47px;
}

.selectDiv select option {
    margin: 0px -50px 0px -50px !important;
    padding: 19px 50px 19px 50px !important;
    border: thin;
    border-color: black;
    border-bottom: 1px;
}

.selectDiv select option:hover, .selectDiv select option:active, .selectDiv select option:focus, .selectDiv select option:checked {
    background: linear-gradient(#1A428A, #1A428A) !important;
    background-color: #1A428A !important;
    color: white !important;
    font-weight: bold !important;
    border-color: #1A428A !important;
    opacity: 0.77;
}

.upload-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px dashed #707070;
    padding: 25px;
}

.chosen-container.chosen-container-single.form-control.sch-form-min-h,
.chosen-container.chosen-container-single.form-control.sch-form-min-h a {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    padding: 0px;
    font-family: "Nunito Sans, Regular", "Helvetica Neue", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 16px;
}

.chosen-container.chosen-container-single.form-control.sch-form-min-h {
    border: 1px solid var(--ghost) !important;
    padding: .375rem .75rem !important;
    width: 100% !important;
}

.chosen-container.chosen-container-single.form-control.sch-form-min-h div.chosen-drop{
    width: max-content;
}

.overflow-inherit {
    overflow: inherit !important;
}

.min-max { min-width: max-content; }

div.pagination-container > ul.pagination > li { padding: 10px; }

.rt-pad-10 {
    padding-right: 10px;
}

.dual-list .list-group { margin-top: 8px; }

.list-left li, .list-right li { cursor: pointer; }

.list-arrows { padding-top: 100px; }

.list-arrows button { margin-bottom: 20px; }

/* Sticky footer styles
-------------------------------------------------- */

html { font-size: 14px; }


@media (min-width: 768px) {
    html { font-size: 16px; }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #1b6ec2; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.container-card-title {
    border-radius: 4px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F1F1F1;
}

.container-card-title h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--slate);
}

.col { padding: 0px; }
