.tab-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tabbable.tabbable-lang .nav-tabs, .nav-pills {
	padding-left: 25%;
}

@media (max-width: 991px) {
	.tabbable.tabbable-lang .nav-tabs, .nav-pills {
		padding-left: 0%;
	}
}

.layout3 .page-header .page-header-top .page-logo .logo-default {
	height: 55px;
	margin-top: 12px;
}

.layout2 .page-header.navbar .page-logo .logo-default {
	max-width: 135px;
	max-height: 68px;
	margin-top: 0;
	margin-left: -10px;
}

.layout .page-header.navbar .page-logo .logo-default {
	max-width: 215px;
	max-height: 46px;
}

.table-hover > tbody > tr.highlight > td, .table-hover > tbody > tr.highlight > th {
	font-weight: 600;
	background: #FFFCEC;
}

.table-hover > tbody > tr.highlight:hover > td, .table-hover > tbody > tr.highlight:hover > th {
	font-weight: 600;
	background: #FFFFDF;
}

.table-hover > tbody > tr.odd.highlight > td, .table-hover > tbody > tr.odd.highlight > th {
	font-weight: 600;
	background: #FFFAD7;
}

.table-hover > tbody > tr.odd.highlight:hover > td, .table-hover > tbody > tr.odd.highlight:hover > th {
	font-weight: 600;
	background: #FFFFDF;
}

.file-actions a:nth-child(2) {
	display: inline-block;
}

/* Datatables */
table.dataTable td.edit {
	cursor: pointer
}
/* -- */

@media (min-width: 768px) {
	.modal-dialog.modal-crop {
		width: 1024px;
		margin: 30px auto;
	}
}

@media (min-width: 768px) {
	.page-header .navbar .navbar-nav > li > a {
		padding: 22px 20px;
	}

	.page-header .navbar-collapse .navbar-nav .more-dropdown > a {
		padding-right: 37px;
	}

	.page-header .navbar-collapse .navbar-nav .more-dropdown > a:after {
		right: 12px;
	}
}

.media-heading .tt-dropdown-menu {
	position: relative !important;
}

.login.adv {
	background: white;
}

.pace-activity {
	border-radius: 10px !important;
}

.header-notification {
	margin: 0;
	padding: 0;
	height: 68px;
	display: inline-block;
}

.header-notification a {
	margin: 0;
	padding: 28px 16px 19px !important;
	line-height: 20px;
	display: block;
	position: relative;
}


.header-notification a i {
	font-size: 19px;
	color: #C0CDDC;
}

.header-notification a .badge {
	font-family: "Open Sans", sans-serif;
	position: absolute;
	top: 17px;
	right: 9px;
	font-weight: 300;
	padding: 3px 6px;
}
.header-notification a .badge.badge-default {
	background-color: #17C4BB;
	color: #fff;
}
.header-notification a .badge.badge-default {
	background-color: #ed6b75;
	color: #fff;
}

/*DataTable Partes*/
/*Centrado vertical*/
.vcenter{
	vertical-align: middle!important;
}

.map-legend{
	position: absolute;
	z-index: 10;
	right: 0;
	margin-right: 26px;
	background-color: white;
	/*border: 1px solid black;*/
	width: 14%;
	padding: 10px 15px;
	/*-webkit-box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21);*/
	/*-moz-box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21);*/
	/*box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21);*/
	overflow-y: auto;
	max-height: 600px;
	height:600px;
}
.map-legend > h4{
	margin-top: 0;
}
.map-legend > ul{
	list-style: none;
	padding: 0;
	padding-left: 5px;
	margin: 0;
}
.map-legend > ul > li{
	margin: 10px 0;
}
.map-legend > ul > li:last-child{
	margin-top: 10px;
	margin-bottom: 0;
}
.map-legend > ul > li > img{
	margin-right: 5px;
}

.btn-success2{
	background-color: #5cb85c!important;
	border-color: #4cae4c!important;
}

.chat-form {
	margin-top: 0;
}

/* Important part */
#dashboard_vehiculo_dgt .modal-dialog, #dashboard_persona_dgt .modal-dialog {
	overflow-y: initial !important
}
#dashboard_vehiculo_dgt .modal-body, #dashboard_persona_dgt .modal-body {
	height: 500px;
	overflow-y: auto;
}
#dashboard_vehiculo_dgt h3, #dashboard_persona_dgt h3 {
	margin-top: 0;
}