﻿
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}


/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: gray;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: gray;
    }

input, select {
    height: 22px;
}

body {
    width: 100%;
}

textarea {
    resize: none;
}

a {
    position: relative;
}

body {
    overflow: hidden;
}

    body.cke_editable {
        overflow: initial;
    }

.sidebar-collapse .sidebar-menu {
    overflow: initial !important;
}

.sidebar-collapse .main-sidebar .sidebar .slimScrollDiv {
    overflow: initial !important;
}

.logo {
    text-align: left !important;
}

    .logo img {
        height: 100%;
    }

.table {
    width: 100% !important;
    margin-bottom: 0px !important;
}

.direct-chat-msg {
    margin-bottom: 0px;
}

.direct-chat-img {
    position: relative;
    overflow: hidden;
    width: 28px;
    height: 28px;
    border-radius: 0px;
}

    .direct-chat-img img {
        width: 100% !important;
        height: initial !important;
    }

.direct-chat-text {
    margin: 5px 25px 0 5px;
    padding: 5px 5px;
    font-size: 12px;
}

.right .direct-chat-text {
    margin-right: 5px;
    margin-left: 30px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    margin-right: -2px;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 10px;
}

.wrapper {
    overflow: hidden;
}

#divTblView {
    margin: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.w100 {
    min-width: 100px;
}

.centerV {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.centerH {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.centerB {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.content-wrapper {
    background-image: url(/Images/Background/Background.jpg);
    /*min-height: 600px;*/
}

.logo-mini {
    text-align: center;
}

.treeview-menu > li > a {
    white-space: normal;
}

.daterangepicker.dropdown-menu {
    z-index: 9999999999999999999999999999999 !important;
}

.autocomplete-suggestions {
    z-index: 9999999999999999999999999999999 !important;
}

.select2-selection--multiple ul.select2-selection__rendered {
    max-height: 110px;
    overflow: auto !important;
}

.select2-container--default.select2-container--open {
    z-index: 9999999999999999999999999999999 !important;
}

.select2-container--open .select2-dropdown {
    background-image: url(/Images/Background/Background.jpg);
}

.tp-control .select2-container--default .select2-selection--single, .tp-control .select2-selection .select2-selection--single,
.tp-title .select2-container--default .select2-selection--single, .tp-title .select2-selection .select2-selection--single {
    padding: 0px 12px;
    height: 22px;
}

    .tp-control .select2-container--default .select2-selection--single .select2-selection__arrow,
    .tp-title .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 16px;
    }

.tp-title .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 233px !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 233px;
}

/*.main-sidebar {
    overflow: auto;
}*/

.content-for-popup .input-group {
    padding-right: 5px;
}

.M29-28, .M30-28, .M31-28, .M30-29, .M31-29, .M31-30 {
    background: #cecece;
}

.pac-container {
    z-index: 99999999999999999;
}

table.tbl-auto-stt tbody {
    counter-reset: rowNumber;
}

    table.tbl-auto-stt tbody tr {
        counter-increment: rowNumber;
    }

        table.tbl-auto-stt tbody tr td:first-child {
            text-align: left;
            vertical-align: middle;
        }

            table.tbl-auto-stt tbody tr td:first-child::before {
                content: counter(rowNumber);
            }


/*Process*/
@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(2) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.4166666666666667s;
        animation-delay: -0.4166666666666667s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(3) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.33333333333333337s;
        animation-delay: -0.33333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(4) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.25s;
        animation-delay: -0.25s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(5) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.16666666666666669s;
        animation-delay: -0.16666666666666669s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(6) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.08333333333333331s;
        animation-delay: -0.08333333333333331s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(7) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(8) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.08333333333333337s;
        animation-delay: 0.08333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(9) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.16666666666666663s;
        animation-delay: 0.16666666666666663s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(10) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(11) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.33333333333333337s;
        animation-delay: 0.33333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

    .uil-default-css > div:nth-of-type(12) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.41666666666666663s;
        animation-delay: 0.41666666666666663s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: white;
    position: fixed;
    z-index: 9999999999999999999999999999999999999999999999999999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pn {
    padding: 0px !important;
}

.wm-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mn {
    margin: 0px !important;
}

.mbn {
    margin-bottom: 0px !important;
}

.prn {
    padding-right: 0px !important;
}

/*Login*/
.login-logo, .register-logo {
    padding: 25px;
    margin: 0px;
    padding-bottom: 0px;
}
/*Login*/
/*Chat*/
.chat-container {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 15px;
    /*width: 100%;*/
    display: flex;
    justify-content: flex-end;
}

    .chat-container .box {
        border: 1px solid #3c8dbc;
        float: right;
        width: 300px;
        align-self: flex-end;
    }

        .chat-container .box:nth-child(n+1) {
            margin-left: 5px !important;
        }
/*Chat*/
/*jquery confirm*/
.content-pane .content {
    min-height: initial;
    padding: initial;
}


.jconfirm.jconfirm-material .jconfirm-box, .jconfirm .jconfirm-box {
    padding: 0px !important;
    height: 100%;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

.jconfirm-holder {
    overflow: visible;
}

.jconfirm-content-pane {
    padding: 0px 10px;
}

.jconfirm-title-c {
    padding: 10px;
    margin-bottom: 5px;
    background: #efefef;
    color: red;
}

.jconfirm-title {
    color: #35498e;
}

.jconfirm-buttons {
    padding: 0px 13px 11px 0px !important;
    display: flex;
    justify-content: flex-end;
}

.jconfirm .jconfirm-box {
    overflow: visible;
}

    .jconfirm .jconfirm-box div.jconfirm-content-pane {
        overflow: visible !important;
        height: 100% !important;
        display: flex;
        flex: 1;
        flex-direction: column;
        max-height: none !important;
    }

    .jconfirm .jconfirm-box .jconfirm-buttons {
        padding: 0px 0px 11px 0px;
    }

        .jconfirm .jconfirm-box .jconfirm-buttons button {
            font-size: 12px;
            height: 25px;
            padding: 0px 10px;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button i {
                font-size: 14px !important;
            }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        padding: 0px;
        font-size: 15px;
        text-transform: uppercase;
    }

.pl3 {
    padding-left: 3px;
}

.pr3 {
    padding-left: 3px;
}

.jconfirm-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    /*overflow-x: hidden !important;*/
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: visible;
}

.jconfirm-content > div {
    display: flex;
    flex: 1;
    overflow: visible;
    flex-direction: column;
}

.content-for-popup {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

    .content-for-popup .tab-content {
        display: flex;
        flex: 1;
        overflow: auto;
    }

        .content-for-popup .tab-content > active {
            display: flex;
            height: 100%;
        }

        .content-for-popup .tab-content .tp-app {
            width: 100%;
        }

        .content-for-popup .tab-content .tab-pane {
            flex: 1;
            overflow: hidden;
        }

            .content-for-popup .tab-content .tab-pane > div {
                display: flex;
                flex-direction: column;
            }

    .content-for-popup input, .content-for-popup select {
        height: 25px;
    }


.input-group {
    display: flex;
}

    .input-group .group-label-c {
        flex: 0 0 140px;
        text-align: left;
        /* border-bottom-left-radius: 4px !important; */
        /* border-top-left-radius: 4px !important; */
        background-color: #eee !important;
        white-space: nowrap !important;
        font-size: 12px !important;
        /* min-height: 34.4px !important; */
        padding-left: 10px !important;
        align-items: center;
        overflow: hidden;
        white-space: nowrap;
        height: 25px;
        text-overflow: ellipsis;
    }

    .input-group .select2-container {
        flex: 1;
        overflow: hidden;
    }

        .input-group .select2-container .select2-search--inline .select2-search__field {
            height: 23px;
            margin-top: 0px;
        }

    .input-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-right: 5px;
        margin-top: 1px;
    }

    .input-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        height: 100%;
        display: block;
        overflow: visible;
    }

    .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 22px !important;
        right: 0px !important;
    }

    .input-group .select2-selection--multiple {
        min-height: 25px;
        height: 25px;
    }

