*{
  font-family: calibri, sans-serif;
  /* text-transform:uppercase; */
}

p{
  margin:10px 0;
}

a:hover{
  text-decoration: none;
  cursor:pointer;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.done-true {
    text-decoration: line-through;
    color: #ddd;
}
.form-control[disabled], .form-control[readonly], .fieldset[disabled], .form-control {
    cursor: pointer;
    background-color: white;
}
/* Custom Programarte */
.borde-gris{
  border:1px solid rgba(0,0,0,0.4);
}
.altura-a-pantalla{
  height: 100vh;
  /*width:100vw;*/
}
.mensaje-usuarios{
  height:79%;
}
.contenedor-slider{
  height: 55%;
  padding: 0px;
}
.contenedor-cajitas{
  display:table;
  width:100%;
}
.cajita-item{
  height: 100%;
  padding:0;
}
.footer-rotativo{
   /* margin-top: 1%; */
   height: 21%;
}
.contenedor-principal-modulo{
  height: 100%;
  display: flex;
}
.no-padding{
  padding: 0px;
}

.logo-app{
  margin:10px 0;
}

.texto-bienvenido{
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  float: none;
}
.texto-bienvenido p, {
 font-size: 20px;
}

.texto-agradecimiento{
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  float:none;
  display: none;
}
.texto-agradecimiento p, {
 font-size: 20px;
}

.texto-dasboard{
  margin-bottom: 21px;
  text-align: center;
}

.main-image{
  display:block;
  /* width:100%; */
  /* height:100%; */
  display: block;
  max-width: 100%;
  max-height:140px;
  margin: 0 auto;
}

.carousel-control, .carousel-indicators{
  display:none;
}

.sin_datos{
    width: 100%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

/********* Modulo Texto Rotativo *********/
.container-panel-texto{
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 100%;
  background-color:#00b3e3;
}
.contenido-texto{
  height: 100%;
  width: 100%;
}
.texto-title{
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin:10px 0;
}
.texto-container{
  position: relative;
  z-index: 10;
  padding: 10px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;

}

/********* Modulo Dasboard hora y fecha *********/
.fecha{
  background-color: #eee;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-content: center;
}
.formato{
  width: 100%;
  height: 100%;
}
.nombreday, .month, .day, .year, .datetime{
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
    font-size: 28px;
}

 .month{
  background: #65c623;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
}
.day{
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 60px;
}
.nombreday{
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
}
.hora{
  background-color: #003e6e;
  height: 100%;
  min-height:184px;
  display: flex;
  flex-flow: row;
  align-content: center;
  padding: 6px;
}


/*  MODULO DE RELOJ */
/*-------------------------
     IMAGE ALARMA
--------------------------*/

#clock .alarm{
  width:16px;
  height:16px;
  bottom:20px;
  background:url('../assets/images/alarma.jpg');
  position:absolute;
}
/*-------------------------
     TEXTO AM/PM
--------------------------*/
#clock .ampm{
  position: relative;
  bottom: -91px;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  color:#fff;
}
/*-------------------------
     pantalla
--------------------------*/
#clock{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#clock .display{
    height:136px;
}
#clock.light .digits div span{
  background-color:#fff;
  border-color:#fff;
}
#clock.light .digits div.dots:before,
#clock.light .digits div.dots:after{
  background-color:#fff;
}


/*-------------------------
  The Digits
--------------------------*/

#clock .digits{
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#clock .digits div{
  text-align:left;
  position:relative;
  width: 25px;
  height:50px;
  display:inline-block;
  margin:0 3px;
}

#clock .digits div span{
  opacity:0;
  position:absolute;
  -webkit-transition:0.25s;
  -moz-transition:0.25s;
  transition:0.25s;
}

#clock .digits div span:before,
#clock .digits div span:after{
  content:'';
  position:absolute;
  width:0;
  height:0;
  border:5px solid transparent;
}

