
.Hiden{
    display:none;
}
  /*Gridview format*/
  .H_Grid{
	top:0px;
	position:absolute;
	height:30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f0f0f0;
	width:100%;
    font-size: 12px;
    color: #333;
  }

  .H_GridBH{
    top:0px;
    position:absolute;
    height:50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color:#f0f0f0;
    width:100%;
    font-size: 12px;
    color: #333;
    }

  .H_Grid_Content{
		width: -moz-calc(100%-0px);
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
		height:30px;
		position:absolute;
		float:left;
		white-space:nowrap;
		overflow:hidden
  }
  
  .H_Grid_ContentBH{
		width: -moz-calc(100%-0px);
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
		height:50px;
		position:absolute;
		float:left;
		white-space:nowrap;
		overflow:hidden
  }
  .H_List{
	top:0px;
	position:absolute;
	height:60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f0f0f0;
	width:100%;
  font-size: 12px;
  color: #2C3C85;
  }
  .H_List_Content{
		width: -moz-calc(100%-0px);
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
		height:60px;
		position:absolute;
		float:left;
		white-space:nowrap;
		overflow:hidden
  }

  .H_End{
	height:29px;
	top:0px;
	border-left:1px solid #ccc;
	width:16px;
	float:right;
	background-color:#f0f0f0;	  
    display: none;
  }
  ._body{
	width: 100%;
	height: -moz-calc(100%-30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
    top:30px;
    position:absolute;
    overflow-y:scroll;
    table-layout:auto;
  }

  ._bodyBH{
    width: 100%;
    height: -moz-calc(100%-50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
      top:50px;
      position:absolute;
      overflow-y:scroll;
      table-layout:auto;
    }

  .List_body{
	width: 100%;
	height: -moz-calc(100%-60px);
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
    top:60px;
    position:absolute;
    overflow-y:scroll;
    table-layout:auto;
  }
  .resize{
	width:2px;
    height:28px;
    cursor:col-resize;
    float:right;  
  }
  .Tbl_Header{
    white-space:nowrap;
	overflow:hidden;
    border-collapse:collapse;
    table-layout:fixed;
	word-wrap:break-word;
	cursor:default;
    font-weight:bold;
    text-align:center;
  }
  
  .Tbl_Header td{
    height: 30px;
    line-height: 30px;
    font-weight:bold !important;
    color:mediumblue;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
}

.Tbl_HeaderBH{
  white-space:nowrap;
overflow:hidden;
  border-collapse:collapse;
  table-layout:fixed;
word-wrap:break-word;
cursor:default;
  font-weight:bold;
  text-align:center;
}
.Tbl_HeaderBH td{
  height: 50px;
  line-height: 50px;
  font-weight:bold !important;
  color:mediumblue;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
}


  .Tbl_Content{
    white-space:nowrap;
	overflow:hidden;
    border-collapse:collapse;
    table-layout:fixed;
	word-wrap:break-word;
	cursor:default;	
  }

  .Tbl_Content tr{
	height: 25px;
}
.Tbl_Content td{
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding:0px;
  background-color: white;
}
.Tbl_Content td input[type="text"]{
  border:0px;
  height:30px;
  outline:none;
  padding:0px;
  padding-left:3px;
  margin:0px;	
  font-size: 12px;
}

.Tbl_ContentBH{
  white-space:nowrap;
overflow:hidden;
  border-collapse:collapse;
  table-layout:fixed;
word-wrap:break-word;
cursor:default;	
}

.Tbl_ContentBH tr{
height: 35px;
}
.Tbl_ContentBH td{
border: 1px solid #ccc;
border-collapse: collapse;
padding:0px;
background-color: white;
}
.Tbl_ContentBH td input[type="text"]{
border:0px;
height:35px;
outline:none;
padding:0px;
padding-left:3px;
margin:0px;	
color: #2C3C85;
font-weight: bold;
font-size: 12px;
}




  .Tbl_List_Header{
    white-space:nowrap;
	overflow:hidden;
    border-collapse:collapse;
    table-layout:fixed;
	word-wrap:break-word;
	cursor:default;
    font-weight:bold;
    text-align:center;
  }
  

  .Tbl_List_Header td{
	height: 60px;
	line-height: 60px;
  font-weight:bold !important;
	border-collapse: collapse;
}

.Tbl_List_Content{
    white-space:nowrap;
	overflow:hidden;
    border-collapse:collapse;
    table-layout:fixed;
	word-wrap:break-word;
	cursor:default;	
  }

  .Tbl_List_Content tr{
	height: 60px;
}
.Tbl_List_Content td{
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  height: 60px;
  padding:0px;
  background-color: white;
}

  
  .colRadio div{
	height: 15px;
	position: relative;
  }
  .colRadio div input[type="radio"]{
	left: 7px;
	position:absolute;
  }
.TitleDescription{
  font-size: 11px;
  font-weight: bold;
}
.Description{
  font-size: 10px;
  font-style: italic;
  
}
.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;
}

.tableAutoBH{
  padding:0;
  margin:0;
border-collapse: collapse;
}
.tableAutoBH td{
  border: 1px solid #ddd;
  height:35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.btnex{
  display:none;
  width:40px;
  border:none;
  background-color:#f0f0f0;
  height:58px;
  color:red;
}
.textSearch{
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  color: #2C3C85;
}
.dropbtn1 {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {background-color: #ddd;}

.dropdown1:hover .dropdown-content {display: block;}

.dropdown1:hover .dropbtn {background-color: #3e8e41;}




.ul_command_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;	
    display: flex;
    float: right;
    }
.ul_command_menu li{
    height:48px;
    text-align:center;
    cursor:default;
    line-height:48px;	
    }	
.ul_command_menu li a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.ul_command_menu li a i{
    color: blue;
}
.ul_command_menu li:hover{
    font-weight:bold;
    }
@media screen and (max-width:700px) {
  .ul_command_menu{
    display: block;
    width: 100%;
    }
  .ul_command_menu li{
      height:48px;
      text-align:left !important;
      cursor:default;
      line-height:48px;	
      border-bottom: 1px solid #ccc;
  }	
}

.pagePrint {
	  width: 210mm !important;
    height: 100%;
    min-height: 297mm;
    display: block;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto !important;
    page-break-after: always;
    padding: 0;

}
.pagePrintN {
	  width: 296mm !important;
    min-height: 210mm !important;
    margin: 0 auto;
    height: 100%;
    display: block;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    page-break-after: always;
}


.pagePrintA5 {
	width: 148mm;height: 210mm; margin: 0 auto;display: block;border: 1px #D3D3D3 solid;border-radius: 5px;background: white;box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.pagePrintA5N {
	width: 210mm;
    height: 148mm; 
    margin: 0 auto;
    display: block;
    background: white;
    padding:0 0 0 0 !important;
    page-break-after: always;
}

.ContentPrint{
    width:190mm;
    height:277mm;
    margin-top: 10mm;
    margin-left: 10mm;
    border: 1px solid #ccc;
}
.ContentPrintN{
    height:190mm;
    width:277mm;
    margin-top: 10mm;
    margin-left: 10mm;
    border: 1px solid #ccc;
    
}

.ContentPrintA5{
    width:148mm;
    height:210mm;
    margin-top: 10mm;
    margin-left: 10mm;
    border: 1px solid #ccc;
}
.ContentPrintA5N{
    height:148mm;
    width:210mm;
    margin-top: 10mm;
    margin-left: 10mm;
    border: 1px solid #ccc;
    
}

.PrintHeader{
    height: 50mm;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.Tieude_Tb{
    height:30mm;
    top:0px;
    position: absolute;
    border-bottom: 1px solid #ccc;
}
input[type="checkbox"].readonly-checkbox {
  pointer-events: none;
}