/*
 * 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: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    font-family: Inter;
}

.lletrablava {
    color: #212E5C;
}

.no-padding {
    padding: 0px;
}

/* 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;
    background-color: white;
    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: 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: 630px;*/
    height: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    /*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 */
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* 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: 100%;
    }
}


/* Home */

.content.home {
    position: relative;
    padding: 20px;
    padding-top: 40px;
}

.homelogin {
    max-width: 490px;
    background-color: #FFFFFF;
	border-radius: 20px;
    text-align: initial;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    padding: 1%;
    margin-top: 25vh;
}

.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;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


/* Benvinguda */

.content.benvinguda {
    position: relative;
    padding: 0 12%;
}


/* Sidebar menu */

#sidebar {
    width: 5%;
    float: left;
    height: 100%;
    background-color: #212E5C;
    position: fixed;
}

.menu-sidebar {
    position: absolute;
    top: 20vh;
    width: 100%;
}

.menuIcono {
    margin-bottom: 40px;
}

.menu-sidebar .menuIcono {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.menu-sidebar .menuIcono span {
    font-size: 30px;
    border: 1px solid #212E5C;
    border-radius: 100%;
    background-color: whitesmoke;
    width: 65px;
    height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-sidebar .menuIcono img {
    width: 100%;
}


/* Header Menu */

.headerBlock {
    margin-top: 10px;
    border-bottom: 2px solid #212E5C;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.shadowimg {
    box-shadow: 3px 3px 0px #bbbbba;
}

hr {
    border: 1.5px solid #212E5C;
}

.menurow .inner {
    padding: 0px;
    margin: 20px 0px;
    border-bottom: 2px solid #212E5C;
    border-top: 2px solid #212E5C;
}

.menurow .inner {
    margin: 20px 0px 0 0;
}

#menuPrincipal ul {
    margin: 5px 0px;
    text-align: center;
}

#menuPrincipal ul li {
    padding: 0 10px;
}

hr.bottom5 {
    margin-bottom: 5px;
}

.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: #212E5C;
    font-weight: bold;
}

.titleHeaderFicha2 {
    font-weight: bold;
}

.titleHeaderFicha {
    font-weight: bold;
    color: #212E5C;
}

.iconficha {
    padding-bottom: 67%;
}

.bloc1Ficha {
    padding: 0px;
}


/* Pacientes */

.content.pacientes {
    padding: 0 10px;
    margin-bottom: 30px;
}


/* 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 tfoot td {
    border-color: #BED4DF !important;
}

#TaulaCentralDiv tfoot td input {
    width: 100%;
}

#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: #DBEDF7;
    color: #212e5c;
    border: 1px solid #212E5C;
    border-radius: 10px;
	padding: 5px 12px;
}

.datatableButton {
    background-color: #B4D5E0 !important;
    color: #66ACC2 !important;
    border: 1px solid #66ACC2 !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    min-height: 23px !important;
}

.datatableButtonRight {
    background-color: #B4D5E0 !important;
    color: #66ACC2 !important;
    border: 1px solid #66ACC2 !important;
    border-radius: 4px !important;
    margin-left: 4px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    min-height: 23px !important;
}

.dropdown-menu {
    background-color: #66ACC2 !important;
    border: 1px solid #66ACC2 !important;
    border-radius: 4px !important;
}

.buttons-columnVisibility a {
    background-color: #B4D5E0 !important;
    color: #66ACC2 !important;
}

.buttons-columnVisibility.active a {
    background-color: #66ACC2 !important;
    color: #FFFFFF !important;
}

.buttons-columnVisibility a:hover {
    background-color: #B4D5E0 !important;
    color: #FFF !important;
}

#saveSuccess {
    background-color: #66ACC2;
    color: #FFFFFF!important;
    border: 1px solid #66ACC2;
    border-radius: 4px;
    padding: 3px;
}

.botoCerca:hover {
    background-color: #212e5c;
    color: #FFFFFF;
}

.datatableButtonRight:hover {
    background-color: #66ACC2 !important;
    color: #FFFFFF !important;
    border: 1px solid #66ACC2 !important;
}

.datatableButton:hover {
    background-color: #66ACC2 !important;
    color: #FFFFFF !important;
    border: 1px solid #66ACC2 !important;
}

#titleIntroTabla {
    color: #212E5C;
    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;
    vertical-align: initial;
}

#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: #212E5C60;
    color: #FFFFFF;
}

.clickSelected {
    background-color: #66ACC2!important;
    color: #FFFFFF;
}

.botoDisabled {
    opacity: 0.3;
    cursor: auto;
}

#titleIntroTabla {
    color: #212E5C;
    text-decoration: underline;
    font-weight: bold;
    /*margin-bottom: 10px;*/
}

