
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
                
body {
    margin:0;
    font-weight:100;
    font-size:12px;
    color: black;
    font-family:sans-serif;
}
table{
    border-collapse: collapse;
}
table td{
    border-collapse: collapse;
}
div{
    scrollbar-width: thin;
}
input[type="text"]{
    height: 25px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 2px;
    padding-left: 2px;
}
input[type="password"]{
    height: 21px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 2px;
    padding-left: 2px;
}
/*
input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 13px;
    height: 13px;
    border: 0.15em solid currentColor;
    border-radius: 50%;
  }
    */
  input[type="checkbox"] {
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 10px solid currentColor;
    border-radius: 50%;
  }
  .mnTop{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.mnTop li{
  height: 35px !important;
  line-height: 35px !important;
}

  .Mcontent{
    width: -moz-calc(100% -10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% -40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #ccc;
    position: relative;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}
.ui-dialog{
    border-radius: 5px !important;
    z-index:999999999999;
}
.ui-button{
    padding: 0;
    width: 100px;
    height: 23px;
}
#PageView{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}
#PageLeft{
    width:250px;
    height: 100%;
    left: 0px;
    /*background: linear-gradient(90deg,rgba(233, 244, 247, 1) 0%, rgba(235, 247, 240, 1) 50%, rgba(250, 249, 235, 1) 100%);*/
    margin-left: 0px;
    box-shadow: 2px 0 8px 0 rgba(0,0,0,0.3);
}
#MenuLeft{
    height: -moz-calc(100%-48px);
	  height: -webkit-calc(100% - 48px);
	  height: calc(100% - 48px);
    width: 250px;
    position: absolute;
    top:48px;
    background: #f1f2f3;
    display: flex;
}
#cmdPhanHe>ul{
    width: 48px;
    display: block;
}
#cmdPhanHe>ul>li{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: grey;
    
}

#cmdPhanHe>ul>li:hover{
    color:darkmagenta;
}
.PhanHe-active{
    color: darkmagenta;
    border-left: 3px solid darkmagenta;
    font-weight: bold;
    font-size: 20px !important;
    background: #f1f2f3;
}
.PhanHe-active >i{
    color:darkviolet;
}


#PageRight{
    width: -moz-calc(100%-250px);
	  width: -webkit-calc(100% - 250px);
	  width: calc(100% - 250px);
    height: 100%;
}
.Header{
    height: 48px;
    width: 100%;
    background-color:  #106EBE;
    display: flex;
}
.cmdLeft{
    width: 48px;
    text-align: center;
    color: #333;
}
.cmdLeft li{
  color: grey;
}
#cmdHome{
    height: 48px;
    color: white;
    line-height: 48px;
}
#cmdPhanHe{
    height: 100%;
    box-shadow: 2px 0 8px 0 rgba(0,0,0,0.3);
    background:#D0D7E1;
}
#cmdHome i{
    font-size: 20px;
}
#infoHome{
    color: white;
    font-size: 16px;
    padding-left: 5px;
    line-height: 48px;
    font-weight: bold;
}
.cmdContent{
    width: 202px;
    font-size: 16px;
}
#divMenu{
    height: 100%;
    overflow-y: auto !important;
    position: absolute;
    left: 50px;
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.3);
}
#cmdHomeHiden{
    display: none;
    height: 48px;
    color: white;
    line-height: 48px;
}
.buttonClick{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.buttonClick:after {
    content: "";
    transition: all 0.8s
  }
.buttonClick:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
  }
#cmdHomeHiden i{
    font-size: 20px;
}
#UserInfo{
    width: 100%;
    height: 48px;
}
#UserInfo>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  #UserInfo>ul>li {
    line-height: 48px;
    float: left;
  }
  #UserInfo>ul>li:last-child{
    float: right;
    text-align: right !important;
    padding-right: 10px;
    height: 48px;
    line-height: 48px;
  }
 
  #UserInfo>ul>li>a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
  }

  .MenuDropbox0{
    list-style-type: none;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.MenuDropbox0>li:last-child{
  height:130px;
  text-align: right;
  width: 48px;
  position: absolute;
  right: 0px;
  padding-right: 20px;
}
#commandBangLuong li{
width: 100%;
height: 40px !important;
text-align: left;
border-bottom: 1px solid #ccc;
}
#commandBangLuong li i{
color: darkmagenta;
}
#commandBangLuong:focus-within {
display:none !important;
}

.dropdown0 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content0 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-width: 160px;
    border-bottom-left-radius: 5px;
    right: 0px;
    top: 48px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);
    padding: 12px 16px;
    z-index: 999;
  } 
  .dropdown-content0>p{
    padding-left: 0px;
    color: #333 !important;
    text-align: left;
  } 