.div_multi_form {
    margin: 0 -2.5px !important;
}

    .div_multi_form > div {
        padding: 0 2.5px !important;
    }

/*jquery confirm*/
/*Chat*/
#ListUserAll, #ListUserAll li {
    list-style-type: none;
}

    #ListUserAll li a:after {
        clear: both;
    }

    #ListUserAll li a:before {
        content: " ";
        display: table;
    }

    #ListUserAll li a {
        margin: 0;
        padding: 10px 10px;
        display: block;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #f4f4f4;
    }

        #ListUserAll li a:hover, #ListUserAll li a.active {
            background: #f4f4f4;
            text-decoration: none;
        }

        #ListUserAll li a h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
        }

        #ListUserAll li a p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
            text-overflow: ellipsis;
            overflow: hidden;
            min-height: 17px;
        }


        #ListUserAll li a h4 small {
            color: #999999;
            font-size: 10px;
            position: absolute;
            top: 0;
            right: 0;
        }

    #ListUserAll i.text-gray, #ListUserAll i.text-success,
    #listchatuser i.text-gray, #listchatuser i.text-success {
        position: absolute;
        top: 28px;
        right: 13px;
        font-size: 10px;
    }

.direct-chat-timestamp {
}

.right span {
    text-align: right;
    color: white;
}

/*Chat*/


/*WM-Style*/
.wm-control {
    display: flex;
    flex-direction: row;
    padding: 0px 5px;
    /* height: 37px; */
    margin: 0px;
    position: relative;
    color: #35498e;
    background: #ffffff;
    flex-flow: wrap;
}

