.invis { display:none !important; }
.polaroid {
	  padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 10px 10px 5px rgba(12, 12, 12, 0.2);
}

.bd_img {
	width:100%;
	height:auto;
}

.bd_texto {
    color: black;
    font-size: 18px;
    width: 100%;
    padding-left: 5px;
}
/*
.dropdown-menu { 
    background-color: #cacaca; 
}

.dropdown-menu>li>a:hover{ 
    background-color: #b5b4b4 !important; 
}*/


/*---------------------------------------------------------------------------miniform*/
.miniform .input-group  { padding: 10px !important;  }
.miniform {
	border:1px solid rgba(0,0,0,0.1);
	margin-bottom:20px;
	background-color:rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding:0;
}
.miniform_tit {
	text-align:center;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 10px 10px 0 0px;
	margin-bottom: 10px;
	padding: 5px;

}
.miniform_body{
	padding: 10px;
}

/*---------------------------------------------------------------------------cargando*/
.glyphicon-refresh-animate {																	
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/*---------------------------------------------------------------------------nuevaModal*/

.modal_divCuerpo {
	width:80%;
	float:right;
}
.modal_divGlyph {
	text-align:center;
	width:20%;
	float:left;
}
.modal_divGlyph span{
	font-size:36px;
	text-align:center;
}

#modal_divBotones {
	text-align:center;
	width:100%;
	margin-top:70px;
}

#modal_divBotones button{
	margin:5px;
}