.MenuDropbox{
    list-style-type: none;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.MenuDropbox>li {
  line-height: 48px;
  float: left;
}
.MenuDropbox>li:last-child{
  float: left;
  text-align: right !important;
  padding-right: 10px;
  height: 48px;
  line-height: 48px;
}
.MenuDropbox>li>a {
  display: block;
  color: white;
  text-decoration: none;
}
  .dropdown{
    display: flex;
  }
  .dropdown-content {
    display: block;
  }
  #main{
    height: -moz-calc(100%-48px);
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
    position: relative;
    background-color: white;
    display: flex;
  }

  .pItem ul{
    padding: 8px;
    padding-top: 10px;
    padding-left: 17px;
    font-weight: lighter;
    font-size: 12px;
}
.pItem{
    font-size:12px;
    font-weight: bold;
    min-height: 30px;
}
.pItem a{
    color:#2C3C85;
    padding-bottom: 7px;
}
.pItem a i{
    margin-right: 2px !important;
}
.rli>i{
    margin-right: 7px !important;
    color: darkorchid;
}
.pItem ul li{
    width: 175px;
    padding-left: 7px;
    border-radius: 5px;
    height: 35px !important;
    line-height: 35px;
}
#Menu{
    top:10px;
    position: absolute;
}
#Menu li{
    cursor: default;
}
.MenuMe{
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 7px !important;
}

.MenuActive{
    font-weight: bold;
    background-color: #106EBE;
    color: white;
} 
.MenuActive>i{
    color: white !important;
} 
.rowActive{
    background-color: wheat !important;
}
.rowActive input[type="text"]{
    background-color: wheat !important;
}
.rowActive td{
    background-color: wheat !important;
}
.rowActive p{
    background-color: wheat !important;
}

.rowActive input[type="radio"]{
    background-color: darkorchid !important;
}
/* Style the tab */
.tab {
    overflow: hidden;
    height: 40px;
    border-top: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 1px solid #ccc;
    padding: 11px 16px;
    transition: 0.3s;
    font-size: 13px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active{
    background-color: #CFE4FA;
    border-bottom: 3px solid darkorchid;
    font-weight: bold;
  }
  
  /* Style the tab content */
  .tabcontent {
    width: 100%;
    padding: 2px;
    height: 290px;
    position: relative;
    display: none;
    border-top: none;
  }
  .Right_1{
    text-align: center;
    align-items: center;
  }
  .Right_2{
    text-align: center;
    align-items: center;
  }
  .Right_3{
    text-align: center;
    align-items: center;
  }
  .Right_4{
    text-align: center;
    align-items: center;
  }
  .Right_1 div{
	height: 15px;
	position: relative;
  }
  .Right_1 div input[type="checkbox"]{
	left: 7px;
	position:absolute;
  }
  .Right_2 div{
	height: 15px;
	position: relative;
  }
  .Right_2 div input[type="checkbox"]{
	left: 7px;
	position:absolute;
  }
  .Right_3 div{
	height: 15px;
	position: relative;
  }
  .Right_3 div input[type="checkbox"]{
	left: 7px;
	position:absolute;
  }
  .Right_4 div{
	height: 15px;
	position: relative;
  }
  .Right_4 div input[type="checkbox"]{
	left: 7px;
	position:absolute;
  }
  #Tbl_DmCt_Select{
    background-color: white;
  }
  #Tbl_DmCt_Select td{
    height: 35px !important;
  }
@media screen and (max-width:700px) {
    #PageLeft { 
        left:-250px;
        z-index: 999;
        position: absolute;
        margin-left: 250px;
        display:none; 
    }
    #PageRight{
        width: 100%;
    }
    #cmdMain{
    border-left: none !important;
    }
    #UserInfo{
        width: -moz-calc(100%-48px);
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        height: 48px;
    }
    #cmdHomeHiden{
        display: block;
    }
    #UserInfo>ul>li:last-child{
        width: 48px;
        height:130px;
      }
    #UserInfo>ul>li:first-child{
        width: -moz-calc(100%-48px);
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .MenuDropbox>li:last-child{
      width: 48px;
      height:130px;
    }
  .MenuDropbox>li:first-child{
      width: -moz-calc(100%-48px);
      width: -webkit-calc(100% - 48px);
      width: calc(100% - 48px);
  }
  #commandDmDt li{
    width: 100%;
    height: 40px !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  #commandDmDt li i{
   color: darkorchid;
  }
  #commandDmDt:focus-within {
    display:none !important;
  }
    .pItem ul li{
        height: 40px !important;
        line-height: 40px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        max-width: 250px;
        border-bottom-left-radius: 5px;
        right: 0px;
        top: 48px;
        box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);
        padding: 12px 16px;
        z-index: 999;
      } 
      .dropdown-content>p{
        padding-left: 0px;
        color: #333 !important;
        text-align: left;
      } 
      .textSearch{
        width: 150px;
        height: 30px !important;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
        color: #2C3C85;
      }
}