.botoFichaForm,
.botoHorarioForm,
.botoHistorial {
    float: right;
    margin-top: -6px;
    font-size: 14px;
    font-weight: 300;
    padding: 1px 10px;
}

.botoHistorial {
    margin-left: 15px;
}

.botoFichaForm:hover {
    background-color: #212e5c;
    color: #FFFFFF;
}

.panelFichaPersonal {
    margin-top: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.panelFichaPersonal .panel-heading {
    background-color: #212e5c;
    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: #212E5C;
    border-bottom: 1px solid #212E5C;
    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;
    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 #212E5C !important;
    width: 100% !important;
    font-size: 14px !important;
    height: 18px !important;
    margin-top: 8px;
    height: 22px !important;
    line-height: 22px !important;
}

table#diasVacaciones .tableHeader,
table#diasVacaciones td {
    font-size: 14px!important;
}

#checklopd,
#entregado,
#checkmail,
#checksms,
#checkwhatsapp,
#enviomail2,
#enviosms2 {
    width: 12px!important;
    height: 12px!important;
}

#formVacaciones {
    margin-top: 30px;
    display: inline-flex;
}

#nuevasIncidencias {
    margin-top: 50px;
}

textarea {
    color: #828282!important;
}

#saveSuccess {
    margin-top: 20px;
    color: green;
}

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

#frecuencia {
    width: 15%;
}

#formFicha .headerficha,
#formFicha .campFicha,
#formFicha .editFicha {
    padding: 0px!important;
}

#DatosCompletosFicha>div,
#afeccionesPaciente>div,
#portalAccesoPaciente>div,
#facturacionPaciente>div,
.datosMascota 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;
    position: absolute;
    right: 180px;
    top: 40px;
}

#allAlertas i {
    color: none;
}

.alertaactiva {
    color: black;
}

.clickAlerta {
    min-width: 20px;
    cursor: pointer;
}

#tablaVisitas td,
#tablaVisitas th {
    font-size: 14px;
}

#tablaVisitas td {
    cursor: pointer;
}

#tablaMutuas tbody tr {
    cursor: pointer;
}

.lightboxPatologias,
.lightboxVisitaOnline,
.lightboxVisitasNoFacturadas,
.lightboxAgruparFacturas {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    padding: 80px 0px;
    display: none;
    overflow: auto;
}

.lightboxContent {
    width: 43%;
    background-color: white;
    position: relative;
    margin: auto;
    padding: 50px;
    top: 25%;
    border-radius: 15px;
}

.lightboxVisitasNoFacturadas .lightboxContent,
.lightboxAgruparFacturas .lightboxContent {
    top: 0%;
}

.lightboxVisitaOnline .lightboxContent,
.lightboxVisitasNoFacturadas .lightboxContent,
.lightboxAgruparFacturas .lightboxContent {
    width: 80%;
}

tr.no_factura {
    color: red;
    background-color: #e3e3e3 !important;
}

.patologiaCurso {
    font-size: 12px;
}

#protocoloText {
    overflow-y: scroll;
    max-height: 388px;
    width: 100%;
}

.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;
}

.newmessage {
    color: red !important;
}

.bold {
    font-weight: bold;
}

.guardaPlantillaCampFicha {
    margin-bottom: 15px;
}

#historial table {
    border: none;
}

#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: #212e5c60;
    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;
}


/*///////// RESPONSIVITAT ///////////*/

@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: 130px;
    height: auto;
}