.wm-control-item {
    align-items: center;
    display: flex;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}

    .wm-control-item:hover {
        border-color: #ccc;
        background-image: -webkit-linear-gradient(top,#fafafa,#e9e9e9);
        box-shadow: inset 0px 1px 5px rgba(0,0,0,.2);
        border-radius: 3px;
    }

    .wm-control-item .select2-container--default .select2-selection--single, .wm-control-item .select2-selection .select2-selection--single {
        padding: 0px 12px;
        height: 22px;
    }

        .wm-control-item .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 16px;
        }

.wm-control-item-label {
}

.wm-control-item #WMDateRange {
    padding: 0px 12px;
}

.wm-head {
    display: flex;
    flex-direction: row;
    padding: 0px 5px;
    /* height: 37px; */
    margin: 0px;
    position: relative;
    color: #35498e;
    background: none repeat scroll 0 0 #f5f5f5;
    flex-flow: wrap;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.wm-head-item {
    align-items: center;
    display: flex;
    font-size: 13px;
    /*padding: 5px;*/
    cursor: pointer;
    /*height: 30px;*/
    position: relative;
}



    .wm-head-item:hover {
        border-color: #ccc;
        background-image: -webkit-linear-gradient(top,#fafafa,#e9e9e9);
        box-shadow: inset 0px 1px 5px rgba(0,0,0,.2);
        border-radius: 3px;
    }

    .wm-head-item i {
        color: #1ab89a;
    }

.wm-head-item-btn {
    padding: 5px;
}

.wm-head-item-label {
    font-weight: 600;
    font-size: 12px;
}

.wm-list {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.wm-list-item:nth-child(2n+1) {
    background: #f8f8f8;
}

.wm-list-item {
    padding: 5px;
    line-height: 24px;
    color: #777;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.wm-list-item-head {
    display: flex;
    padding: 0px 5px;
    flex-flow: wrap;
}

    .wm-list-item-head b {
        color: black;
    }

.wm-list-item-head-title {
    color: #1ab89a !important;
}

.wm-list-item-head-employmentName {
}

.wm-list-item-head-usercreate {
}



.wm-list-item-description {
    padding-left: 23px;
    font-style: italic;
    font-size: 12px;
}

.wm-list-item-dateline {
    padding-left: 23px;
    font-style: italic;
    font-size: 12px;
}

.wm-list-item-dateline-time {
    font-style: normal;
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    width: 105px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
}

.wm-list-item-dateline-start {
    background: #95a5a6;
    font-size: 85%;
}

.wm-list-item-dateline-end {
    background: #1abc9c;
    font-size: 85%;
}

    .wm-list-item-dateline-end.warnred {
        background: red !important;
    }

.wm-list-item-assignmentBox {
    position: absolute;
    top: 30px;
    right: 10px;
    height: 26px;
    display: flex;
}

    .wm-list-item-assignmentBox span {
        cursor: pointer;
    }

.wm-list-item-assignmentBox-status {
    color: #FFF !important;
    line-height: 18px;
    padding: 4px 6px;
    font-size: 90%;
    border-radius: 3px;
    float: left;
    min-width: 94px;
    text-align: center;
    /* background: whitesmoke; */
}

.assigned {
    background: #95a5a6;
}

.completed {
    background: #1ab89a;
}

.wm-list-item-assignmentBox-comment {
    background-image: url('/Scripts/Employment/message_icon.png');
    width: 26px;
    height: 26px;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,arial,freesans,clean,sans-serif;
    line-height: 26px;
    color: #1abc9c;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

    .wm-list-item-assignmentBox-comment:hover {
        background-position-x: 26px;
        color: white;
    }

.wm-list-item-assignmentBox-file {
    cursor: pointer;
}

    .wm-list-item-assignmentBox-file i {
        font-size: 26px;
        color: #1ab89a;
    }

.wm-list-item input[type=checkbox], .wm-head-item input[type=checkbox] {
    margin: 3px 0px;
    height: 13px;
}

#txtWMChat .direct-chat-msg:last-child {
    margin-bottom: 10px;
}
/*WM-Style*/
.content-for-popup .select2-container {
    width: 100% !important;
}

/*flex box*/
.flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.flex-justify-content-start {
    justify-content: flex-start;
}

.flex-justify-content-end {
    justify-content: flex-end;
}

.flex-justify-content-center {
    justify-content: center;
}

.flex-justify-content-space-between {
    justify-content: space-between;
}

.flex-justify-content-space-around {
    justify-content: space-around;
}

.flex-align-content-start {
    align-content: flex-start;
}

.flex-align-content-end {
    align-content: flex-end;
}

.flex-align-content-center {
    align-content: center;
}

.flex-align-content-space-between {
    align-content: space-between;
}

.flex-align-content-space-around {
    align-content: space-around;
}

.flex-align-items-start {
    align-items: flex-start;
}

.flex-align-items-end {
    align-items: flex-end;
}

.flex-align-items-baseline {
    align-items: baseline;
}

.flex-align-items-center {
    align-items: center;
}

.flex-align-items-stretch {
    align-items: stretch;
}

.flex-align-self-start {
    align-self: flex-start;
}

.flex-align-self-end {
    align-self: flex-end;
}

.flex-align-self-baseline {
    align-self: baseline;
}

.flex-align-self-center {
    align-self: center;
}

.flex-align-self-stretch {
    align-self: stretch;
}

.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/*flex box*/
.pr5 {
    padding-right: 5px;
}

.treeview-menu > li > a {
    padding: 0px;
    ;
}

    .treeview-menu > li > a > div {
        padding: 5px 5px 5px 15px;
    }

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > div > span {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
}

.content-for-popup legend {
    font-size: inherit;
    margin: inherit;
    border: none;
    width: inherit;
    font-weight: bold;
}

.content-for-popup fieldset {
    /*border: 1px solid silver;*/
    margin: 0 2px;
    padding: .35em 0px .75em;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0px 0;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
}

.M29Str-31, .M30Str-31, .M31Str-31 {
    background: red;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*border: 0px solid #f4f4f4;*/
    border: 1px solid #bdc1d2;
}

a[href="http://www.amcharts.com"] {
    display: none !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a {
    width: 283px;
}

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > div > span:not(.pull-right-container) {
        display: inline-block !important;
        padding-left: 38px;
    }


#RawMaterialManage_container {
    height: 300px;
}



/*@supports (-ms-ime-align:auto) {*/
/*.tp-content {
        position: relative;
        overflow: visible;
    }

    .tp-content-edge {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }*/

table.scrolling {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    overflow: hidden;
    /* Use this to create a "dead" area color if table is too wide for cells */
    background-color: #ccc;
    --dead-area-color: #ccc;
}

    table.scrolling thead,
    table.scrolling tfoot {
        /* Grow automatically to fit content, don't shrink it proportionately to the body. */
        flex: 0 0 auto;
        display: block;
        /* Horizontal scrolling, when allowed, is controlled by JS, not a scroll bar. */
        overflow: hidden;
    }




    table.scrolling tbody {
        display: block;
        flex: 1 1 auto;
        /* Disable all scrolling by default */
        overflow: hidden;
    }
    /* Turn on vertical scrolling for all elements so scroll bars take up the same space */
    table.scrolling.scrolly tbody,
    table.scrolling.scrolly thead.scrollsync,
    table.scrolling.scrolly tfoot.scrollsync {
        overflow-y: auto;
    }

    /*table.scrolling.scrolly thead.scrollsync:after {
            content: '';
            height: 100%;
            width: 17px;
            position: absolute;
            background: #fff;
        }*/
    /* Turn on horizontal scrolling for the body only */
    table.scrolling.scrollx tbody {
        overflow-x: auto;
    }
    /*
For Webkit, use "dead area" color to hide vertical scrollbar functions in the header and footer.
Since WebKit supports CSS variables and style attributes don't support pseudo-classes, use variables.
Display is set because otherwise Chrome ignores the other styling.
TODO: on Chrome/Safari for Mac, scrollbars are not shown anyway and this creates an extra block. No impact on iOS Safari.
*/
    table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar {
        display: block;
        background-color: var(--dead-area-color);
    }

    table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar-track {
        background-color: var(--dead-area-color);
    }
    /* IE11 adds an extra tbody, have to hide it. */
    table.scrolling tbody:nth-child(3) {
        display: none;
    }
    /* The one caveat to scrolling this way: a hard-set width is required. Can override in thead/tbody slot. */
    table.scrolling td,
    table.scrolling th {
        border: 1px solid #ddd;
        /* These must all be set the same in your overriding CSS */
        /*width: 10em;
        min-width: 10em;
        max-width: 10em;*/
        max-width: 10em;
        /* Important in case your data is too long for your cell */
        overflow: hidden;
        word-wrap: break-word;
        padding: 4px;
    }

    table.scrolling td {
        /*background-color: #fff;*/
        /*text-align: left !important;*/
    }

    table.scrolling th {
        /*background-color: #f7f7f7;*/
        background: #fff;
    }


tr.nopading td {
    padding: 0px;
}



tr.TimeKeepingByDepartmentManage td {
    background: #fff;
}

    tr.TimeKeepingByDepartmentManage td.Sunday {
        background: #bdc1d2 !important;
    }

tr.TimeKeepingByDepartmentManage, tr.TimeKeepingByDepartmentManage:hover, tr.TimeKeepingByDepartmentManage:hover td {
    background-color: #fff;
}

    tr.TimeKeepingByDepartmentManage td:not(.no-hover):hover, tr.TimeKeepingByDepartmentManage td:not(.no-hover).active {
        background-color: #3c8dbc !important;
        color: white;
    }

#cham_cong, #cham_cong .backdrop {
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

#cham_cong_item {
    position: absolute;
    background: white;
    width: 200px;
    z-index: 99999;
    border: 1px solid #505050;
    border-radius: 5px;
    box-shadow: 3px 3px 2px;
}




#RawMaterialManage_container {
    height: 300px;
}


/*Định vị*/



.tablist-pd-lr-5 li a {
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
}

#right-content .form-control {
    border-radius: 0px !important;
}

