.color-usuario-municipal { 
    color:#F38400;
}

.color-usuario-web { 
    color:#46BFBD;
}

.errorlist { /* clase que aplica django a la lista de errores en los formularios */
	color: rgb(230, 71, 89);
}

.m { margin: 15px; }
.m-t { margin-top: 15px; }
.m-r { margin-right: 15px; }
.m-l { margin-left: 15px; }
.m-b { margin-bottom: 15px; }
.m-y { margin-top: 15px; margin-bottom: 15px; }
.m-x { margin-right: 15px; margin-left: 15px; }

.m-r-10 { margin-right: 10px; }

.m-r-0 { margin-right: 0px; }
.m-b-0 { margin-bottom: 0px; }

.font-10 { font-size: 12px; }

.m-icono-impresion-conjunto { 
    margin-top: -5px;
    margin-right: 5px; 
}

#turno-panel-horario {
    height: 182px;
    overflow-y: scroll; 
}

@media (max-width: 991px) {
    .info-pie-alimento {
        height: auto;
        overflow-y: hidden;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #turno-panel-horario {
        height: auto;
        overflow-y: hidden;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .alinear-xs {
        float: left !important;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-tools-m-t {
        margin-top: 10px;
    }
}

.select2 {
    width: 100%;
}

.table-head-componente { 
    text-align: center;
    background-color: #00c0ef; 
    color: white;
    font-weight: normal;
}

.numero-info-total { font-size: 14px; }

.numero-paciente { font-size: 16px; }

/*.text-imagen { font-size: 24px; }*/

.text-amarillo {
  color: #FFFA00 !important;
}

.text-naranja {
  color: #FF8000 !important;
}

.text-rojo {
  color: #FA5858 !important;
}

.text-hidratos {
  color: #00a65a !important;
}

.text-proteinas {
  color: #FA5858 !important;
}

.text-grasas {
  color: #f39c12 !important;
}

.text-icono-update {
  color: #333 !important;
}

/* icono antropometria */

.imagen-antropometrica-0 {
    font-size: 24px;    
    color: #D8D8D8 !important;
}
.imagen-antropometrica-1 {
    font-size: 24px;
    color: #0073b7 !important;
}
.imagen-antropometrica-2 {
    font-size: 24px;
    color: #00a65a !important;
}
.imagen-antropometrica-3 {
    font-size: 24px;
    color: #FF8000 !important;
}
.imagen-antropometrica-4 {
    font-size: 24px;
    color: #FA5858 !important;
}
.imagen-antropometrica-5 {
    font-size: 24px;
    color: #dd4b39 !important;
}

.label-historial {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
mosaico 
*/
.row-dias {
    display: flex;
}

.col-dias {
    padding: 5px;
    width: 100%;
}

.col-dias:last-child {
    padding-right: 0px;
}
.col-dias:nth-child(1) {
    padding-left: 0px;
}

/*
caja de texto cantidad de gramos de alimentos
*/
@media (max-width: 767px) {
  .input-cantidad-alimento {
    width:50%;
  }
}
@media (max-width: 991px) {
  .input-cantidad-alimento {
    width:30%
  }
}
@media (max-width: 1199) {
  .input-cantidad-alimento {
    width:15%
  }
}

/*
Recuadro de login redondeado y con sombra
*/
.box-login-redondeado {
    border-radius: 4px;
    box-shadow: 0 0 21px 2px #A0A0A0;
}

.item-lista {
    display: flex;
    width: 100%;
}

.item-lista span {
    width: 15px;
    min-width: 15px;
}

/*
Recuadro para el texto en los comentarios
*/
.well-siscon {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(255, 0, 0, .05);
  border-color: rgba(200, 0, 0, .2);
}
.well-siscon blockquote {
  border-color: #BB0000;
  border-color: rgba(187, 0, 0, .15);
}
.well-siscon-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-siscon-sm {
  padding: 9px;
  border-radius: 3px;
}

.logo-lg img {
    height: 30px;
}

.text-ayuda p {
  font-size: 15px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/*
Recuadro para el texto de la ayuda
*/
.recuadro-ayuda {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(130, 130, 130, .05);
          box-shadow: inset 0 1px 1px rgba(130, 130, 130, .05);
  border-color: rgba(130, 130, 130, .2);
}

/*
Recuadro para el checkbox de impresion conjunta
*/
.well-recomendacion {
  min-height: 20px;
  padding: 0px;
  padding-left: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(115, 115, 115, .05);
          box-shadow: inset 0 1px 1px rgba(115, 115, 115, .05);
  border-color: rgba(115, 115, 115, .3);
}

.well-turno {
  overflow: hidden;
  min-height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(115, 115, 115, .05);
          box-shadow: inset 0 1px 1px rgba(115, 115, 115, .05);
  border-color: rgba(115, 115, 115, .3);
}

/*
Recuadro impresion conjunta
*/
.recuadro-impresion {
  min-height: 0px;
  padding: 0px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(130, 130, 130, .05);
          box-shadow: inset 0 1px 1px rgba(130, 130, 130, .05);
  border-color: rgba(130, 130, 130, .2);
}

/*
Cambiar el icono en la pantalla de ayuda
*/
.expandir-ayuda {
    cursor: pointer;
}

/* clase para determinar la pocision del select SisconSelect */
.select-button-group {
    position: absolute !important;
}

/* clase para darle el mismo tamaño a todos los botones que SisconSelect o SisconNumericInput */
.input-group-btn-siscon {
    width: 90px !important;
}

/* ancho de la columna en la tabla IDR */
.columna-edad-idr {
    white-space: nowrap !important;
}

/*
.page-header {
  padding-bottom: 0.59375rem;
  margin: 2.625rem 0 1.3125rem;
  border-bottom: 1px solid #cccccc; }
*/

/* Page Header */
.page-header-conjunta {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header-conjunta > small {
  color: #666;
  display: block;
  margin-top: 5px;
}

.page-header-conjunta {
  padding-bottom: 9px;  
  border-bottom: 1px solid #cccccc; }
}

.block-siscon {
    margin-bottom: 0px !important; 
    text-align: justify !important; 
    font-size: 16px !important;
}

/*
 * Component: Callout-siscon
 * ------------------
 */
.callout-siscon {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout-siscon a {
  color: #0097bc !important;
  text-decoration: underline;
}
.callout-siscon a:hover {
  color: #eee;
}
.callout-siscon h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout-siscon p:last-child {
  margin-bottom: 0;
}
.callout-siscon code,
.callout-siscon .highlight {
  background-color: #fff;
}
.callout-siscon.callout-siscon-info {
  border-color: #0097bc;
  background-color: #fff !important;
  color: #0097bc !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);  
}

.callout-siscon.callout-siscon-info-muted {
  border-color: #777;
  background-color: #fff !important;
  color: #777 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);  
}

.margen-turno {
  margin-left: 15px;
}

.paciente-siscon > :hover {
  color: #ebebeb !important;
  background: rgba(0, 0, 0, 0.15) ! important;
}

@media (min-width: 1199px) {
    .boton-estado {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.text-componente {
  font-style: italic;
  text-indent: 15px;
}

.chart-comparar {
  position: relative;
  width:80px !important;
  height:40px !important;
}

.chart-comparar canvas {
  width: 100% !important;
}

.login-box-siscon {
  width: 460px;
  margin: 3% auto;
}

@media (max-width: 768px) {
  .login-box-siscon
  {
    width: 90%;
    margin-top: 20px;
  }
}

.login-box-margin {
  width: 360px !important;
  margin: 3% auto !important; 
}


/*
TABLE
Estilo de tabla para el registro de pacientes
*/

.table-siscon {
  border-collapse: collapse !important;
}
.table-siscon td,
.table-siscon th {
  background-color: #fff !important;
}

.table-siscon {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table-siscon > thead > tr > th,
.table-siscon > tbody > tr > th,
.table-siscon > tfoot > tr > th,
.table-siscon > thead > tr > td,
.table-siscon > tbody > tr > td,
.table-siscon > tfoot > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}
.table-siscon > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table-siscon > caption + thead > tr:first-child > th,
.table-siscon > colgroup + thead > tr:first-child > th,
.table-siscon > thead:first-child > tr:first-child > th,
.table-siscon > caption + thead > tr:first-child > td,
.table-siscon > colgroup + thead > tr:first-child > td,
.table-siscon > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-siscon > tbody + tbody {
  border-top: 2px solid #ddd;
}

/*
Precios

color verde original
background:#36d7ac;

*/

.pricing-footer,
.pricing-head{text-align:center}
.pricing{position:relative;margin-bottom:15px;border:3px solid #eee}
.pricing-active,
.pricing:hover{border:3px solid #2bd6ee}
.pricing-active{margin-top:-10px;box-shadow:7px 7px rgba(54,215,172,.2)}
.pricing:hover h4{color:##2bd6ee}.pricing-head h3,
.pricing-head h4{margin:0;line-height:normal}

.pricing-head h3 span,
.pricing-head h4 span {
    display:block;
    margin-top:5px;
    font-size:18px;
    font-style:italic
}

.pricing-head h3 {
    font-weight:300;
    color:#fafafa;
    padding:12px 0;
    font-size:34px;
    background: #3c8dbc;
    border-bottom:solid 1px #41b91c;
}

.pricing-head h4 {
    color:#bac39f;
    padding:5px 0;
    font-size:64px;
    font-weight:300;
    background:#fbfef2;
    border-bottom:solid 1px #f5f9e7
}

.pricing-head-active h4 {color:##2bd6ee}
.pricing-head h4 i {top:-8px;font-size:28px;font-style:normal;position:relative}
.pricing-head h4 span{top:-10px;font-size:16px;font-style:normal;position:relative}
.pricing-content li{color:#888;font-size:12px;padding:7px 15px;border-bottom:solid 1px #f5f9e7}
.pricing-content li i{top:2px;color:##2bd6ee;font-size:16px;margin-right:5px;position:relative}
.pricing-footer{color:#777;font-size:11px;line-height:17px;padding:0 20px 19px}.price-active,
.pricing:hover{z-index:9}.price-active h4{color:##2bd6ee}
.no-space-pricing 
.pricing:hover{transition:box-shadow .2s ease-in-out}
.no-space-pricing .price-active 
.pricing-head h4,
.no-space-pricing 
.pricing:hover
.pricing-head h4{color:##2bd6ee;padding:15px 0;font-size:80px;transition:color .5s ease-in-out}

.pricing { border-radius: 5px; overflow: hidden}
.pricing:hover {border: 3px solid #3c8dbc }
.pricing-head h4 {background: #fafafa;}
.plan-free .pricing-head h3 { background: #f2f2f2; color: #3b3f51; border-bottom: 1px solid #AAA }
.plan-free .pricing-content li i { font-size: 11px; color: #888; top: 0}
/*.plan-pro { cursor: pointer }*/
.plan-pro .pricing-head h3 { background: #3c8dbc; border-bottom: 1px solid #3c8dbc }
.plan-pro .pricing-content li i { font-size: 11px; color: #2bd6ee; top: 0}
.pricing-head h4 {color: #3b3f51;}

/*.pricing-head h4, h5 {font-family: 'Nunito', sans-serif;font-weight: 600;}*/

/*
.pricing-head h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    color:#8490a4;
}
*/

/* radio para el pago de la licencia ----------------------------------------------------------*/ 

.radio-pago {
    font-weight:40;
    color:#3c8dbc;
    padding:10px 0;
    font-size:16px;
    background: #fafafa;
}

/* cargando pagina ---------------------------------------------------------------------------*/

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner-siscon {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner-siscon.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}

.inner-siscon.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}

.inner-siscon.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color : #0e086b;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
 }

/* fin cargando pagina ---------------------------------------------------------------------------*/

/*
  box servicio de turno (pagina profesionales)
*/

.box-servicio {
    padding: 0px;
}

.box-servicio h4 {
    margin-left: -35px !important;
    margin-bottom: 0px !important;
} 

.box-servicio .link-info {
    position: absolute;
    right: 0px;
    top: 3px;
}

@media (max-width: 767px) {
  .box-servicio {
    text-align: center;
  }
  .box-servicio .btn{
    position: relative;
  }
  .box-servicio h4 {
    margin-left: 0px !important;
  }   
}

@media (max-width: 991px) {
  .box-servicio {
    text-align: center;
  }
  .box-servicio .box-title {
    margin-top: 10px !important;
  }   
  .box-servicio .btn{
    position: relative;
    margin-left: 0px !important;
  }
  .box-servicio h4 {
    margin-left: 0px !important;
  }

  .box-servicio .link-info {
      position: relative;
      right: 0px;
      top: 0px;
      margin-top: 10px !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
 
  .box-servicio h4 {
    margin-left: -20px !important;
    margin-bottom: 0px !important;
  }

}