body {
    /*padding-bottom: 20px;*/
    font-family: 'Roboto', sans-serif !important;
    background-color: transparent;
}

html {
    background: url('/Images/background-image.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body, html {
    /*height: 100%*/
}

/*.background {
    background-image: url('/Content/Images/background-image.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.error {
    color: red;
    margin-top: 10px;
}



.bg-blue {
    background-color: #005eb8 !important;
}

.bg-light-blue {
    background-color: #eaeef2 !important;
}

.bg-gray {
    background-color: #eae6e7 !important;
}

.card a.nav-link {
    color: #007bff !important;
}

.card a.active {
    color: #FFFFFF !important;
}

/*.nav-link {
    color: #FFFFFF !important;
}*/

.btn-blue {
    color: #fff !important;
    background-color: #005eb8;
    /*border-radius: 0 !important;*/
}

.square {
    border-radius: 0 !important;
}

footer {
    color: #636467;
    font-size: 0.8rem;
    margin-top: 10%;
    position: relative;
    bottom: 0;
}

    footer ul {
        margin-bottom: 2px;
    }

    footer a {
        color: #636467;
    }


.card {
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    /* padding: 1em 1em 0.5em 1em;*/
}

    .card .nav-link {
        color: #000000 !important;
    }

    .card .nav-pills .nav-link.active {
        background-color: #005eb8 !important;
        color: #ffffff !important;
    }

.sub-link {
    padding-left: 3rem !important;
    font-size: 1.0rem !important;
}


.section-border-black {
    border: 1px solid #000000 !important;
}

.vh-50 {
    height: 50vh !important;
}

.text-wrap {
    white-space: normal;
}

.width-500 {
    width: 700px !important;
}





.bold-blue {
    color: #005eb8;
    font-weight: bold;
}

.nav-link {
    /*font-weight: bold;*/
    font-size: 1.1rem;
}

.slick-prev-custom {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    left: 50%;
}

.slick-next-custom {
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 35%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.media-body h4 {
    font-weight: bold;
}

#advancedSearchForm hr {
    background-color: #58595b !important;
    height: 3px;
}

#biographyContainer hr {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.features-biog {
    display: none
}

.nav-fill .nav-item {
    text-align: left !important;
}

.sidebar a.nav-link {
    color: #6c757d !important;
}

.sidebar-sticky {
    position: sticky;
    top: 71px;
    height: calc(100vh - 71px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub-link {
    padding-left: 3rem !important;
    font-size: 1.0rem !important;
}



.section {
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 1em 1em 0.5em 1em;
}

    .section .nav-link {
        color: #000000 !important;
    }

    .section .nav-pills .nav-link.active {
        background-color: #005eb8 !important;
        color: #ffffff !important;
    }

.section-border-black {
    border: 1px solid #000000 !important;
}


.text-blue {
    color: #005eb8;
}

.border-blue {
    border-bottom: 1px dotted #005eb8 !important;
}


/*FORM LAYOUt 6*/
.form-layout-6 .row > div,
.form-layout-7 .row > div {
    border: 1px solid #ced4da;
    padding: 15px 20px;
}

    .form-layout-6 .row > div:first-child,
    .form-layout-7 .row > div:first-child {
        display: flex;
        align-items: center;
        background-color: #f8f9fa;
        border-right-width: 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.form-layout-6 .row + .row > div,
.form-layout-7 .row + .row > div {
    border-top-width: 0;
}

.form-layout-6 .form-control, .form-layout-6 .dataTables_filter input, .dataTables_filter .form-layout-6 input,
.form-layout-7 .form-control,
.form-layout-7 .dataTables_filter input,
.dataTables_filter .form-layout-7 input {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.form-control {
    border: 1px solid #c6c6c6 !important;
}

.w-15 {
    width: 15% !important;
}

.w-35 {
    width: 35% !important;
}

#HelpTbl tbody tr:nth-of-type(odd) {
    background-color: #19759E !important;
    color: #ffffff;
}

#HelpTbl tbody tr:nth-of-type(even) {
    background-color: #ffffff !important;
    color: #000000;
}

.resultIcon {
    width: 35px;
}




.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    display: none;
    opacity: 0.7;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.loader, .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

.w-10 {
    width: 10% !important;
}
