body {
	font-size: 15px;
}
.bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	border-top: 1px solid #d3e0e9;
	z-index: 10
}

.bottom-bar.active {
	height: auto;
}

.panel-bottom-bar {
	margin-top: 22px;
}

.btn-close-bottom-bar {
	margin: 15px;
}

.action-block {
	margin-bottom: 15px;
}
.navbar-right .dropdown-toggle{text-transform: capitalize;}

.table-bordered tr th{text-align:center}
.table-bordered tr td:nth-child(1),.table-bordered tr td:nth-child(4),.table-bordered tr td:nth-child(5),.table-bordered tr td:nth-child(6),.table-bordered tr td:nth-child(7){text-align:center; vertical-align:middle}
.table-bordered tr td:nth-child(2){vertical-align:middle;    font-size: 15px;}
.table-bordered tr td:nth-child(3),.table-bordered tr td:nth-child(8){text-align:center;vertical-align:middle}
	.table-bordered tr td:nth-child(3) img{display:inline;max-width: 50px;}

.table-customer tr th{text-align:center; vertical-align:middle !important;    font-size: 15px;}
.table-customer tr td:nth-child(3){vertical-align: middle;text-align: left;}
	.table-customer tr td:nth-child(3) a{text-decoration:none !important;    font-size: 15px;}
.table-customer tr td:nth-child(4),.table-customer tr td:nth-child(5),.table-customer tr td:nth-child(6){text-align:center; min-width:95px;   font-size: 14px;}
.table-customer tr td:nth-child(7){font-size: 14px;    max-width: 280px;vertical-align: middle;    text-align: center;}
.table-customer tr td:nth-child(8){font-size: 14px;}
.table-customer tr td:nth-child(9),.table-customer tr td:nth-child(10),.table-customer tr td:nth-child(11),.table-customer tr td:nth-child(12),.table-customer tr td:nth-child(13){text-align:center; vertical-align:middle;    font-size: 14px;}


.table-chart-category,.table-chart-supplier{margin-top:20px; background:rgb(233,235,245)}

	.table-chart-category td,.table-chart-supplier td{text-align:center;border: 1px solid #fff !important; color:#000 !important}
	.table-chart-category thead tr:nth-child(1) td,.table-chart-supplier thead tr:nth-child(1){font-weight:700}
	tfoot tr td:nth-child(1){font-weight:700}
#cus-table th.sort_id{
	background:none	
}
#cus-table .sort_id{
	max-width:80px;
	width:80px !important;
	padding: 0px;
}
	#cus-table tr th:after{display:none}
#cus-table .doitac{max-width: 200px;width: 450px !important;}
	#cus-table .doitac:after{display:none}
#cus-table .date_cus{max-width:80px;width: 80px !important;}
#cus-table .status_cus{max-width:90px;width: 90px !important;}
table.dataTable thead .sorting_disabled.sorting_asc:after,.sorting_disabled.sorting_desc:after{content:''; display:none; }
.dataTables_wrapper .dataTables_paginate .paginate_button{padding:0px !important}
#cus-table_paginate .pagination>li>a, #cus-table_paginate  .pagination>li>span{margin-left:0px}

#cus-table thead tr th:nth-child(1){min-width:60px; width:auto !important}
#cus-table thead tr th:nth-child(2){min-width:70px; width:auto !important}
#cus-table thead tr th:nth-child(4),#cus-table thead tr th:nth-child(5){min-width:80px; width:auto !important;}
#cus-table thead tr th:nth-child(6){min-width:90px; width:auto !important;}
#cus-table thead tr th:nth-child(11),#cus-table thead tr th:nth-child(12){min-width:70px; width:auto !important;}
#cus-table tbody tr td:nth-child(7){  word-break: break-word;}






@media (min-width: 1530px) {
	.container {
	    width: 100%;
		padding: 10px 20px;
	}
}

.tq-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/pageLoader.gif") 50% 50% no-repeat #000;
}

.colorpicker {
	z-index: 11
}