.nav-tabs > li > a {
    color: #010101;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0c4da2;
    cursor: default;
    background-color: #fff;
    border: 1px solid #0c4da2;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.giamsat-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: absolute !important;
    width: 100%;
}

.giamsat-left-control {
    min-width: 350px;
    max-width: 350px;
    /*overflow: hidden;*/
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.giam-sat-content {
    flex-direction: column;
    width: 100%;
}

    .giam-sat-content .select2-container {
        width: 100% !important;
    }

.giamsat-map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.btn-blue {
    background-color: #0c4da2;
    color: white;
    border: #0053ff;
}

    .btn-blue:hover {
        color: #faa61b;
    }

.giamsat-plate {
    height: 25px;
}

.giamsat-allplate-btn {
    width: 100%;
    padding: 3px !important;
    height: 24px;
}

#TreeVehicleByAgency {
    overflow: auto;
    border: solid 1px #99bbe8;
    display: flex;
    height: 100%;
}



#right-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 1px solid #e8e5e5;
    overflow: hidden;
}


    #right-content .tab-content > .tab-pane {
        display: none;
    }

    #right-content .tab-content > .active {
        display: flex;
    }
/*menu tree*/
ul.menu-tree, ul.menu-tree ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0px;
}

    ul.menu-tree li {
        cursor: pointer;
    }

        ul.menu-tree li i {
            width: 20px;
        }

        ul.menu-tree li div:hover {
            color: #006eff;
        }

        ul.menu-tree li img {
            width: 16px;
        }

        ul.menu-tree li span {
            font-size: 13px;
        }

        ul.menu-tree li div[expanded=true] span, ul.menu-tree li div[expanded=true] i {
            color: #0c4da2;
            font-weight: bold;
        }

        ul.menu-tree li div[expanded=true] i {
        }

        ul.menu-tree li ul[not-expanded=true] {
            display: none;
        }
        /*leftmenuonline*/
        ul.menu-tree li img.leftmenuonline-3 {
            width: 20px;
        }


