/* Estilos GENERALES ---------------------------------------------------------------------------------------- */
@font-face { font-family: Roboto-Slab; src: url('../fonts/RobotoSlab/RobotoSlab-VariableFont_wght.ttf'); } 

*{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

body {
    background-image: url('../img/textura.png');    
    /*background-repeat: no-repeat;*/
}

.tooltipsy {
    padding: 10px;
    max-width: 400px;
    color: #303030; 
    background-color: #DEEBF1; /*#f5f5b5;*/
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    /*text-shadow: 0 0 3px #000;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;

}

.tooltipsy:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #7C8487; /*#898965;*/
    bottom: -10px;
    right: 38%; /* 240px; */
    z-index: -1;
}

small {
    font-size: 10px;
}

strong {
    font-size: inherit;
}

h3 {
    font-family: Roboto-Slab;
    font-weight: bold;
    color: #004F51;
    font-size: 22px;
    padding-bottom: 30px;
}

h2 {
    color: #0072BC;
    font-size: 16px;
}

h1 {
    color: #0072BC;
    font-size: 14px;
}

#letra_grande {
    font-size: 12px;
}

#cabecera {
    background-image: url('../img/fondo_cabecera.jpg');
    background-repeat: repeat-x;
    width: 985px;
    height: 124px;
    margin: auto;
    padding-top: 20px;
    padding-left: 15px;
    background-color: #FFFFFF;
}

#cabecera_inicio {
    background-image: url('../img/fondo_cabecera_inicio.jpg');
    background-repeat: repeat-x;
    width: 985px;
    height: 124px;
    margin: auto;
    padding-top: 20px;
    padding-left: 15px;
    background-color: #FFFFFF;
}

#menu {
    list-style-type: none; 
    width: 1000px;
    height: 32px;
    margin: auto;
    padding-top: 3px;
    background-color: #009383;
    font-family: Roboto-Slab, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

#menutable {
    list-style-type: none; 
    width: 1000px;
    height: 30px;
    margin: auto;
    background-color: #009383;
    font-family: Roboto-Slab, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding:0px;
    border: 0px;
}

.menutabletd {
    width: 50%;
    padding:0px;
    vertical-align: top;
}

.menutablespan {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

#menu li{  
    float: left; 
    margin-left: 15px;
    margin-right: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;  
}  

#columna {
    margin: 0 15px 0px 0;
    border: 0;
    padding: 0;
    width: 470px;
    float: left;
    font-size: 12px;
    color: #444444;
    line-height: 18px;
} 

#contenido {
    width: 970px;
    /*height: 350px;*/
    margin: auto;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

#popup {
    width: 630px;
    /*height: 350px;*/
    margin: auto;
    padding-top: 20px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-bottom: 10px;
    /*background-color: #FFFFFF;*/
}

#popup_seccion, .popup_seccion {
    width: 600px;
    /*height: 350px;*/
    margin: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    text-align: justify;
}

#contenedor {
    width: 600px;
    margin: auto;
    /*margin-top: 20px;*/
    border: 2px solid #004F51;
    background-color: #F2F2F2;
    /*padding-bottom: 10px;*/
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}

#contenedor_wide {
    width: 800px;
    margin: auto;
    /*margin-top: 20px;*/
    border: 2px solid #004F51;
    background-color: #F2F2F2;
    /*padding-bottom: 10px;*/
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}

#contenedor2 {
    border: 2px solid #004F51;
    background-color: #F2F2F2;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}

#contenedor_informe {
    width: 800px;
    margin: auto;
    margin-top: 20px;
    border: 2px solid #004F51;
    background-color: #F2F2F2;
    /*padding-bottom: 10px;*/
    border-radius: 9px 9px 0px 0px;
}

