a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}

body{
	font-family: 'Arial', sans-serif;
}

table.table{
	font-size:13px;
}
table.table td{padding:3px!important;}
table.table th{padding:3px!important;font-size:12px;}

.btn-customsize{
	padding:0.15rem;
	font-size: .6rem;
	width:25px;
	height:25px;
	text-align:center;
	line-height:20px;
}
.btn-customsize:focus,.btn-customsize:active:focus{box-shadow:none!important;}

@media (min-width: 576px){
	.modal-dialog{
		max-width:900px;
	}
}

.linksort{color:#000;text-decoration:none;}
.linksort:hover{color:#000;}

th, td{
	overflow-wrap: anywhere;
}
.container{max-width:100%;}
#exportexcel{background-color:#fff;}
#exportexcel:hover{background-color:#6c757d;}
.filter label{font-size:12px;}
.filter .form-select-sm, .filter .form-control-sm{font-size:12px;}