﻿@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/googlefont-lato.woff') format('woff');
}

html, body {
    min-height: 100%;
}

body {
    font-family: 'Open Sans';
}

.wrap {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -50px;
    background-color: #222;
}

.register-wrap {
    background-color: inherit;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

hr {
    border-color: #0E319C;
}

/* Make font smaller on phones */
@media (max-width: 767px) {
    body {
        font-size: 13px !important;
    }
}

.register-card-header {
    margin: 0;
    padding: 25px;
    background-color: #0E319C !important;
}

#register-card-header {
    color: #FFF;
}

.footer, .push-footer {
    height: 50px;
}

.footer {
    background-color: #000;
}

.footer-text {
    line-height: 50px;
    color: #FFF;
}

    .footer-text p {
        margin-bottom: 0px;
    }

.tab-content {
    padding-top: 10px;
}

.panel-custom > a > .panel-heading {
    background-color: #F5F5F5;
    border-color: #ddd;
    color: #333;
}

.label-required:after {
    content: "*";
    color: #f00;
}

/*Validation CSS*/
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Bootstrap Callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #FFF;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }
/* End bootstrap callout */

#page-header {
    background: #0E319C;
    margin-bottom: 40px;
}

#page-header h1 {
    font-family: 'Lato', sans-serif;
    line-height: 40px;
    margin: 20px 0;
    color: #f8f8f8;
}

/*#page-header nav {
    margin: 8px;
}*/

#page-header nav a {
    color: #fff;
}

.navbar .dropdown .dropdown-menu {
    background-color: #222;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #375a7f;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-right-color: #cccccc;
        margin-top: 5px;
        margin-left: -10px;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #375a7f;
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}


.navbar .nav-link {
    border-bottom: .25rem solid transparent;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar .active {
    color: #fff;
    border-bottom-color: #fff;
}


@media (min-width: 768px) and (max-width: 991px) {
    #page-header h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    #page-header h1 {
        font-size: 20px;
    }
}

.info-box {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
}

.info-box-title {
    background-color: #F7F7F7;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}

.info-box-content {
    background-color: #F7F7F7;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

#error-header {
    text-align: center;
    color: red;
}

#custom-error {
    text-align: center;
}

    #custom-error i {
        font-size: 20em;
    }

.custom-btn {
    margin-bottom: 15px;
}

.process-step .btn:focus {
    outline: none;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-row {
    display: table-row;
}

.process-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    cursor: default;
}

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

    .process-step p {
        margin-top: 4px;
    }

@media (max-width: 375px) {
    .btn-circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
    }
}

@media (min-width: 376px) {
    .btn-circle {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
    }
}

.application-content {
    padding-top: 15px;
}

.custom-actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

    .custom-actions > ul {
        display: inline-block;
        text-align: right;
        list-style: outside none none;
    }

        .custom-actions > ul > li {
            float: left;
            margin: 0 0.5em;
        }

@media (max-width: 370px) {
    .custom-actions > ul {
        padding-left: 0px;
    }

        .custom-actions > ul > li {
            margin-left: 0px;
        }
}

.custom-actions button,
.custom-actions button:hover,
.custom-actions button:active,
.custom-actions a,
.custom-actions a:hover,
.custom-actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom-actions .disabled button,
.custom-actions .disabled button:hover,
.custom-actions .disabled button:active,
.custom-actions .disabled a,
.custom-actions .disabled a:hover,
.custom-actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.register-container {
    margin: 78px 0px;
}

.company-block {
    padding: 40px 42px 0;
    margin-bottom: 20px;
}

    .company-block .company-block-header h2 {
        margin: 0;
        font-weight: 100;
        font-size: 20px;
    }

.company-block-header {
    margin-bottom: 25px;
    position: relative;
}

.company-block-body {
    padding-left: 30px;
}

@media (min-width: 992px) {
    .personnel-border {
        border-left: 1px solid #eee;
    }
}

#login-header {
    color: #FFF;
    background-color: #43525A;
}

#login-header-container {
    padding: 15px 0;
}

#logged-on-user {
    color: #FFF;
}

