  ﻿/*All content should be styled under main this means using either:
    main > div - div directly below main
    main div - any div anywhere within main
    etc  
*/

html {
    background: #002b3b;
    font-size: 16px;
}

body {
    background: #002b3b;
}

footer {
    position: absolute;
    width: 100%;
}

/*header > nav > div > li#nav-bar-profile-top-level*/
.impersonateUser {
    background-color: firebrick;
}

main > div {
    margin-top: 30px;
    position: relative;
    padding-top: 50px;
}

    main > div > section {
        background-color: #fff;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-top: 5px;
    }

main p {
    color: #414042;
}

    main p span.spaced-text {
        margin-top: 10px;
        display: inline-block;
    }

        main p span.spaced-text.indent {
            display: inline-block;
            margin-bottom: .5rem;
            padding-left: 40px;
        }

main label {
    color: #414042;
}

main .row div .sub-text {
    font-size: 13px;
    padding-right: 100px;
    color: gray;
    /* margin-top: -0.5em; */
    padding-left: 12px;
}

main ul.spaced-text {
    list-style: none;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
}

    main ul.spaced-text > li.indent {
        display: inline-block;
        margin-bottom: .5rem;
        padding-left: 40px;
    }

    main ul.spaced-text > li.dashed {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        main ul.spaced-text > li.dashed:before {
            content: "–";
            position: absolute;
            /*change margin to move dash around*/
            margin-left: -1em;
            padding-top: 0px !important;
        }

main .navbar {
    padding: 0.5rem 1rem;
}

main .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

main .ItalicText {
    font-style: italic;
    font-size: 14px;
}

main h1,
h2,
h3,
h4,
h5,
h6 {
    color: #414042;
    font-weight: 200;
}

main p {
    color: #414042;
}



main table a {
    display: inline-block;
    -ms-word-break: break-all;
    word-break: normal;
}

main table td {
    -ms-word-break: break-all;
    word-break: normal;
    word-wrap: break-word;
}

main table thead th {
    font-weight: bolder !important;
    color: #414042;
}

main .table-hover tbody tr:hover {
    background-color: #92D6E3;
}

main .blue_text {
    color: #009ABC;
    vertical-align: middle;
}

main strong {
    font-weight: 600;
}

main hr {
    margin: 0;
    border-color: #f5f5f5;
    clear: both;
    display: block;
}

main a {
    color: #009abc;
}

    main a:hover,
    a:focus,
    a:active {
        text-decoration: underline;
        outline: none;
    }

main header {
    padding: 20px 0;
}

main img {
    max-width: 100%;
}

main .btn {
    white-space: normal;
    line-height: 1;
    font-size: 12pt;
}

    main .btn.btn-delete-unit {
        margin-left: 10px;
        height: 20px;
        width: 20px;
        padding: 1px !important;
    }

main .btn-primary {
    border-radius: 4px 4px 4px 4px !important;
    background-color: #009abc;
    border-color: #006c91;
}

main .p1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

main .pt10 {
    padding-top: 10px;
}

main .pt20 {
    padding-top: 20px;
}

main .pt30 {
    padding-top: 30px;
}

main .pb10 {
    padding-bottom: 10px;
}

main .pb20 {
    padding-bottom: 20px;
}

main .pb40 {
    padding-bottom: 40px;
}

main .pl20 {
    padding-left: 20px;
}

main .pr5 {
    padding-right: 5px;
}

main .mt10 {
    margin-top: 10px;
}

main .mt20 {
    margin-top: 20px;
}

main .mb15 {
    margin-bottom: 15px;
}

main .mb20 {
    margin-bottom: 20px;
}

main .mr20 {
    margin-right: 20px;
}

main [type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: relative;
    left: 0 !important;
    opacity: initial !important;
}

main [type=radio]:checked, [type=radio]:not(:checked) {
    position: relative;
    left: 0 !important;
    opacity: initial !important;
}

/*Fix for radio inputs not wrapped in a label*/
main .col-md-3 > input[type=radio]:checked, main .col-md-3 > input[type=radio]:not(:checked) {
    margin-top: 8px;
}

main .form-area {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: whitesmoke;
    margin-bottom: 20px;
}

main .form-area-white {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

main .form-group {
    margin-bottom: 0;
}

main .form-label {
    padding: 0.02rem 0.375rem 0.75rem 0.75rem;
    color: #414042;
}

    main .form-label.content {
        display: contents;
    }


main .form-control {
    height: auto !important;
    min-height: 0;
    line-height: 1 !important;
    color: #414042;
    padding: 0.375rem 0.75rem;
}

main .form-character-counter {
    color: #67757c;
    font-style: italic;
    font-size: 14px;
    float: right;
    padding-right: 10px;
}

main .control-label {
    width: 100%;
    padding: 0.02rem 0.375rem 0.75rem 0.75rem;
    text-align: right;
    color: #414042;
}

    main .control-label.tippy {
        padding-left: 0px !important;
    }

    main .control-label.left {
        text-align: left !important;
    }

    main .control-label.note {
        padding: 0 0.375rem 0 0.75rem;
        font-size: 13px;
    }


main .error {
    color: red;
    margin-left: 5px;
    margin-top: 5px;
}

/*Section*/
main div > .card .card-primary {
    margin-right: 20px;
}

main div .card > .card-header.blue-header {
    background-color: #009abc;
}

    main div .card > .card-header.blue-header button {
        color: #ffffff !important;
        font-size: 16pt;
        float: left !important;
        text-align: left !important;
    }

main [data-toggle="collapse"] .fa:before {
    content: "\f139";
}

main [data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}


main div > .card-body {
    background: #ffffff !important;
}

main .w100 {
    width: 100% !important;
}

main .form-datepicker {
    display: block;
}

    main .form-datepicker input {
        border-style: none;
        /*width: 80%;*/
        margin-left: 10px;
    }

main .custom-file-label {
    left: 15px;
    right: 15px;
}

main .required-field::after {
    color: #f00 !important;
    content: " *";
}

main .fa-h1em {
    height: 1em !important;
    line-height: 1em !important;
}

main .lhicon {
    line-height: 1.6;
}

main .nav-tabs-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 30px;
}

main .nav-tabs-solid .nav-link {
    margin-right: 5px;
    color: #495057;
    background-color: #fff;
    border-color: #e9ecef #e9ecef #dee2e6;
}

    main .nav-tabs-solid .nav-link.active {
        font-weight: 600;
        color: #009ABC;
    }

main .table-tippy th {
    color: #333;
    background: white;
}

main .table-tippy-dark th, .table-tippy-dark td {
    border: none;
}

main .table-tippy-dark td.progress-bar {
    margin-top: 0.75em;
}

main .table-tippy-dark tr:nth-child(even) {
    color: #fff;
    background: #333;
}

main .table-tippy-dark tr:nth-child(odd) {
    color: #fff;
    background: #333;
}

main .table-tippy tr:nth-child(odd) {
    color: #333;
    background: lightgray;
}

main .table-tippy tr:nth-child(even) {
    color: #333;
    background: white;
}

/* ----- Vue CK Editor Support CSS -----*/
main .ck-control .cke {
    border: none !important;
}

main .ck-control .cke_top {
    background: none;
}

main .ck-control .cke_bottom {
    background: none;
}

/* ----- Vue Modal Support CSS -----*/
main .modal-mask {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

main .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

main .modal-container {
    width: 600px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

main .modal-enter {
    opacity: 0;
}

main .modal-leave-active {
    opacity: 0;
}

main .modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

main button:disabled
main button[disabled] {
    cursor: not-allowed;
}

/*MEDIA SPECIFIC LAST*/
@media screen and (max-width: 768px) {
    main .control-label {
        text-align: left;
        width: 100%;
        padding-top: 0.5em;
        font-weight: 400;
    }

    main .form-label {
        text-align: left;
        width: 100%;
        padding-top: 0.5em;
    }

    main .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.print-footer {
    font-size: 10px;
    color: #333333;
    text-align: center;
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .block-print {
        display: block !important;
    }

    .scrolltotop, .scrolltotop * {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .break-print {
        page-break-after: always;
    }

    footer {
        display: none !important;
    }

    body {
        font-size: 12px;
    }

    h1 {
        font-size: 33px;
        line-height: 39px;
    }

    h2 {
        font-size: 26px;
        line-height: 31px;
    }

}
