/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body{
	font-family: arial;
}
.req{
	color: #004990;
}
table.dataTable thead th {
	border-bottom: 1px solid #DFE3E7 !important;
}
table.dataTable tbody th, table.dataTable tbody td{
	padding: 5px 10px !important;
}
table.dataTable thead th, table.dataTable thead td{
	padding: 7px 15px !important;
}
table.dataTable thead th{
	font-size: .8rem !important;
}
table.dataTable tbody td{
	font-size: .9rem !important;
	color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #FFF !important;
	border: 1px solid #004990  !important;
	background-color: #004990  !important;
	background: linear-gradient(to bottom, #004990 0%, #004990 100%) !important;
}
.table-striped tbody tr:nth-of-type(odd){
	/*background-color: #d6f3d5 !important;*/
}
.table.table-bordered thead th {
    background-color: #004990;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	color: #000 !important;
	/*border: 1px solid #d6f3d5  !important;
	background-color: #d6f3d5  !important;
	background: linear-gradient(to bottom, #d6f3d5 0%, #d6f3d5 100%) !important;*/
}
.autoPopCname>ul>li:hover{
	cursor: pointer;
	background-color: #e6e6e6;
}
.autoPopCname{
	width: 93%;
	position: absolute;
	z-index: 999;
}