.menuInforme.activo, .menuInforme:hover/*
 * Globals
 */



/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    background: url(../images/fondo.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
.lletrablava{
    color: #a6c4d4;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
background: url(../images/fondo.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 40px;
height: 100%;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px 30px 0px 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #000; /* IE8 proofing */
  color: rgb(0,0,0);
  font-weight: bold;
}

.cover-container{
    min-height: 800px;
    background-color: rgba(255,255,255,0.9);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: url('../images/barrafons.png');
    background-repeat: no-repeat;
    background-size: 101% 30px;
}
.width85 {
    width: 85%;
}
.logohome{
    width: 30%;
    
}
/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /*position: fixed;
    top: 0;*/
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 1024px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    max-width: 1200px;
  }
}


/* Home */
.content.home{
    position:relative;
    padding:20px;
    padding-top: 20px;
}

.homelogin{
    max-width: 510px;
    background-color: #FFFFFF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-leftt-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
     border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: initial;
    border: 1px solid #d0d0d0;
    box-shadow: 3px 3px 0px #bbbbba;
    padding: 1%;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
.divCentreAcces{
    max-height: 276px;
    width: 100%;
    height: 276px;
    margin: auto;
    position: relative;
    
   
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}

@media (max-width: 768px) {
    .content.home{
        padding-top:20px;
    }
    .divCentreAcces{

    }
}
.row {
   margin-right: 0px;
   margin-left: 0px; 
}


/* Benvinguda */
.content.benvinguda{
    position:relative;
    padding: 0 12%;
    
}

.menuIcono{
    margin-bottom: 40px;
}

.tituloSeccion {
    color: #799fb0;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:0px; 
}

.tituloTextos {
    color: #799fb0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.subtituloTextos {
    color: #799fb0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
}

.subtituloTextos2 {
    color: #799fb0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.menuInforme{
    margin-right:1.3%;
    width:24%;
    color:#fff;
    height:40px;
    position: relative;
    padding-top: 7px;
    background-color: #94b2c0;
    font-size: 17px;
}

.menuInforme.activo, .menuInforme:hover {
    color:grey!important;
    background-color: #f4f8f9!important;
    font-weight:bold;
}

.datosInforme {
    color: #799fb0;
    margin: 0px;
    font-weight:600;
    font-size: 16px;
}
.campos-pacientes{
    font-size:16px;
    color: #799fb0;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #FFFFFF;
    padding:0px;
}
.input-pacientes{
    color: #838486!important;
    font-weight: 100!important; 
    padding:0px;
    font-size:16px;
}
.input-radio-pacientes{
    background-color:#F4F8F9;
    padding:8px;
    color: #838486!important;
    padding-left: 15px;
    font-size:18px !important;
}
.input-radio-pacientes label{
    margin: 0px;
    font-size: 16px;
    color: #838486;
    margin-left: 11px;
}

.opcional-pacientes{
    height: 42px;
    padding: 0px;
    background-color: #F4F8F9;
}

.condiciones-uso{
    color: #838486;
    padding:10px;
}
.input-pacientes input{
    width:100%;
    padding:8px;
    border-right: none;
    border-top: none;
    border-bottom:none;
    border-left:1px solid #E6E5E3;
    padding-left:12px;
}
.input-pacientes select{
    width:100%;
    border-right: none;
    border-top: none;
    border-bottom:none;
    border-radius:0px;
    border-left:1px solid #E6E5E3;
    padding:8px;
    color: #838486!important;
    background-color: #FFFFFF;
    padding-left:12px;
    
}
.titulo-pacientes{
    padding:8px;
    padding-left: 10px;
}

.proximasVisitas {
    margin-bottom: 20px;
}

.mes { 
    color: #fff;
    width: 280px;
    padding: 10px;
    background-color: #799fb0;
    text-transform: uppercase; 
    text-align: center;
    margin-bottom:10px;
}

.cuadradoFecha {
    padding: 20px;
    color: #fff;
    background-color: #a5c5d1;
    text-align: center;
    display:inline-block;
    margin-bottom:10px;
}

#mesVisita {
    font-weight: 400;
}