@media screen and (min-width: 700px){
  .ui-datepicker{
    width: 27em;
  }
  .ui-datepicker-div{
    width: 27em;
  }
    
  .ui-datepicker td {
    padding: 0; 
    height: 45px;
  }
 .ui-datepicker td a {
    height: 45px; 
    width: 45px;
    text-align: center;
    line-height: 45px; 
    display: block; 
  }
}


.infoTitel{
  padding: 10px 20px;
  border-radius: 5px;
  background:#D8F999;
  color: black !important;
}

.tableAuto{
  padding:0;
  margin:0;
border-collapse: collapse;
}
.tableAuto td{
  border: 1px solid #ddd;
  height:21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
}



/*text date*/
.calendar{
  margin-bottom:200px;
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
}



.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color:#2C3C85;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-size: 13px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2C3C85 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#tblGiaVon tr td:first-child{
  width: 100px;
}
#MainList{
  width: 100%;
  height: 70px;
  position: relative;
}
#ToKhaiPage{
        height: -moz-calc(100%-70px);
        height: -webkit-calc(100% - 70px);
        height: calc(100% - 70px);
        width: -moz-calc(100%-10px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        top:70px;
        position: absolute;
        padding: 0px;
}
#DvCs_ToKhaiView{
  width: 350px;
  height: 100%;
  border-right: 1px solid #ccc;
  box-shadow: 2px 0 5px 0 rgba(0,0,0,0.3);
  position: relative;
}
#DvCs_ctToKhaiView{
  width: -moz-calc(100%-200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 100%;
  position: relative;
  padding-left: 5px;
}
#DvCs_ToKhai,#DvCs_ctToKhai{
  height: -moz-calc(100%-50px);
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  top:48px;
  position: relative;
}
.rpo{
  height: -moz-calc(100%-40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow-y: auto;
}
.pageA4{
  width: 210mm;
  min-height: 297mm;
  border: 1px solid #ccc;
  background-color: white;
  padding: 1cm;
  margin: 0 auto;
}
.pageA4 table{
  width: 100%;
}
.pageA4 table td{
  vertical-align:top;
  padding-top: 10px;
}
.pageA4 table td:first-child{
  min-width: 200px;
}
.inputropSo{
  width: 40px;
  border: none  !important;
  border-bottom: 1px solid #ffbb00 !important;
}
.inputropText{
  width: 200px;
  border: none  !important;
  border-bottom: 1px solid #ffbb00 !important;
}
#DmVt{
  height: -moz-calc(100%-200px) !important;
  height: -webkit-calc(100% - 200px) !important;
  height: calc(100% - 200px) !important;
}
#DmVt_ThueKhacView{
      display: flex;
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 150px !important;
}
#DmVt_ThueKhac{
  height: 100px !important;
  position: relative;
  width: 100%;
  top:48px;
}
.tabpage{
  display: none;
}
#tblTk01_DT {
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#tblTk01_TTDB{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#tblTk01_TTN {
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#tblTk01_TTN td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#tblTk01_DT td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#tblTk01_TTDB td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}


#ThueTaiNguyen{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#ThueTaiNguyen td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#ThueBVMT {
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#ThueBVMT td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#PhiBVMT {
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#PhiBVMT td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#NXT{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#NXT td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
}
#NXT_Value{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#NXT_Value td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding: 3px;
}
#NXT_Value tr:last-child{
  font-weight: bold;
}
#NXT tr:first-child{
  border: none;
}
#NXT tr:first-child td{
  border: none;
}

#CP{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#CP td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
  text-align: center;
  font-weight: bold;
}
#CP_Value{
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
}
#CP_Value td{
  border: 1px solid #ccc;
  min-height: 35px;
  padding-right: 3px;
  text-align: center;
  font-weight: bold;
}
#CP_Value td:first-child{
  text-align: left;
  padding-left: 3px;
}
#Load{
  display: none;
  width:100%;
  height:100%;
  z-index:99999999999999;
  position:absolute;
  padding-top: 20%;
  padding-left: 55%;
}
.dropdownMN {
  position: relative;
  display: inline-block;
}

.dropdown-contentMN {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
  padding: 12px 16px;
  z-index: 1;
  top:50px;
  right: 0px;
  border-bottom-left-radius: 5px;
}
.dropdown-contentMN p{
  cursor: default;
  padding-left: 5px;
  border-bottom: 1px solid #ccc;
}
.dropdown-contentMN p i{
  color: darkorchid;
}
.dropdown-contentMN p:hover{
 background-color: #CFE4FA;
}
.dropdownMN:hover .dropdown-contentMN {
  display: block !important;
}