/* Formatea los mensajes Flash::xxx() de KumbiaPHP */
.flash {
	border: 1px solid;
	margin: 1px 0;
	min-height: 32px;
	padding:3px 10px 3px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 32px;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/default/error.png');
}


/*.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/default/info.png');
}*/

.valid {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/default/valid.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/default/warning.png');
}

.highlight {
	background: #FFFFDF;
}

div.autocomplete {
	position: relative;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
      list-style-type: none;
      display: block;
	  margin: 1px 0;
      padding: 1px;
      cursor: pointer;
      font-size: 10px;
}
.avatar>img{
	width:50px;
	height:50px;
}
.template-seleccionado{
    font-weight: bolder;
    text-decoration: underline;
}
.avatar-seleccionado>img{

	border:solid 2px #009688;

}

/*.lista-template{*/
    /*float:left; width: 33.33333%; padding: 5px;*/
/*}*/
/*.lista-template>a{*/
    /*display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4);*/
/*}*/
/*.lista-template-span1-blue-light{*/
    /*display:block; width: 20%; float: left; height: 7px;*/
    /*background: #367fa9;*/
/*}*/
/*.lista-template-span2-blue-light{*/
    /*display:block; width: 80%; float: left; height: 7px;*/
/*}*/
/*.lista-template-span1-claro{*/
    /*display:block; width: 20%; float: left; height: 20px; background: #fefefe;*/
/*}*/
/*.lista-template-span2-claro{*/
    /*display:block; width: 80%; float: left; height: 20px; background: #fefefe;*/
/*}*/
/*.lista-template-span1-oscuro{*/
    /*display:block; width: 20%; float: left; height: 20px; background: #222d32;*/
/*}*/
/*.lista-template-span2-oscuro{*/
    /*display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;*/
/*}*/
.avatar-no-seleccionado>img,.template-no-seleccionado{
	filter: grey; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */

}
.template-no-seleccionado,.template-no-seleccionado>a{
    opacity: 0;
}
.template-no-seleccionado,.template-no-seleccionado>a{
    opacity: .65;
}

.select2-search__field,.user-success{
	color:#000000 !important;
}