.cuadradoVisita {
    padding: 10px 20px 20px 20px;
    color: #fff;
    background-color: #799fb0;
    text-align:center;
}

.cuadroNumero {
    padding: 10px 20px 10px 20px;
    color: #799fb0;
    background-color: #fff;
}

.horasVisita {
    display:inline-block;
    color: #799fb0;
    padding: 10px;
    text-align: center;
}

.cuadradoDoctor {
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding:18px;
}

.cancelaVisita {
    padding:14.5px 0 14.5px 0;
    text-align:center;
    background-color: #799fb0;
    width:5%;
    color: #fff;
}

.descargarRecibo {
    padding:20px;
    text-align:center;
    background-color: #a5c5d1;
    color: #fff;
}

.paso-siguiente button{
    color: white;
    background-color:#91b8c7;
    padding:15px;
    border:none;
    padding-left:45px;
    padding-right:45px;
}
.condiciones-uso{
    margin-bottom:70px;       
    margin-top: 35px;
}
.paso-siguiente {
    margin-bottom: 56px;
}
.paso-siguiente button:hover{
    color: white;
    background-color:#799ba8;
    padding:15px;
    border:none;
    padding-left:45px;
    padding-right:45px;

}

.button-conversacion{
    color: white;
    background-color:#91b8c7;
    padding: auto;
    width:100%;
    height:100%;
    border:none;

}
.badge-notify{
    position: absolute;
    top: -9px;
    right: -10px;
    font-size: 18px;
    z-index: 100;
    background-color: #799fb0;
    border: 2px solid white;
    border-radius:20px;
}
.badge-notify-aux{
    position: absolute; 
    top: -9px;
    right: -10px;
    font-size: 18px;
    z-index: 100;
    background-color: #799fb0;
    border: 2px solid white;
    border-radius:20px;
}
.button-conversacion:hover{
    color: white;
    background-color:#799ba8;
    padding: auto;
    width:100%;
    height:100%;
    border:none;
}
.info-conversacion-sup{
    border-left: 1px solid #E5E5E4;
    border-bottom: 1px solid #E5E5E4;
}
.info-mensaje{
  color:#838486;
  padding:8px;
  background-color: #FFFFFF;
  font-weight: 100;   
  border-left:1px solid #E5E5E4;
}
.info-conversacion-sup, .info-conversacion-inf{
    color:#838486;
    padding:8px;
    background-color: #FFFFFF;
    font-weight: 100;
}
.fecha-conversacion{
    padding:8px;
    text-align: center;
    background-color: #FFFFFF;
}

.mes p {
    margin:0px;
}

.seccion {
    padding: 3%;
    background-color: #f4f8f9;
    margin-bottom: 10px;
}

.contenidoSeccion {
    background-color: #fff!important;
    padding: 3%;
}

/* Header Menu */
.headerBlock{
    margin-top: 10px;
}

.shadowimg{
    box-shadow: 3px 3px 0px #bbbbba;
}
hr{
    border: 1.5px solid #a6c4d4;
}
.menurow .inner{
    padding: 0px;
    margin: 20px 0px;
}
.menurow .inner{
    margin: 20px 0px 0 0;
}

select {
    background-color: #c8dbe3;
    border-color: #799fb0;
    border-radius: 4px;
    color: #fff;
}

#menuPrincipal ul{
    margin: 5px 0px;
    text-align: left;
}
#menuPrincipal ul li{
    vertical-align: middle;
    width:200px;
    font-size:20px;
    letter-spacing:-1.5px;
    padding-left:20px;
}

#menuPrincipal ul li.list-group-item {
    margin-bottom: 10px;
}

a.current li.form-control{
    color:#fff;
    background-color: #a7c6d2;
}

a.current span.input-group-addon {
    background: #799fb0;
}

a.current i {
    color:#fff!important;
}

.input-group .form-control {
    float:none;
    border-radius: 0px;
    color: #838486;
}

