﻿body {
    /*padding-bottom: 20px;*/
    font-family: 'Roboto', sans-serif !important;
}

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;
    }

.categories img {
    width: 110px;
}

.featured {
    font-size: 1.5rem;
    color: #da0707;
}

.featured-name {
    color: #25408f;
    font-size: 1.4rem;
}

hr {
    background-color: #000000;
    margin: 2em 0;
}

.bold-blue {
    color: #005eb8;
    font-weight: bold;
}

.nav-link {
    /*font-weight: bold;*/
    font-size: 1.1rem;
}


.media-body h4 {
    font-weight: bold;
}

#advancedSearchForm hr {
    background-color: #58595b !important;
    height: 3px;
}

#biographyContainer hr {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}



.nav-fill .nav-item {
    text-align: left !important;
}


.nav-tabs {
    background-color: lightgray;
    margin-top: 2em;
}

    .nav-tabs .nav-item .nav-link {
        color: #005eb8 !important;
        font-weight: bold;
    }

.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-5 .row > div,
.form-layout-6 .row > div,
.form-layout-7 .row > div {
    border: 1px solid #ced4da;
    padding: 15px 20px;
}


    .form-layout-5 .row > div:first-child,
    .form-layout-6 .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 > div:last-child,
    .form-layout-7 .row > div:first-child {
        padding: 0 0 0 12px !important;
    }*/

    .form-layout-7 .row > div:nth-child(2) {
        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-5 .row + .row > div,
.form-layout-6 .row + .row > div,
.form-layout-7 .row + .row > div {
    border-top-width: 0;
}

.form-layout-5 .form-control,
.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 0 0 7px;
}

.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
    }
}



p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 13px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #25408f !important;
    /*border-right: 1px solid #dee2e6 !important;*/
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #25408f;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #005eb8;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #005eb8;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #25408f;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

    #content.active {
        width: 100%;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}

.p-19 {
    padding: 19px;
}


.breadcrumb {
    background-color: #ffffff;
}

.vh-15 {
    height: 15vh;
}

.vh-25 {
    height: 25vh;
}

.vh-50 {
    height: 50vh;
}

.vh-75 {
    height: 75vh;
}