

.sidebar{

	background: #F26622

}

.bg-me{

	background: #01a3a4;

}

.login-form{

	border-radius: 3px;

}

#tabelData th, #tabelData td{

	font-size: 14px;

}

.form-control{

	border-radius: 3px;

}

.btn-group-xs > .btn, .btn-xs {

  padding  : .30rem .34rem;

  font-size  : .875rem;

  line-height  : .5;

  border-radius : .2rem;

}

li.paginate_button a{

	border-radius: 3px !important;

	font-size: 12px;

	padding: 4px 7px;
	margin: 2px;

}


.dataTables_info{

	font-size: 13px

}

.rad-3{

	border-radius: 3px !important;

}

.card-header, .modal-header{

	border-top-left-radius: 3px !important;

	border-top-right-radius: 3px !important;

}

.card-body, .card, .modal-content, .modal-body{

	border-bottom-left-radius: 3px !important;

	border-bottom-right-radius: 3px !important;

}

.modal-content{

	border: none;

}

.select2-container .select2-selection--single {

	height: calc(2.25rem + 2px) !important;

	padding: 0.375rem .75rem !important;

	border: 1px solid #d1d3e2 !important;

}

.capitalize{

	text-transform: capitalize;

}

.table tr td, .table tr th{

	font-size: 12px !important;

	font-family: sans-serif;

}

.invalid{
	font-size: 12px;
	color: tomato;
	margin: 0 !important;
	height: 20px;
	margin-top: 7px;
	padding: 0 !important;
	display: block;
}
.footer-content{
	font-size: 14px;
}

table.invoiceTb tr td, table.invoiceTb tr th{
	font-size: 11px !important;
}

@media (min-width: 768px){ 
	.sidebar .nav-item .nav-link{
		width: 12rem !important;
	}
	.sidebar{
		width: 12rem !important;
	}
}