.input-group {
    margin-bottom: 10px;
    height:80px;
}

.input-group-addon {
    height:80px;
    background-color: #838486;
    color: #fff;
    border:0px;
    border-radius: 0px;
}

hr.bottom5{
    margin-bottom: 5px;
    margin-left: 15px;
}
.imagenUsuario {
    text-align: right;
}
.imagenUsuario .sinimagen{
    margin-top: 22px; 
}

#infoPaciente, #infoMaterial {
    padding-top: 1%;
    text-align: left;
    font-size: 14px!important;
}

.bloc3Ficha {
    text-align: right;
}

#nomFichaHeader {
    font-size: 14px;
    color: #66ACC2;
    font-weight: bold;
}

.titleHeaderFicha2 {
   font-weight:bold;
   
}
.titleHeaderFicha {
    font-weight:bold;
    color:#66ACC2;
   
}

.iconficha {
    padding-bottom: 67%;
}

.bloc1Ficha, .bloc2Ficha, .bloc3Ficha{
    /*display: none;*/
}

.bloc1Ficha {
    padding: 0px;
}


/* Pacientes */
.content.pacientes{
    padding: 0 10px;
}
/* Datatable*/

#introTablaPacientes, #introTablaMateriales {
    border-right: 2px solid #D7D7D7;
    margin-top: 1%;
    margin-bottom: 0%;
    text-align: left;
    padding-bottom: 6%;
    padding-top: 0%;
}


#botonesIntro {
    border-left: 2px solid #D7D7D7;
    margin-top: 1%;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 7.6%;
}

#TaulaCentralDiv td{
    text-align: left;
}

#TaulaCentralDiv th {
    font-size: 14px;
    color: #C6C6C6;
    border-color: #BED4DF; 
}

.tableHeader2 {
    font-size: 14px;
    color: #C6C6C6;
    border-color: #BED4DF; 
}

#TaulaCentralDiv td {
    font-size: 14px
    
}



table.dataTable.no-footer, table.dataTable thead { 
    border-color: #BED4DF;
}
table.dataTable tbody tr {
    background-color: transparent;
    border-color: #BED4DF;
}

.botoCerca {
    background-color: #B4D5E0;
    color: #66ACC2;
    border:1px solid #66ACC2;
    border-radius: 4px;
 }
 
 #saveSuccess {
    background-color: #66ACC2;
    color: #FFFFFF!important;
    border:1px solid #66ACC2;
    border-radius: 4px;
    padding: 3px;
 }
 
 .botoCerca:hover {
    background-color: #66ACC2;
    color: #FFFFFF;
    border:1px solid #66ACC2;
 }
 
 #titleIntroTabla {
     color: #66ACC2;
     text-decoration: underline;
     font-weight: bold;
     /*margin-bottom: 10px;*/
 }
 
 .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label, #tablaPacientes_info, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,  .dataTables_paginate {
    color:#C6C6C6!important;
    font-size: 12px;
    font-weight: normal;
 }
 
 #tablaPacientes tbody tr td , #tablaServiciosPendientes tbody tr td{
    border-bottom: 1px solid #E0E0E0!important;
}
#tablaMateriales tbody tr td {
    border-bottom: 1px solid #E0E0E0!important;
}
 #historial tbody tr td {
    border-bottom: 1px solid #E0E0E0!important;
}

#tablaPacientes tbody tr:last-child  td{
    border-width: 0px!important;
}

.clickinfo, .clickinfomutua {
    cursor: pointer;
    
}

.puntero {
    cursor: pointer;
    
}

.clickinfo:hover, .clickinfomutua:hover, .clickinfoHorario:hover {
   background-color: #B4D5E0;
   color: #FFFFFF;
}

.clickSelected {
    background-color:#66ACC2!important;
    color: #FFFFFF;
}

.botoDisabled {
    opacity: 0.3;
    cursor:auto;
}