.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: #212E5C;
    color: #fff;
    padding: 15px;
    text-align: left;
}

#aceptar-cookies {
    color: #f8f9fa;
    font-size: 14px;
    border: 1px solid #63C6E5;
    border-radius: 16px;
	background-color: transparent;
	padding: 5px 20px;
}

#aceptar-cookies:is(:focus,:hover) {
	background-color: #63C6E5;
	color: #212E5C;
}

#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;
    z-index: 10;
}

.classHide {
    display: none;
}

.msgCargando {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.celdaPrevision {
    width: 60%;
}

#tablaPrevisiones {
    padding-top: 25px;
}

#tablaPrevisiones th:first-child {
    width: 5%;
}

#tablaPrevisiones tbody tr td input {
    text-align: right;
}

.totalbyMes {
    float: right;
    font-weight: bold;
    width: 120%;
}

.inputPrev {
    width: 65%;
}

.titleInformes,
.fechaTitleInformes {
    padding-top: 1%;
    padding-left: 26%;
}

.campos-pacientes {
    font-size: 16px;
    color: #799fb0;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 0px;
}

.fecha-conversacion {
    padding: 8px;
    text-align: center;
    background-color: #FFFFFF;
}

.info-mensaje {
    color: #838486;
    padding: 8px;
    background-color: #FFFFFF;
    font-weight: 100;
    font-style: oblique;
    border-left: 1px solid #E5E5E4;
}

.badge-notify-aux {
    font-size: 9px;
    z-index: 100;
    background-color: #799fb0;
    border: 2px solid white;
    border-radius: 20px;
    margin-left: -22px;
    margin-top: -31px;
}

.colorLeyenda {
    width: 15px;
    height: 15px;
}

.tableLeyenda {
    margin: auto;
}

.tableLeyenda td {
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.tableLeyenda caption {
    padding-bottom: 4px;
}

.red {
    color: #f00;
}

.noInforme {
    font-weight: bold;
    font-size: 24px;
    padding-top: 15%;
    padding-left: 26%;
}

.titleBloqueInforme {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #66ACC2;
}

.titleBloqueInforme:not(first-child) {
    margin-top: 1.5%;
}

.tableLeyendaBar th,
.tableLeyendaBar td {
    font-size: 12px;
    padding: 15px;
    width: 25%;
}

.tableLeyendaBar td {
    font-size: 12px;
    width: 25%;
}

#formPrevisionesMed {
    margin-top: 5%;
}

.canvasjs-chart-credit {
    display: none;
}

.sampleIcons i {
    padding: 5px;
}

.activeIcon {
    background-color: white;
    color: black;
}

#iconosAlertas i.fa {
    padding: 2px;
    color: #ff0000;
}

#iconosAlertas .fa-plus {
    color: #a3a3a3!important;
    font-size: 16px;
}

#DatosCompletosTarifaMutua #idmutua2 {
    background-color: #D8DBE0;
}

.subtituloRecetaOftalmologica {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 0%;
}

.subcabeceraOftamologica {
    font-size: 16px;
    text-align: center;
}

.subcabeceraOftamologica th {
    width: 15%;
    text-align: center;
}

.subcabeceraOftamologica td {
    text-align: center!important;
}

.subcabeceraOftamologica td input {
    width: 100%;
    text-align: center;
}

.filaPrismaBaseGrados td {
    padding: 0px;
    margin: 0px;
}

.filaPrismaBaseGrados td select {
    width: 100%;
}

.distanciaInterpupilar {
    margin-top: 15px;
    padding-right: 50px;
}

.comentarioOjo {
    margin-top: 50px;
}

#periodoListadoPacientes {
    position: absolute;
    /* vertical-align: bottom; */
    bottom: 10px;
    left: 50%;
}

#etiquetaPeriodoListaPacientes {
    position: absolute;
    left: 6%;
    bottom: 14px;
}

.tituloFiltroCursoClinico {
    vertical-align: super;
    padding-left: 3%;
}

.mfp-wrap,
.mfp-bg,
.mfp-close {
    z-index: 2000
}

#nombreMutuaNuevaFactura {
    font-size: 18px;
    color: #BED4DF;
    font-weight: bold;
}

