﻿/*.filter-container {
    width: 100%;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.filter-item {
    padding: 8px 9px;
    color: #524e4e;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white;
}

    .filter-item:hover {
        background-color: #9ec3f5;
        color: white;
        transition: all ease-in .3s
    }

    .filter-item.active {
        background-color: #9ec3f5;
        color: white;
    }

*/


.err-label {
    color: red;
    font-weight: normal;
    font-size: 9px;
    height: 15px;
    visibility: hidden;
}

.zoom-animation {
    display: inline-block; /* Đảm bảo phần tử là inline-block để có thể áp dụng scale */
    transition: transform 0.3s ease; /* Tạo hiệu ứng mượt mà */
}

    .zoom-animation.zoomed {
        transform: scale(1.2); /* Phóng to lên 1.2 lần (có thể điều chỉnh) */
    }


.custom_tabs {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.custom_tabs_item {
    font-size: 17px;
    padding: 8px 9px;
    color: #524e4e;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white;
}

    .custom_tabs_item:hover {
        background-color: #0da9ef;
        color: white;
        transition: all ease-in .3s
    }

    .custom_tabs_item.active {
        background-color: #0da9ef;
        color: white;
    }




.status-1 {
    background-color: aqua;
}

.status-2 {
    background-color: aquamarine;
    color: #e1c2f0
}

.dataTables_filter {
    width: 100%;
}

.dataTables_wrapper .col-sm-12 {
    width: 100% !important;
}

.block1 {
    border: 1px solid #1ABB9C;
    display: block;
    width: 90%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 5px 0px #ccc;
    -moz-box-shadow: 2px 2px 5px 0px #ccc;
    box-shadow: 2px 2px 5px 0px #ccc;
    min-height: 100px;
}

.block2 {
    border: 1px solid #1ABB9C;
    display: block;
    width: 90%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 5px 0px #ccc;
    -moz-box-shadow: 2px 2px 5px 0px #ccc;
    box-shadow: 2px 2px 5px 0px #ccc;
    min-height: 100px;
}

    .block2 .badge {
        background-color: orange !important;
        border: 1px solid orange !important;
    }

    .block2 .count_top {
        color: orange !important;
    }


.block3 {
    border: 1px solid #1ABB9C;
    display: block;
    width: 90%;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 5px 0px #ccc;
    -moz-box-shadow: 2px 2px 5px 0px #ccc;
    box-shadow: 2px 2px 5px 0px #ccc;
    min-height: 100px;
}

    .block3 .count_top {
        color: red !important;
    }

    .block3 .badge {
        background-color: #ff0000 !important;
        border: 1px solid red !important;
    }

/*.block1::after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 30%;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C;
}*/

.count_top {
    font-weight: bold;
}

/*.right_col {
    background-color: #fff !important;
}*/

table > thead {
    background-color: #f6f5f5;
}

.Deadline-1 {
    color: red;
}

.Deadline-0 {
    color: forestgreen;
}

.valid {
    border: 2px solid red;
}

#keywordPartialSearch {
    background-image: url('/Content/images/icon-search.png');
    background-position: right;
    background-repeat: no-repeat;
}


.ui-autocomplete {
    z-index: 99999 !important;
    margin-left: 20px !important;
}
/*.login_form
{
    margin-top:110px;
    border:1px solid #ccc;
    box-shadow: 2px 2px 8px 2px #888888;
    padding:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/

.text_login {
    margin-top: 110px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 8px 2px #888888;
    /*padding: 10px;*/
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tile_count {
    padding-right: 30px;
}

.login_wrapper {
    margin-top: 0;
}

.login_content h1 {
    margin-top: 0px;
    padding: 0px;
}

.login_content {
    padding-top: 10px;
}

@media only screen and (min-width: 992px) {
    .item-home {
        margin-left: 0px;
        width: 14%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .item-home {
        margin-left: 0px;
        width: 14%;
    }
}

.sidebar-footer {
    display: none;
}

.color-1 {
    color: #f8b729;
}

.color-2 {
    color: #639613;
}

.color-3 {
    color: #f77b30;
}

.color-4 {
    color: #009999;
}

.color-5 {
    color: #0073b7;
}

.color-6 {
    color: #00a65a;
}

.color-7 {
    color: #00c0ef;
}

.color-8 {
    color: #238dc8;
}

.color-9 {
    color: #e1c2f0;
}

.color-10 {
    color: #f8b729;
}

.ibox-tools a {
    color: #1ABB9C;
    margin-top: 5px;
    padding-right: 20px;
}

.tile_count .tile_stats_count .count {
    font-size: 20px;
    line-height: 47px;
    font-weight: 600;
    text-align: center;
}
/* Modal popup */

.top-bar-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5650e2;
    transition: transform 0.3s;
    transform: scaleX(0);
}

#tabs_master .dx-tab-text {
    color: #00a65a;
}




/* breakpoint customize --start */
/* Small devices (landscape phones, 576px and up)*/
.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}


.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

@media (min-width: 576px) {

    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }


    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-65 {
        width: 65% !important;
    }

    .w-sm-35 {
        width: 35% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-40 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .t-sm-left {
        text-align: left;
    }

    .t-sm-right {
        text-align: right;
    }

    .t-sm-center {
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .w-md-65 {
        width: 65% !important;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .t-md-left {
        text-align: left;
    }

    .t-md-right {
        text-align: right;
    }

    .t-md-center {
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }


    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .t-lg-left {
        text-align: left;
    }

    .t-lg-right {
        text-align: right;
    }

    .t-lg-center {
        text-align: center;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-65 {
        width: 65% !important;
    }

    .w-xl-35 {
        width: 35% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }


    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .t-xl-left {
        text-align: left;
    }

    .t-xl-right {
        text-align: right;
    }

    .t-xl-center {
        text-align: center;
    }
}
/* breakpoint customize --end */




/*Khang nguyen - offcanvas  https://stackoverflow.com/questions/44136087/offcanvas-sidebar-with-bootstrap-3 */
.off-canvas {
    width: 600px;
    max-width: 70%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(110%);
    transition: 0.4s ease-in-out;
    z-index: 20;
}

    .off-canvas::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .off-canvas::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .off-canvas::-webkit-scrollbar-thumb {
        background-color: #2a3f54;
    }

.off-canvas-active .off-canvas-container.show .off-canvas {
    transform: translateX(0);
}

.off-canvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.off-canvas-active .off-canvas-container.show .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}

.close_canvas {
    display: flex;
    width: 100%;
    padding: 7px 10px;
    justify-content: flex-end;
    cursor: pointer;
}

    .close_canvas:hover i {
        color: #1d1d1d;
    }

    .close_canvas > i {
        font-size: 25px;
        color: #000;
    }
