.container {
    max-width: 1250px;
}

img {
    max-width: 100%;
}

.logo-login img {
    max-width: 300px;
}
.logo-side img {
    max-width: 200px;
}

ul {
    list-style-type: none;
}

.header-tabs {
    justify-content: center;
    overflow: visible;
}

.nav-tabs .sub-menu .nav-item {
    margin: 0;
}

.nav-tabs .sub-menu li::marker {
    display: none;
}

.nav-tabs > li:hover .sub-menu {
    display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 5px #ddd;
    z-index: 99;
    padding: 10px 15px;
}

.header-tabs .sub-menu .nav-link {
    padding: 8px 5px;
}

.nav-tabs .nav-link {
    font-size: 16px;
}

.nav-tabs .nav-link:not(.active) {
    color: #142033;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
}

.filter-bar {
    background-color: #F4F4F4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table thead th {
    font-size: 16px;
    letter-spacing: 0;
}

.table thead th a {
    color: #44556b !important;
}

.choices .form-select {
    border: 1px solid #bdbfd8 !important;
    padding: 5px 10px;
}

.order-status .btn {
    padding: 4px 25px;
}

.header-tabs .nav-link {
    padding-bottom: 12px;
    padding-top: 12px;
}

.badge {
    font-size: 100%;
}

.com-padd {
    margin-left: 57px;
}

.order-status {
    background: #f9fbfd;
}

button.badge {
    border: 0;
}

.ql-container {
    height: 300px;
}

.comment-body {
    background: #fff;
    padding: 0;
}

.comment-text {
    background-color: #f9fbfd;
    border-radius: .5rem;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
}

.comment-title, .comment-time {
    font-size: 16px;
}

h1.page-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #449CC7;
    margin: 15px auto;
}

h1.page-title {
    font-weight: 700;
    font-size: 34px;
}

.comment-body > .comment-text {
    background: #449CC7;
    color: #fff;
}

div#edit-form, #suspend, #not-suspend {
    display: none;
}

.message-box .btn {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 0;
}

.message-box .btn .fe {
    font-size: 36px;
    line-height: 60px;
}

.event-popup {
    position: relative;
    overflow: visible !important;
    padding-top: 0;
}

.mesg-icon {
    margin-top: -75px;
}

.event-popup .fancybox-close-small {
    display: none;
}

.event-popup h2 {
    font-size: 36px;
}

.event-popup .fancybox-close-small.cus-close {
    display: table;
    position: unset;
    margin: 0 auto;
    background: #2c7be5;
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
    margin-bottom: -25px;
    margin-top: 35px;
    opacity: 1;
}

.event-popup {
    border-radius: 5px;
}

.fs-base {
    font-size: 17px !important;
}

.choices .form-select, .select2-container {
    font-size: 16px;
    font-weight: 600;
}

.file-upload {
    position: relative !important;
}

.file-upload input {
    position: absolute;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    width: 40px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #f9fbfd;
    border-bottom: 1px solid #d4d4d4;
}

div#myInputautocomplete-list {
    background: #f9fbfd;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 101%;
    left: 0;
    right: 0;

}

.position-relative {
    position: relative;
}

.comment-img img {
    max-height: 250px;
}

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
#editor {
    resize: vertical;
    overflow: auto;
    line-height: 1.5;
    background-color: #fafafa;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    min-height: 150px;
    box-shadow: none;
    padding: 8px 16px;
    margin: 0 auto;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#editor:focus {
    background-color: #f0f0f0;
    border-color: #38af5b;
    box-shadow: none;
    outline: 0 none;
}

.dropzone {
    border: 2px dashed #d0d0da;
    min-height: 140px;
}

div#editControls {
    background: #e6e6e6;
}

.pagination li a {
    display: inline-block;
    padding: 0 5px !important;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
    vertical-align: middle;
    border: 1px solid #ddd !important;
    color: #449CC7 !important;
    margin: 0 !important;
    font-size: 18px !important;
}

.card-pagination.pagination-tabs .active .page,
.card-pagination.pagination-tabs .active .page-link {
    border-width: 1px !important;
    border-top: 0 !important;
    background: #449CC7;
}

.card-pagination.pagination-tabs .page:hover {
    background: #449CC7;
    color: #fff !important;
}

.card-pagination.pagination-tabs .active .page {
    color: #fff !important;
}

.card-pagination.pagination-tabs {
    margin: 0 !important;
}

.card-pagination.pagination-tabs {
    width: 100%;
    justify-content: center;
}

.card-pagination.pagination-tabs .page, .card-pagination.pagination-tabs .page-link {
    border-top-width: 1px !important;
}

table thead tr th a.sorting,
table thead tr th a.sorting_asc,
table thead tr th a.sorting_desc,
table thead tr th a.sorting_asc_disabled,
table thead tr th a.sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
    display: block !important;
    width: 100% !important;
}

table thead tr th a.sorting {
    background-image: url("https://cdn.datatables.net/1.10.21/images/sort_both.png");
    margin-right: 15px;
}

table thead tr th a.sorting_asc {
    background-image: url("https://cdn.datatables.net/1.10.21/images/sort_asc.png");
    margin-right: 15px;
}

table thead tr th a.sorting_desc {
    background-image: url("https://cdn.datatables.net/1.10.21/images/sort_desc.png");
    margin-right: 15px;
}

table thead tr th a.sorting_asc_disabled {
    background-image: url("https://cdn.datatables.net/1.10.21/images/sorting_asc_disabled.png");
    margin-right: 15px;
}

table thead tr th a.sorting_desc_disabled {
    background-image: url("https://cdn.datatables.net/1.10.21/images/sorting_desc_disabled.png");
    margin-right: 15px;
}

@media (min-width: 992px) {
    #edit-form {
        width: 800px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .mobile-head, .navbar-collapse:before {
        display: none !important;
    }

    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991px) {

    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 30 30' %3E%3Cpath stroke= '%231A2C58' stroke-linecap= 'round' stroke-miterlimit= '10' stroke-width= '2' d= 'M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E);
    }

    .nav-overflow.header-tabs {
        display: block;
        margin-bottom: 0;
    }

    .nav-overflow.header-tabs li {
        margin: 0;
    }

    .navbar-collapse:before {
        opacity: .3;
    }

    .nav-tabs .nav-link.active {
        border: 0px;
    }

    .filter-bar .choices {
        margin-bottom: 10px;
    }

    .navbar-collapse:before {
        display: none;
    }

    .menu-side {
        position: initial;
        text-align: right;
    }

    .menu-side ul {
        text-align: left;
    }

    .menu-side #sidebarCollapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 27px 0 0 0 !important;
        z-index: 999;
        background: #fff;
    }

}

/********************************************************************************************************/
.choices .form-select, .select2-container,
.form-group > .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.nav-tabs .nav-item {
    margin-left: .50rem !important;
    margin-right: .50rem !important;
}

.rcp_nav.nav-pills .nav-link {
    border-radius: 0;
    background-color: #9FD3E3;
    color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover{
    background-color: #449CC7;
    color: #fff;
}

.rcp_board_page_title {
    display: block;
    background-color: #449CC7;
    color: #fff;
    padding: 5px 0;
}

@media (max-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.message_detail_raw {
    cursor: pointer;
}

.message_row td {
    border-top:  0px !important;
    padding-top:  0px !important;
}






