html {
    scroll-behavior: smooth;
}

.modal-dialog {
    pointer-events: inherit !important;
}

/*// Date Picker | START //*/
.datepicker:parent {
    padding: 8px;
}

.datepicker .table-condensed span {
    font-size: 13px;
    border: 1px solid #D0D0D0;
    border-radius: 0;
}

.datepicker thead {
    color: white;
    margin: 0;
    padding: 0;
}

.datepicker .table-condensed .datepicker-switch:hover, .datepicker .table-condensed .next:hover, .datepicker .table-condensed .prev:hover {
    background: #6690b7;
}

.datepicker .table-condensed .next, .datepicker .table-condensed .prev {
    padding-bottom: 5px;
}

.datepicker thead tr th {
    background: #004687;
    background: -webkit-linear-gradient(#195893, #004687);
    background: -moz-linear-gradient(#195893, #004687);
    background: linear-gradient(#195893, #004687);
    border-color: #004687;
    border-radius: 0;
}

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

.datepicker tbody {
    font-size: 13px;
}

    .datepicker tbody tr td {
        border: 1px solid #D0D0D0;
        border-radius: 0;
    }

/*// Date Picker | END //*/

body {
    overflow-x: hidden;
    font-family: Open Sans, Trebuchet MS,arial, verdana, sans-serif;
    font-size: 13px !important;
    color: #333333;
    background-color: #f3f3f3;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        overflow-x: hidden;
        font-weight: 200;
    }
}

.toggleHeader{
	width:  70%;
	margin:  0 auto;
	margin-top: 5%;
	background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

.word_wrap {
    word-wrap: break-word;
}

/** header styles | Start **/

.nav .list {
    margin-right: 19%;
}

.list {
    list-style: none;
    padding-left: 0;
    color: #fff;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

#brand {
    margin: 8px 0 0 10px;
    padding: 6px 20px;
}

.nav img {
    width: 180px;
    height: 36px;
}

nav {
    /*background: #235895;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1rem 6px 0;
    align-items: center;
}

.nav__list {
    width: 100%;
    margin: 0;
}

.nav__item {
    padding: 1rem .5rem;
    margin-left: 1rem;
}

    .nav__item > a {
        color: #ffffff;
    }

        .nav__item > a:hover {
            color: #fff;
        }

#hamburger {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    transition: box-shadow .15s;
    cursor: pointer;
}

.collapsible__content {
    max-height: 0;
    opacity: 0;
    transition: all 0.5s;
}

.collapsible--expanded .collapsible__content {
    max-height: 100vh;
    opacity: 1;
}

.nav.collapsible--expanded #hamburger {
    opacity: 1;
    box-shadow: 0 0 0 3px #666;
}

.dropdown-menu {
    font-size: inherit;
    padding: 5px 10px;
    margin-top: 18px;
}

    .dropdown-menu a li {
        letter-spacing: .5px;
        color: black;
        border-radius: 5px;
        padding: 5px 10px;
    }

        .dropdown-menu a li:hover {
            background-color: #f3f3f3;
        }

@media screen and (min-width: 980px) {

    #hamburger {
        display: none;
    }

    .nav__list {
        width: auto;
        display: flex;
        font-size: .8rem;
        max-height: 100%;
        opacity: 1;
    }

    .nav__item {
        border: 0;
        margin-left: 0;
    }

    .nav .list {
        margin-right: 0;
    }

    #brand {
        margin: 8px 0 0 -10px;
    }

    .nav__item .nav-link {
        padding: 0;
    }
}

@media screen and (min-width:1200px) {

    /*.toggleHeader{
	 width:97vw;
  }*/

    #brand {
        margin-left: 1%;
    }

    .nav__item .nav-link {
        padding: 0;
    }
}

@media screen and (min-width:1536px) {
    /*.toggleHeader{
	 width:75vw;
  }*/

    .nav .list {
        margin-right: 11%;
    }

    #brand {
        margin-left: 11%;
    }

    .nav__item .nav-link {
        padding: 0;
    }
}

@media screen and (min-width:1900px) {
    /*.toggleHeader{
	 width:60vw;
  }*/

    .nav .list {
        margin-right: 18%;
    }

    #brand {
        margin-left: 19%;
    }

    .nav__item .nav-link {
        padding: 0;
    }
}

