﻿/*list*/
.container-webpart {
    border-radius: 10px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
body .dropdown-toggle:hover {
    background-color: transparent !important;
}
.table-container {
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow-x: initial !important;
}

.table-responsive-gc {
    overflow-x: initial !important;
}

.table th, .table td {
    vertical-align: middle;
}

.table .fa-ellipsis-v, li {
    cursor: pointer;
}

.custom-date {
    display: flex;
    align-items: center;
}

    .custom-date input {
        margin-right: 10px;
    }

.datepicker {
    position: relative;
    display: inline-block;
    /*min-width: 130px;*/
    width: 45%;
    cursor: pointer;
}
.wrap-picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.addon-date {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    background-color: #ffffff;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-responsive {
    overflow-x: visible;
    padding: 10px;
}

.table tbody tr td {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.header-title-name {
    background-color: #528200;
    color: white;
    margin: 0;
    padding: 16px 24px 16px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
}


.search-bar-list {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

    .search-bar-list .input-group {
        width: 100%;
        max-width: 480px;
        position: relative;
    }

    .search-bar-list input[type="text"] {
        borderx: none;
        border-bottomx: 1px solid #ccc;
        box-shadow: none;
    }

    .search-bar-list .input-group-addon {
        background_x: none;
        position_x: absolute;
        right_x: 10px;
        top_x: 50%;
        transform_x: translateY(-50%);
        border_x: none;
        color_x: black;
        padding_x: 0;
        font-size_x: 16px;
    }

    .search-bar-list .fa-plus {
        border-radius: 50%;
        background: white;
        color: #4CAF50;
    }

.filters {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 0;
    display: flex;
    margin-right: 10px;
    align-items: center;
    background-color: white;
   
    border-radius: 12px;
   
}
    .form-group > label {
        white-space: nowrap;
    }
    
    .none-boder {
        border: none !important;
    }

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    height: 34px;
}

.record-pagination {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    text-align: left;
}

.form-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}

#rowsPerPage {
    width: 30%;
}

/*add*/

.row {
    border-radius: 16px;
}

.header {
    background-color: #4F9239;
    color: white;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.header-title {
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    margin-bottom: 5rem;
}

.header-title-name {
    background-color: #528200;
    color: white;
    margin: 0;
    padding: 16px 24px 16px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
}

.btn-green {
    background-color: #4F9239;
    color: white;
}

    .btn-green:hover {
        background-color: #4F9239;
    }

.form-group {
    margin-bottom: 15px;
}

.control-label {
    text-align: right;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 16px !important;
}

.button-group {
    text-align: right;
    margin-top: 20px;
}

.form-horizontal {
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    height: 100%;
    display: grid;
    align-content: center;
   margin-top:20px;
}

.fa-caret-left {
    cursor: pointer;
}

.btnBack {
    cursor: pointer;
}

/*detail*/

.header {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.header-title {
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    margin-bottom: 5rem;
}

.header-title-name {
    background-color: #528200;
    color: white;
    margin: 0;
    padding: 16px 24px 16px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
}

.btn-green {
    background-color: #4CAF50;
    color: white;
}

    .btn-green:hover {
        background-color: #4CAF50;
    }

.form-group {
    margin-bottom: 15px;
}

.control-label {
    text-align: right;
}

.button-group {
    text-align: right;
    margin-top: 20px;
}

.form-horizontal {
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    height: 100%;
    display: grid;
    align-content: center;
}

.fa-caret-left {
    cursor: pointer;
}

.btnBack {
    cursor: pointer;
}

/*edit*/

.header {
    background-color: #4F9239;
    color: white;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.header-title {
    color: white;
    font-size: 24px;
    margin-bottom: 0rem;
}

.btn-green {
    background-color: #4F9239;
    color: white;
}

    .btn-green:hover {
        background-color: #4F9239;
    }

.form-group {
    margin-bottom: 15px;
}

.header-title-name {
    background-color: #528200;
    color: white;
    margin: 0;
    padding: 16px 24px 16px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
}

.control-label {
    text-align: right;
}

.button-group {
    text-align: right;
    margin-top: 20px;
}

.form-horizontal {
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    height: 100%;
    display: grid;
    align-content: center;
}

.fa-caret-left {
    cursor: pointer;
}

.btnBack {
    cursor: pointer;
}

.fa-sort {
    cursor: pointer;
    color: grey;
    margin-left:15px;
}
#DeltaPlaceHolderMain .header, #DeltaPlaceHolderMain .footer {
    background-color: transparent !important;
}
@media(min-width: 768px) {
    #DeltaPlaceHolderMain .container-xxx, #DeltaPlaceHolderMain .container-gc {
        background-color: white;
        width: 100% !important;
       
    }
}
@media (max-width: 767px) {
    #DeltaPlaceHolderMain .container-xxx, #DeltaPlaceHolderMain .container-gc {
        background-color: white;
        width: 93vw !important;
    }
}
#DeltaPlaceHolderMain .container-gc-public {
    background-color: transparent;
    width: 1170px !important;
}
#DeltaPlaceHolderMain .container-gc .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: initial;
}
#DeltaPlaceHolderMain .container-gc .table-responsive-xxx,
#DeltaPlaceHolderMain .container-gc .table-responsive-gc, #DeltaPlaceHolderMain .container-gc .record-pagination, #DeltaPlaceHolderMain .container-gc .filters {
    padding: 10px;
}
#DeltaPlaceHolderMain .container-gc .table {
    margin-bottom: 0px !important;
}
#DeltaPlaceHolderMain .container-gc .form-group {
    margin-bottom: 0px !important;
}
#DeltaPlaceHolderMain .container-gc .search-bar-list {
    margin: 1px 0 !important;
}
#DeltaPlaceHolderMain .container-gc .total-record {
    padding-top: 10px;
}
#DeltaPlaceHolderMain .container-gc .filters {
    justify-content: initial;
    display: block;
}
#DeltaPlaceHolderMain .container-gc .header-title-name {
    text-transform: uppercase;
}
#DeltaPlaceHolderMain .container-gc th {
    text-align: left;
}
#DeltaPlaceHolderMain .container-gc #rowsPerPage {
    width: 65px;
}
#alert {
    position: fixed;
    top: 20px;
    right: -300px;
    width: 320px;
    z-index: 9999;
    transition: right 0.5s ease-in-out;
}

