/*
App-custom.css
Template name: AppUI
Author: rustheme
*/

/*# sourceMappingURL=maps/app-custom.css.map */

body {
	/* font-family: Arial; */
	font-size: 15px;
}
.container {
	max-width: 100%;
}
.card {
	border: 1px solid #cecece;
}
.dataTables_filter, .dataTables_info {
	display: none
}
.pagination > .active > a, .pagination > .active > a:focus {
	background-color: #4a81f2;
	border-color: #4a81f2
}
.nav-drawer > .active > a, .nav-drawer > .active > a:hover , .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: #4a81f2
}
.navbar {
	padding: 0 1rem;
}
table > thead > tr {
	background-color: #4a81f2;
	color: white;
	font-size: 12px;
}
.table > thead > tr > th {
	padding: 5px;
}
.table > tbody > tr > td {
	padding: 0.5em;
	vertical-align: middle;
	font-size: 12px;
}
.btn-form {
	width:100px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-15 {
	margin-top: 15px;
}
.ml-15 {
	margin-left: 10px
}
.mr-15 {
	margin-right: 5px;
}
.pad-1 {
	padding: 1px;
}
.pad-15 {
	padding: 15px;
}
b, strong {
	font-weight: bold;
	/* font-weight: bold; */
}
em, i, dfn {
	font-style: italic;
}
input[type="date"].input-sm, input[type="time"].input-sm {
	line-height:20px
}
.number-only, .text-right {
	text-align: right;
}
hr {
	margin-top: 10px;
	border-color: #cecece;
}
.hide {
	display: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
	background-color: #ffffff;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 20px;
}
.font-12, .form-control {
	font-size: 12px;
}
.menu-header {
	font-size: 14px;
	vertical-align: 2px;
}
.table-bordered > thead > tr > th {
	text-align: center;
}
.table-bordered > tbody > tr > td {
	border: 1px solid #cecece;
}
.label {
	border-radius: 0px;
	font-size: 12px;
}
.form-table {
	border: none;
	width: 100%;
}