﻿#kt_header {
    z-index: 1000 !important;
}

/*css map*/
.map {
    width: 100%;
    height: calc(100vh - 65px)
}

.mapCX {
    width: 100%;
    height: calc(100vh - 105px)
}

.ppMapBase .maplibregl-popup-close-button {
    width: 22px;
    height: 22px;
    background-color: wheat;
}

/*.ppMapBase .maplibregl-popup-content {
    min-width: 230px;
    border-radius: 5px;
}

.maplibregl-popup-content .mapboxgl-popup-content {
    max-width: 250px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 8px !important;
    padding: 20px 10px !important;
    font-size: 14px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2) !important;
}*/

.ppMapBase .maplibregl-popup-close-button {
    width: 22px;
    height: 22px;
    background-color: wheat;
    border-radius: 50%;
    top: 4px;
    right: 4px;
}

.ppMapBase .maplibregl-popup-content {
    min-width: 300px;
    max-width: 350px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
}



/*.popup-table {
    width: 100%;
    border-collapse: collapse;
}

    .popup-table th, .popup-table td {
        border: 1px solid #dee2e6; 
        text-align: left;
    }

    .popup-table th {
        background-color: #007bff;
        color: white;
    }*/
.popup-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px; /* Giảm kích thước chữ */
    font-family: Arial, sans-serif;
}

    .popup-table th, .popup-table td {
        padding: 6px 10px; /* Giảm padding cho gọn */
        border: 1px solid #ddd;
        text-align: left;
    }

    .popup-table thead th {
        background-color: #00b14f !important;
        color: white;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .popup-table .flex-cell {
        width: 50%;
        word-wrap: break-word;
        vertical-align: top;
    }

.popup-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #007bff;
    text-align: center;
}

.popup-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.popup-label {
    font-weight: bold;
    color: #333;
    /*flex: 1;*/
}

.popup-value {
    flex: 2;
    /*text-align: right;*/
    padding: 0px 0px 0px 2px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

/*mCustomScrollbar*/
.x-treelist-nav .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00b14f !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 5px !important;
}

.x-treelist-micro .x-treelist-toolstrip {
    display: inline-block;
}

.x-treelist-micro .x-treelist-root-container {
    display: none;
}
/*End*/

/*.x-grid-cell {
    border-width: 1px !important;
    font-weight: bold !important;
}*/
/*Custom scrollbar color*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #00b14f;
    border-radius: 5px;
    float: left;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #00b14f;
    }
/*End Custom scrollbar*/

.status.assignment {
    color: #FFF !important;
    line-height: 18px;
    padding: 4px 6px;
    font-size: 90%;
    border-radius: 3px;
    float: left;
    min-width: 105px;
    text-align: center;
}

