/* here you can put your own css to customize and override the theme */
html {
height: 100%;
}
body {
/*font-family: 'Exo 2', Arial;
font-size: 0.9rem;
letter-spacing: -0.02em;*/
overflow-x: hidden;
height: 100%;
color: #929292;
}
.body-login, .body-reset, .body-dashboard {
height: auto;
padding-top: 10%;
background-color: #336699;
background: linear-gradient(to bottom, rgba(44,92,147,1) 0%,rgba(72,136,186,1) 40%,rgba(127,186,232,1) 100%) !important;
}
.login {
box-shadow: 0px 8px 30px rgba(49,98,153, 0.75) !important;
border-radius: 6px !important;
}
.logo-head {
background-color: white;
padding: 1em;
box-shadow: 0px 8px 30px rgba(49,98,153, 0.75) !important;
}
.ombra {
box-shadow: 0px 8px 30px rgba(49,98,153, 0.75) !important;
}
.btn-ombra {
	box-shadow: 1px 2px 5px rgba(49,98,153, 0.5) !important;
}



.container {
	width: 1300px !important;
}
.navbar-brand {
	float: left;
	padding: 2px 2px;
	font-size: 18px;
	line-height: 20px;
}
/*
.navbar-brand img {
	display: inline-block;
	height: 70px;
	vertical-align: middle;
	border: 0;
}
.header a.logo-v1 img {
	margin-top: 0px !important;
}
*/
.navbar-brand img {
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	border: 0;
}
.header a.logo-v1 img {
	margin-top: 6px !important;
	margin-left: 20px !important;
}


/* solo da smartphone e tables */
@media (max-width: 767px) {
	.navbar-brand img {
		display: inline-block;
		height: 36px;
		vertical-align: middle;
		border: 0;
	}
	.header a.logo-v1 img {
		margin-top: 6px !important;
		margin-left: 10px !important;
	}
}



.sorting {
    font-size: small !important;
}

.panel-primary-title {
    background: #fff none repeat scroll 0 0;
    height: auto;
    padding: 0px 6px;
    position: absolute;
    margin-top: -28px;
}

.modal-footer{
	padding: 0px 20px 20px;
	margin-top: 0;
	text-align: right;
	border-top: none;
}

.disabled {
	cursor: not-allowed;
}

.btn-close {
	float: right;
}
.btn-close > i {
	font-size: 16px;
}

.modal-primary-title {
	color: #337ab7;
	font-weight: normal;
}

/* select */
div.row-hover:hover {
	background: #F1F4F7 !important;
}
div.row.row-hover div.bootstrap-switch {
	top: -9px;
}
/* #FAFAFA #e0fbe9*/

.bootstrap-switch-mini {
	width: 38px !important;
}
/*
.dataTables_empty {
	text-align: center !important;
	padding: 50px !important;
	font-weight: bold;
}
*/
.table-responsive {
	overflow-x: unset !important;
}
.table-advance tr td:first-child {
    border-left-width: 0px !important;
}