/** header styles | End **/


/** other styles | Start **/
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.h3, h3 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 30px;
}

.h2 i, h2 i{
    color: #235895;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro.png) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 20%;
}

    .intro-message > h1 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 5em;
    }

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.removepadding {
    padding: 0;
    margin: 0;
}

hr {
    border-color: #b9d3ff;
    padding-top: 1px;
    margin-top: 0px;
}

h4 {
    font-size: 18px;
}

/** other styles | End **/



/** !Important **/

body.modal-open-noscroll {
    margin-right: 0 !important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

/**		!Important | Start |
	Do Not Move/Edit this section. Do Not place, any styles below this section. 
**/
html {
    -ms-overflow-style: scrollbar !important;
}

.clear {
    clear: both !important;
}

.slide-title {
    background-color: #b9d3ff;
}

.slide-answer {
    background-color: #fffca0;
}

.case-buttons {
    text-align: center;
}

.case-box {
    border: 2px solid #b9d3ff;
    padding-right: 0px;
    padding-left: 0px;
}

.case-header {
    background-color: #b9d3ff;
    padding-left: 5px;
    font-size: 16px;
}

.case-pad {
    padding-top: 10px;
}

.case-border {
    border: 2px solid #b9d3ff;
}

.case-title {
    font-size: 22px;
    color: #004687;
}

.search-info {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 12px;
}

.button_text {
    font-size: 1em;
    color: #004687;
}

.tabs button.active {
    background-color: #ccc;
    /* color: white; */
}

.tabs button {
    display: block;
    background-color: white;
    padding: 8px 5px;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
    outline: none;
    text-align: center;
    cursor: pointer;
    margin-top: 5%;
    transition: 0.3s;
}

.tabs button:hover {
    background-color: #ccc;
}

#regButtons {
    display: flex;
    justify-content: flex-end;
    margin-top: 5%;
}

@media (min-width:992px) and (max-width:1199px) {
    #regButtons {
        margin-top: 10%;
    }
}

@media (max-width:991px) {
    #regButtons {
        margin-top: 55%;
    }
}

@media (max-width:689px) {
    #regButtons {
        margin-top: 60%;
    }
}

@media (min-width:500px) and (max-width:688px) {
    #regButtons {
        margin-top: 155%;
    }
}
.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 88, 149, 0.5);
}

.input-group {
    box-shadow: 2px 2px 10px 2px rgb(35 88 149 / 34%);
    border-radius: 25px;
    padding: 0.375rem 0.75rem;
    transition: 200ms;
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

    .input-group:focus-within {
        box-shadow: 2px 2px 10px 2px rgba(35, 92, 158, 0.85);
        border-radius: 25px;
        padding: 0.375rem 0.75rem;
    }

.input-group-disabled {
    background-color: #eee;
    box-shadow: 2px 2px 10px 2px rgb(35 88 149 / 34%);
    border-radius: 25px;
    padding: 0.375rem 0.75rem;
    transition: 200ms;
    margin-bottom: 19px;
}

.input-field, .input-field:focus, .input-field:active {
    border-color: transparent;
    outline: none;
    width: 100%;
}

.input-label {
    width: auto;
}

.input-label-danger{
	border-color:#d9534f;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512'%3E%3Cpath fill='%23d9534f' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-size: 13%
}
.input-label-success{
	border-color:#5cb85c;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='%235cb85c' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-size: 13%
}
.input-label-warning{
    border-color:#f0ad4e;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-size: 13%
}

.select2-container--default .select2-selection--single {
    border: none;
}

#pwdComplexityList {
    background-color: white !important;
    box-shadow: 2px 2px 10px 2px rgb(35 88 149 / 34%) !important;
    border-radius: 25px !important;
    border: none !important;
    padding-left: 1em !important;
    margin: 3px 0 0 0 !important;
    height: 156px !important;
    width: 110% !important;
}

#pwdComplexityWrap {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}