/* Modificaciones sobre formul@ */
.con_borde {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 15px;
}

.clearfix {
	display: flex;
}

.indicadorPaginas {
	display: none;
}

.date-picker-control {
	margin-left: 5px !important;
	margin-top: -5px !important;
}

div.bloque > h4 {
	color: #6F651E!important;
	font-size: 24.5px!important;
	margin-bottom: 25px;
}

.ui-widget-content {
	border: none;
}

.cajaTexto  {
	margin-left: 20px !important;
}

.aui input[type="text"] {
	height: 20px !important;
}

.aui select[size] {
	height: auto !important;
}

.row-fluid {
	padding: 1px !important;
}
.tab {
	border: 1px solid #a6a6a6 !important;
	border-radius: 3px !important;
	padding: 5px !important;  
	margin: 5px !important;
} 
/* https://www.bestcssbuttongenerator.com/ */
.linkButtom {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

.linkButtomNew {
	box-shadow: 0px 1px 0px 0px #3dc21b;
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
	border-radius:6px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff  !important;
	font-weight:bold;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2f6627;
}   

#formDesigner1 div.workspace div.bloque .anadirRepetible {
    background: url(../formula/integracion/images/anadir-repetible.png) no-repeat 0 0;
    border: 0;
    height: 26px;
    width: 27px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 35px;
}

#formDesigner1 div.workspace div.bloque .eliminarRepetible {
	background: url(../formula/integracion/images/eliminar-repetible.png) no-repeat 0 0;
	border: 0;
    height: 26px;
    width: 27px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 70px;
}

#formDesigner1 .mensajes ul {
	margin: 0;
	padding: 0;
}

#formDesigner1 .mensajes li {
	list-style-type: none;
}

#formDesigner1 .mensajes span.advertencia {
	background: #FCFFCB;
	border-bottom: 2px solid #E2E465;
	border-top: 2px solid #E2E465;
	color: #737534;
	display: block;
	margin: 1em 0;
	padding: 0.5em 1em;
}

.textoError {
	color: red;
}

.refrescable {
	display: none;
}

.loading_terminar { /* Ocultar botones de Guardar y Terminar */ 
	display: none;
}