#titleIntroTabla {
     color: #66ACC2;
     text-decoration: underline;
     font-weight: bold;
     /*margin-bottom: 10px;*/
 }
 
 .botoFichaForm, .botoHorarioForm, .botoHistorial{
    width: 14%!important;
    float: right;
    margin-top: -5px;
    background-color: rgb(183,197,206);
    border-color: rgb(115,141,159);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
 }
 
 .botoHistorial {
     margin-left: 15px;
 }
 
 .botoFichaForm:hover {
    background-color: #66ACC2;
    color: #FFFFFF;
    border:1px solid #66ACC2;
 }

 .panelFichaPersonal {
     margin-top: 20px;
     border-radius: 10px;
     font-size: 14px;
     
 }
 
 .panelFichaPersonal .panel-heading {
     background-color: rgb(176,176,177);
     color: #FFFFFF;
     font-weight: bold;
     
    
 }
 
 .panelFichaPersonal .nav-tabs {
     padding: 15px 10px;
     padding-bottom: 0px;
     border: 0px;
     
 }
 
 .panelFichaPersonal .nav-tabs a {
     color: #fff!important;
     border-top-left-radius: 10px;
 }
 
 .panelFichaPersonal .nav-tabs li.active  a{
     background-color: rgb(155,155,154);
     font-weight: bold;
 }
 .panelFichaPersonal .nav-tabs li:not(.active) a{
     background-color: rgb(197,196,196);
 }
 
 .panelFichaPersonal .nav-tabs li  a:hover{
     background-color: #B0B0B1;
 }
 
 .panelFichaPersonal .panel-body {
    border: 1.5px rgb(181,181,180) solid;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 11px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top:50px;
 }
 
 .panelFichaPersonal .titolFormFicha {
    font-size: 14px;
    font-weight: bold;
    color: rgb(139,169,190);
    border-bottom: 1px solid rgb(139,169,190);
    padding-bottom: 3px;
 }
 
 .panelFichaPersonal .headerficha  {
    font-weight: bold;
    font-size: 14px;
}
 
 .panelFichaPersonal .nomCampFicha {
    font-size: 14px;
    font-weight: bold;
    color: rgb(139,169,190);
    margin-bottom: 5px;
}

.panelFichaPersonal #ContactoFicha {
    margin-top: 10px;
}

.panelFichaPersonal .CampFormFicha div {
    padding: 0px;
}
.editFicha input {
    width: 100%;
}

.editFicha select {
    width: 100%;
    
}

.dataTables_info {
    font-size: 10px!important;
    
    color: #c6c6c6!important;
}

#ui-datepicker-div {
    text-transform: capitalize;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #000;
    text-transform: capitalize;
}
.fichaHeader3, .fichaHeader6 {
    max-width: 90px;
    max-height: 120px;
}

#tablaHorarios .tableHeader2 {
   
    color: #C6C6C6;
    border-color: #BED4DF; 
}

#tablaHorarios .tableHeader,#tablaVacaciones .tableHeader2, #tablaIncidencias .tableHeader2, #tablaGeneral .tableHeader2,#tablaGeneralPermisos .tableHeader2  {
    text-align: left;
    font-weight: bold;
    color: #B0B0B1;
}

table#tablaHorarios th, table#tablaHorarios td, table#tablaVacaciones th, table#tablaVacaciones td, table#tablaIncidencias th, table#tablaIncidencias td,table#tablaGeneral th, table#tablaGeneral td   {
    font-size: 14px;
  
}

td.diaSemana {
    text-align: left!important;
}

#tablaHorarios thead, #tablaVacaciones thead, #tablaIncidencias thead,#tablaGeneral thead,#tablaGeneralPermisos thead {
    border-bottom: 1px solid #BED4DF;
}

#tablaHorarios tr td, #tablaVacaciones tr td, #tablaIncidencias tr td, #tablaGeneral tr td,#tablaGeneralPermisos tr td{
    border-bottom: 1px solid #E0E0E0;
}