/*---------------------------------------------------------------------------miToast*/
	#toast_ext {
		width: 350px;
		box-shadow: 10px 10px 5px rgba(18, 18, 18, 0.3);
		text-align: center;
		margin-top:10px;
		border-radius: 5px;
		position: fixed;
		opacity	: 1;
		display: none;
		bottom: 60px;
		left: calc(50% - 175px);
		z-index: 2001; /*por encima de los modales (999)*/
		/*background-color:rgb(92, 184, 92);*/
		border-width: 0px 0px 0px 5px;
		border-color: rgb(4, 155, 4);
		padding: 10px;
	}
	#toast_div_glyph {
		
		max-width: 80px;
		text-align: right;
		margin: 15px;
	}
	#toast_span {
		font-size:30px;
		color:#c7c7c7;
		margin:0;
		text-align: right;
	}
	#toast_div_texto {
		float: right;
		margin: 10px 20px 0px 0px;
		text-align: center;
		width: calc(100% - 40px);
		font-size: 16px;
		color: white;
	}

	/* Show the snackbar when clicking on a button (class added with JavaScript) */
	#toast_ext.show {
		visibility: visible; /* Show the snackbar */
		-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
		animation: fadein 0.5s, fadeout 0.5s 2.5s;
	}

	/* Animations to fade the snackbar in and out */
	@-webkit-keyframes fadein {
		from {bottom: 0; opacity: 0;} 
		to {bottom: 60px; opacity: 1;}
	}

	@keyframes fadein {
		from {bottom: 0; opacity: 0;}
		to {bottom: 60px; opacity: 1;}
	}

	@-webkit-keyframes fadeout {
		from {bottom: 60px; opacity: 1;} 
		to {bottom: 0; opacity: 0;}
	}

	@keyframes fadeout {
		from {bottom: 30px; opacity: 1;}
		to {bottom: 0; opacity: 0;}
	}	
	
	
	.alert_div {
		background-color: #ecd8bc;
		border-radius: 3px;
		padding: 10px;
		border-left: 5px #c58104 solid;
		text-align: center;		
	}
	.alert_div p { font-size:16px;}
	.alert_div .glyphicon { font-size: 24px; color:#c58104 }
	
	
	.negro{color:black;}
	.gris {color:rgb(150,150,150);}
	.izq { text-align:left  !important; }
	.der { text-align:right  !important; }
	.just { text-align: justify  !important; }
	.flex{ display: inline-flex; }
	
	.p8 { font-size:8px !important;}
	.p10 { font-size:10px !important;}
	.p11 { font-size:11px !important;}
	.p12 { font-size:12px !important;}
	.p14 { font-size:14px !important;}
	.p16 { font-size:16px !important;}
	.p18 { font-size:18px !important;}
	.p20 { font-size:20px !important;}
	.p24 { font-size:24px !important;}
	
	
	.ancho {     width: 100%; }
	
	.pepe {
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
		background-color: white;
		border: 1px solid #e3e3e3;
		border-radius: 4px;
		text-align:left; 
		border-left: 6px solid white;
	}

	
	.anim_borde_naranja 			{ border-left: 6px solid	rgba(210,141,20,0.1); }
	.anim_borde_naranja:hover 	{ border-left-color: 		rgba(210,141,20,1); box-shadow: 5px 0px 40px rgba(0,0,0, .2);}
	
	.anim_borde_verde { border-left: 6px solid 	rgba(111,169,124,0.1); }
	.anim_borde_verde:hover { border-left-color:	rgba(111,169,124,1); box-shadow: 5px 0px 40px rgba(0,0,0, .2);}

	.anim_borde_celeste { border-left: 6px solid 	rgba(135,144,210,0.1); }
	.anim_borde_celeste:hover { border-left-color:	rgba(135,144,210,1); box-shadow: 5px 0px 40px rgba(0,0,0, .2);}

	.anim_borde_ocre { border-left: 6px solid 	rgba(165, 162, 99,0.1); }
	.anim_borde_ocre:hover { border-left-color:	rgba(165, 162, 99,1); box-shadow: 5px 0px 40px rgba(0,0,0, .2);}
	
	.fondo_ocre 			{	background-color: rgb(165, 162, 99);	}
	.fondo_verde 			{	background-color: rgb(111, 169, 124);	}
	.fondo_celeste		{	background-color: rgb(135, 144, 210);	}
	.fondo_naranja		{	background-color: rgb(210, 141, 20);	}
	
	.anim_borde_verde, .anim_borde_naranja, .anim_borde_celeste, .anim_borde_ocre {
		transition: border-left-color 0.5s ease, box-shadow 0.5s ease;	 
	}
	
	
	.borde_rojo { border-left: 6px solid #e80000 !important; }
	.borde_amarillo { border-left: 6px solid #ffeb3b  !important;}
	.borde_verde { border-left: 6px solid #6fa97c !important;}
	.borde_naranja { border-left: 6px solid #d28d14 !important; }

	.sombrasiempre {
		box-shadow: 5px 0px 40px rgba(0,0,0, .2);
	}
	.sombrafoco {
		transition: box-shadow 0.5s;			/* efecto sombra */
	}
	
	.sombrafoco:hover {
				box-shadow: 5px 0px 40px rgba(0,0,0, .2);
	}		

	.anim_borde_verde_y_sombra {
		border-left: 6px solid 	rgba(111,169,124,0.1); 
		padding:30px;
		box-shadow: 5px 0px 40px rgba(0,0,0, .08);
		transition: border-left-color 0.5s ease, box-shadow 0.5s ease;	 
	}
	
	.anim_borde_verde_y_sombra:hover { 
		border-left-color:	rgba(111,169,124,1); 
		box-shadow: 5px 0px 40px rgba(0,0,0, .2);
	}

	.sombrasiempre_apenas {
		box-shadow: 0px 0px 7px rgba(0,0,0, .2);
	}		
	/*------------------------------------------------- tarjetas usuario ------------------------------*/


.tarjUsuario{
	margin:20px;
	display: -webkit-box;
}

.tarj_info{
	text-align:center;
	height:70px;
	background-color:#dddddd;
	width:300px;
	margin-left:40px;
	padding-left:45px;
	font-size:16px;
	transition: width 0.5s;
}

.tarjUsuario:hover > .tarj_info { width:270px; }
.tarjUsuario:hover > .tarj_acc { width:30px;	 }

.tarj_acc {width: 0px; height:50px; overflow:hidden; transition: width 0.5s; background-color:antiquewhite}

.u_tarj_foto{
	position:absolute;
	height:70px;
	border-radius:35px;

}


.tarj_nombreus{
	font-size:inherit;
	font-weight:bold;
	padding-top: 5px;
}

.tarj_inmo {	font-size:14px; }
.tarj_acc {	display:block; }
.tarj_acc .glyphicon {	font-size:14px;  margin: 7px;	}
.tarj_elim { color:gray;transition: color 0.4s ;}
.tarj_elim:hover  { color:#d45959 !important;}
.tarj_edit { color:gray;transition: color 0.4s ;}
.tarj_edit:hover  { color:#59d48e !important;}


.manito {cursor:pointer;}




/*---------------------------------------------------------------*/
.absArrDer {
	position: absolute;
	right:0;
	top:0;
}

.rel {
	position: relative;
}

nav .caja_despl {
	box-shadow: 0 10px 100px rgba(0,0,0,.175); 
	padding-left: 20px;
	padding-right: 20px;  
	max-height: 400px; 
	background-color: #ececec;		
	overflow-y: scroll;
}

button.close{		/*sobreescribo*/
    /* -webkit-appearance: none; */
    /* padding: 0; */
    cursor: pointer;
    /* background: 0 0; */
    border: 0;
    position: absolute;
    float: right;
    right: 8px;
    top: 8px;
    /* border-color: blue; */
    border: 3px solid #83adc1;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    font-size: 23px;
    /* color: #83adc1; */
    /* margin: 0 0 106px 0; */
    /* margin-top: 10px !important; */
    background-color: lightgray;
}

.grow-poco {
	transition:all 0.2s ease-in;
}

.grow-poco:hover {
	transform:scale(1.05);
}

.tit {
	color: #6398b1;
	font-weight: bold;
}

optgroup[label] {
	color:#a5a3a3;
	font-size:14px;
	font-weight:100 !important;
	/* no admite padding ni margin :(  */
}
option {
	color:black; /*para que no tome el estilo del optgroup*/
}



label {
	font-weight:normal; /*reescribo el default; no hay razón para tenerlos todos en bold.*/
}

/*--------------------------------- MIS CHECKS ------------------------ */
.par_div_check[check="1"]  .i_no { display:none; }   /*oculto un ícono u otro*/
.par_div_check[check="0"]  .i_si { display:none; }   /*oculto un ícono u otro*/
.par_div_check[check="1"] { color:#498e3c;; }         /*checked: todo verde*/
.par_div_check[check="1"] label { font-weight:bold } /*checked: label gris*/
.par_div_check[check="0"] {/* color:#c0bfbf; */color: rgba(0,0,0,.3);}         /*unchecked: todo gris*/
.par_div_check label{transition:color 1s ease;}


.i_no, .i_si { font-size:20px;}


/*-------------------------------- LUZ SEMAFORO -------------------------- */
.luzSemaforo {
	width: 10px;
	height: 10px;
	transition: background-color 0.5s;
	border-radius:5px;
	box-shadow:2px 2px 6px gray;
	margin: 5px 0 0 5px;
	position: absolute;
}

.luzContenedor { position:relative; }

.luzR{
	background-color:#bd1212;
}

.luzV{
	background-color:#88c496;
}

.max400 {max-width: 400px !important;}

.despliega_amb {
	transition: all 0.5s ease;
	outline:0;
	right: 22px !important; /* .close lo tiene a 10px */
}

.despliega_amb:hover {
	transform: rotate(180deg);
}

.modal-header {
	background-color: darkseagreen;
    color: white;
    font-size: 20px;
    border-radius:8px 8px 0 0 ;
	border:none;
	
}

.modal-body {
	background-color: rgb(240,240,240);
	padding: 30px;
	border: darkseagreen solid;
	border-radius:0 0 8px 8px ;
}

.modal-content {
	border-radius:10px !important;
}

.noSelect{
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Chrome and Opera */
}

	@keyframes boiing {
		from{
			-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
			transform:perspective(400px) rotate3d(1,0,0,90deg);
			-webkit-animation-timing-function:ease-in;
			animation-timing-function:ease-in;opacity:0
		}

		40% {
			-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
			transform:perspective(400px) rotate3d(1,0,0,-20deg);
			-webkit-animation-timing-function:ease-in;
			animation-timing-function:ease-in
		}
			
		60%{
			-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
			transform:perspective(400px) rotate3d(1,0,0,10deg);
			opacity:1
		}
		
		80%{
			-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
			transform:perspective(400px) rotate3d(1,0,0,-5deg)
		}
		
		to {
			-webkit-transform:perspective(400px);
			transform:perspective(400px)
		}
	}
	
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