.custom-navbar {
    border: 0;
    padding: 0;
    background-color: #000;
}

    .custom-navbar .navbar-nav > li > a {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .custom-navbar .agency-logo {
        height: 120px;
    }

        .custom-navbar .agency-logo a {
            color: #FFF;
            display: inline-block;
        }

            .custom-navbar .agency-logo a img {
                position: relative;
                top: -1px;
            }

        .custom-navbar .agency-logo span {
            display: inline-block;
            font-family: Lato;
            line-height: 77px;
            font-size: 40px;
            font-weight: bold;
        }

    .custom-navbar .nav > .active > .nav-link,
    .custom-navbar .nav > .active > .nav-link:hover,
    .custom-navbar .nav > .active > .nav-link:focus {
        background-color: #FFF;
        color: #FFF;
        border-bottom: 3px solid #19bcb9;
    }

    .custom-navbar .nav > li > .nav-link:hover {
        background-color: #43525A;
        color: #FFF;
        border-bottom: 3px solid #c72032;
    }

    .custom-navbar .dropdown.open,
    .custom-navbar .dropdown:hover,
    .custom-navbar .dropdown:focus {
        border-bottom: 3px solid #fbb718;
    }

        .custom-navbar .dropdown.open:after,
        .custom-navbar .dropdown:hover:after,
        .custom-navbar .dropdown:focus:after {
            bottom: -2px;
            content: "";
            display: block;
            height: 5px;
            left: 50%;
            margin: 0 0 0 -2.5px;
            position: absolute;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            width: 5px;
        }

        .custom-navbar .dropdown.open > a,
        .custom-navbar .dropdown:hover > a,
        .custom-navbar .dropdown:focus > a,
        .custom-navbar .dropdown.open > a:hover,
        .custom-navbar .dropdown:hover > a:hover,
        .custom-navbar .dropdown:focus > a:hover,
        .custom-navbar .dropdown.open > a:focus,
        .custom-navbar .dropdown:hover > a:focus,
        .custom-navbar .dropdown:focus > a:focus {
            background-color: #43525A;
            border-bottom: none;
            color: white;
        }

        .custom-navbar .dropdown.open .dropdown-menu,
        .custom-navbar .dropdown:hover .dropdown-menu,
        .custom-navbar .dropdown:focus .dropdown-menu {
            border-top: 3px solid #c72032;
            border-bottom: 3px solid #c72032;
        }

    .custom-navbar .dropdown.active.open .dropdown-menu,
    .custom-navbar .dropdown.active:hover .dropdown-menu,
    .custom-navbar .dropdown.active:focus .dropdown-menu {
        border-top: 3px solid #19bcb9;
        border-bottom: 3px solid #19bcb9;
    }

    .custom-navbar .dropdown-menu {
        right: auto;
    }

    .custom-navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .custom-navbar .dropdown-menu {
        padding: 0;
        background-color: #43525A;
        border-radius: 0 0 4px 4px;
        min-width: 200px;
    }

        .custom-navbar .dropdown-menu li {
            border-bottom: 1px solid rgba(185, 200, 210, 0.5);
        }

            .custom-navbar .dropdown-menu li:last-child {
                border-bottom: none;
            }

            .custom-navbar .dropdown-menu li a {
                color: white;
                padding: 15px;
            }

                .custom-navbar .dropdown-menu li a:hover,
                .custom-navbar .dropdown-menu li a:focus {
                    background-color: #4b6474;
                    padding-left: 20px;
                    padding-right: 10px;
                }

.well-heading {
    text-align: center;
    margin: 20px 0;
}

.well .header-icon-primary {
    height: 80px;
    width: 80px;
    margin: -61.53846153846153px auto 26.666666666666668px;
    position: relative;
    background-color: #204d74;
    border: 3px solid #122b40;
    border-radius: 50%;
}

.well .header-icon-info {
    height: 80px;
    width: 80px;
    margin: -61.53846153846153px auto 26.666666666666668px;
    position: relative;
    background-color: #269abc;
    border: 3px solid #1b6d85;
    border-radius: 50%;
}

.well .header-icon-success {
    height: 80px;
    width: 80px;
    margin: -61.53846153846153px auto 26.666666666666668px;
    position: relative;
    background-color: #398439;
    border: 3px solid #255625;
    border-radius: 50%;
}

.well .header-icon i {
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 30%;
    font-size: 35px;
}

.home-role-selection {
    padding-top: 50px;
}

.wizard > .content {
    min-height: 25em;
}

/* DOL Layout */

#dol-page-header {
    margin-bottom: 0;
}

.left-sidebar {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 2px solid #FFF;
}

.sidebar-background-color {
    background-color: #43525A;
}

ul.main-menu {
    list-style-type: none;
    padding-left: 0px;
}

    ul.main-menu > li a {
        border-top: 1px solid #DFDFDF;
        color: #FFF;
        display: block;
        padding: 10px 0 10px 30px;
        position: relative;
    }

        ul.main-menu > li a:hover {
            background-color: #5D6C74;
            text-decoration: none;
        }

    ul.main-menu > li.active > a {
        background-color: #2A3941;
        font-weight: 600;
    }

    ul.main-menu > li:first-child > a {
        border-top: medium none;
    }

    ul.main-menu > li .fa {
        text-align: center;
        width: 14px;
    }

    ul.main-menu > li .text {
        font-size: 1em;
        padding-left: 8px;
    }

    ul.main-menu > li .toggle-icon {
        font-size: 14px;
        position: absolute;
        right: 10px;
        text-shadow: none;
        top: 13px;
        width: 10px;
    }

    ul.main-menu .sub-menu {
        display: none;
        padding-left: 0;
        position: relative;
        list-style-type: none;
    }

        ul.main-menu .sub-menu li a {
            padding-left: 33px;
        }

        ul.main-menu .sub-menu li.active a {
            font-weight: 700;
        }

        ul.main-menu .sub-menu.open {
            display: block;
            overflow: hidden;
        }

.content-wrapper {
    padding: 15px 30px 62px 30px;
    border-left: 1px solid #E4E4E4;
    background-color: #FFF;
}

.container-fluid {
    height: 100%;
}

.highlight {
    background-color: #FFFF00;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

#calendar {
    max-width: 900px;
    margin: 0 auto 20px;
}

#full-calendar-legend {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: right;
}

    #full-calendar-legend li {
        display: inline;
        list-style-type: square;
        margin-right: 0.5em;
    }

ul#full-calendar-legend li:before {
    content: '\ffed';
    margin-right: 0.15em;
    font-size: 35px;
    vertical-align: middle;
}

.legend-red:before {
    color: #FF3F3F;
}

.legend-blue:before {
    color: #3a87ad;
}

.legend-green:before {
    color: #3F9F3F;
}

.fc-day-grid-event > .fc-content {
    white-space: normal;
}

.bg-primary-old {
    background-color: #337ab7 !important;
}

.btn-pref .btn {
    -webkit-border-radius: 0 !important;
}

.margin-check {
    position: relative;
}

.margin-check:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #d2d7da;
    width: 100%;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-item {
    cursor: pointer;
    color: #007bff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #444 !important;
}