.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: 130px;
	max-height: 46px;
	padding-top: 4px;
}

.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;
}

@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;
}

span.tag{
	width: 100%;
}
span.tag a{
	float: right;
}
.tagsinput{
	min-height: auto;!important;
}

#sortable li.col-md-6 {
	float: left!important;
	/*margin-left: 1%!important;*/
	width: 49%!important;
}
.incidencias_img .thumbnail{
	position: relative;
	overflow: hidden;
}
.incidencias_img .dropzone{
    height: 160px;
	width: 155px;
}
.incidencias_img .dropzone .dz-message{
	padding: 22px 11px;
}
.incidencias_img .respuesta-row .dropzone{
    height: 150px;
	width: 140px;
}
.incidencias_img .respuesta-row li{
    width: 16.1%;
}
.incidencias_img .respuesta-row .thumbnail a{
    min-height: 140px!important;
    max-height: 140px!important;
}
.incidencias_img .caption{
	position: absolute;
	bottom: -75px;
	background-color: #ffffffc9;
	left: 0;
	right: 0;
	/*display: none;*/
	padding-bottom: 0;

	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.texto-img{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.incidencias_img .sortable-placeholder{
	float: left;
	width: 15%;
	margin-left: 10px;
}
.comunicados_img .sortable-placeholder{
	float: left;
	width: 24%;
	margin-left: 10px;
}
#tab_imagenes .sortable-placeholder, .movimientos_img .sortable-placeholder{
	float: left;
	width: 48%;
	margin-left: 10px;
}
.incidencias_img .dropzone{
	/*min-height: 243px;*/
}

.incidencias_img .thumbnail:hover .caption{
	/*display: block;*/
	bottom: 0;
}

.custom-style.custom-style-no-leido{
	color: #999;
	font-weight: bold;
}
.custom-style.custom-style-pendiente-respuesta{
	color: #f00;
}
.custom-style.custom-style-no-leido-pendiente-respuesta{
	color: #f00;
	font-weight: bold;
}
.custom-style.custom-style-leido-respondido{
	color: #999;
}
.dropzone .dz-default.dz-message{
    height: 100%;
}
textarea.autoGrow{
    min-height: 46px;
}

.text-small{
	font-size: 12px;
}

.tags-disabled .tagsinput input{
	display: none;
}
.tags-disabled .tag a{
	display: none;
}