div.pie {
    /* background-image: url('../img/fondo_pie.png');
    background-repeat: repeat-x; */
    border-top: solid 1px #D9D8D6;
    font-family: Roboto-Slab, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #707372;
    text-align: center;
    width: 1000px;
    margin: auto;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.termslink {
    font-family: Roboto-Slab, Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #707372 !important;
    font-weight: normal !important;
}

div.desconectar {
    float:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: right;
    margin: auto;
    display: block;
    margin-top: 95px;
    margin-bottom: 20px;
    margin-right: 10px;
}

div.paginacion {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 30px;
    /*margin-bottom: 20px;*/
}

div.iconosmenu {
    float:left;
    width: 117px;
    margin: 5px;
    height: 115px;
    border-width: 2px;
    border-style: dotted;
    border-color: #C0C0C0;
    text-align: center;
    border-radius: 10px;
    background-color: #FFFFFF;
}

p.estado {
    padding-left: 30px; 
    text-indent: -30px;
    margin-bottom: 15px;
}

div.cuadro_info {
    margin-top: 20px; 
    margin-bottom: 10px; 
    padding: 10px; 
    text-align: justify; 
    background-color: #DEEBF1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.cuadro_aviso {
    width:600px;
    margin: auto;
    padding: 10px; 
    text-align: center; 
    background-color: #FFA3A3;
    border: 2px dotted #FF0000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.pestanas_form {
    border: 0px;
    padding: 0px !important;
    background-color: #F2F2F2 !important;
}

li.pestanas_form {
    font-size: 8px;
}

p.iconosmenu {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.columnaslistas {
    padding: 0px;
    margin: 0px;
    width: inherit;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilos ENLACES ---------------------------------------------------------------------------------------- */
a {
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #009383;
}

a:visited {
    color: #009383;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #0000FF;
} 

a.pestanas_form {
    color:#356AA0 !important;
}

a.enlace_js {
    color: #356AA0;
    cursor: hand;
    cursor: pointer; 
}

#nuevo_registro {
    padding: 8px;
}

#menu a {
    font-family: Roboto-Slab, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
}

#columna a {
    font-size: 12px;
}

#letra_grande a {
    font-size: 12px;
}

/* Estilos IMÁGENES ---------------------------------------------------------------------------------------- */
img {
    border: none;
}

img.icono {
    vertical-align: -30%;
    margin: 0px 8px 0px 5px;
}


/* Estilos TABLAS ---------------------------------------------------------------------------------------- */
table {
    width: 600px;
    margin: auto;
}

table.informe {
    width: 800px;
    margin: auto;
}

table.informewide {
    width: 920px;
    margin: auto;
}

table.peq {
    width: 550px;
    margin: auto;
}

table.informepeq {
    width: 800px;
    margin: auto;
    margin-top: 10px;
    border-collapse: collapse;
}

table.anexo {
    width: 600px;
    margin: auto;
    border-collapse: collapse;
    border-color: #4F81BD;
    border-width: 1px;
    border-style: solid;
}

table.pestanas_form {
    width: 100% !important;
    margin: auto !important;
    color:#000000 !important;
}

th {
    background-color: #FDAA63;
    padding: 5px 0px 5px;
}

th a {
    color: #004F51 !important;
}

th.activo {
    background-color: #FDAA63;
    padding: 5px 0px 5px;
}

th.titulo {
    color: #FFFFFF;
    background-color: #004F51;
    padding: 5px 0px 5px;
    border-radius: 6px 6px 0px 0px;
}

th.informe {
    background-color: #0F243E;
    color: #FFFFFF;
    padding: 5px 0px 5px;
    /*border-width: 1px;
    border-color: #000000;
    border-style: solid;*/
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-image: url('../img/gradiente_cabecera.png');
}

th.informe_tdah_quant {
    width: 390px;
    background-color: #0F243E;
    color: #FFFFFF;
    padding: 5px 0px 5px;
    /*border-width: 1px;
    border-color: #000000;
    border-style: solid;*/
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-image: url('../img/gradiente_cabecera_tdah_quant.png');
}

th.anexo {
    background-color: #4F81BD;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 0px 5px;
    border-width: 1px;
    border-color: #4F81BD;
    border-style: solid;
    text-align: center;
}

th.columnafija_cabecera {
    position: absolute;  
    left:0;
    /*margin-left: -2px;*/
    padding: 5px 0px 5px;
    height:26px;
    background-color: #FDAA63;
    border-right: 2px solid #F2F2F2;
    border-left: 2px solid #F2F2F2;
}
/* Fix para FIREFOX para mantener alto de celda igual que en Chrome */
@-moz-document url-prefix() {
    th.columnafija_cabecera {
        height: 30px;
    }
}

th.columnafija_cabecera_activo {
    position: absolute;  
    left:0;
    /*margin-left: -2px;*/
    padding: 5px 0px 5px;
    height:26px;
    background-color: #FDAA63;
    border-right: 2px solid #F2F2F2;
    border-left: 2px solid #F2F2F2;
}
/* Fix para FIREFOX para mantener alto de celda igual que en Chrome */
@-moz-document url-prefix() {
    th.columnafija_cabecera_activo {
        height: 30px;
    }
}

td {
    /*border-bottom: 1px solid #D3D3D3;*/
    padding: 5px 5px 5px;
}