.x-img {
    border: 1px dashed #ccc !important;
    border-radius: 3px;
}
/**Border Dashboard Component*/
.grid-stack > .grid-stack-item > .grid-stack-item-content {
    /* border: 1px solid rgb(208, 208, 208); */
}
/**Portlet**/
.grid-stack-item-content .kt-portlet {
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .kt-portlet {
        margin-bottom: 20px;
    }
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .kt-portlet .kt-portlet__head {
        padding: 0 5px;
        min-height: 43px;
        border-bottom: 1px solid rgb(208, 208, 208) !important;
    }

@media (max-width: 1024px) {
    .kt-portlet .kt-portlet__head {
        padding: 0 15px;
        min-height: 50px;
    }
}

.kt-portlet .kt-portlet__head {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.kt-portlet .kt-portlet__head {
    -webkit-transition: left 0.3s, right 0.3s, height 0.3s;
    transition: left 0.3s, right 0.3s, height 0.3s;
}

.kt-portlet .kt-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 5px;
    border-bottom: 1px solid #ebedf2;
    /*min-height: 60px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .kt-portlet .kt-portlet__head .kt-portlet__head-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: flex-first;
        align-content: flex-first;
    }

        .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
            margin: 0;
            padding: 0;
            color: #170085;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
            line-height: 20px;
        }
/**End Portlet**/
/*ThietBi-grid Custom cho grid thiết bị*/
.thietbi-grid .x-grid-td {
    vertical-align: middle;
}

    .thietbi-grid .x-grid-td img {
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
    }

.thietbi-grid .x-grid-body {
    border-width: 1px;
}
/*End ThietBi-grid*/
/*Custom menu navigation -> nav*/
.x-treelist-nav .x-treelist-row {
    padding-left: 5px;
    padding-right: 5px;
}

.x-treelist-item-expandable .x-treelist-container .x-treelist-item-wrap {
    margin-left: 15px !important;
}
/*.x-treelist-item-over {
    margin-left: 25px!important;
    transition: 2s;
}*/
/*.x-treelist-floater .x-treelist-container .x-treelist-item-wrap {
    margin-left: 34px !important;
}*/
.x-treelist-floater {
    width: 216px !important;
}

.menuleaf + .x-treelist-item-text {
    line-height: 40px !important;
}

.menuleaf::before {
    line-height: 40px !important;
}

.menuleaf ~ .x-treelist-item-expander {
    line-height: 40px !important;
}

.x-treelist-item-tool.menuleaf {
    height: 40px !important;
}

.menuparent + .x-treelist-item-text {
    line-height: 55px !important;
    font-weight: bold;
}

.menuparent::before {
    line-height: 55px !important;
}

.menuparent ~ .x-treelist-item-expander {
    line-height: 55px !important;
}

.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool:after {
    height: 55px !important;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
}

.x-treelist-item-tool.menuparent {
    height: 55px !important;
}

.x-treelist-item-selected * {
    color: #00b14f !important;
}

.x-treelist-nav .x-treelist-item-selected > .x-treelist-row:before {
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    color: #00b14f !important;
}

.menuparent.x-treelist-item-selected {
    color: #00b14f !important;
}

.menuparent:hover {
    background-color: #e6f7ed;
    transition: background-color 0.5s ease-in-out;
    color: #00b14f !important;
}

.x-tab.x-tab-active.x-tab-default {
    box-shadow: rgba(0, 177, 79, 0.35) 0px 5px 15px !important;
}

.x-tab.x-tab-default {
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
}

.x-tab-close-btn:before {
    color: red !important;
}
/*End menu navigation*/
/*Sửa lỗi menu main - khi thu nhỏ navigation -> nav */
/*.x-treelist-nav .x-autocontainer-outerCt {
    display: inline-block;
}*/
/*End*/
/*Custom SubMenu*/
.subMenu .x-tree-icon {
    margin-top: -4px;
}

.subMenu .x-tree-elbow-img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 0px;
}

.subMenu .x-tree-icon-leaf {
    font-size: 18px;
}

.subMenu .x-grid-cell-inner-treecolumn {
    padding-left: 8px !important;
    height: 32px;
}

.subMenu .x-grid-row {
    border-bottom: 1px dashed #ebedf2;
}

.subMenu .x-tree-node-text {
    padding-left: 14px !important;
}

.subMenu .x-grid-item-selected {
    line-height: 24px;
    margin-bottom: 1px;
}

.subMenu .x-grid-item {
    line-height: 24px;
    margin-bottom: 1px;
}
/*End SubMenu*/

/*Chỉnh lại màu tab*/
.tabMain .x-tab-bar-default {
    background-color: #ebedf2;
}

.tabMain .x-tab-inner-default {
    color: #000;
}

.tabBaoCaoBackGround .x-tab-bar-default {
    background-color: #ebedf2;
}

.tabBaoCaoBackGround .x-tab-inner-default {
    color: #000;
}

.tabBaoCaoBackGround .x-panel-body {
    background-image: url(/Smart/Resources/images/report_background.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default {
    color: #000;
    padding-top: 2px;
    margin-right: 2px !important;
}
/*End chỉnh sửa màu tab*/

/*Chỉnh lại màu panelLight*/
.panelLight .x-panel-header-default-framed-top {
    background-color: #fff;
}

.panelLight .x-panel-header-default-framed .x-tool-tool-el {
    background-color: #fff;
}

.panelLight .x-panel-header-default-framed {
    border: 2px solid #ececec;
    color: #000;
}

.panelLight {
    border-color: #ececec !important;
}

    .panelLight .x-panel-header-title-default-framed {
        color: #40406b;
    }

    .panelLight .x-tool-tool-el {
        color: #000;
    }

    .panelLight .x-title-icon-wrap {
        color: #000;
    }

    .panelLight .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed {
        color: #000;
    }
/*End chỉnh màu panel*/

/*****WidgetF*****/
.info-card-item-min {
    text-align: center;
    background: #fff;
    padding: 15px 10px !important;
    font-size: 24px
}

    .info-card-item-min.info-card-large-wrap h2 {
        font-size: 48px;
        line-height: 48px
    }

    .info-card-item-min.info-card-large-wrap span.x-fa {
        height: 75px;
        width: 75px;
        border-radius: 38px;
        color: #fff;
        font-size: 30px;
        line-height: 75px;
        margin: 15px 0
    }

    .info-card-item-min.info-card-large-wrap .infodiv {
        font-size: 14px;
        line-height: 16px
    }

    .info-card-item-min.cornflower-blue:before {
        background: #458fd2
    }

    .info-card-item-min.green:before {
        background: #4caf50
    }

    .info-card-item-min.magenta:before {
        background: #9c27b0
    }

    .info-card-item-min.pink:before {
        background: #e91e63
    }

    .info-card-item-min.orange:before {
        background: #ffc107
    }

    .info-card-item-min.blue:before {
        background: #673ab7
    }

    .info-card-item-min h2 {
        font-size: 30px;
        font-weight: normal;
        margin: 0;
        margin: 0;
        line-height: 32px
    }

    .info-card-item-min div {
        line-height: 24px
    }

    .info-card-item-min span {
        font-size: 24px;
        line-height: 24px
    }

    .info-card-item-min:before {
        width: 100%;
        position: absolute;
        height: 3px;
        content: "";
        top: 0;
        left: 0
    }

    .info-card-item-min.info-card-large-wrap span.x-fa.fa-paperclip {
        background-color: #673ab7;
    }

    .info-card-item-min.info-card-large-wrap span.x-fa.fa-list-ul {
        background-color: #4caf50;
    }

    .info-card-item-min.info-card-large-wrap span.x-fa.fa-cubes {
        background-color: #9c27b0;
    }
/****Bootstrap****/
.form-param {
    padding: 5px 0px 0px 0px;
}

.input-groupExt {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-groupExt .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .input-groupExt .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eeeeee2e;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-groupExt .form-control {
    display: table-cell;
}
/****Bootstrap****/

/*fieldset*/
.x-fieldset {
    background: #fff !important;
}
/*Overid Disabled item*/
.x-form-item-default.x-item-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7 !important;
}

.wrap .x-grid-cell-inner {
    white-space: normal;
}

.wrap {
    white-space: normal;
}

.web-log-view {
    font-family: "Courier New";
    overflow-x: scroll;
    overflow-y: scroll;
    height: 100%;
    white-space: nowrap;
}

    .web-log-view span.log-line {
        margin-bottom: 5px;
        display: block;
    }

.kt-header-mobile {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(82, 63, 105, 0.1);
}

.shadow_delete {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eff0f6 !important;
}

@media (min-width: 1025px) {
}

@media (max-width: 1024px) {
}

@media (min-width: 992px) {

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 0px;
    }

    .aside-enabled .header.header-fixed {
        width: 500px;
    }

    .header.header-fixed {
        height: 63px;
    }

    .aside-enabled.aside-fixed.header-fixed .header {
        height: 63px;
        margin-left: auto;
        width: 700px;
    }

    .header-fixed.toolbar-fixed .wrapper {
        padding-top: 55px;
    }

    .header-fixed.toolbar-fixed .toolbar {
        padding-top: 0px;
    }

    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 0px;
        top: 0px;
    }
}


@media (min-width: 768px) {
    .header-tablet-and-mobile-fixed .header {
        height: 63px;
        margin-left: auto;
        width: 620px;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
    .header-tablet-and-mobile-fixed .header {
        height: 63px;
        margin-left: auto;
        width: 310px;
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 0px;
    }
}

.sencha-logo {
    background-color: white !important;
}

    .sencha-logo .main-logo img {
        margin-left: 12px !important;
        position: absolute !important;
    }

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../images/BuildingBsmartTet.svg') center no-repeat #fff;*/
    /* background: url('../images/buildingLoader.svg') center no-repeat #fff; */
    background-size: 200px 200px;
}
/*CSS for datetime ranger*/
._GAux {
    border-collapse: collapse;
    height: 32px; /*CND Kich thuoc cho theme-triton*/
}

    ._GAux ._GAGO {
        padding: 3px;
        border: solid 1px #c2c2c2;
    }
/*End CSS for datetime ranger*/
/*BSmart dashboard*/
.notificationDasboard {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*// padding: 1.1rem 1.5rem;*/
    border-bottom: 1px solid #f7f8fa;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.notificationDasboard__item-icon {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iconBAuditlogsDB .x-treelist-item-icon:before {
    line-height: 20px !important;
}

.iconBAuditlogsDB .x-title-icon-left.x-title-item {
    padding-right: 21px !important;
}

.iconUserDB .x-treelist-item-icon:before {
    line-height: 20px !important;
}

.iconUserDB .x-title-icon-left.x-title-item {
    padding-right: 21px !important;
}
/*Tổng người dùng*/
.green .progressOnline,
.red .progressOnline,
.orange .progressOnline {
    position: relative;
    border-radius: 50%;
}

.progressOnline .percent:after {
    content: '';
}

.green .progressOnline,
.red .progressOnline,
.orange .progressOnline {
    width: 130px !important;
    height: 130px !important;
}

.green .progressOnline {
    border: 5px solid #53fc53;
}

.green .progressOnline {
    box-shadow: 0 0 20px #029502;
}

.green .progressOnline,
.red .progressOnline,
.orange .progressOnline {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .green .progressOnline .inner,
    .red .progressOnline .inner,
    .orange .progressOnline .inner {
        position: absolute;
        overflow: hidden;
        z-index: 2;
        border-radius: 50%;
    }

    .green .progressOnline .inner,
    .red .progressOnline .inner,
    .orange .progressOnline .inner {
        width: 120px !important;
        height: 120px !important;
    }

    .green .progressOnline .inner,
    .red .progressOnline .inner,
    .orange .progressOnline .inner {
        border: 0px solid #1a1a1a;
    }

    .green .progressOnline .inner,
    .red .progressOnline .inner,
    .orange .progressOnline .inner {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

        .green .progressOnline .inner .water,
        .red .progressOnline .inner .water,
        .orange .progressOnline .inner .water {
            position: absolute;
            z-index: 1;
            width: 200%;
            height: 200%;
            left: -50%;
            border-radius: 40%;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-name: spin;
            animation-name: spin;
        }

        .green .progressOnline .inner .water {
            top: 40px !important;
        }

        .green .progressOnline .inner .water {
            background: rgba(83,252,83,0.5);
        }

        .green .progressOnline .inner .water,
        .red .progressOnline .inner .water,
        .orange .progressOnline .inner .water {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

        .green .progressOnline .inner .water,
        .red .progressOnline .inner .water,
        .orange .progressOnline .inner .water {
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
        }

        .green .progressOnline .inner .water {
            box-shadow: 0 0 20px #03bc03;
        }

        .green .progressOnline .inner .glare,
        .red .progressOnline .inner .glare,
        .orange .progressOnline .inner .glare {
            position: absolute;
            top: -120%;
            left: -120%;
            z-index: 5;
            width: 200%;
            height: 200%;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%;
        }

        .green .progressOnline .inner .glare,
        .red .progressOnline .inner .glare,
        .orange .progressOnline .inner .glare {
            background-color: rgba(255,255,255,0.15);
        }

        .green .progressOnline .inner .glare,
        .red .progressOnline .inner .glare,
        .orange .progressOnline .inner .glare {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

        .green .progressOnline .inner .percent,
        .red .progressOnline .inner .percent,
        .orange .progressOnline .inner .percent {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-weight: bold;
            text-align: center;
        }

        .green .progressOnline .inner .percent,
        .red .progressOnline .inner .percent,
        .orange .progressOnline .inner .percent {
            line-height: 120px;
            font-size: 20px;
        }

        .green .progressOnline .inner .percent {
            color: #03c603;
        }

        .green .progressOnline .inner .percent {
            /*text-shadow: 0 0 10px #029502;*/
        }

        .green .progressOnline .inner .percent,
        .red .progressOnline .inner .percent,
        .orange .progressOnline .inner .percent {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

.red {
    margin-top: 15px;
}

    .red .progressOnline {
        border: 5px solid #ed3b3b;
    }

    .red .progressOnline {
        box-shadow: 0 0 20px #7a0b0b;
    }

        .red .progressOnline .inner .water {
            top: 75%;
        }

        .red .progressOnline .inner .water {
            background: rgba(237,59,59,0.5);
        }

        .red .progressOnline .inner .water {
            box-shadow: 0 0 20px #9b0e0e;
        }

        .red .progressOnline .inner .percent {
            color: #a30f0f;
        }

        .red .progressOnline .inner .percent {
            text-shadow: 0 0 10px #7a0b0b;
        }

.orange {
    margin-top: 0px;
}

    .orange .progressOnline {
        border: 5px solid #f07c3e;
    }

    .orange .progressOnline {
        box-shadow: 0 0 20px #7e320a;
    }

        .orange .progressOnline .inner .water {
            top: 50%;
        }

        .orange .progressOnline .inner .water {
            background: rgba(240,124,62,0.5);
        }

        .orange .progressOnline .inner .water {
            box-shadow: 0 0 20px #a0400c;
        }

        .orange .progressOnline .inner .percent {
            color: #a8430d;
        }

        .orange .progressOnline .inner .percent {
            text-shadow: 0 0 10px #7e320a;
        }
/****Tổng người dùng****/
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Custom  combotree*/
.x-boundlist.x-autowidth-table.x-grid-header-hidden.x-tree-panel.x-tree-lines {
    overflow-y: scroll !important;
}
/*BSmart abp.message.confirm trên modal*/
.swal-overlay.swal-overlay--show-modal {
    z-index: 9999999 !important;
}
/*User-grid Custom cho grid người dùng*/
.user-grid .x-grid-td {
    vertical-align: middle;
}

.round-full {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.user-grid .x-grid-td img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.user-grid .x-grid-body {
    border-width: 1px;
}
/*End User-grid*/
/***Image view Min 120px***/
.images-view .tt-thumb-wrap {
    float: left;
    margin: 6px;
    margin-right: 0;
    padding: 0px;
    cursor: pointer;
}

    .images-view .tt-thumb-wrap.x-item-over {
        background: #f1f1f1;
    }

    .images-view .tt-thumb-wrap.x-item-selected {
        background: #2200ff;
        color: #fff;
    }

    .images-view .tt-thumb-wrap span {
        display: block;
        overflow: hidden;
        text-align: center;
        width: 120px;
    }

.images-view .tt-thumb img {
    height: 120px;
    width: 160px;
    border: 1px dashed #99bbe8 !important;
    border-radius: 10px;
    object-fit: cover;
}

.images-view .tt-thumb-quangcao img {
    height: 120px;
    width: 360px;
    border: 1px dashed #99bbe8 !important;
    border-radius: 10px;
    object-fit: cover;
}
/***Image view Min 100px***/
.images-view-min .tt-thumb img {
    height: 100px;
    width: 120px;
    border: 1px dashed #99bbe8 !important;
    border-radius: 10px;
    object-fit: cover;
}

.images-view-min .tt-thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 0px;
}

.images-view-min .tt-thumb-wrap {
    float: left;
    margin: 6px;
    margin-right: 0;
    padding-bottom: 6px;
    cursor: pointer;
}

    .images-view-min .tt-thumb-wrap.x-item-over {
        background: #f1f1f1;
    }

    .images-view-min .tt-thumb-wrap.x-item-selected {
        /*color: #fff;*/
    }

    .images-view-min .tt-thumb-wrap span {
        display: block;
        overflow: hidden;
        text-align: center;
        width: 100px;
    }
/***Image view Min 80px***/
.images-view-80 .tt-thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 0px;
}

.images-view-80 .tt-thumb-wrap {
    float: left;
    margin: 6px;
    margin-right: 0;
    cursor: pointer;
}

    .images-view-80 .tt-thumb-wrap.x-item-over {
        background: #f1f1f1;
    }

    .images-view-80 .tt-thumb-wrap.x-item-selected {
        /*color: #fff;*/
    }

    .images-view-80 .tt-thumb-wrap span {
        display: block;
        overflow: hidden;
        text-align: center;
        width: 80px;
        height: 16px;
    }

.images-view-80 .tt-thumb img {
    height: 80px;
    width: 80px;
    border: 1px dashed #99bbe8 !important;
    border-radius: 5px;
}

.classFieldsDefeauld .x-grid-cell {
    color: red;
}

.x-hide-display {
    display: none !important;
}

.clsLink {
    background: url(/Smart/resources/images/link.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.qrcodeimage div {
    display: none !important;
}

.items-prop {
    color: #333333;
    margin-left: 10px;
    font-weight: bolder;
    font-size: 13px;
    display: inline-block;
    width: 100px;
    font-family: Arial;
}

.items-info {
    color: #0F9CB9;
    font-family: Arial;
    font-size: 13px;
}

.pictures {
    margin: 0;
    padding: 0;
    list-style: none;
}

.daterangepicker.ltr.show-ranges.opensright {
    z-index: 99999 !important;
}

.x-datepicker-month .x-btn-default-small {
    border-color: transparent !important;
    background-color: transparent !important;
}

.x-colorpicker-field-swatch-inner {
    z-index: 1
}

.row-parent .x-grid-cell {
}

.row-child .x-grid-cell {
    background-color: #f7f8fc !important;
}

.icon-fontsize {
    font-size: 1rem !important;
}

.trangThaiHoaDon-HoaDonHong .x-grid-cell {
    color: #145a32;
    text-decoration: line-through;
}

.trangThaiHoaDon-DaInHoaDon .x-grid-cell {
    color: blue;
}

.loadingspin {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.callcenterdausoactive {
    background-color: #2A7E9F !important;
    color: white;
    border-radius: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.callcenterdauso {
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 50%, #ffffff 51%, #ffffff) !important;
    color: #000000 !important;
    border-radius: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

    .callcenterdauso span {
        color: #000000 !important;
    }

/*dxhtml*/



.dhx_cal_header {
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.dhx_scale_bar {
    padding-top: 8px !important;
}

.wtimeline_tab {
    left: 104px !important;
    border-left: none;
    border-right: none;
}

.mtimeline_tab {
    left: 193px !important;
}

.ytimeline_tab {
    left: 282px !important;
}

.dtimeline_tab {
    left: 15px !important;
}

.HuyDangKy {
    text-decoration: line-through !important;
    background-color: red !important;
}

.DuyetDangKy {
    background-color: dodgerblue !important;
}

.ChuaDuyetDangKy {
    background-color: gray !important;
}

.x-grid-row-summary {
    background-color: #58c69f;
    font-weight: bold;
}

.anIcon .x-icon-el {
    display: none;
}

.text-hover-link:hover {
    text-decoration: underline
}

.gridDataView .item-dispatch {
    padding: 0px;
    margin: 0px;
}

.item-dispatch {
    padding-left: 0px;
}

    .item-dispatch li {
        display: block;
        width: 100%;
        line-height: 24px;
    }

        .item-dispatch li div {
            display: inline-block;
        }

/*dsyeucaau*/


.gridDataView .item-dispatch li.startDate .fromDate {
    background: #95a5a6 none repeat scroll 0 0;
    width: 95px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
}

.gridDataView .item-dispatch li.startDate span {
    border-radius: 3px;
    color: #fff;
    padding: 2px 2px;
    width: 100px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
}

.gridDataView .item-dispatch li.startDate .toDate {
    background: #00c292 none repeat scroll 0 0;
}

.gridDataView .item-dispatch li.startDate {
    font-size: 85%;
}

.item-dispatch {
    padding-left: 0px;
}

.gridDataView .item-dispatch {
    padding: 0px;
    margin: 0px;
}

    .gridDataView .item-dispatch li.startDate {
        font-size: 85%;
    }

        .gridDataView .item-dispatch li.startDate span {
            color: #FFF;
            padding: 2px 4px;
            border-radius: 3px;
        }

        .gridDataView .item-dispatch li.startDate .fromDate {
            background: #95a5a6;
        }

        .gridDataView .item-dispatch li.startDate .toDate {
            background: #00c292;
        }


.imageInGrid {
    width: 100%;
    height: 90%;
    max-height: 100px;
    object-fit: cover;
}

.status.assignment {
    color: #FFF !important;
    line-height: 18px;
    padding: 4px 6px;
    font-size: 90%;
    border-radius: 3px;
    float: left;
    min-width: 105px;
    text-align: center;
}

    .status.assignment.assigned {
        background: #8d9ea7;
    }

    .status.assignment.pending {
        background: #f1c40f;
    }

    .status.assignment.completed {
        background: #00c292;
    }

    .status.assignment.unassigned {
        background: #fb9678;
    }

    .status.assignment.received {
        background: #8d9ea7;
    }

    .status.assignment.pause {
        background: #1891C9;
    }

    .status.assignment.assignedhue {
        background: #008000;
    }

    .status.assignment.pendinghue {
        background: #00FFFF;
    }

    .status.assignment.completedhue {
        background: #0000FF;
    }

    .status.assignment.unassignedhue {
        background: #C0C0C0;
    }

    .status.assignment.receivedhue {
        background: #FF8C00;
    }

    .status.assignment.pausehue {
        background: #FF0000;
    }

.warnred {
    background-color: #fb9678 !important;
}

.expired {
    background-color: red !important;
}

.dis-desc {
    text-align: justify;
    /*padding-left: 18px;*/
    font-size: 12px;
    font-style: italic;
}

.x-boundlist.x-boundlist-floating {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 177, 79, 0.35) 0px 5px 15px !important;
}

.dis-content {
    max-width: 73%;
}

    .dis-content .nameu {
        padding-left: 0px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .dis-content .radiu img {
        padding-left: 0px !important;
    }

.btn-success, .btn-success:active {
    background: #1abc9c;
    border: none;
    color: #fff;
    text-shadow: none !important;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

.maunhat {
    color: #777;
}

.bgMesage {
    background-image: url("/Smart/Resources/Images/mes-gray.png") !important;
    background-size: contain !important;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat !important;
    text-align: center;
    font-size: 10px;
}

.icon-pt-8px {
    padding-top: 8px;
}

.x-action-col-icon:hover {
    transform: scale(1.2);
}

/*.x-btn:hover {
    transform: scale(0.9);*/
/*box-shadow: rgba(0, 177, 79, 0.56) 0px 22px 70px 4px;*/
/*}*/
.dhtmlx_message_area {
    display: none;
}

/*.x-grid-cell-inner{
    padding: 4px!important;
}*/

.DashboardGridContent {
    overflow: unset !important;
}

.bgBackground {
    /*   background-image: url("/Common/Images/bgDashboard.png");
    background-repeat:no-repeat;
    background-position-x:right;
    background-size:contain;*/
}

.bgBackgroundDebit {
    background-image: url("/Common/Images/bgDebit.png");
    background-repeat: no-repeat;
}

.icon-treeCustom {
    padding-top: 7px;
}

.text-red .x-grid-cell {
    color: red;
}
/*img {
    background-image: url('/Smart/Resources/images/no-image-available.png')

}*/
.trangThaiPhieuDaDuyet .x-grid-cell {
    color: #00c292;
}

/* openlayer 3*/
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    /*padding: 15px;*/
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
    }

.column-borderight {
    border-right: solid 1px #d0d0d0 !important;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 67px;
        height: 100%;
        width: 4px;
        background: #e9ecef;
        border-radius: .25rem;
    }

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}

    .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff;
    }

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

    .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        margin: 0 0 .5rem;
        padding: 2px 0 0;
        font-weight: bold;
    }

    .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -110px;
        top: 0;
        padding-right: 10px;
        text-align: right;
        color: #adb5bd;
        font-size: .7619rem;
        white-space: nowrap;
    }

    .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both;
    }

.box-sodo {
    background-color: white;
    transition-duration: 0.5s
}

    .box-sodo:hover {
        background-color: #00b14f;
        transform: scale(0.95);
    }

    .box-sodo:active {
        background-color: #00b14f;
    }

.box-sodo-active {
    background-color: #00b14f;
}

.x-grid-row .ChiSoCRM {
    background-color: #D8E8DB;
    /*font-weight: bold;*/
}

.x-grid-row .ChiSoNCC {
    background-color: #85e0e0;
    /*font-weight: bold;*/
}

.padding-0 .x-accordion-layout-ct {
    padding: 0;
}

.CongViec-YCM {
    background-color: #f1321B !important;
}

.CongViec-DTN {
    background-color: #e5c00d !important;
}

.CongViec-DXL {
    background-color: #f68812 !important;
}

.CongViec-DHT {
    background-color: #17ad38 !important;
}

.CongViec-HUY {
    background-color: #344652 !important;
}


.active-buttonCustom {
    background-color: #00b14f !important;
    color: white !important;
}

    .active-buttonCustom .x-btn-icon-el {
        color: white !important; /* Màu icon trắng */
    }

.hide-arrow .x-btn-split-right {
    /*    display: none !important;*/
}

    .hide-arrow .x-btn-split-right:after {
        display: none !important;
        content: none !important;
    }

.hide-arrow .x-btn-inner:after {
    display: none !important;
}

.hide-arrow .x-btn-split-right > .x-btn-button:after {
    display: none !important;
    content: none !important;
}

.hide-arrow .x-btn-split-right > .x-btn-icon {
    padding-right: 0px !important;
}

.Scriptcontent {
    line-height: 28px;
}
/* Steps */
.step {
    position: relative;
    min-height: 1em;
    color: gray;
}

    .step + .step {
        margin-top: 1em
    }

    .step > div:first-child {
        position: static;
        height: 0;
    }

    .step > div:not(:first-child) {
        margin-left: 1.5em;
        padding-left: 1em;
    }

    .step.step-active {
        color: var(--bs-primary);
    }

        .step.step-active .circle {
            background-color: var(--bs-primary);
        }

/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    /*box-shadow: 0 0 0 3px var(--bs-secondary);*/
    box-shadow: rgba(0, 177, 79, 0.35) 0px 5px 15px !important;
    z-index: 2;
}

    /* Vertical Line */
    .circle:after {
        content: ' ';
        position: absolute;
        display: block;
        top: 1px;
        right: 50%;
        bottom: 1px;
        left: 50%;
        height: 100%;
        width: 2px;
        transform: scale(1, 2);
        transform-origin: 50% -100%;
        background-color: var(--bs-primary) !important;
        z-index: 1;
    }

.step:last-child .circle:after {
    display: none
}

/* Stepper Titles */
.title {
    line-height: 1.5em;
    font-weight: bold;
}

.caption {
    font-size: 0.8em;
}

.colorIconRed {
    color: red;
}

.colorIconGray {
    color: gray;
}

.colorIconBlue {
    color: blue;
}


.LichBaoTri-YCM {
    background-color: #f1321B !important;
    color: white !important
}

.LichBaoTri-DTN {
    background-color: #e5c00d !important;
    color: white !important
}

.LichBaoTri-DXL {
    background-color: #f68812 !important;
    color: white !important
}

.LichBaoTri-DHT {
    background-color: #17ad38 !important;
    color: white !important
}

.LichBaoTri-HUY {
    background-color: #344652 !important;
    color: white !important
}

.LichBaoTri-YCM .dhx_body, .LichBaoTri-YCM .dhx_title {
    background-color: unset !important;
}

.LichBaoTri-DTN .dhx_body, .LichBaoTri-DTN .dhx_title {
    background-color: unset !important;
}

.LichBaoTri-DXL .dhx_body, .LichBaoTri-DXL .dhx_title {
    background-color: unset !important;
}

.LichBaoTri-DHT .dhx_body, .LichBaoTri-DHT .dhx_title {
    background-color: unset !important;
}

.LichBaoTri-HUY .dhx_body, .LichBaoTri-HUY .dhx_title {
    background-color: unset !important;
}

#btnSuaToaDo {
    background: #009844;
    color: white;
    border: white;
}

#btnLuuToaDo {
    background: #006243;
    color: white;
    border: white;
}

#btnCloseToaDo {
    background: #e13345;
    color: white;
    border: white;
}

.info-card-congviec {
    text-align: center;
    background: #fff;
    padding: 5px 5px !important;
    font-size: 24px;
}

    .info-card-congviec.cornflower-blue:before {
        background: #458fd2;
    }

    .info-card-congviec.green:before {
        background: #4caf50;
    }

    .info-card-congviec.magenta:before {
        background: #9c27b0;
    }

    .info-card-congviec.pink:before {
        background: #e91e63;
    }

    .info-card-congviec.orange:before {
        background: #ffc107;
    }

    .info-card-congviec.blue:before {
        background: #673ab7;
    }

    .info-card-congviec.yellow:before {
        background: #fcf402;
    }

    .info-card-congviec.aqua:before {
        background: aqua;
    }

    .info-card-congviec.gray:before {
        background: gray;
    }

    .info-card-congviec.chuaxuly:before {
        background: #fb9678;
    }

    .info-card-congviec.dangxuly:before {
        background: #fec107;
    }

    .info-card-congviec.daxuly:before {
        background: #00c292;
    }

    .info-card-congviec h2 {
        font-size: 30px;
        font-weight: normal;
        margin: 10px 0px 0px 0px;
        line-height: 32px;
    }

    .info-card-congviec div {
        line-height: 44px;
    }

    .info-card-congviec span {
        font-size: 24px;
        line-height: 24px;
    }

    .info-card-congviec:before {
        width: 100%;
        position: absolute;
        height: 3px;
        content: "";
        top: 0;
        left: 0;
    }

    /*<-- trạng thái tài sản card giám sát-->*/
    .info-card-congviec.suachua:before {
        background: #c99c4c;
    }

    .info-card-congviec.sucodunghoatdong:before {
        background: #bb0e0e;
    }

    .info-card-congviec.baoduong:before {
        background: #d9641f;
    }

    .info-card-congviec.chaythu:before {
        background: blue;
    }

    .info-card-congviec.khonghoatdong:before {
        background: #FFC900;
    }

    .info-card-congviec.sucogiamcap:before {
        background: red;
    }
/*<--end trạng thái tài sản card giám sát-->*/

.geamShadowHeader {
    box-shadow: 0 3px 9px -1px rgba(110, 110, 110, 0.4);
}

.geamShadowHeaderWhite {
    box-shadow: 0 3px 9px -1px rgba(110, 110, 110, 0.4);
}

.geamShadow {
    border-radius: 3px;
    box-shadow: 0 3px 9px -1px rgba(110, 110, 110, 0.4);
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

    .geamShadow:hover {
        box-shadow: 0 3px 9px -1px rgba(0, 128, 43, 0.6);
        transform: scale(1.02);
    }
/* Responsive layout width classes */

/* BIG screens (>= 768px) */
@media (min-width: 768px) {
    .big-25 {
        width: 23.666%;
    }
}

/* SMALL screens (< 768px) */
@media (max-width: 767px) {
    .small-25 {
        width: 2%;
    }
}

/*.border-cardcustom {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}
*/


.dashboardGIS_title {
    font-weight: bold;
    font-size: 12px;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.2em * 2); /* ép chiều cao bằng 2 dòng */
    line-height: 1.2em;
}


.dashboardGIS_subtitle {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.2em * 2); /* ép chiều cao bằng 2 dòng */
    line-height: 1.2em;
}


.dashboardGIS_data {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: break-word; /* tự động xuống dòng khi chạm biên */
}

.dashboardGIS_shadow {
    box-shadow: 2px 0px 5px 2px rgba(0, 0, 0, 0.075) !important;
    border-radius: 5px;
}

.dashboardGIS-container {
    .x-header

{
    &.x-panel-header-light

{
    padding: 1px 5px 1px 5px !important;
}

}
}

.dashboard-btn-refresh {
    box-shadow: unset !important;
}

.fw-bold {
    font-weight: bold !important;
}