/*menu tree*/
/*viewlog*/
.viewlog-container {
    display: flex;
    flex-wrap: wrap;
}

.viewlog-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    min-height: 26px;
}

.viewlog-label {
    min-width: 95px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

.viewlog-input {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

    .viewlog-input input {
        height: 25px;
    }

    .viewlog-input button {
        padding: 5px 15px;
        font-size: 13px;
    }

        .viewlog-input button:nth-child(n+2) {
            margin-left: 6px;
        }

.viewlog-data {
    height: 100%;
    align-items: flex-start;
    font-size: 11px;
    margin: 0px;
    overflow: auto;
}

.viewlog-data-head {
    font-size: 11px;
}

    .viewlog-data-head table thead {
        background: #0c4da2;
        color: white;
    }

    .viewlog-data-head .table > thead > tr > th {
        background: #0c4da2;
        padding: 5px;
    }

        .viewlog-data-head .table > thead > tr > th:nth-child(1), .viewlog-data .table > tbody > tr > td:nth-child(1) {
            width: 75px;
        }

        .viewlog-data-head .table > thead > tr > th:nth-child(2), .viewlog-data .table > tbody > tr > td:nth-child(2) {
            width: 60px;
        }

.diem-data-head {
    font-size: 11px;
}

    .diem-data-head table thead {
        background: #0c4da2;
        color: white;
    }

    .diem-data-head .table > thead > tr > th {
        background: #0c4da2;
        padding: 5px;
    }

.diem-data {
    overflow: auto;
    font-size: 12px;
}

    .diem-data-head .table > thead > tr > th:nth-child(1), .diem-data .table > tbody > tr > td:nth-child(1) {
        width: 95px;
    }

    .diem-data-head .table > thead > tr > th:nth-child(2), .diem-data .table > tbody > tr > td:nth-child(2) {
        width: 170px;
    }

    .diem-data .table > tbody > tr > td {
        padding: 5px;
    }

#left-menu {
    width: 50px;
    min-width: 0px;
    transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
    height: 100%;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

    #left-menu:not(.active) ul, #left-menu:not(.active) .left-menu-title span {
        /*display: none;*/
        visibility: hidden;
    }

    #left-menu ul.menu-tree {
        min-width: 300px;
    }

    #left-menu.active {
        min-width: 300px;
        max-width: 300px;
        width: 300px;
    }

