@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Merriweather');

html {
    height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    min-height: 100%;
}
.body-content {
    min-height: calc(100vh - 400px);
}

#header-wrapper {
    border-bottom-color: #112e51;
    font-family: 'Merriweather', sans-serif;
    background-color: #112e51;
}

.site-logo {    
    float: left;
    margin-right: 12px;
    height: 92px;
    width: 92px;
}

.name-and-slogan .site-name a {
    color: white;
    text-decoration: none;
    /* font-size: 1.8rem; */
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.site-name {
    margin-bottom: 0;
}

.section-text {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #fff;
    font-size: 16px;
}

#name-and-slogan .site-name a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>>'
}

.breadcrumb-item .nav-link {
    display: inline;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-link {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #5b616b !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.nav-link:hover {
    color: #0071bc !important;
}

.nav-link span {
    padding-bottom: 0.5rem;
}

.nav-link:hover span, .option-focus {
    border-bottom: 0.4rem solid #0071bc;
}

#erdashboard_wrapper .dataTables_length {
    padding-left: 50px;
}

.dataTables_processing {
    height: 100px !important;
}

.container-fluid .dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.container-fluid .dataTables_wrapper .dataTables_paginate a.paginate_button:active,
.container-fluid .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.container-fluid .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    background-color: #0071bc !important;
    background: #0071bc !important;
    border-color: #0071bc !important;
    color: white !important;
    border-radius: .25rem;
}

.loadingspinner {
    pointer-events: none;
    width: 1.2em;
    height: 1.2em;
    border: 0.1em solid transparent;
    border-color: #eee;
    border-top-color: #3E67EC;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
    display: inline-block;
    vertical-align: text-bottom;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg)
    }
}

footer {
    background-color: #112e51;
    font-family: 'Merriweather', sans-serif;
    color: #fff;
}

#footer-name-and-slogan .site-name a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

#footer-name-and-slogan .site-name a:hover {
    text-decoration: underline;
}

.footer-address {
    color: #d6d7d9;
    margin-left: 15px;
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}