#rotacionVisitas {
    display: none;
    padding-top: 10px;
}

#etiquetaRotacionVisitas {
    color: #212e5c;
    font-weight: bold;
}

#menuIconos,
#menuIconos ul {
    display: inline;
}

#menuIconos .fa {
    font-size: 20px;
}

#menuIconos .fa:hover {
    cursor: pointer;
    color: #212E5C;
}

#selectorPersonasHeader {
    margin-top: 0px;
    width: 100%;
    font-size: 12px;
    border-radius: 2px;
    border-color: rgb(133, 133, 133);
    padding: 4px 10px;
}

#cuadroHelpSearch {
    position: absolute;
    display: none;
    width: 90%;
    height: auto;
    background-color: white;
    border: 1px solid rgb(133, 133, 133);
    border-top: none;
    padding: 5px 10px;
    font-size: 10px;
    text-align: left;
}

.sumaPorcentaje {
    font-weight: bold;
}

div#pacientesExtranet {
    margin-top: 5%;
}

#tablaPacientesExtranet td {
    padding-left: 1.7%;
}

#tablaPacientesExtranet tbody tr td {
    border-bottom: 1px solid #E0E0E0!important;
}

#avisoNoMutuas {
    font-size: 14px;
    color: #f00;
    float: left;
    font-weight: bold;
}

#tablaInformeFacturacion th,
#tablaInformeFacturacion td {
    font-size: 12px!important;
    text-align: right;
}

#tablaInformeFacturacion th div {
    display: inline-flex;
    padding: 1%;
}

#visitesServeiMetge {
    margin-top: 5%;
}

#visitesServeiMetge h1 {
    color: #66ACC2;
    border: 0px;
    font-size: 14px;
}

table.visitaServicio {
    margin: auto;
}

table.visitaServicio th {
    width: 20%;
    padding: 10px 18px;
    border-bottom: 2px solid #E0E0E0;
    padding-left: 0px;
}

table.visitaServicio td,
table#historicoVisitas td {
    border-bottom: 1px solid #E0E0E0!important;
}

table#historicoVisitas td {
    font-size: 12px;
}

table.visitaServicio td {
    text-align: right;
    font-size: 14px;
}

table.visitaServicio th {
    text-align: right;
    padding-right: 0px;
}

table#historicoVisitas {
    margin: auto;
    margin-top: 5%;
}

table#historicoVisitas tbody td {
    padding: 10px 0px 10px 0px;
}

table#historicoVisitas tbody tr:hover {
    background: #66ACC2;
    color: white;
}

table.visitaServicio tfoot td {
    border-bottom: 0px!important;
    border-top: 2px solid #BED4DF!important;
}

#visitesServeiMetge {
    margin-top: 0%;
    margin-left: 2.5%;
}

.diferenciaNyear {
    font-size: 10px;
}

.visitasAsignador {
    margin-top: 2%;
    text-align: right;
}

.visitasAsignador th:first-child {
    width: 15%;
}

.visitasAsignador th {
    border-bottom: 2px solid #e0e0e0;
    width: 5%;
    text-align: right;
}

.visitasAsignador tbody td {
    border-bottom: 1px solid #e0e0e0;
}

.visitasAsignador tfoot td {
    font-weight: bold;
}

.seccionVisitasAsignador {
    margin-bottom: 10px;
}

.seccion {
    padding: 3%;
    background-color: #f4f8f9;
    margin-bottom: 10px;
}

#lightboxVisitas {
    background-color: white;
    color: black;
    width: 34%;
    margin: auto;
    text-align: right;
}

#lightboxVisitas th {
    text-align: right;
    border-bottom: 2px solid #e0e0e0;
}

#lightboxVisitas td {
    border-bottom: 1px solid #e0e0e0;
}

#lightboxVisitas th,
#lightboxVisitas td {
    padding: 10px;
}

#lightboxVisitas tfoot {
    font-weight: bold;
}

.tablaExitCampanyes {
    width: 80%;
    margin-top: 3%;
}

.tablaExitCampanyes td,
.tablaExitCampanyes th {
    text-align: right;
    width: 5%;
}