.left-menu-title {
    color: #0c4da2;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .left-menu-title span {
        white-space: nowrap;
        padding-left: 5px;
    }

.toggle-left-menu-icon {
    width: 48px;
    height: 50px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #0c4da2;
}

    .toggle-left-menu-icon:hover {
        background: rgb(252, 193, 97);
    }


/*report*/

#tblReport {
    height: 100%;
    position: relative;
}



/*GiamSat*/
.Plate p {
    min-width: 50px;
    white-space: nowrap;
}

.info-box {
    position: absolute;
    background: white;
    width: 300px;
    height: 495px;
    right: 0px;
    transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
    display: flex;
    border: 1px solid #0c4da2;
    flex-direction: column;
    top: 0;
}

    .info-box.off {
        width: 34px;
        height: 34px;
        overflow: hidden;
        min-height: 34px;
    }

        .info-box.off .info-box-content {
            opacity: 0;
        }

        .info-box.off .header span {
            display: none;
        }


    .info-box .header {
        min-height: 34px;
        height: 34px;
        background-color: #0c4da2;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

        .info-box .header span {
            font-weight: bold;
            line-height: 16px;
            padding-left: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            color: white;
        }

.info-box-content {
    font-size: 13px;
    padding: 0px;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
    overflow: hidden;
    margin: 0;
}

.info-box-item {
    padding: 1px 5px;
}

.inforbox_toggle {
    margin-left: auto;
    color: white;
    padding: 9px;
    transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
    cursor: pointer;
    height: 34px;
    width: 34px;
}

    .inforbox_toggle:hover {
        background: #3778ce;
    }


/*contact*/
.box-contact {
    overflow: auto;
    padding-top: 20px !important;
}

    .box-contact .maincontent a {
        color: black;
    }

.box {
    margin-bottom: 10px !important;
}

#divQuanly {
    height: 100%;
}

.w100 {
    min-width: 100px;
}

/*Agency*/
.agency-manage {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.agency-manage-container {
    font-size: 12px;
    height: 100%;
    overflow: auto;
}

tr.agency-manage-item {
    /*border-bottom: 1px solid #a0b4cf;*/
    padding: 5px;
    cursor: pointer;
    display: none;
}

    tr.agency-manage-item img {
        margin: 0px 5px 0px 15px;
        width: 16px;
    }

    tr.agency-manage-item:hover {
        background: #0c4da2;
        color: white;
    }

    tr.agency-manage-item i.toggle-icon {
        font-weight: bold;
        font-size: 20px;
        position: absolute;
    }

    tr.agency-manage-item td:nth-child(1) {
        padding-left: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: none;
        position: relative;
    }
    /*
    tr.agency-manage-item td:nth-child(2) {
        width: 300px;
    }

    tr.agency-manage-item td:nth-child(3) {
        width: auto;
    }

    tr.agency-manage-item td:nth-child(4) {
        width: 175px;
    }

    tr.agency-manage-item td:nth-child(5) {
        width: 100px;
    }
     tr.agency-manage-item td:nth-child(6) {
        width: 180px;
    }
        tr.agency-manage-item td:nth-child(7) {
        width: 80px;
    }*/
    tr.agency-manage-item[data-visible=true] {
        display: table-row;
    }



    tr.agency-manage-item:hover button {
        background: white;
        color: #0c4da2;
    }

    tr.agency-manage-item button {
        font-size: 13px;
        border: none;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}


.content-for-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

.tp-content {
    height: 100%;
}

.fht-table > tbody > tr:hover, .fht-table > tbody > tr.active > td, .fht-table > tbody > tr:hover > td, .fht-table tbody tr:nth-child(odd).active, .fht-table tbody tr:nth-child(even).active {
    color: white;
    background-color: #5c8ece !important;
}

.contract-item {
    margin-bottom: 10px;
    background: white;
    padding: 5px;
    border: 1px solid #0c4da2;
}

    .contract-item legend {
        margin: 0px;
        font-size: 13px;
        border: none;
        line-height: 10px;
        width: auto;
        /* padding: 0px; */
    }



    .content-for-popup input[type=checkbox] {
        margin: 0px;
        display: block;
    }

/*jquery confirm*/
.content-pane .content {
    min-height: initial;
    padding: initial;
}

.jconfirm.jconfirm-material .jconfirm-box, .jconfirm .jconfirm-box {
    padding: 0px !important;
}

.jconfirm-content-pane {
    padding: 0px 10px;
}

.jconfirm-title-c {
    padding: 10px;
    margin-bottom: 5px;
    background: #efefef;
    color: red;
}

.jconfirm-title {
    color: #35498e;
}

.jconfirm-buttons {
    padding: 0px 13px 11px 0px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding: 0px 0px 11px 0px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
}



.jconfirm .jconfirm-box {
    overflow: visible;
}

    .jconfirm .jconfirm-box div.jconfirm-content-pane {
        overflow: visible;
    }
/*jquery confirm*/
#XemLai .contract-item {
    margin: 0px;
    margin-top: 5px;
}
/*Chat*/
#ListUserAll {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    #ListUserAll, #ListUserAll li {
        list-style-type: none;
    }

        #ListUserAll li a:after {
            clear: both;
        }

        #ListUserAll li a:before {
            content: " ";
            display: table;
        }

        #ListUserAll li a {
            cursor: pointer;
            margin: 0;
            padding: 10px 10px;
            display: block;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px solid #f4f4f4;
        }

            #ListUserAll li a:hover, #ListUserAll li a.active {
                background: #f4f4f4;
                text-decoration: none;
            }

            #ListUserAll li a h4 {
                padding: 0;
                margin: 0 0 0 45px;
                color: #444444;
                font-size: 15px;
                position: relative;
            }

            #ListUserAll li a p {
                margin: 0 0 0 45px;
                font-size: 12px;
                color: #888888;
                text-overflow: ellipsis;
                overflow: hidden;
                min-height: 17px;
            }


            #ListUserAll li a h4 small {
                color: #999999;
                font-size: 10px;
                position: absolute;
                top: 0;
                right: 0;
            }

        #ListUserAll i.text-gray, #ListUserAll i.text-success,
        #listchatuser i.text-gray, #listchatuser i.text-success {
            position: absolute;
            top: 28px;
            right: 13px;
            font-size: 10px;
        }