#tablaHorarios td, #tablaHorarios th, #tablaVacaciones td, #tablaVacaciones th, #tablaIncidencias td, #tablaIncidencias th,#tablaGeneral td, #tablaGeneral th,#tablaGeneralPermisos td, #tablaGeneralPermisos th {
    padding: 5px;
}
.tableHeaders thead {
    border-bottom: 1px solid #BED4DF;
}
.tableHeaders th{
    font-size: 14px!important;
    
    padding: 5px;
}

.tableHeaders td{ 
     font-size: 14px!important;
     padding: 5px;
     border-bottom: 1px solid #E0E0E0;
}
.editMinutos {
    width: 30%;
}
 
.ajaxSubmit{
    padding: 0px; 
    background: none;
    border: 0px solid #999;
    display: block;
}


form.ajaxSubmit input {
    color: #FFF !important;
    background-color: #bccfd7 !important;
    font-weight: 400 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #a2bdc8 !important;
    width: 100% !important;
    font-size: 14px !important;
    height: 18px !important;
    margin-top: 8px;
    height: 22px !important;
    line-height: 22px !important;
}

form.ajaxSubmit .btn {
    text-transform: uppercase;
    background-color: #91b8c7;
    font-weight: 600;
    width: 80px;
    height:20px;
}

.form-group {
    margin-bottom:0px;
}

table#diasVacaciones .tableHeader ,table#diasVacaciones td {
    font-size: 14px!important;
   
}
#nuevasVacaciones {
   
}
#checklopd, #entregado {
     width:12px!important;
     height:12px!important;
}
#formVacaciones {
    margin-top: 30px;
    display: inline-flex;
}

#nuevasIncidencias {
    margin-top: 50px;
}

textarea {
    color: #c6c6c6!important;
}

#saveSuccess {
    margin-top: 20px;
    color: green;
}

.tachado{/*text-decoration:line-through;*/}
#frecuencia {
    width: 15%; 
}


#formFicha .headerficha, #formFicha .campFicha, #formFicha .editFicha { 
    padding: 0px!important;
}
#DatosCompletosFicha > div, #afeccionesPaciente > div, #portalAccesoPaciente > div {
    padding: 0px;
} 

textarea {
    width: 100%;
}

#formMutua {
    margin-top: 50px;
}

.mostraAlertas {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

input.mostraAlertas { 
    font-size: 14px;
}
#allAlertas {
    background-color:#FFFFFF;
    margin-top: 10px;
    padding: 5px;
}
#allAlertas img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.alertaactiva {
    -webkit-filter: grayscale(0%)!important;
    filter: none;
}

.clickAlerta {
    min-width: 20px;
    cursor: pointer;
}

#tablaVisitas td, #tablaVisitas th{
    font-size:14px;
}

#tablaVisitas td {
    cursor: pointer;
}

#tablaMutuas tbody tr {
    cursor: pointer;
}

.panelFichaVisita .panel-body {
    
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding-top: 25px!important;    
}

#DatosCompletosVisita {
    padding: 0px;
}

#fichaVisita1 , #fichaVisita2   {
    padding: 0px;
    margin-top: 15px;
}

#fichaVisita1 > div, #fichaVisita2 > div {
    padding: 0px;
}

.intervalo {
    display: none;
}

#nomPatologias {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#okPtl {
    margin-left: 5px;
}

.vermell {
    color: red!important;
}

td.dragHandle {
    cursor:ns-resize;
}
.fc-content {
    font-size: 14px;
}

.fc-time-grid-event .fc-resizer:after {
    content: none;
}

.linkpaciente {
    color:#9DBFCF;
    font-weight: bold;
}

span#eliminarvisita {
    font-size: 14px;
    cursor: pointer;
}

.fc-license-message {
    display: none;
}

.selectedSlot {
    background-color: #99DEEF!important;
}
#spanDataCalendari {
    font-weight: bold;
    color: #A94442;
}

span#altarapida {
    font-weight: bold;
    color: red;
}

span#nolopd {
    font-weight: bold;
    color: red;
    margin-left:10px;
}


#spanDataCalendari {
    padding-top: 3%;
}

#dataPaciente {
    margin-top: 2%;
}