td.sinborde {
    border-bottom: 0px solid #D3D3D3;
    padding: 5px 5px 5px;
}

td.informe {
    width: 132px; /*118px;*/
    height: 26px;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #DCE8ED;
    background-image: url('../img/gradiente_farmaco.png');
}

td.informe_sin_grad {
    width: 132px; /*118px;*/
    height: 26px;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
}

td.informevacio {
    width: 132px; /*118px;*/
    height: 26px;
    text-align: center;
    padding: 0px;
}

td.informesinbordefarmaco {
    width: 137px; /*118px;*/
    text-align: center;
    padding: 0px;
    border-width: 0px;
}

td.informesinborde {
    width: 110px; /*109px;*/ 
    text-align: center;
    padding: 0px;
    border-width: 0px;
}

td.informerojo {
    width: 115px; /*98px;*/
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #FF0000;
    background-image: url('../img/gradiente_rojo.png');
    z-index:2;
}

td.informeambar {
    width: 115px; /*98px;*/
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #FFC000;
    background-image: url('../img/gradiente_ambar.png');
    z-index:2;
}

td.informeverde {
    width: 115px; /*98px;*/
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #00C617;
    background-image: url('../img/gradiente_verde.png');
    z-index:2;
}

td.informeblanco {
    width: 115px; /*98px;*/
    text-align: center;
    padding: 0px;
    color: #00C617;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #FFFFFF;
    z-index:2;
}

td.informetdah {
    width: 115px; /*98px;*/
    text-align: center;
    padding: 0px;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    background-color: #54AED8;
    background-image: url('../img/gradiente_tdah.png');
    z-index:2;
}

td.subtituloanexo {
    background-color: #DDD9C3;
    text-align: center;
    font-weight: bold;
    padding: 4px;
}

td.anexo {
    text-align: center;
    font-weight: bold;
    padding: 4px;
}

td.iconosmenu {
    width: 25%;
    height: 105px;
    border-width: 2px;
    border-style: dotted;
    border-color: #C0C0C0;
    text-align: center;
    border-radius: 10px;
    background-color: #FFFFFF;
}

td.iconosmenublanco {
    width: 25%;
    height: 105px;
}

td.columnafija {
    position: absolute; 
    left:0;
    /*margin-left: -2px;*/
    padding: 5px 5px 5px;
    background-color: #F2F2F2;
    border-right: 1px solid #C0C0C0;
}

/* Estilos FORMULARIOS ---------------------------------------------------------------------------------------- */
form {
    border: 2px solid #C0C0C0;
    background-color: #F2F2F2;
    width: 550px;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
}

form.listado {
    border: 2px solid #C0C0C0;
    background-color: #F2F2F2;
    width: 920px;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.219);
}

form.informe {
    border: 2px solid #C0C0C0;
    background-color: #FFFFFF;
    width: 840px;
    margin: auto;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.219);
}

form p {
    margin: auto;
    width: 450px;
    margin-top: 5px;
    margin-bottom: 3px;
}

form input {
    border: 1px solid #CCCCCC;
    padding: 3px;
}

form input:focus {
    background-color: #FFE9AA;
    border: 1px solid #dba400;
}

form select:focus {
    background-color: #FFE9AA;
    border: 1px solid #dba400;
}

button {
    padding: 5px 10px 5px 10px;
    background-color: #dadada; 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    /*box-shadow: 1px 1px 1px grey;*/
}

