/* your styles go here */

.barraPrin{
	background-image: url('../img/fondoBarraSup.png');
	background-size: cover;
}

.tituloBarra{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.addHexa{
	transform: rotate(30deg);
}

.textoPrincipal{
	padding:5px;
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.tablaInfo{
	position: relative;
	margin-top: -30%;
}

.fondoPrincipal{
	width: 100%;
}

.btnFull{
	width: 100%;
}

.iconoHome{
	border-radius: 5px;
	width: 30px;
}

.itemPrinBottom{
	text-align: center !important;
}

.itemSalir{
	color: #F00 !important;
}

.btnMas{
	position: fixed;
	right: 10px;
	bottom: 20px;
	text-align: center;
	width: 45px;
	height: 45px;
	padding-top: 8px;
	border-radius: 50%;
	box-shadow: 2px 2px 5px #DDD;
	font-size: 20px;
	z-index: 30000;
}

.badgeSchooleye{
	color: #FFF !important;
	font-weight: 900;
}

.divIMGTitulo{
	position: relative;
}

.iconBack{
	position: absolute;
	color: #FFF !important;
	font-size: 20px;
	left: 10px;
	top: 12px;
	z-index: 1000;
}

.divChatMensaje{
	position:fixed;
	width: 100%;
	bottom:60px;
	left:0px;
	background:#F2F2F2 !important;
	
}

.td1ChatMensaje{
	padding:10px;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #DDD;
}

.td2ChatMensaje{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #DDD;
}

.horaChat{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	color: #DDD;
	font-size: 12px;
}

#chatCont{
	width: 100%;
	height: 100px;
	background-color: #FFF;
	overflow-y: scroll;
}

.contPropio{
	padding-right: 40px;
	width: 100%;
}

.contOtro{
	padding-left: 40px;
	width: 100%;
}

.textoChatPropio1{
	background-color: #DDD;
	padding: 10px;
	border-radius: 4px;
	margin-right: 10px;
}


.textoChatPropio2{
	background-color: #DDD;
	padding: 10px;
	border-radius: 4px;
	margin-right: 10px;
}

.picoPropioChat {
  position : relative;
  bottom : -20px;
  right : 1px;
  width : 0;
  height : 0;
  content : '';
  border : 5px solid transparent;
  border-left-color : #DDD;
}

.textoChatOtro1{
	color: #FFF;
	padding: 10px;
	margin-left: 10px;
	border-radius: 4px;
}

.textoChatOtro2{
	color: #FFF;
	padding: 10px;
	margin-left: 10px;
	border-radius: 4px;
}

.picoOtroChat {
  position : relative;
  bottom : -20px;
  left : 1px;
  width : 0;
  height : 0;
  content : '';
  border : 5px solid transparent;
  border-right-color : #33b35a;
}

.palomasSI{
	color:#00ADEF;
	font-size: 8px;
}

.palomasNO{
	font-size: 8px;
}

.imgChat{
	width: 50px;
	height: 50px;
	background-image: url('../img/photo_morena.png');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.iconListado{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}

.botonNavCalendario{
    padding: 5px;
    border: none;
    color: #FFF;
    font-weight: 900;
}

.diaocupado{
	color:#FFFFFF;
	font-weight: bold;
	text-align:center !important;
}
.dia{
	text-align:center !important;
}

.iconTrash{
	position: absolute;
	color: #DDD !important;
	font-size: 20px;
	right: 10px;
	top: 12px;
	z-index: 1000;
}

.iconTrashEnabled{
	position: absolute;
	color: #FFF !important;
	font-size: 20px;
	right: 10px;
	top: 12px;
	z-index: 1000;
}

.botonElim{
	display: none;
}

.labelEspecialInfo{
	background-color: #AF2CB6;
	border-radius: 2px;
	padding: 2px;
	color: #FFF !important; 
	font-size: 9px !important;
}

.labelEspecial{
	border-radius: 2px;
	padding: 2px;
	color: #FFF !important; 
	font-size: 9px !important;
}

.textoTachado{
	text-decoration: line-through;
}

.fotoPerfil{
	width: 100%;
	max-height: 500px;
	min-height: 300px;
	background-image: url('../img/photo_morena.png');
	background-size: cover;
	position: relative;
}

.iconTomaFoto{
	position:absolute;
	top:75%;
	left:42%;
	z-index:10000;
	font-size: 35px;
	color: #DDD;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.imgPerfil{
	width: 250px;
	height: 250px;
	background-image: url('../img/photo_morena.png');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	position: relative;
}

.scrollGral{
	overflow-y: scroll;
}

.iconLoad{
    color: #FFF !important;
    font-weight: 900;
}

.divMensajeSys{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.2);
    z-index:30000;
}



.hexagon {
  position: relative;
  width: 40px; 
  height: 23.09px;
  margin: 0px 0;
  background-image: url('../img/photo_morena.png');
  background-size: auto 39.2598px;
  background-position: center;
  border-left: solid 3px #af2bb6;
  border-right: solid 3px #af2bb6;
}

.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 28.28px;
  height: 28.28px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 2.86px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 34.0000px;
  height: 19.62990915244728px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-9.8150px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexTop {
  top: -14.1421px;
  border-top: solid 4.2426px #af2bb6;
  border-right: solid 4.2426px #af2bb6;
}

.hexTop:after {
  background-position: center top;
}

.hexBottom {
  bottom: -14.1421px;
  border-bottom: solid 4.2426px #af2bb6;
  border-left: solid 4.2426px #af2bb6;
}

.hexBottom:after {
  background-position: center bottom;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 1.7321px;
  left: 0;
  width: 34.0000px;
  height: 19.6299px;
  z-index: 2;
  background: inherit;
}