﻿

.validation-summary-valid {
    display: none;
}

.ui-autocomplete {
    z-index: 1500 !important;
}

html {
    height: 100%;
    position: relative;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4375;
    color: #535050;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: aliceblue;
    height: 100%;
}

table {
    width: 100% !important
}

    table.dataTable {
        border-collapse: collapse;
        width: 100%;
    }

    table th {
        text-align: center;
    }

.loginLogo {
    height: 100%;
    width: 100%;
}

.welcome-background {
    background-color: white;
    min-height: 70vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0;
}

.content {
    max-width: 80%;
    margin: auto;
    background-color: white;
    border: 1px solid #dee2e6;
    min-height: 99vh;
    overflow: visible;
    display: block;
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #2E2E2E;
    padding-top: 50px;
}

.page-footer {
    padding-top: 5px;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #8c8b8b;
}

.navbar-custom {
    background-color: #2A578D;    
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #FFFFFF;
    }

    .navbar-custom .navbar-nav .nav-link {
        color: #FFFFFF;
    }

.transparent {
    background-color: transparent !important;
    border: none !important;
}


#on-screen-message {
    display: block;
}

    #on-screen-message:empty {
        display: none;
    }

@media print {
    a[href]:after {
        content: none !important;
    }
}

a {
    color: #2a578d;
}

.footerLinks {
    color: #FFFFFF;
    font-size: smaller
}


.radio-inline {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}

.text-danger {
    font-size: medium;
    display: block;
    margin-bottom: 0px;
    padding-top: 2px;
}


legend {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: medium;
}


.radioButtonList {
    margin-left: 10px;
    display: inline-block;
}

.checkboxList {
    margin-left: 10px;
    display: inline-block;
    width: 100%;
}

.radio-button-label {
    text-indent: 3px;
    padding-right: 5px;
    margin: 0px;
}

.form-check-label {
    text-indent: 6px;
    padding-right: 5px;
}

.form-control {
    margin-left: 10px;
    border-radius: 3px;
    width: 80%;
}

.card-header {
    padding: 10px;
    box-shadow: 4px 3px 10px grey;
}

    .card-header a {
        color: #FFFFFF;
        background-color: #68829E;
    }

    .card-header .whiteLabel {
        color: #FFFFFF;
        background-color: #68829E;
        font-size: large;
        margin-bottom: 0px;
    }


.sub-card {
    background-color: #487aa5;
}

.card-body {
    background-color: whitesmoke;
    box-shadow: 4px 3px 10px grey;
}


.input-group {
    border-bottom: 1px inset #dee2e6;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 8px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #487aa5;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;    
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: 1px solid #b1b1b1;
    padding: 10px;
}



.dataTable thead tr {
    background-color: #68829E;
    color: #FFFFFF;
}

table td {
    word-wrap: break-word;
    max-width: 400px;
}

.modal-header {
    background-color: #8aaed5;
    padding: .7rem .7rem;
}


.modal-title {
    line-height: 1;
    color: #FFFFFF;
}

.disabled {
    color: #4a4949;
}

a.disabled {
    pointer-events: none;
    color: darkgray;
}

div.label.disabled {
    color: red;
}

.datePicker {
    width: 150px;
}

input[type=checkbox][disabled] + label {
    color: darkgray;
}


input[type="text"]:disabled {
    background: #dee2e6;
}

input[type=checkbox] {
    margin-bottom: 8px;
}

input[type="checkbox"][readonly] {
    filter: invert(30%) hue-rotate(18deg) brightness(1.7);
}

input[type="radio"][readonly] {
    filter: invert(30%) hue-rotate(18deg) brightness(1.7);
}

a.logo {
    padding: 0;
    /*-ms-transform: scale(0.95);
    transform: scale(0.95);*/
    -ms-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1);
    transition: all .45s ease-out;
    backface-visibility: hidden;
}

    a.logo img {
        max-height: 45px;
        float: left;
        padding: 3px 0 3px 10px;
        vertical-align: middle;
        text-align: center;
    }

