﻿body {
    
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000;
}

#loading2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000;
}

.click-date {
    margin-top: 8px;
    cursor: pointer;
    text-decoration: underline;
}

.white-row {
    background-color: white !important;
}

.grey-row {
    background-color: #eeeeee !important;
}

th {
    font-size: 14px;
}

td {
    font-size: 14px;
}
.has-error {
    border-color: red;
}
.side-margins {
    margin-left: 5px;
    margin-right: 3px;
}

.side-margins-small {
    margin-left: 2px;
    margin-right: 1px;
}

.gold-number {
    color: #B98935; /*#016f38  == green*/
    font-weight: bold;
    /*opacity:.8;*/
    text-decoration: underline;
}

.info-label-img {
    position: absolute;
    top: 13%;
    left: 5%;
    height: 25px;
    opacity: .8;
}

.centered-gold {
    position: absolute;
    top: 19%;
    left: 89%;
    transform: translate(-50%, -50%);
    background: #F8F8F8; /*#CE993B  linear-gradient(orange, red);*/
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    font-size: 12px;
    padding: 12px;
    display: flex;
    height: 18px;
    width: 18px;
    color: #CE993B;
    overflow: hidden;
    font-weight: bold;
    /*opacity: .8;*/
    text-decoration: none;
    border: 1px solid #CE993B;
}

.centered-gold2 {
    position: absolute;
    top: 19%;
    left: 71%;
    transform: translate(-50%, -50%);
    background: #F8F8F8; /*#CE993B  linear-gradient(orange, red);*/
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    font-size: 12px;
    padding: 12px;
    display: flex;
    height: 18px;
    width: 18px;
    color: #CE993B;
    overflow: hidden;
    font-weight: bold;
    /*opacity: .8;*/
    text-decoration: none;
    border: 1px solid #CE993B;
}

.btn-gold {
    font-family: 'Barlow Condensed', sans-serif;
    background: #fff;
    border: 3px solid #d7a853;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #d7a853;
    font-weight: bold;
    text-decoration: none;
}

#companyId {
    width: 250px;
    max-height: 32px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.menu_item {
    margin-top: 12px;

    margin-right: 15px;
    cursor: pointer;
    color: lightgray;
    padding: 3px;
}

.menu_item:hover {
    color: white;
    padding: 3px;
}

.menu_item_disabled {
    margin-top: 25px;
    margin-right: 15px;
    cursor: pointer;
    color: lightgray;
    padding: 3px;
}

.iconBtn {
    padding: 10px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    background: #F8F8F8;
    color: black; /*#034794;*/
    min-height: 185px;
    max-height: 185px;
    margin-top: 20px;
    font-size: 17px;
    border-radius: 10px;
    /*border: 2px solid #BED0DC;*/
    border: 1px solid #d4d4d4;
    font-weight: 400;
}

    .iconBtn:hover, .iconBtn:active {
        background: #dfdfdf;
        text-decoration: none;
    }