.text-gray {
    color: gray;
}

.direct-chat-timestamp {
}

.direct-chat-img {
    position: relative;
    overflow: hidden;
    width: 28px;
    height: 28px;
    border-radius: 0px;
}

.right span {
    text-align: right;
    color: white;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.direct-chat-messages {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

.direct-chat-text {
    margin: 5px 25px 0 5px;
    padding: 5px 5px;
    font-size: 12px;
}

.right .direct-chat-text {
    margin-right: 5px;
    margin-left: 30px;
}

.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
/*Chat*/


.divDirection {
    position: absolute;
    left: 397px;
    top: 0px;
}

    .divDirection .divDirectionProcess {
        width: 520px;
        min-height: 200px;
        background: white;
        /* left: -1px; */
        opacity: 0.8;
        margin-left: -396px;
        font-size: 11px;
    }

        .divDirection .divDirectionProcess:hover {
            opacity: 1;
        }

.btn-show-divDircetionProcess {
    font-weight: 500;
    font-size: 11px;
    padding: 8px !important;
    border: 0.1px solid rgba(128, 128, 128, 0.31);
    background: white !important;
    border-radius: 0px !important;
    border: 1px solid #ebe8de !important;
    height: 32px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
}

    .btn-show-divDircetionProcess:hover {
        background: #0c4da2 !important;
    }

    .btn-show-divDircetionProcess:focus {
        background: white !important;
        color: #0c4da2 !important;
    }

#PointContainer {
    padding: 0px 10px;
    max-height: 360px;
    overflow-y: auto;
}

    #PointContainer label {
        width: 100%;
        padding: 5px 10px;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    #PointContainer img, #PointContainerResult img {
        width: 11px;
        padding-bottom: 8px;
    }

    #PointContainer label:hover {
        background: rgba(128, 128, 128, 0.19);
    }

.txtSearchMap {
    opacity: 2;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 375px;
    margin-top: 0px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    height: 32px;
    outline: none;
    left: 339px !important;
    top: 0px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
    border: 1px solid #dfdfdf;
}

    .txtSearchMap:hover, .txtSearchMap:focus {
        opacity: 1;
    }

.giamsat-left-control .tab-content > .active {
    display: flex;
}

.giamsat-left-control .select2-selection {
    height: 24px !important;
}

.giamsat-left-control .select2-selection__rendered {
    line-height: 24px !important;
}

.giamsat-left-control .select2-selection__arrow {
    height: 24px !important;
}

.viewlog-input .select2-container {
    width: 100% !important;
}

.Plate {
    z-index: 9999999999999999999999999999 !important;
}

/*vehicle-customer-table*/
#TreeVehicleCustomer {
    overflow: auto;
    cursor: pointer;
}

.vehicle-customer-table {
    background: white;
    font-size: 12px;
}

.vehicle-customer-table-head {
    background: #0c4da2 !important;
    color: white;
}

.vehicle-customer-table-vehicle-item-title {
    display: flex;
    justify-content: space-between;
}

.vehicle-customer-table-vehicle-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vehicle-customer-table-vehicle-item-container-item {
    width: 100%;
}

    .vehicle-customer-table-vehicle-item-container-item .label {
        color: #3b3b3b;
        padding: 0px;
        font-size: 12px;
    }