.clickable {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.guardaPlantillaCampFicha {
    margin-bottom: 15px;
}

#historial tr td:first-child {
    vertical-align: top;
}

#historial tr td i.fa-file-pdf-o {
    padding-left: 17%;
}

div#modificarPlantilla {
    margin-top: 5%;
    display: none;
}

input#guardaPlantilla, input#guardaPlantillaM {
    margin-right: 3%;
}

.removePlantilla {
    font-size: 16px;
}

nav#menuPrincipal li a strong{
    font-size: 14px;
}

#tablaRecetas tbody tr:hover {
    background-color: #B4D5E0;
    color: #FFFFFF;
}

.fa-2 {
    font-size: 20px;
}

table#tablaHistoricoEstados {
    margin-left: 15px;
    margin-top: 20px;
}

table#tablaHistoricoEstados th {
    color: rgb(139,169,190);
    border-bottom: 1px solid rgb(139,169,190);
 }
table#tablaHistoricoEstados th:first-child {
    width: 25%;
}

table#tablaHistoricoEstados th:not(:first-child) {
    width: 37%;
}

.capitalize {
    text-transform: capitalize;
}

.tablaVisitas .tddescripcionVisita .cke {
    display:none;
}

input#eliminahorario {
    margin-right: 2%;
}

input#personas {
    width: 255px;
}

.easy-autocomplete-container {
    width: 255px;
}
.border-danger{
    border: 1px red solid !important;
}
.indicaciones{
    font-style: italic;
    font-size: 12px;
}

/*///////// RESPONSIVITAT ///////////*/
@media (max-width: 991px) {
 .input-pacientes input{
    width:100%;
    padding:8px;
    border-right: none;
    border-top: 14px solid #F4F8F9;
    border-bottom:none;
    border-left:none;
    padding-left:12px;
}
.input-pacientes select{
    width:100%;
    border-right: none;
    border-top: 14px solid #F4F8F9;
    border-bottom:none;
    border-radius:0px;
    border-left:none;
    padding:8px;
    color: #838486!important;
    background-color: #FFFFFF;
    padding-left:12px;
    
}
}

@media (min-width: 1200px){
	#divFooter{height: 422px;}
}

@media (max-width: 979px) {
    .columna7{width:33%;}
    .colImTarjes{margin-top:5%;}
}

@media (max-width: 480px) {	
    .colImTarjes{margin-top:5%;}

}

@media (max-width: 1000px) {	
    #introTablaPacientes {
        padding-left: 5%;
        padding-bottom: 0%;
    }
   .iconficha {
        padding-bottom: 5%;
    }

}

.tt-menu{
    background: white;
    width: 100%;
    padding: 3px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.tt-suggestion.tt-selectable:hover{
    background-color: #e6e6e6;
}

.form-horizontal.validacionFormulario select{
    width:100%;
}

#TaulaCentralDiv form label {
    color: rgb(163, 163, 163);
    font-weight:bold;
}


select, input{
    min-height: 23px;
}

#filasPermisos input {
    min-height: 0px;
}

.cobroAnterior {
    color: rgba(255,0,0,0.9)!important;
}

.imgLogo {
    width: 150px;
    height: 80px;
}

.avisLogo {
    font-size: 10px;
}

.iconalerta {
    width: 15px;
    height: 15px;
}

.totalhistorico td {
    border-top: 1px solid #BED4DF!important;
    font-weight: bold;

}

.totalhistoricototal td {
    border-top: 1px solid #BED4DF!important;
    font-weight: bold;
    background-color: skyblue;
}

#cookieslaw {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
	background-color: #789FB1;
	color: #fff;
    padding: 15px;
    text-align: left;
}


#aceptar-cookies {
	color: #789FB1;
}
#cookieslaw  a{ 
	color: #fff;
}

footer div {
    background-color: rgba(255,255,255,1);
    text-align: center;
    font-weight: bold;
    border-top: 1px solid black;
    bottom: 0px;
    position:fixed!important;
 
}
footer {
       
}
.no-padding{
    padding:0;
}
.classHide {
    display: none;
}