#clock .digits .d1{            height:5px;width:16px;top:0;left:6px;}
#clock .digits .d1:before{    border-width:0 5px 5px 0;border-right-color:inherit;left:-5px;}
#clock .digits .d1:after{    border-width:0 0 5px 5px;border-left-color:inherit;right:-5px;}

#clock .digits .d2{            height:5px;width:16px;top:24px;left:6px;}
#clock .digits .d2:before{    border-width:3px 4px 2px;border-right-color:inherit;left:-8px;}
#clock .digits .d2:after{    border-width:3px 4px 2px;border-left-color:inherit;right:-8px;}

#clock .digits .d3{            height:5px;width:16px;top:48px;left:6px;}
#clock .digits .d3:before{    border-width:5px 5px 0 0;border-right-color:inherit;left:-5px;}
#clock .digits .d3:after{    border-width:5px 0 0 5px;border-left-color:inherit;right:-5px;}

#clock .digits .d4{            width:5px;height:14px;top:7px;left:0;}
#clock .digits .d4:before{    border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;}
#clock .digits .d4:after{    border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}

#clock .digits .d5{            width:5px;height:14px;top:7px;right:0;}
#clock .digits .d5:before{    border-width:0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
#clock .digits .d5:after{    border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}

#clock .digits .d6{            width:5px;height:14px;top:32px;left:0;}
#clock .digits .d6:before{    border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;}
#clock .digits .d6:after{    border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}

#clock .digits .d7{            width:5px;height:14px;top:32px;right:0;}
#clock .digits .d7:before{    border-width:0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
#clock .digits .d7:after{    border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}


/* 1 */

#clock .digits div.one .d5,
#clock .digits div.one .d7{
  opacity:1;
}

/* 2 */

#clock .digits div.two .d1,
#clock .digits div.two .d5,
#clock .digits div.two .d2,
#clock .digits div.two .d6,
#clock .digits div.two .d3{
  opacity:1;
}

/* 3 */

#clock .digits div.three .d1,
#clock .digits div.three .d5,
#clock .digits div.three .d2,
#clock .digits div.three .d7,
#clock .digits div.three .d3{
  opacity:1;
}

/* 4 */

#clock .digits div.four .d5,
#clock .digits div.four .d2,
#clock .digits div.four .d4,
#clock .digits div.four .d7{
  opacity:1;
}

/* 5 */

#clock .digits div.five .d1,
#clock .digits div.five .d2,
#clock .digits div.five .d4,
#clock .digits div.five .d3,
#clock .digits div.five .d7{
  opacity:1;
}

/* 6 */

#clock .digits div.six .d1,
#clock .digits div.six .d2,
#clock .digits div.six .d4,
#clock .digits div.six .d3,
#clock .digits div.six .d6,
#clock .digits div.six .d7{
  opacity:1;
}


/* 7 */

#clock .digits div.seven .d1,
#clock .digits div.seven .d5,
#clock .digits div.seven .d7{
  opacity:1;
}

/* 8 */

#clock .digits div.eight .d1,
#clock .digits div.eight .d2,
#clock .digits div.eight .d3,
#clock .digits div.eight .d4,
#clock .digits div.eight .d5,
#clock .digits div.eight .d6,
#clock .digits div.eight .d7{
  opacity:1;
}

/* 9 */

#clock .digits div.nine .d1,
#clock .digits div.nine .d2,
#clock .digits div.nine .d3,
#clock .digits div.nine .d4,
#clock .digits div.nine .d5,
#clock .digits div.nine .d7{
  opacity:1;
}

/* 0 */

#clock .digits div.zero .d1,
#clock .digits div.zero .d3,
#clock .digits div.zero .d4,
#clock .digits div.zero .d5,
#clock .digits div.zero .d6,
#clock .digits div.zero .d7{
  opacity:1;
}

/* The  puntos */

#clock .digits div.dots{
  width:2px;
}
#clock .digits div.dots:before,
#clock .digits div.dots:after{
  width:5px;
  height:5px;
  content:'';
  position:absolute;
  left:0;
  top:14px;
}
#clock .digits div.dots:after{
  top:34px;
}