button:disabled {
    padding: 5px 10px 5px 10px;
    background-color: #F2F2F2; 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

button:disabled:hover {
    background-color: #F2F2F2;
    border: 1px solid #999999;
}

button:active {
    background-color: #F2F2F2;
    border: 1px solid #999999;
}

button.peq {
    padding: 0px 3px 2px 3px;
    background-color: #dadada; 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

button.correo {
    width: 20px; 
    /*height: 13px;*/
    border: 0px;
    padding: 0px; 
}

button.correo:hover {
    border: 0px;
}

button.boton_eliminar_elemento {
    padding: 0px 5px 0px 5px;
    background-color: #dadada; 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

button.boton_entrar:before {
    content: url("../img/entrar.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_exportar:before {
    content: url("../img/excel.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_modificar:before {
    content: url("../img/edit.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_clonar:before {
    content: url("../img/clone.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_nuevo:before {
    content: url("../img/add.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_eliminar:before {
    content: url("../img/delete.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_ejecutar:before {
    content: url("../img/ejecutar.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_validar:before {
    content: url("../img/ok.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_editar:before {
    content: url("../img/edit.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_reasignar_kit:before {
    content: url("../img/reasignar_kit_but.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_guardar:before {
    content: url("../img/disco.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_guardar:disabled:before {
    content: url("../img/disco_off.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_setintransit:before {
    content: url("../img/kitintransitaction.png");
    vertical-align:-4px; 
    margin-right:8px;
}

button.boton_setintransit:disabled:before {
    content: url("../img/kitintransitactionoff.png");
    vertical-align:-4px; 
    margin-right:8px;
}

button.boton_password:before {
    content: url("../img/rec_pass.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_sincronizar:before {
    content: url("../img/sincronizar.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_buscar:before {
    content: url("../img/busqueda.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_limpiar_busqueda:before {
    content: url("../img/limpiar_busqueda.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_limpiar:before {
    content: url("../img/limpiar.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_correo:before {
    content: url("../img/email.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_aplicarhistorial:before {
    content: url("../img/date_go.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_limpiar_datospac:before {
    content: url("../img/cleardatapac.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_reset_datospac:before {
    content: url("../img/resetdatapac.png");
    vertical-align:-4px; 
    margin-right:5px;
}

.boton_mostrartodo:before {
    content: url("../img/mostrar_todo.png");
    vertical-align:-4px; 
    margin-right:5px;
}

.boton_mostrarmenos:before {
    content: url("../img/mostrar_menos.png");
    vertical-align:-4px; 
    margin-right:5px;
}

.boton_mostrartodo {
    content: url("../img/mostrar_todo.png");
}

/* Used in patient payment */
button.boton_ok:before {
    content: url("../img/ok.png");
    vertical-align:-4px; 
    margin-right:5px;
}

button.boton_cancel:before {
    content: url("../img/atencion.png");
    vertical-align:-4px; 
    margin-right:5px;
}

/* Remove button padding in FF. BUGFIX: En FireFox los botones aparecen más grandes */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:hover {
    background-color: #ffffff;
    border: 1px solid #999999;
}

button:active {
    background-color: #F2F2F2;
    border: 1px solid #000000;
}

textarea {
    resize: none;
    padding: 3px;
}

textarea:focus {
    background-color: #FFEBBA;
    border: 1px solid #dba400;
}

form.text {
    width: 400px;
}

form input[type="radio"] {
    border: 0;
    padding: 0;
    vertical-align: -15%; /* Alinea el radio-button con el texto contiguo */
}

form input[type="checkbox"] {
    border: 0;
    padding: 0;
}

/* UPDATE 2013-07-16: afegits elements per a les taules de la PGI-D */
.img_aviso_interaccion_celda {
    position: absolute; 
    top: 1px; 
    left: 48px; /* 62 */
    z-index:3;
}

.div_aviso_interaccion_celda {
    position: absolute; 
    /*left: 28px; */
    top: 0px;
    width: 115px; /* !!!!!!!!!!!!!!!!!!!!!!!!!! */
    height: 25px; 
    z-index:3;
}

/* div con el panel de infomrmación de los elementos seleccionados */
.div_lista_tconc_seleccionados {
    margin-left:auto;
    margin-right:auto;
    width:96%;
    height:130px;
    background-color:#eeeeee;
    border-style:ridge;
    border-width:2px;
    overflow:auto;
    padding:5px;
}

.stripe.order-column th {
    background-color: #FFC000;
}

/************** MSO ****************************/
.lateral{
    float:right;
    margin-right:70px;
}

.xarxa{
    margin:auto;
    height:480px;
    width: 1024px;
}

.contenedor_mso {
    width: 930px;
    margin-left: 20px;
    /*margin-top: 20px;*/
    /*border: 2px solid #0070C0;*/
    background-color: #F2F2F2;
    border: 1px solid #54AED8;
    /*padding-bottom: 10px;*/
    /*float:left;*/
    /*height: 480px;*/
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.219);
}

.contenedor_mso a {
    color: #356AA0 !important;
}

.contenedor_modifica {
    width: auto;
    margin-left:18%;
    /*margin-top: 20px;*/
    /*border: 2px solid #0070C0;*/
    background-color: #F2F2F2;
    border: 1px solid #54AED8;
    /*padding-bottom: 10px;*/
    float:left;
    height: auto;

}

.cos {
    width: 905px;
    margin-left:6px;
    margin-top: 20px;
    /*border: 2px solid #0070C0;*/
    background-color: #F2F2F2;
    border: 2px solid #aaa;
    /*padding-bottom: 10px;*/
    /*float:left;*/
    height: 412px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: auto;
}

.cos_modifica {
    width: auto;
    margin-left:6px;
    margin-right:6px;
    /*margin-top: 20px;*/
    /*border: 2px solid #0070C0;*/
    background-color: #F2F2F2;
    border: 2px solid #aaa;
    /*padding-bottom: 10px;*/
    float:left;
    height:auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -20px;
    overflow: auto;
}

.info{
    background-color: #0070C0;
    color:#FFF;
    margin:5px 5px 5px 5px;
    height:36px;
    width:auto; 
    vertical-align:middle;
    padding-top:8px;
    border-radius: 6px 6px 0px 0px;
}

.info_cerca{
    float:right;
    padding-right:10px;
    padding-top:2px;
    width: 180px;
}

.info_operacion{
    float:left;
    padding-left:5px;   
    width: 280px;
    text-decoration:none;
}

.nou{background:url(../img/add.png) left no-repeat;}
.modificar{background:url(../img/edit.png) left no-repeat;}
.eliminar{background:url(../img/delete.png) left no-repeat;}
.solicituts{background:url(../img/sincronizar.png) left no-repeat;}
.usuaris{background:url(../img/sincronizar.png) left no-repeat;}
.metges{background:url(../img/sincronizar.png) left no-repeat;}
.hospital{background:url(../img/sincronizar.png) left no-repeat;}
.kits{background:url(../img/sincronizar.png) left no-repeat;}

.infodistlblmain {
    background-color: #F7CF1D;
    font-weight: bold;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
    text-align: center;
}

.infodistlblsub {
    background-color: #F7DC65;
    font-weight: normal;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
}

.infodistlblhdr {
    background-color: #F5B387;
    font-weight: normal;
    text-align: center;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
}

.infodistintval {
    background-color: #DCE8ED;
    font-weight: normal;
    text-align: center;
    border-width: 1px;
    border-color: #54AED8;
    border-style: dotted;
}

div.iconosmenumso {
    float:left;
    /*width: 90px;*/
    margin: 5px;
    padding: 5px 0px;
    /*height: 62px;*/
    border-width: 2px;
    border-style: solid;
    border-color: #54AED8;
    text-align: center;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #356AA0 !important;
}

div.iconosmenumso:hover {
    background-color: #DADADA;
}

div.iconosmenumsoselected {
    float:left;
    /*width: 90px;*/
    margin: 5px;
    padding: 5px 0px;
    /*height: 62px;*/
    border-width: 2px;
    border-style: solid;
    border-color: #54AED8;
    text-align: center;
    border-radius: 10px;
    background-color: #C3E3F1;
    color: #356AA0 !important;
}

div.iconosmenumsoselected:hover {
    background-color: #DADADA;
}

p.iconosmenumso {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p.iconosmenumsoselected {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img.iconosmenumso {
    margin-bottom: 8px;
}

img.iconosmenumsoselected {
    margin-bottom: 8px;
}

form.menumso {
    width:auto; 
    border-style: none; 
    border-radius: 10px; 
    padding: 0px 3px; 
    background-color:#54AED8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.219);
}

/* Faltaria afegir una classe als forms dels manteniments del MSO per poder afegir també 
   els bordes superiors arrodonits i l'ombra */

/************** MSO ****************************/

legend { 
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
}			

/* Guia Usuari (UserGuide) */
div.userguide {
    margin-top: 0px;
    margin-right: 50px;
    margin-bottom: 0px;
    margin-left: 50px;
}

div.userguide_text {
    margin-top: 0px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
}

img.userguide_img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
}

/************** TAULES ESTADÍSTIQUES VENTES ****************************/

table.table_stats, table.table_stats th, table.table_stats td {
    border-collapse: collapse;
    border: 1px solid #006CA4;
}

th.table_stats_header {
    background-color: #FFC617;
    max-width: 10px;
    margin-bottom: 50px;
    /*height: 40px;*/
    /*white-space: nowrap;*/ 
    overflow: hidden;
    text-overflow: ellipsis;
}

td.table_stats_rowheader {
    text-align: center;
    font-weight: bold;
    /*background-color: #D3D3D3;*/
    background-color: #FFEB8C;
    max-width: 10px;
}

td.table_stats_rowheadersubtotal {
    text-align: center;
    font-weight: bold;
    background-color: #FFC617;
    max-width: 10px;
}

td.table_stats_normal {
    text-align: center;
    background-color: #FFFFFF;
    max-width: 10px;
}

td.table_stats_subtotal {
    text-align: center;
    background-color: #DCE6F1;
    font-weight: bold;
    max-width: 10px;
}

td.table_stats_totallabel, th.table_stats_totallabel {
    text-align: center;
    background-color: #E6AE1E;
    font-weight: bold;
    max-width: 10px;
}

td.table_stats_totalseriecolumns {
    text-align: center;
    background-color: #6EABD8;
    font-weight: bold;
    max-width: 10px;
}

td.table_stats_totalserierows {
    text-align: center;
    background-color: #DCE6F1;
    font-weight: bold;
    max-width: 10px;
}

td.table_stats_totalsubtotal {
    text-align: center;
    background-color: #6EABD8;
    font-weight: bold;
    max-width: 10px;
}

td.table_stats_totalvalue {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    /*background-color: #D20606;*/
    background-color: #0070C0;
    max-width: 10px;
}

/*NEW MODULE*/
.box-principal{
    border: 2px solid #C0C0C0;
    background-color: #F2F2F2;
    width: 550px;
    margin: auto;
    margin-bottom: 20px;
    padding: 1.5rem;
    clear: both;
    display: table;
}
.box-principal-boximg{
    width: 11%;
    float: left;
}
.box-principal-boximg-img{
    height: 50px;
    object-fit: scale-down;
    border-right: 2px solid #C0C0C0;
}
.box-principal-boxmsg{
    width: 89%;
    float: left;
}
.box-principal-SamplesIdsbox{
    height: auto;
    float: right;
    border: 2px solid #0070C0;
    border-radius: 7px;
    margin: 6% 9% 2% 0%;
    display: none;
}
.box-principal-SamplesIdsbox-title{
    color: #FFFFFF;
    background-color: #0070C0;
    padding: 0.5rem;
}
.box-principal-SamplesIdsbox-content{
    padding: 1rem;
    text-align: center;
}
.box-principal-RSfailsbox-title{
    color: #0070C0;
    text-align: center;
    text-decoration: underline;
    margin: 1rem 0rem 1rem 0rem;
    cursor:pointer;
}
/*.box-principal-RSfailsbox-content{
    width: 100%;
    height: auto;
    clear: both;
}*/
.box-principal-RSfailsbox-SampleId{
    color: #0070C0;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 2%;
    text-decoration: underline;
    padding: 0rem 0rem 1rem 0rem;
}
/*.box-principal-RSfailsbox-RSfail1{
    color: #0070C0;
    font-size: 11px;
    float: left;
    margin-top: 2px;
    width: 15%;
    margin-left: 11%;
    padding: 0rem 0rem 1rem 0rem;
}
.box-principal-RSfailsbox-RSfail1-input{
    float: left;
    margin-bottom: 0.5rem;
    width: 18%;
    margin-right: 6%;
    padding: 0rem 0rem 0rem 0rem;
}*/
.box-principal-RSfailsbox-RSfail2{
    color: #0070C0;
    font-size: 11px;
    float: left;
    margin-top: 2px;
    padding: 0rem 0rem 1rem 0rem;
    width: 13%;
}
.box-principal-RSfailsbox-RSfail2-input{
    float: left;
    margin-bottom: 0.5rem;
    width: 18%;
    margin-left: 3%;
    padding: 0rem 0rem 0rem 0rem;
}
.box-principal-RSfailsbox-checkbox{
    float: left;
    margin-top: 0.2rem;
    margin-left: 2rem;
}
.box-principal-RSfailsbox-button-rewrite{
    height: auto;
    width: 20%;
    border: 2px solid #0070C0;
    border-radius: 3px;
    padding: 0.5rem;
    margin: 0rem 0rem 1rem 19.5rem;
}
.box-principal-RSfailsbox-return-rewrite{
    width: 100%;
    text-align: center;
    color: #0070C0;
}
.box-principal-Version-box{
    text-align: right;
    padding-top: 24px;
    padding-right: 35px;
    padding-bottom: 0px;
}
/* Css for Boostrap align content in a div vertical ej:img + text */
.flex_views{display: flex;flex-wrap: wrap;align-content: center;align-items: center;}
/* Css for Bosstrap align content in a div start / center / end */
.flex_content_start{display: flex;align-items: center;justify-content: flex-start;}
.flex_content_center{display: flex;align-items: center;justify-content: center;}
.flex_content_end{display: flex;align-items: center;justify-content: flex-end;}
/*templates*/
.center-row{
    max-width: none !important;
    width: 100rem;
    margin: 0 auto !important; 
}
.sep-vertical{
    height: 30px;
}
.no-padding{
    padding: 0px !important;
}
.cabecera2{
    background-image: url(../img/fondo_cabecera.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 15px;
    background-color: #FFFFFF;
}
.desconectar2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: right;
}
.menu2{
    height: 30px;
    background-color: #54AED8;
    padding-top: 0.5rem;
}
.menu2R{
    background-color: #54AED8;
    left: -30rem;
    position: absolute !important;
    top: 15.5rem;
}
.menu2R div{
    padding: 1rem !important;
    margin: 1rem 0rem 1rem -0.3rem;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
}
.menu2 a , .menu2R a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}
.menu2R-boton-img{
    height: 25px;
    object-fit: scale-down;
    margin-top: -0.5rem;
    display: none;
}
.menu2R div:hover{
    background-color: #fff;
    transition: all 500ms;
}
.menu2R a:hover{
    color: #54AED8;
    transition: all 200ms;
}

.menuFlex{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.body-row{
    background-color: #fff;
    position: inherit;
    max-width: none !important;
    width: 100rem;
    margin: 0 auto !important;
}
.body-row-content{
    margin-top: 5rem;
    margin-bottom: 5rem;
    border: 2px solid #0070C0;
    background-color: #F2F2F2;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}
.Pin{
    position: inherit !important;
}
.footer-row{
    background-color: #fff;
    position: inherit;
    max-width: none !important;
    width: 100rem;
    margin: 0 auto !important;
    background-image: url(../img/fondo_pie.png);
    background-size: contain;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.tittleh2{
    color: #0072BC;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.tittleh2-button{
    text-align: center;
    padding: 5px 10px 5px 10px;
    background-color: #dadada;
    color: #0072BC;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-radius: 3px;
    cursor: pointer;
}
.tittleh2-button:hover{
    background-color: #fff;
    border: 1px solid #999999;
    transition: inherit !important;
}
.ptxt{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0070C0;
}
.ptxt2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0070C0;
    margin-bottom: 0px !important;
}
.ptxt3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0070C0;
    margin-top: 2rem;
}
.ptxt4{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0070C0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ptxt5{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    margin-bottom: 0.5rem;   
}
.ptxt6{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 1rem;   
}
/*.nbutton{
    border: 2px solid #0070C0;
    margin-bottom: 1.3rem;
}
.nbutton:hover{
    background-color: #ffffff !important;
    border: 2px solid #999999 !important;
}*/
/*.show-notes{
    height: 0rem;
    border: 2px solid #C0C0C0;
}*/
.no-view{
    visibility: hidden;
}
.show-data-request{
    height: 0rem;
    border: 2px solid #C0C0C0;
}
.show-data-results{
    height: 0rem;
    border: 2px solid #C0C0C0;
}
.no-mtop{
    margin-top: 0px !important;
}
.warning-img{
    height: 4rem;
    object-fit: scale-down; 
}
.ceroshow{font-size: 0px;}
.nbutton2{
    border: 2px solid #0070C0;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}
.nbutton2:hover{border: 2px solid #0070C0;}
.p_r_similar_modify:hover{background-color: #ffc762;}
.pin{position: inherit !important;}
@media screen and (max-width: 1020px){
    .center-row{width: 75rem ;}
    .body-row{width: 75rem ;}
    .footer-row{width: 75rem ;}
}

@media screen and (max-width: 991px){
    .no-mtop{margin-top: 20px !important;}
    .ptxt3{margin-top: 0px !important;}
}

@media screen and (max-width: 767px){
    .center-row{width: auto !important;}
    .body-row{width: auto !important;}
    .footer-row{width: auto !important;}
    .menu2 a{display: none;}
    .menu2R{display: block !important;}
    .menu2R-boton-img{display: block !important;}
}

@media screen and (max-width: 480px){
    .menu2R{
        max-width: none !important;
        width: 20rem !important;
    }
}
/*templates*/
/*NEW MODULE*/
/*ML MODULE*/
.form-control-no-w{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*ML MODULE*/

/*NFG Data Center Module*/
.menu_option_active{border-radius: 0px !important;background-image: linear-gradient(to bottom,#54aed8 0,#1b8ccb 100%);border-color: #1b8ccb !important;color:#fff !important;}
.box-info{padding:1rem !important;background-image: linear-gradient(120deg,#54aed8 0,#1b8ccb 100%);cursor: pointer;}
.box-content-num{font-size: 30px;color: #fff;text-align: center;margin: 0px;}
.box-content-text{font-size: 20px;color: #fff;text-align: center;margin: 0px;}
/*NFG Data Center Module*/

/*Feedbacks*/
.contenedor{
    width: auto;
    margin: auto;
    border: 2px solid #004F51;
    background-color: #F2F2F2;
    padding:1rem !important;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.419);
}

.titulo-box{
    color: #FFFFFF;
    background-color: #0070C0;
    padding: 5px 0px 5px;
    border-radius: 6px 6px 0px 0px;
}

.titulo-box h1{
    font-size:16px !important;
    text-align:center;
    color: #fff;
}

.contenedor span{
    width: auto;
    font-size: 13px;
    color: #000 !important;
    margin: inherit;
    margin-bottom: 0px !important;
    font-weight: 500;
}

.question-box{
    border: 2px solid #C0C0C0;
    border-radius: 9px 9px 9px 9px;
    background-color: #F2F2F2;
    padding: 10px;
}

.question-title-box{
    background-color: #FDAA63;
    padding: 5px 0px 5px;
    border-radius: 9px 9px 9px 9px;
    margin-bottom: 0.5rem;
}

.question-title-box h2{
    width:auto;
    font-size:12px;
    text-align: center;
    color:#000 !important;
    font-weight: bold;
}

.question-box p{
    width:auto;
    font-size:12px;
    color:#000 !important;
    font-weight: normal;
    margin-left: 2rem;
}

.questionari-img:hover{
    border: 2px solid #0070C0 !important;
    border-radius: 10px !important;
}

.buttons{
    padding: 5px 10px 5px 10px;
    background-color: #dadada;
    border: 1px solid #999999;
    font-size: 12px;
}

.feedback-modal{
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.feedback-modal-header{
    background-color: #54AED8;
    margin: 15% auto;
    padding: 20px;
    border: 2px solid #0070C0;
    width: 40%;
}

.feedback-modal-content{
    background-color: #F2F2F2;
    margin: 5% auto;
    padding: 1rem;
    border: 2px solid #0070C0;
    border-radius: 9px 9px 9px 9px;
    width: 40%;
}

.feedback-close {
    color: #0072BC;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.feedback-close:hover,
.feedback-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.acceso-pacientes{
    padding: 5px 10px 5px 10px;
    background-color: #dadada; 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.acceso-pacientes:before {
    content: url("../../img/entrar.png");
    vertical-align:-4px; 
    margin-right:5px;
}
/*Feedbacks*/

/* About Dialog */
.about_label_dialog_close {
    cursor: pointer; 
    font-size: 24px; 
    color: #0C4B86; 
    padding-left: 6px; 
    padding-right: 6px; 
    float: right; 
    z-index: 255; 
    position: relative;
}

.about_label_dialog_close:hover {
    cursor: pointer; 
    font-size: 24px; 
    background-color: #F2682A; 
    color: #F3F3F4; 
    padding-left: 6px; 
    padding-right: 6px; 
    float: right; 
    z-index: 255; 
    position: relative;
}

.about_label_textarea_version {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    color: #06396C; 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px; 
    padding-right: 6px; 
    margin-top: -493px;
    margin-left: 40px;
    float: left;
    width: 300px;
    z-index: 255; 
    position: relative;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.about_label_textarea_date {
    font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: #06396C; 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px; 
    padding-right: 6px; 
    margin-top: -405px;
    margin-left: 533px;
    float: left;
    width: 100px;
    z-index: 255; 
    position: relative;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.about_label_dialog_overlay_window {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
    overflow: auto;
}

.button_accept_ifu:disabled {
    cursor: default;
    color: #AEAEAE;
    border: 1px solid #AEAEAE;
}

.button_accept_ifu:hover:not([disabled]) {
    cursor: pointer;
    background-color: #FAFAFA;
    color: #54AED8;
    border: 1px solid #54AED8;
}

.button_accept_ifu:not([disabled]) {
    background-color: #FAFAFA;
    color: #444444;
    border: 1px solid #444444;
}

.DialogInfoP {
	/*text-align: justify;*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.DialogInfoIfuP {
	/*text-align: justify;*/
	color: #FFFFFF;
	font-size: 16px;
    line-height: 1.4;
}

.DialogInfoIfuCheck {
	color: #FFFFFF;
	font-size: 15px;
    /* line-height: 1.4; */
}

.DialogInfoIfuButton {
    height: 40px;
    width: 180px;
    font-weight: bold;
    font-size: 16px;
}

.DialogInfoIfuLink {
	color: #d3d3d3;
    text-decoration: underline;
	font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
}

.DialogInfoIfuLink:visited {
	color: #d3d3d3 !important;
}
