.mensajes{
	border: solid 1px #808080;
	height: 300px;
	width: 100%;
	padding: 5px;
	overflow: auto;
	padding-right: 0 !important;
	padding-left: 0 !important;
	/*font:125%;*/
}

.inputChat{
	margin-top: 5px;
}


.enviar_chat{
	margin-top: 5px;
	
} 
.fondo_chat_correo{
	max-height: 90vh;
    margin: 0 auto;
    position: absolute;
    opacity: 0.6;
    width: 100%;
}
.fondo_chat_agujeros{
	max-height: 93vh;
    margin: 0 auto;
    position: absolute;
    opacity: 0.6;
    width: 100%;
    display: block;
}
.left_border{
	border-left: dashed white;
}
.mail_viewer{
	border: solid 1px #808080;
	height: 200px;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
	word-wrap: break-word;
}
.white_text{
	color:white;
}

.para_asunto_container{
	width: 100%;
	margin-bottom: 10px;
}
.label_chat{
	width: 80px;
	text-align: left;
	font-weight: bold;
}
.enviar_correoBtn{
	margin-top: 10px;
	float: right;
}
.allMail{
    -webkit-transition:all linear 0.5s;
    -moz-transition:all linear 0.5s;
	transition:all linear 0.5s;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    

    opacity: 1;

}
.allMail.ng-hide{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);

	opacity: 0;
}
.mail_success{
	-webkit-transition:all linear 1s;
    -moz-transition:all linear 1s;
	transition:all linear 1s;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

	margin-left: auto;
	margin-right: auto;
	width: 150px;
	color: white;
}
.chat_timer{
	/*margin-top: 5%;*/
	/*background-color: gray;*/
	color:white;
	text-align: center;
	border: 1px solid;
	border-radius: 25px;

}
.chat_avatar{
	max-height: 20%;
	max-width: 7%;
}
.chat_table{
	font-size: 120%;
}
.mail_composer{
	resize:none;
	height:175px;
}
.tab{
	width: 30px;
  	height: 86px;
  	background-color: green;
  	position: absolute;
  	margin-top: 2%;
  	z-index: 5;
}
.tabsBottom{
	position:absolute;
	bottom: 5%;
	right: 5%;

}
.tabsChat{
	color: white;
	width: 95%;
    /*height: 30px;*/
	text-align: center;
}
.tabsChat:hover{
	cursor: pointer;
}
#tabFotos{
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
    background-color: rgba(0, 102, 189, 1);

}
#tabGlosario{
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	background-color: rgba(0, 163, 21, 1);

}
#tabMuestras{
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	background-color: rgba(255, 126, 16, 1);

}
#tabNotas{
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	background-color: rgba(255, 219, 0, 1);


}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#photosTool{
	height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	background-color: rgba(0, 102, 189, .8);

	z-index: 2;
}
#glossaryTool{
	height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	background-color: rgba(0, 163, 21, .8);

	z-index: 2;
}
#samplesTool{
	height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	background-color: rgba(255, 126, 16, .8);

	z-index: 2;
}
#notesTool{
	height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	background-color: rgba(255, 219, 0, .8);
	z-index: 2;
}

.overlayPhotoChat{
    overflow-y: auto; 
    height:100%; 
    z-index:10; 
    background-color: rgba(0, 0, 0, 0.9); 
    position:absolute;
}
.photosChat{
    overflow-y:auto; 
    height:95%; 
    margin-top:2.5%;
    margin-bottom: 2.5%;
}

.contenedorGlosarioChat{
    position: absolute;
    top: 11%;
    width: 90%;
    height: 89%;
    z-index: 3;
    margin-left: 5%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, .8); 
    
}
.buscadorGlosarioChat{
    position: absolute;
    width: 250px;
    right: 5%;
    top: 2%;
    z-index: 3;
}
.glosarioPalabraChat{
    font-size: 18px;
    font-weight: bold;
}
.glosarioDefinicionChat{
    padding: 0px 30px;
}
.glosarioChat{
    position: relative;
    left: 5%;
    top: 1%;
    width: 95%;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    color: black;
    font-size: 16px;
    list-style: none;
}
.muestraChat{
    position: relative;
    display: inline-block;
    padding: 9% 9%;
    margin: 1px 1px;
    height: 30%;
    width: 27%;
}
.microscopioChat{
    margin: 5px;
    padding: 5px;
    overflow-y:auto; 
    height:95%; 
}

/*animaciones*/
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% { 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 

.bounceInUp { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}

@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}