.search-vehicle-near-vehicle-control {
    position: absolute;
    display: flex;
    top: 0px;
    align-items: center;
    background: white;
    left: 26px;
}

    .search-vehicle-near-vehicle-control .select2-container--default .select2-selection--single {
        /*border:none;*/
        height: 32px;
        border: 1px solid #dfdfdf;
    }

.search-vehicle-near-vehicle-control-input {
    width: 249px;
    margin: 0;
}

.info-box .nav-tabs > li > a {
    color: white;
}

    .info-box .nav-tabs > li > a:hover {
        color: #0c4da2;
    }

.info-box .nav-tabs > li.active > a {
    color: #0c4da2;
}

.info-box .tab-pane {
    height: 100%;
}
/*vehicle-customer-table*/
.viewlog-active {
    color: white;
    background-color: #5c8ece !important;
}

/*MultiView*/


.ViewMulti-active {
    background: #d0caca !important;
}

.centerH {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.centerW {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.centerB {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ViewMulti-Main {
    position: relative;
    height: 100%;
}

.ViewMulti-title {
    background: #35498e;
    color: white;
    font-weight: bold;
    padding: 5px;
    position: relative;
}

.ViewMulti-Map-Action {
}

.ViewMulti-close {
    right: 0px;
    width: 30px;
    height: 100%;
    border-left: 1px solid #999;
    background: #394d69;
    cursor: pointer;
}

    .ViewMulti-close:hover {
        background: red;
    }

.ViewMulti-Info {
    position: relative;
    /*top: 11%;
    left: 5px;*/
    /*background: rgba(255, 255, 255, 0.74);*/
    background: white;
    width: 100%;
    z-index: 2;
    font-size: 11px;
    padding: 5px;
    flex: 0 0 50px;
}

    .ViewMulti-Info p, .ViewMulti-Info label {
        margin: 0px;
    }

.sub_map11 .ViewMulti-Info, .sub_map12 .ViewMulti-Info, .sub_map22 .ViewMulti-Info {
    /*top: 6%;*/
    height: 10%;
}

#ViewMulti_DanhSachXe table thead tr th, #ViewMulti_DanhSachXe table tbody tr td {
    padding: 5px !important;
}

div[role="sub_map"] {
    position: relative;
    display: inline-block;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}



.sub_map11 {
    height: 100%;
    width: 100%;
}

.sub_map12, .sub_map22 {
    height: 100%;
    width: 50%;
}

.sub_map13, .sub_map23 {
    height: 50%;
    width: 50%;
}

.sub_map11 .ViewMulti-title, .sub_map12 .ViewMulti-title, .sub_map22 .ViewMulti-title {
    height: 5% !important;
}

.sub_map11 .ViewMulti-Map-Action, .sub_map12 .ViewMulti-Map-Action, .sub_map22 .ViewMulti-Map-Action {
    height: 85% !important;
}

.sub_map33 {
    height: 50%;
    width: 100%;
}

.sub_map14, .sub_map24, .sub_map34, .sub_map44 {
    height: 50%;
    width: 50%;
}


.sub_map15, .sub_map25, .sub_map35, .sub_map45 {
    height: 50%;
    width: 33.333333333333%;
}

.sub_map55 {
    height: 50%;
    width: 66.666666666666%;
}

.sub_map16, .sub_map26, .sub_map36, .sub_map46, .sub_map56, .sub_map66 {
    height: 50%;
    width: 33.333333333333%;
}

.ViewMulti-header {
    position: relative;
    background: #35498e;
    color: white;
    margin-right: 5px;
    flex: 0 0 45px;
    align-items: center;
    display: flex;
}

.showLeftMenu {
    cursor: pointer;
    position: absolute;
    z-index: 6;
    background: white;
    font-weight: bold;
    bottom: 3px;
    background: #35498e;
    color: white;
}

    .showLeftMenu i {
        font-weight: bold;
    }

.ViewMulti-chonxe {
    font-size: 5em;
}
/*MultiView*/

#div_report {
    display: flex;
    height: 100%;
    overflow: hidden;
}

tr.red td {
    background: #d43f3a;
    color: white;
}

.jtag-1 {
    color: #4343f1 !important;
    white-space: nowrap;
}

.jtag-2 {
    color: #008F0A !important;
    white-space: nowrap;
}

.jtag-3 {
    color: black !important;
    white-space: nowrap;
}

.jtag-4 {
    color: #d40000 !important;
    white-space: nowrap;
}

.jtag-5 {
    color: #f6f63f !important;
    white-space: nowrap;
}

.jtag-6 {
    color: #f6f63f !important;
    white-space: nowrap;
}




#TreeVehicleByAgency input {
    height: inherit;
}