.btn-icon {
    height: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.btn-squared-default {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

    .btn-squared-default:hover {
        border: 3px solid white;
        font-weight: 800;
    }

.btn-squared-default-plain {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

    .btn-squared-default-plain:hover {
        border: 0px solid white;
    }

a:hover {
    text-decoration: none;
}

.dropdown {
    list-style: none;
    padding: 10px;
    display: inline-block;
}

    .dropdown .nav-link {
        color: #000;
        text-decoration: none;
    }

    .dropdown .dropdown-menu a {
        color: #FFF;
        background-color: #CE993B;
    }

.dropdown-menu .dropdown-item {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
}

.dropdown-menu > a {
    border-bottom: solid 1px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.dropdown .dropdown-menu a:hover {
    background-color: #d7ad62;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a:hover {
    text-decoration: none;
}

.iconBtn img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
}

.logo {
    text-align: right;
}

    .logo img {
        max-width: 50px;
    }

a.accountSearch {
    background: #808080;
    padding: 7px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #efefef;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
}

    a.accountSearch:hover, a.accountSearch:active {
        background: #707070;
    }

.boiler {
    height: 300px;
}
/*five columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*5 columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.col-sm-15 h3 {
    font-size: 20px !important;
}

.center p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.admin-btn-pre {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #40769A;
}

.admin-btn-pre-2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: black;
}

/*.admin-btn-post {
            margin-top: -10px;
            padding-top: 0px;
            margin-bottom: 0px;
            color: black;
            width: 100%;
            min-width: 100%;
            font-size: 40px;
            font-weight: bold;
        }*/
.admin-btn-post {
    margin-top: 0px;
    margin-bottom: 3px !important;
    padding-top: 0px;
    width: 100%;
    min-width: 100%;
    font-size: 17px;
    color: black; /*#034794;*/
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #006F37;
    border-radius: 50%;
    display: inline-block;
}

.btn-group-margin {
    margin-top: 15px;
    display: flex;
}

    .btn-group-margin .btn {
        flex: 1;
    }

.border-right {
    border-right: 2px solid white !important;
}

.wifi-on {
    color: gray;
    cursor: pointer;
}

.wifi-off {
    color: red;
    text-decoration: line-through;
    cursor: pointer;
}

.dataTables_wrapper {
    width: 99% !important;
}

.dataTables_scrollHeadInner, .table {
    width: 100% !important
}

.detail-btn {
    width: 35px;
    border-radius: 75%;
    border-color: lightgray;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    opacity: 1.0;
}

    .detail-btn:hover {
        border-color: cornflowerblue;
        border-width: 2px;
    }

.div-table-btn {
    cursor: pointer;
    background-color: #3395FF; /*#D6A853;*/
    color: #e4e4e4;
    /*margin-left: 25px;
    margin-right: 25px;*/
    border-radius: 3%;
    padding: 3px;
    font-weight: bold;
    border: solid 1px;
    border-color: #5b5b5b; /*#D6A853;*/
}

    .div-table-btn:hover {
        border: solid 1px;
        border-color: cornflowerblue;
        color: white;
    }

.btn-primary {
    margin-bottom: 0px !important;
    border-right-color: darkgrey;
    background-color: #0068d8;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: 0px !important;
    border-right-color: darkgrey;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: white;
    font-weight: 500;
    background-color: #2e92ff;
}

.note-small {
    font-size: small;
}

.no-pad-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.note {
    font-size: 10px;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
}

.error-state {
    border: solid 1px #ff0000 !important;
}

.header2 {
    background: #333;
    color: #fff;
    padding: 5px;
    padding-left:0px;
    /*margin-bottom: 20px;*/
    margin: 0px;
}

.breadcrumb {
    margin: 0px;
    margin-top: 20px;
    margin-bottom:5px;
    padding: 0px;
    background-color: #f8f9fa;
    justify-content: center;
}

    .breadcrumb ul {
        display: flex;
        list-style-type: none;
        margin: 0px;
        padding-left: 20px !important;
    }

    .breadcrumb li::before {
        content: "> ";
    }

    .breadcrumb li:first-child::before {
        content: "";
    }

    .breadcrumb li a {
        color: #5f6368;
        font: 500 16px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;
        -webkit-font-smoothing: antialiased;
    }

        .breadcrumb li a:hover {
            color: #1a73e8;
            font: 500 16px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;
            -webkit-font-smoothing: antialiased;
        }

.breadcrum-page {
    color: #1a73e8 !important;
    font: 600 16px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.dropdown-submenu {
    position: relative;
    background-color: #CE993B;
    border-bottom: solid 1px #fff;
    height: 45px;
    display: inline-block;
    width: 100%;
}

    .dropdown-submenu:hover {
        background-color: #d7ad62;
    }

    .dropdown-submenu a:hover {
        background-color: #d7ad62;
    }

    .dropdown-submenu a {
        display: -moz-inline-box;
        display: inline-block;
        min-width: 142px;
        min-height: 45px !important;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-left: 17px;
        border-bottom: solid 1px #fff;
        vertical-align: middle;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 3px; /*-6px;*/
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        background-color: #CE993B;
        border: solid 1px gainsboro;
        box-shadow: 2px 2px 6px 2px #d3d3d3;
    }

    .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: #ffffff !important;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .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;
        }

