/*Style General*/
html,body{
	overflow: hidden;
}
html,body,.main-container{
	width: 100%;
	height: 100%;
	background: #eef5f9;
}
.container-index{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.tbl-body-container {
	height: calc(100vh - 230px);
	width: 100%;
	display: inline-block;
}
.main-content, .tbl-list-container{
	height: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
#main-content-view{
	background: #FFF;
}
/*Color*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i&subset=vietnamese');
body{
	font-family: 'Open Sans', sans-serif;
}
body a{
	color: #009efb;
}
.color-white{
	color: white;
}
.color-red{
	color: #ff5953;
}
.color-orange{
	color: orange;
}
.color-blue{
	color: #009efb;
}
.color-body{
	color: #333333;
}
.color-main{
	color: #99abb4;
}
.color-edit{
}
.color-delete{
	color: #f97991;
}
.color-add{
	color: #28a745;
}
.color-human{
	color: #28e7ff;
}
.color-list1{
	color: #00d0d2;
}
.color-list2{
	color: #1fd200;
}
.color-word{
	color: #009efb;
}
.add-hover:hover span{
	color: #28a745;
	cursor: pointer;	
}
.icon-default{
	color: #128cd4;
}
.delete-hover:hover span{
	color: #f97991;
	cursor: pointer;
}
.pdf-hover:hover span{
	color: #f97991;
	cursor: pointer;	
}
.word-hover:hover span{
	color: #009efb;
	cursor: pointer;	
}
.card-body {
    padding: 1rem;
}
.card-body-v2{
	padding-top: 5px;
	padding-bottom: 5px;
}
.border-top{
	border-top: 1px solid #DDD; 
}
.border-right {
	border-right: 1px solid #DDD; 
}
.page-titles{
	padding: 0px;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.mg-top-30{
	margin-top: 30px;
}
.mg-top-10{
	margin-top: 10px;
}
.checkbox-show{
	position: relative;
}
.text-title{
	color: #404040;
	font-size: 14px;
}
.nb-2{
	margin-right: 0px;
}
.tk-tb-2 tr td:nth-child(2){
	width: 50%;
}
.full-width{
	width: 100%;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.text-uppercase{
	text-transform: uppercase;
}
.fs18{
	font-size: 18px;
}
.fs13{
	font-size: 13px !important;
}
.display-flex{
	display: flex;
}
.mg-left-5{
	margin-left: 5px;
}
.pd-left-7{
	padding-left: 7px !important;
}
.pd-left-25{
	padding-left: 25px !important;
}
.pd-top-10{
	padding-top: 10px !important;
}
.display-none{
	display: none;
}

/*Width table*/

.td-w-3{
	width: 3% !important;
}
.td-w-4{
	width: 4% !important;
}
.td-w-5{
	width: 5% !important;
}
.td-w-6{
	width: 6% !important;
}
.td-w-7{
	width: 7% !important;
}
.td-w-8{
	width: 8% !important;
}
.td-w-9{
	width: 9% !important;
}
.td-w-10{
	width: 10% !important;
}
.td-w-12{
	width: 12% !important;
}
.td-w-14{
	width: 14% !important;
}
.td-w-15{
	width: 15% !important;
}
.td-w-17{
	width: 17% !important;
}
.td-w-18{
	width: 18% !important;
}
.td-w-20{
	width: 20% !important;
}
.td-w-22{
	width: 22% !important;
}
.td-w-25{
	width: 25% !important;
}
.td-w-26{
	width: 26% !important;
}
.td-w-28{
	width: 28% !important;
}
.td-w-30{
	width: 30% !important;
}
.td-w-35{
	width: 35% !important;
}
.td-w-40{
	width: 40% !important;
}
.td-w-45{
	width: 45% !important;
}
.td-w-50{
	width: 50% !important;
}

.logo img{
	width: 100%;
}
.user-h img{
	width: 100%;
}
/*Menu*/
.nav-box-x{
	position: fixed;
    min-height: 40px;
	background: #d6f9ff; /* Old browsers */
	z-index: 1;
	left: 0px;
    top: 60px;
    width: 100%;
	background: #00b1e4; /* Old browsers */
	background: -moz-linear-gradient(left, #00b1e4 0%, #1e88e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00b1e4 0%,#1e88e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00b1e4 0%,#1e88e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1e4', endColorstr='#1e88e5',GradientType=1 ); /* IE6-9 */
}
.bootstrap-dialog.type-primary .modal-header{
	background: #00b1e4;
	background: -moz-linear-gradient(left, #00b1e4 0%, #1e88e5 100%);
	background: -webkit-linear-gradient(left, #00b1e4 0%,#1e88e5 100%);
	background: linear-gradient(to right, #00b1e4 0%,#1e88e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1e4', endColorstr='#1e88e5',GradientType=1 );
}
.alert .modal-content .modal-header{
	background: -moz-linear-gradient(left, #e8c620 0%, #ffb42c 100%) !important;
	background: -webkit-linear-gradient(left, #e8c620 0%,#ffb42c 100%) !important;
	background: linear-gradient(to right, #e8c620 0%,#ffb42c 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c620', endColorstr='#ffb42c',GradientType=1 ) !important;
}
.navbar-inverse{
	background-image:url('../images/raster-dark.png');
	position: fixed;
    opacity: 1;
    left: 0px;
    top: 60px;
    width: 100%;
    z-index: 2;
   	min-height: 40px;
   	background-color: rgba(0,0,0,0); /*Mã mầu trong suốt*/
}
.main-menu .navbar-nav>li>a{
	color: #fff !important;
	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 6px !important;
  	padding-right: 6px !important;
  	font-weight: bold;
}
.navbar-inverse{
	border: 0px;
	border-radius: 0px;
}
.navbar-nav>li:hover{
	background: #af985a;
}
.navbar{
	margin-bottom: 0px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.li-nav:hover .dropdown-menu {
    display: block;
}
.dropdown-menu-children{

}
.dropdown-menu{
	background: #FAFAFA;
	/*display: block;*/
}
.dropdown-menu a{
	text-decoration: none;
	color: #585858;
	line-height: 2;
	padding-left: 20px;
}
.dropdown-menu li{
	list-style: none;
}
.dropdown-menu-children{
	background: #FFF;
	padding-left: 20px;
	
}
.dropdown-menu-children li{
	border-left-color: #E4E4E4;
	border-left-width: 1px;
    border-left-style: dotted;
}
.line-children {
	color: #777676;
    display: block;
    width: 7px;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 14px;
    border: 1px dotted;
    border-width: 1px 0 0;
}
.dropdown-menu-children li{
	position: relative;
}
.menu-children-4{
	padding-left: 20px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*Custom*/
.header{
	width: 100%;
    position: fixed;
    max-height: 70px;
    z-index: 3;
    background: url('../images/bg.jpg');
	background-position: center center;
	background-size: cover;
}
.logo{
	margin: 5px 10px;
    width: 25%;
    float: left;
    height: 50px;
}
.logo img{
	height: 100%;
}
.user-header{
	width: 73%;
	float: left;
	height: 30px;
	margin-top: 40px;
	margin-right: 2%;
}

.container-user-head {
    position: absolute;
    bottom: 0;
    right: 0;
}

#main-content{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 100px;
	/*padding-bottom: 25px;*/
}
#main-content>#main-content-view{
	position: relative;
    height: 97%;
    width: 98%;
    margin-left: 1%;
    top: 2%;
    border-radius: 5px;
   -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
}
/*#main-content>#main-content-view#{*/
	/*padding-bottom: 40px;*/
/*}*/
#main-content>#main-content-view .btn-panel-bottom{
	position: absolute;
	bottom: 3px;
	width: 100%;
	text-align: center;
}
#main-content>#main-content-view .btn-panel-bottom .btn{
	float: right;
	margin-left: 7px;
}
#main-content>#main-content-view .btn-panel-bottom.fixed{
	position: fixed;
	bottom: 39px;
	width: 100%;
	left: 0;
	padding: 2px 25px;
	z-index: 50;
}
.modal-body .btn-panel-bottom .btn{
	float: right;
	margin-left: 7px;
}
.modal-body .btn-panel-bottom{
	position: absolute;
	width: 100%;
	text-align: center;
	/*height: 5%;*/
	min-height: 30px;
	right: 0;
	bottom: 0;
	padding: 6px 20px;
	background: #fbf9f9;
	border-top: 1px solid #ddd;
}
#ng-view{
	/*position: static;*/
	height: 100%;
	width: 100%;
	/*overflow-y: auto;*/
	border-bottom: 1px solid #ccc;
}
.thumb-logo-h{
	height: 50px;
}
.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	/*border-top: 1px solid #ccc;*/
	/*padding: 5px;*/
	font-size: 12px;
	line-height: 30px;
}
.change_pass-h,.year-h,.name-h,.user-h{
	float: right;
	line-height: 30px;
	padding: 0px 8px 0px 8px;
}
.name-h,.year-h{
	border-right: 1px dotted #DDD;
}
.change_pass-h{
	width: 13px;
	/*float: left;*/
	margin-right: 6px;
	margin-top: -3px;
}
.name-h i{
	color: #128cd4;
	margin-right: 5px;
}
.user-h img{
	margin-top: -3px;
}
.user-h{
	position: relative;
}
.manage-user{
	width: 400px;
	position: absolute;
	right: 0;
	background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 5;
    display: none;
}

.manage-change-pass{
	width: 400px;
	position: absolute;
	right: 0;
	background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 5;
    display: none;
}

/* Tooltip */
.input_change_pass + .tooltip > .tooltip-inner {
	background-color: #D12533;
	color: #FFFFFF;
	border: 1px solid green;
	padding: 15px;
	font-size: 12px;
}

.logout-mng{
	width: 100%;
    display: inline-block;
    padding-bottom: 6px;
}
.thumb-logout{
	width: 20%;
	float: right;
	margin-right: 5%;
}
.thumb-logout:hover{
	cursor: pointer;
}

.content-mng{
	border-top:  1px solid #128cd4;
	padding: 20px;
}
.item-cm{
	margin-bottom: 5px;
}
.item-cm label{
	width: 30%;
	float: left;
}

.item-cm .lab{
	width: 50%;
	float: left;
}

.item-cm input{
	width: 70%;
	border: 1px solid #128cd4;
	border-radius: 5px;
	height: 30px;
	outline: none;
	padding: 0px 10px 0px 10px;
}

.item-cm .select-custom{
	width: 70%;
	border: 1px solid #128cd4;
	border-radius: 5px;
	height: 30px;
	outline: none;
	padding: 0px 10px 0px 10px;
}

.panel-custom-1{
	border: 1px solid #eee;
	border-radius: 10px;
}

.panel-body-custom-1{
	padding: 10px;
}

.panel-body-custom-2{
	min-height: 300px;
}

.item-cm .btn-submit-custom{
	width: auto;
    height: auto;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.item-cm .input_change_pass{
	width: 50%;
	border: 1px solid #128cd4;
	border-radius: 5px;
	height: 30px;
	outline: none;
	padding: 0px 10px 0px 10px;
}
.item-cm input:focus{
	border: 1px solid #e46652;
}
.item-cm button{
	float: right;
	background: #DDD;
	border-radius: 15px;
	height: 30px;
	border: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-cm button:hover{
	background: #128cd4;
}
.title-cm {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.title-cm  i{
	float: left;
	color: #128cd4;
}
.title-cm h4{
	float: left;
	margin-left: 10px;
	margin: 0px 0px 0px 10px;
}
.triangle-mng{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #420f0f00;
    border-bottom: 13px solid #FFF;
    position: absolute;
    top: -13px;
    /* background: #FFF; */
    right: 26px;
}
.click-user:hover{
	cursor: pointer;
}
.btn-toolbar{
	position: absolute;
	height: 40px;
	width: 100%;
	left: 5px;
	padding: 3px 5px;
	border-radius: 5px;
}
.btn-toolbar.toolbar-bottom{
	bottom: 0px;
	background: #fff;
	text-align: right;
}
.modal-dialog.full-screen{
	width: 98%;
	margin: 7px auto;
}
.bootstrap-dialog-header span.glyphicon-resize-small{
	display: none;
}
.modal-dialog.button-toolbar-dialog .modal-body{
	padding-bottom: 50px;
}
.modal-dialog.full-screen .bootstrap-dialog-header span.glyphicon-resize-small{
	display: inline;
}
.modal-dialog.full-screen .bootstrap-dialog-header span.glyphicon-fullscreen{
	display: none;
}
.bootstrap-dialog-close-button{
	display: block;
	float: right;
	height: 20px;
}
.bootstrap-dialog-header span{
	font-size: 17px;
	margin: 0 5px;
	color: #fff;
}
.bootstrap-dialog-header span:hover, .bootstrap-dialog-header button.close{
	color: orange;
}
.bootstrap-dialog-header button.close{
	font-size: 27px;
	font-weight: lighter;
	color: #fff;
	opacity: 1;
}
.bootstrap-dialog-header button.close:hover{
	color: orange;
}
.modal-content > .modal-header{
	padding: 10px;
}
.modal-content .modal-body{
	padding: 0;
}
#loginController {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-dialog .bootstrap-dialog-message{
	min-height: 150px;
	padding: 15px;
}
.modal-content .main-dialog-content{
	padding: 8px;
	display: inline-block;
	width: 100%;
}
/*Định nghĩa bảng chung*/
table.table thead tr {
	background: #eaf7ff;
}
table.table thead th{
	text-align: center;
	font-weight: normal;
	color: #286aa3;
	padding: 3px;
	vertical-align: center;
}
table.table tbody.highlight tr:nth-child(2n){
	background: #d7e7f570;
}
table.table tbody tr td{
	padding: 3px;
}
table.table tbody.highlight-point tr:hover{
	background: rgba(22,45,61,0.2);
}
/*Bảng cuộn dọc giữ nguyên header*/
.tbl-body-container tbody,
.tbl-body-container thead{
	width: 100%;
}
.tbl-body-container{
	width: 100%;
	overflow-y: auto;
	position: relative;
	display: inline-block;
}
/*ĐỊnh nghĩa easy datebox*/
span.combo.datebox{
	position: relative;
}
span.combo.datebox > input.combo-text{
	padding-right: 20px;
}
span.combo.datebox > span{
	position: absolute;
	right: 0;
	top: 0;
}
.datebox-button {
	height: 24px !important;
}
/*ĐỊnh nghĩa hover icon */
.over-bg-gray:hover	{
	background: grey;
	color: #fff;
}
.over-orange:hover{
	color: orange;
}
.over-red:hover{
	color: red;
}

.btn-style-new>.btn, .btn-style-new>.btn-group, .btn-style-new>.input-group{
	float: right;
}
.title-content{
	display: inline-block;
}
.title-content h4{
	color: #2189e5;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
}
.title-content h4 b{
	/*color: #5a5a5a;*/
}
.title-content h4 i{
	font-size: 14px;
    color: #52a71f;
    margin-right: 5px;
}
.main-content{
	padding: 15px;
	width: 100%;
    display: inline-block;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-bottom: 1px solid #DDD;
}
table thead tr th, table tbody tr td {
	vertical-align: middle !important;
}
.btn-copy{
	padding: 2px 6px;
}
.td-cn{
	width: 100px;
}
.td-stt{
	width: 60px;
}
.td-cb{
	width: 40px;
}
.table-cb .checkbox input[type=checkbox], .table-cb .checkbox-inline input[type=checkbox], .table-cb .radio input[type=radio], .table-cb .radio-inline input[type=radio]{
	margin-left:-15px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
	border-top : 1px solid #ccdfed;
}
.table-cb .checkbox, .table-cb .radio{
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-bordered>thead>tr>th{
	border : 1px solid #ccdfed;
}
.bootstrap-dialog-header button.close{
	font-size: 35px;
}
.modal-header .close{
	margin-top: -9px;
}
.body-nhom-tdg p{
	margin-bottom: 0px;
}
.nhom-thu-ky .checkbox label, .nhom-thu-ky .radio label{
	min-height: 0px;
	padding-left: 0px;
}
.modal-dialog .modal-body{
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}
.table-spm input{
	width: 100%;
}

/*thêm mấy class dùng chung nhièu*/
.no-padding {
	padding: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.padding-15 {
	padding: 15px !important;
}
.no-border, .no-border td {
	border: none !important;
}
.window-dialog-toolbar{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 15px;
}
.modal-footer {
	padding: 5px !important;
	background: #fbf9f9 !important;
}
/*
	Cấu hình minh chứng tải nhiều file
*/
/* The container <div> - needed to position the dropdown content */
.minhchung-files-download.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Button */
.minhchung-files-download .dropbtn {
	background-color: #4CAF50;
	border: none;
}
/* Dropdown Content (Hidden by Default) */
.minhchung-files-download .dropdown-content {
	display: none;
	position: fixed;
	background-color: #f1f1f1;
	max-width: 260px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
    max-height: 250px;
    overflow-y: auto;
}
.minhchung-files-download .dropdown-content a {
	color: black;
	padding: 7px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
}
.dropdown:hover .dropdown-content {display: block;}
.btn{
	cursor: pointer;
}
.container-input-file{
}
.container-input-file span.btn.fileinput-button{
	position: relative;
}
.btn.fileinput-button > input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.btn-dialog-fullscreen{
	margin-top: -4px;
}
/*
   start datagrid table
*/
.datagrid-header-check, .datagrid-cell-check {
	height: 24px;
}
.col-options > *{
	margin-left: 5px;
}
.pagination table{
	float: right;
}
/*
	end datagrid table
*/
.checkbox {
	border: unset;
}
.form-group label.checkbox-inline input + span{
	margin-left: -20px;
	padding-left: 20px;
}
.form-group label.checkbox-inline{
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;
}
.fileinput-button{
	color: #009efb;
	cursor: pointer;
}
.fileinput-button:hover{
	color: orange;
}
.form-group .btn.fileinput-button{
	padding: 0;
}
.form-control {
	height: 30px;
	padding: 5px;
}
.tbl-header-container{
	border-bottom: 1px solid #DDD;
	display: inline-block;
	width: 100%;
}
.title-content{
	float: left;
	padding: 7px 10px;
}
.tbl-header-container .button-group{
	float: right;
}
#ng-view > pre {
	max-height: calc(100vh - 200px);
	overflow: auto;
}
.text-bold {
	font-weight: bold;
}

tbody.position-unset {
	position: unset !important;
}
.font-14 {
	font-size:  14px;
}
.font-16 {
	font-size:  16px;
}
.font-18 {
	font-size:  18px;
}
.font-20 {
	font-size:  20px;
}
.font-22 {
	font-size:  22px;
}
.font-24 {
	font-size:  24px;
}