/*************** CUSTOM COMPONENTS CSS ******************/

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: 'Cabin', sans-serif;
}

body.modal-open
{
	padding-right:0px!important;
}

/*************** CUSTOM LOGIN FORM CSS ******************/

.full-width{width:100%;}
.half-width{width:50%;}
.display-table{display:table;}
.display-table-cell{display:table-cell;}
.min-height-100{min-height : 100px;}


.loader_full
{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background : rgba(0,0,0,0.5);
	left:0;
	top:0;
	z-index:9999;
	transition : all .5s ease-in-out;
}
.loader_full i
{
	text-align: center;
	position: fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #fff;
	font-size: 35px;
}

.loader_partial
{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background : rgba(255,255,255,0.5);
	left:0;
	top:0;
	z-index:100;
	transition : all .5s ease-in-out;
}
.loader_partial i
{
	text-align: center;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #000;
}


/*
.popover-content
{
	background:#66BB6A;
}
*/

#scrolltop
{
	z-index: 9999;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	background-color: #4CAF50;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color :#fff;
	padding: 8px 10px;
}


/*************** CUSTOM COMPONENTS CSS ******************/
.hint-block
{
	font-size: 11px;
	color: #666;
	font-style: italic;
}


/*************** CUSTOM STYLE CSS ******************/

.page-content .login-form .captcha img
{
	margin : 10px 0;
}

.btn.btn-gmap-small
{
	font-size: 10px;
	line-height: normal;
	padding: 5px 8px;
	margin: 10px 0;
}

/************** HEADER STYLES ***********************/
.navbar .navbar-header .navbar-brand
{
	line-height:normal;
	padding:10px 15px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}
.navbar .navbar-header .navbar-brand > img
{
	height:auto;
	max-height:30px;
}
/************** HEADER STYLES ***********************/



/************** DATATABLE STYLES ***********************/
.dataTables_wrapper .panel
{
	margin-bottom : 0;
	box-shadow:none;
}
.dataTable thead a
{
	color:inherit;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
	background-color: #4CAF50;
	border-color: #4CAF50;
}

.dataTables_wrapper .datatable-scroll table tr.filters .form-control
{
	border: 1px solid #ccc;
	padding: 8px 16px;
}
.dataTables_wrapper .datatable-scroll table tr.filters .form-control:focus
{
	border-color:inherit;
	box-shadow:0 2px 4px #ccc;
}

.datatable-scroll
{
	min-height: 300px;
}


/************** DATATABLE STYLES ***********************/

/************** DASHBOARD STYLES ***********************/
.dashboard
{
	position: relative;
}
.dashboard .dashboard_container
{
	min-height: 250px;
	margin-bottom: 15px;
}
/************** DASHBOARD STYLES ***********************/



/************** FOOTER STYLES ***********************/
.custom_footer
{
	background:#43A047;
	color :#fff;
	position:relative;
	bottom:0;
	top:0;
	left:0;
	right:0;
	padding:25px 0;
}
.custom_footer .copyright
{
	text-align:center;
}
.custom_footer h3
{
	margin:0;
	font-size:18px;
	margin-bottom:15px;
}
.custom_footer ul.list
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}
.custom_footer ul.list li
{
	line-height:normal;
}
.custom_footer ul.list li span
{
	display:inline-block;
}
/************** FOOTER STYLES ***********************/



@media print
{
	.noprint {display:none;}
	.no-print, .no-print *
    {
        display: none !important;
    }
}