/*  chats */

.fondo-panel{
  background-color: #eee;
}
.second-section{
  padding: 0px;
  margin: 20px 0 0 0;
  min-height:200px;
  height: 60vh;
}
.chat-section ul li{
  list-style: none;
  margin-top:10px;
  position: relative;
}
.chat-section{
  /*overflow-y:scroll;*/
  /* overflow-x: hidden;*/
  overflow: auto;
  min-height:200px;
  height:60vh;
}
.chat-section ul{
  padding: 0px;
}

.left-chat img,.right-chat img{
  width:50px;
  height:50px;
  float:left;
  margin:0px 10px;
}
.right-chat img{
  float:right;
}

.left-chat,.right-chat{
  overflow: hidden;
}
.left-chat p,.right-chat p{
  background-color:#00b3e3;
  padding: 10px;
  color:#fff;
  border-radius: 5px;
  float:left;
  max-width:50%;
  margin:0;
  text-align:center;
}
.left-chat span,.right-chat span{
  position: absolute;
  top:42px;
  color:#B7BCC5;
}
.left-chat:before{
  content: " ";
  position:absolute;
  top:0px;
  left:55px;
  bottom:150px;
  border:15px solid transparent;
  border-top-color:#00b3e3;
}
.right-chat span{
  left:45px;
}
.right-chat p{
  float:right;
  background-color: #FFFFFF;
  color:#000;
}
.right-chat:before{
  content: " ";
  position:absolute;
  top:0px;
  right:55px;
  bottom:150px;
  border:15px solid transparent;
  border-top-color:#fff;
}
.third-section{
  border-top: 1px solid #EEEEEE;
}
.text-bar input{
  width:90%;
  padding:10px 10px;
}
.text-bar a i{
  background-color:#FD8468;
  color:#fff;
  width:30px;
  height:30px;
  padding:7px 0px;
  border-radius: 50%;
  text-align: center;
}

/*  ----------------- */

.btn-atras{
     color: #fff;
     font-size: 20px;
     cursor:pointer;
}
.btn-atras:before{
     position:relative;
     top:2px;
}
.contenedor-login{
  max-width:450px;
  margin:0 auto;
  float: none;
}

.boton-login{
  float:left;
  background:#00b3e3;
  font-weight:bold;
  color:#fff;
}

.boton-login:hover{
  float:left;
  background:#00416a;
  font-weight:bold;
  color:#fff;
}

.inicar_sesion_titulo{
  color:#00b3e3;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.titulo-oscuro{
  color:#003e6e;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.has-error .form-control{
  border: 2px solid red;

}
.chat, .logout{
  height:50%;
  min-height:50px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.chat a, .logout a{
  color:#fff;
  text-transform: uppercase;
}
.contenedor-infopaciente{
  background:#00b3e3;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  font-weight:bold;
  margin-bottom:20px;
}
.contenedor-historial{
  background:#eee;
  text-align: center;
  color:#000;
  text-transform: uppercase;
  margin:20px 0;
}
.contenedor-historial h3{
  margin:10px 0;
}
.tabla-estados tr{
  text-align:center;
  border:0px !important;;
}

.tabla-estados th{
  text-align:center;
  color:#003e6e;
  font-weight:bold;
  border:1px solid #666 !important;
}
.tabla-estados td{
  text-align:center;
  color:#000;
  border:1px solid #666 !important;
}
.contenedor-texto-rotativo{
  margin-bottom:10px;
}
.titulo-chat{
  min-height:40px;
  padding:5px 0;
  background:#003e6e !important;
  border:0;
}
.contenedor-chat{
  border:0;
  margin:0 15px;
}
.contenedor-escribir{
  background:#003e6e !important;
}
.boton-chat{
  background:#00b3e3 !important;
  border:1px solid #00b3e3;
}
.boton-chat:hover{
  border:1px solid ;
  border-color:#00b3e3 !important;
}
.input-chat{
  border:0;
}