.desktop-only {
    text-transform: uppercase;
    font-weight: 700;
    font-size: medium;
    letter-spacing: .05em;
    color: #003146;
    padding-left: 5px;
    font-family: 'Montserrat',sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

a .logo span i {
    text-transform: lowercase;
    padding-right: 2px;
    font-style: italic;
}

.agency-logo {
    height: 40px;
    width: 40px;
    max-width: inherit;
    margin-left: -5px;
    margin-right: 5px;
}

.WelcomeMessageBanner {
    font-size: x-large;
    color: #013E7F;
}

.plainLabel {
    font-family: arial;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: Black;
}

.card-header-label {
    color: #FFFFFF;
    font-size: large;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
}

.ReportLabel {
    color: darkslategray;
    font-size: large;
    font-size: 1rem;
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.card {
    margin-top: 20px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.WelcomePageCards {
    background-color: #9fbea9;
    padding: 8px;
}

.WelcomePageCardTitle {
    font-size: 18px;
}

.HeaderInfoBar {
    background-color: #d8d8d8;
    padding-right: 10px;
    border-top: 2px solid #808080;
    font-size: smaller;
}

.row {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    text-align: left;
    padding: 0.38rem 0.7rem 0.38rem 0.5rem;
    margin: 0px;
    margin-right: 12px;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-primary {
    min-width: 100px;
}

.btn-secondary {
    min-width: 100px;
}

.btn-success {
    background-color: #9fbea9;
    min-width: 100px;
}

.btn-danger {
    min-width: 100px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 13rem;
    padding: 0.25rem 0;    
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 10px;
        left: 70%;
        background-color: #eae7e7;
        margin-top: 2px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }


    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #2A578D;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #8aaed5;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #536391;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

td.details-control {
    background: url('DataTables-1.10.18/images/details_open.png') no-repeat right;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('DataTables-1.10.18/images/details_close.png') no-repeat right;
}

.fa {
    padding-right: 9px;
}

.far {
    padding-right: 9px;
}

.fas {
    padding-right: 9px;
}

.action-buttons {
    border-top: 2px solid #d8d8d8;
    padding-top: 8px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 8px;
    background-color: rgba(231, 233, 238, 0.74);
}

.panel {
    border: 2px solid #dee2e6;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading {
    background-color: #dee2e6;
    padding: 6px 6px 6px 6px;
    border-bottom: 1px solid #535050;
    font-size: medium;
    color: darkslategray;
    border-radius: 10px 10px 0px 0px;
}

.panel-body {
    padding: 8px 8px 8px 8px;
    background-color: #fbfafa;
}

.dataTables_wrapper .dt-buttons {
    float: right;
}

.worklistItemDocumentContainer {
    max-width: 100%;
    min-height: 66vh;
    width: 100%;
    margin: 0;
    background-color: white;
    overflow: hidden;
    display: block;
    position: relative;
}

.modal-control {
    margin-left: 10px;
    display: block;
    width: 80%;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.modal-body {
    border: 0px;
}

.dataGridSubTableBackground {
    background-color: #FFFFFF;
}

.worklistSelect {
    height: 30px;
    font-size: smaller;
    border-radius: .5em;
}

.custom-select-xsm {
    height: calc(1.5rem + 2px);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.2rem;
    font-size: 80%;
    width: 40%;
}

.panel-default {
    border-radius: 0 !important;
}

.panel-heading {
    border-radius: 0 !important;
}

.commodityRequestPanel {
    padding: 0;
    margin: 1px;
    font-size: 70%;
    border-bottom: 0;
}

.standardPanelHeading {
    background-color: #ABC0D4;
}

.orangePanelHeading {
    background-color: #DEB887;
    font-weight: 600;
    font-size: .8rem;
}

.commodityRequestHeaderLabel {
    font-weight: 600;
    width: 100px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body {
        font-size: .8rem;
        line-height: 1.1;
    }

    .content {
        max-width: 100%;
    }

    .loginLogo {
        height: 250px;
        width: 100%;
    }

    .card-body {
        font-size: .75rem;
    }

    .dropdown-menu {
        font-size: .8rem;
    }

    .form-control {
        font-size: .8rem;
    }

    .datePicker {
        width: 125px;
    }
}

@media (max-width: 800px) {
    .desktop-only {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    body {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dropdown {
        padding-bottom: 10px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > .dropdown-menu {
        background-color: #d8d8d8;
        padding-top: 5px;
        margin-bottom: 10px;
        margin-right: 25px;
        margin-left: 50px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
        display: none;
    }

    .dropdown-submenu > .LevelThreeMenuItem {
        background-color: darkgray;
    }
}