.tablaExitCampanyes th {
    border-bottom: 2px solid #e0e0e0;
}

.tablaExitCampanyes td {
    border-bottom: 1px solid #e0e0e0;
}

#tablaMensajesPortal tbody tr:hover,
#pacientesExtranet tbody tr:hover,
#pacientesExtranet tfoot tr:hover {
    background-color: #B4D5E0;
    color: #FFFFFF;
}

#tablaInformeFacturaci�n.table {
    max-width: 71%;
}

#historicoVisitas td,
#historicoVisitas th {
    text-align: right!important;
}

#historicoVisitas tbody tr td:first-child,
#historicoVisitas thead tr td:first-child {
    text-align: left!important;
}

.leyendaInformes {
    margin-top: 20%;
}

.leyendaInformes i {
    padding-left: 2%;
    color: #66ACC2;
}

#titleLeyenda {
    font-size: 14px;
    font-weight: bold;
    color: #66ACC2;
    text-decoration: underline;
}

#contenidoLeyenda {
    font-size: 12px;
    text-align: justify;
}

#popup-leyenda {
    width: 60%;
    margin: auto;
    padding: 15px;
    background-color: white;
    color: black;
    text-align: justify
}

#tablaInformeFacturacion {
    width: 75%;
}

.containerPatologias {
    float: right;
    margin-top: 1%;
    width: 48%;
    margin-right: -17%;
}

table#tablaPatologias {
    margin-top: 4%;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(139, 169, 190);
}

table#tablaPatologias th {
    color: rgb(139, 169, 190);
    border-bottom: 1px solid rgb(139, 169, 190);
    text-align: left;
}

.containerPatologias div button {
    width: 68% !important;
}

.bootstrap-select button.btn.dropdown-toggle.btn-default {
    background-color: white;
    height: 30px;
    color: black;
}


/***** CALENDAR menu_right *****/

.calendari {
    padding-bottom: 20px;
}

.datepick-nav,
.datepick-ctrl {
    background-color: #212E5C;
    height: 23px;
    padding-top: 3px;
    border-bottom: 2px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    ;
    border-right: 1px solid #c6c6c6;
    ;
}

.datepick-cmd:hover {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
}

.datepick-cmd:focus {
    outline: none;
}

.datepick a {
    color: #333;
    font-size: 10px;
}

.datepick-month-header select {
    background-color: #212E5C!important;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
    min-height: 20px;
    background-color: #fff;
    color: #333;
    font-size: 10px;
}

.datepick-month-header {
    padding-top: 3px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.datepick-month-header select {
    margin-top: -3px;
}

.datepick-month td .datepick-other-month {
    height: 17px;
}

.datepick-month {
    float: left;
    width: 50%;
    border: none;
    text-align: center;
}

.datepick {
    width: 100%!important;
    border: 1px solid #c6c6c6;
}

.datepick-month th,
.datepick-month th a {
    background-color: #fff;
    color: #333;
    border: 1px solid #c6c6c6;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 165px !important;
}

@media (max-width:1025px) {
    #dataPaciente .fa {
        font-size: 20px!important;
    }
}

.calendari .colAgenda {
    width: 100%;
    float: left;
}

.calendari:not(.colCalendarFloating) .colAgenda.colfijada {
    width: 75%;
}

.colCalendar .divCalendariFila1,
.colCalendar .divCalendariCalendari2 {
    width: 0%;
    opacity: 0;
    float: right;
    padding: 0px 5px;
    display: none;
}

.colCalendar .divCalendariFila1.colfijada,
.colCalendar .divCalendariCalendari2.colfijada {
    width: 25%;
    opacity: 1;
    display: block;
}

/*.calendari.colCalendarFloating .colAgenda {
    width: 100% !important;
}*/

.calendari.colCalendarFloating :is(.divCalendariFila1,.divCalendariCalendari2) {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 100;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px 15px;
}

.calendari.colCalendarFloating .fixedColumnCheck {
    display: none !important;
}

#tablaPruebas i.fa:not(.fa-pencil) { font-size: 20px; }

/*