.filterDiv {
	border-right: 1px solid;
	border-color: #9a9a9a;
	display: inline-block;
	padding: 6px 12px 6px 0px;
	margin-left: 2px;
}

.filterDiv  label.filterLabel{
	display: block;
	text-align: left;
}


.filterDiv .form-control{
	max-width: 150px;
}

.filterDiv .form-control+.select2-container{
	max-width: 150px;
}

.filterBar {
	padding: 4px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 100%;
	float: left;
	text-align: right;
}

.filterForm {
	display: inline-block;
}

.filterSave {
  margin: 8px;
}

.filterQuit {
  margin: 8px;
}

.checkUsuarioCabecera {
  padding: 10px 6px !important;
}

.comas {
	list-style: none;
	margin: 0;
	display: inline;
}

.comas li {
	display: inline;
}

.comas li:after {
	content: ", ";
}

.comas li:last-child:after {
  content: "";
}

.botones {
	width: 100%;
	float: left;
	text-align: right;
}

.bloque {
	display: inline-block !important;
	width: auto !important;
	margin: 6px !important;
	padding: 0 !important;
}

#importForm {
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

#importForm input {
	display: inline-block;
}

#importForm .fila:first-child {
	margin-bottom: 16px;
}

.fila {
	width: 100%;
	float: left;
}

.modal-footer {
	margin-top: 0 !important;
}

.filaDerecha {
	width: 83.33333%;
	height: 3.5rem;
	float: right;
}

#resetPassword {
	width: 28%;
	height: 100%;
	margin-right: 2%;
	float: left;
}

.wellPassword {
	width: 70%;
	height: 100%;
	float: left;
	background-color: #fcfcfc;
	padding-top: 0;
	padding-bottom: 0;
}

.wellPassword span {
	width: 100%;
	height: 100%;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
}

.annoEnCurso {
	float: right;
	height: 100%;
	height: 50px;
}

#annoEnCurso {
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
	font-weight: bold;
}

.pestanas {
	margin-top: 5rem;
}

.cuerpoDatos {
	margin-left: 2em;
	border-left: solid 1px #ddd;
	background-color: white;
	display: none;
}

.cuerpoDatos.activo {
	display: block;
}

.disabled {
	opacity: 0.3;
}

body.list .global-actions .button-action .dropdown-menu a{
	float:none;
}