#alert.show {
    right: 20px;
}

.ms-dlgContent {
    box-shadow: 0px 0px px 0px rgba(0,0,0,0.47) !important;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.not-found-data {
    margin: 30px auto;
    position: relative;
    display: table;
    font-style: italic;
}
#tenDonVi {
    font-size: initial;
}
.search-bar-list .form-group span.btn, .search-bar-list .form-group button.btn-export, .search-bar-list .form-group button.btn-success {
    margin-top: 17px;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-item {
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .filter-item label {
        max-width: 220px;
        font-size: 14px;
        color: #333;
    }

    .filter-item select {
        max-width: 220px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 14px;
    }
.bootstrap-select div.dropdown-menu, .dropdown .dropdown-menu {
    max-width: 650px !important;
    max-height: 400px !important;
    background-color: #eeeeee;
}
    .bootstrap-select div.dropdown-menu li a .text {
        color: #000000;
    }

.bootstrap-select .dropdown-menu {
    width: 100% !important; /* Đảm bảo menu dropdown có chiều rộng bằng với select */
}


.bootstrap-select .dropdown-menu li a {
    white-space: wrap; /* Ngăn chặn dòng chữ bị cắt ngắn */
}

.custome-filters{
    display: flex !important;
    align-items: center;
}

.ms-dlgContent {
    border-radius: 8px;
}
.btn {
    border: 1px solid #4caf50;
    color_: #4caf50;
}
.title-report {
    text-align: start;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #212121;
    background-color: white;
    padding: 16px 0;
   
  
}

/*.container-gc .form-group {
    padding-right: 0px !important;
}*/

.container-gc .input-group-addon {
    width: 35px !important;
}


/*New Ui*/
.public-main-container {
    padding: 0px 32px;
    /*background-color:whitesmoke;*/
}

.bread-crumbs {
    padding: 16px 0px;
}

.bread-crumbs-default {
    font-family: inherit;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
    font-size: 14px !important;
    vertical-align: bottom;
    margin: 16px 0px;
}

    .bread-crumbs-default:link, .bread-crumbs-default:visited {
        color: #212121; /* Hoặc màu bạn muốn */
        text-decoration: none; /* Nếu cũng muốn bỏ gạch chân */
    }

.bread-crumbs-selected {
    font-weight: 600;
    line-height: 20px;
    font-size: 16px !important;
}

.bread-crumbs-default:hover {
    font-family: inherit;
    /*font-weight: 600;*/
    color: #212121;
    line-height: 20px;
    vertical-align: bottom;
    text-decoration: none;
}

.public-main-container-child {
    display: flex;
    flex-direction: row;
}
.public-main-container-child-column {
    display: flex;
    flex-direction: column;
}

#public-main-container-title {
    font-family: inherit;
    font-weight: 600;
    color: #212121;
    font-size: 20px;
    line-height: 32px;
    vertical-align: bottom;
}
.table-striped-xxx > tbody > tr:nth-child(odd) > td,
.table-striped-xxx > tbody > tr:nth-child(odd) > th {
    background-color: #F1F1F1;
}
.table-hover-xxx > tbody > tr:hover > td,
.table-hover-xxx > tbody > tr:hover > th {
    background-color: #F3FAED;
}
.container-gc-public-item {
    background-color: white;
    padding: 16px !important;
    border: 1px solid whitesmoke;
    border-radius: 8px;
    margin: 16px 0px;
}

.bootstrap-select .filter-option-inner-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20vw;
}