﻿@charset "UTF-8";
/*
Template Name: 
Version: 1.0
Author: DuongNX
File: Customize Css File
*/

thead tr{
    position:sticky;
    top:0;
    background-color:white;
}
.cursor_1:hover {
    cursor: pointer;
}
.wrapper {
    min-height: 100vh;
}
.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    top: 20%;
    display: flex;
    position: fixed;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}
#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}
.IMSNotesWrapper
{
    text-align:center;
    margin-top:15px;
    color:red;
}
.fixlogin {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent
}
.app-search .dropdown-lg {
    width: auto !important;
}
.row-pagination
{
    width: 100%;
    float:right;
}
.row-p-info {
    width: 50%;
    float: left;
}
.row-p-num {
    width: 50%;
    float: left;
}

[id^="tbldata"] > thead > tr > th[class*="sort"]::after, [id^="tbldata"] > thead > tr > th[class*="sort"]::before {
    display: none
}
.atp-nowrap {
    white-space: nowrap;
}
.input-border-bottom-50w {
    width: 50px;
    border: 0;
    border-bottom: 1px solid #bccee4;
    border-radius: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered
{
    padding: 0 !important;
}
/*
Xử lý lệch tiêu đề bảng
*/
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding-left: 0.5rem !important;
}
/*
Xử lý độ rộng menu dọc
*/
.side-nav-link
{
    padding: 5px !important;
}
.side-nav .side-nav-link i
{
    width: 30px !important;
}
/*
Begin Chứng từ
*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: aliceblue;
}
#z_right_ct .card .card-body {
    padding: 0px 10px !important;
}

#z_right_ct .card .card-header {
    padding: 5px 10px !important;
}

#z_left_ct .card .card-body {
    padding: 0px 10px !important;
}

#z_left_ct .card .card-header {
    padding: 5px 10px !important;
}
/*
End Chứng từ
*/
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #f6f7fb !important;
}
.container-fluid {
    max-width: 100% !important;
}
/*
    for detail
*/
#tbldataChungTu_Left tbody {
    min-height: 250px;
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 8px !important;
}

.bigdrop {
    width: 300px !important;
}
.bigdrop500 {
    width: 520px !important;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: inherit;
}

.xxx .row-p-num {
    width: 100%;
}

.card .header-title {
    text-transform: none !important;
}
@media (max-width: 960px) {
    .tienTrinh {
        display: none;
    }

    .tienTinhMobile {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .mx-lg-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important;
    }
}

.input-nhap {
    width: 100%;
    border: 0;
    border-radius: 0;
    color: var(--ct-body-color);
    border-bottom: 1px solid #dee2e6;
    background-color: transparent;
}
.input-nhap:focus {
    outline: 0;
}
.input-lable {
    width: 100%;
    border: 0;
    border-radius: 0;
    color: var(--ct-body-color);
    background-color: transparent;
}
.input-lable:focus {
    outline: 0;
}
/*
Mobile
*/
@media only screen and (max-device-width: 600px) {
    .row-p-info {
        width: 100%;
        text-align:left
    }

    .row-p-num {
        width: 150%;
        display:flex !important;
    }
    .row-pagination {
       margin-bottom: 6px;
    }
    .container-fluid {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .btn
    {
        width: 100%;
    }
    .card {
        --ct-card-spacer-y: 6px;
        --ct-card-spacer-x: 6px;
    }
    .btn-fly {
        margin-right: 0px !important;
        margin-top: 8px;
    }
}
/*
    Ipad mini
*/
@media only screen and (max-device-width: 768px) {
    .page-title-box .page-title {
        display: none
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*
    Pointer
*/
i:hover {
    cursor: pointer;
}
/*
  Fix sorting table
 */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  display: none;
}
.ATP_scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.ATP_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgb(108, 172, 251, 0.95);
}
.dtfh-floatingparenthead {
    top: 130px !important;
}
.drp-selected{
     font-size: 16px !important;
 }
.form-control:focus {
  color: #495057;
  border: 1.5px solid #80bdff;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.simplebar-track.simplebar-horizontal {
    height: 16px !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
      height: 12px !important;
}
.page-title-box .page-title {
    line-height: 50px !important;
}
.page-title-box .page-title-right {
    float: right;
     margin-top: 15px !important; 
}
.breadcrumb {
    padding: 0px !important;
}
.select2-container--default .select2-results__option--selected {
 background-color: #D7E6F9 !important;
}
.select2-results__option[aria-selected=“true”] {
  background-color: #5496F2 !important;
  color: #fff !important;
}
  .select2-results__option[aria-selected=“true”]:hover {
    background-color: #5496F2 !important;
    color: #fff !important;
  }
  #tbldata_wrapper > div.row:nth-child(2) {
    min-height: 600px !important;
}
.simplebar-track .simplebar-horizontal {
    display: none !important;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 12px;
    height: 15px;
    background-color: #F5F5F5;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #83B6FC;
    border-radius: 10px;
}
 .dataTables_scrollBody:hover{
     cursor: pointer;
 }

 /* ẩn background khi show modal confirm*/

#standard-modal {
    z-index: 1060 !important;
}

#confirm-modal + .modal-backdrop {
    z-index: 1059 !important;
}

.modal-open .modal-backdrop {
    opacity: 0.5;
}

.modal-open .modal-backdrop + .modal-backdrop {
    opacity: 0.3;
}

.content-page
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.container-fluid
{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.widget-inline
{
    margin-bottom: 2px !important;
}

.highlight-red {
    background-color: #ffd800 !important; 
}
.dtfh-floatingparentfoot
{
    bottom:0px !important;
    margin-bottom:0px !important;
    top: auto !important;
    width: 100% !important;
}
table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked
{
    background-color:antiquewhite !important;
    width: 100% !important;
}

/* CSS Csrollbar*/
.thin-scrollbar {
    max-height: 400px;
    overflow-y: scroll;
}

    .thin-scrollbar::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .thin-scrollbar::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .thin-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #84b8f6;
    }
