/* inizio demo valduce */

.bcs-head {
    display: none;
}

.sidebar {
    display: none;
}

.body {
    left: 0;
    height: 100%;
    padding: 0;
}

.wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.content {
    height: 100%;
}

    .content > .row-fluid {
        height: 100%;
    }

        .content > .row-fluid > .span12 {
            height: 100%;
        }

.dataTables_length {
    visibility: hidden;
}

.dataTables_filter {
    width: 99%;
}

    .dataTables_filter input {
        width: 93%;
        margin-left: 20px;
    }

.dataTables_scrollHead {
    display: none;
}

.dataTables_paginate > span > .paginate_button.current,
.dataTables_paginate > span > .paginate_button.current:focus,
.dataTables_paginate > span > .paginate_button.current:hover,
.dataTables_paginate > .paginate_button.current,
.dataTables_paginate > .paginate_button.current:focus,
.dataTables_paginate > .paginate_button.current:hover {
    background: #62b57e !important;
}

.dataTables_paginate > span > .paginate_button,
.dataTables_paginate > .paginate_button {
    background: #215ba1 !important;
}

    .dataTables_paginate > span > .paginate_button:focus,
    .dataTables_paginate > span > .paginate_button:hover,
    .dataTables_paginate > .paginate_button:focus,
    .dataTables_paginate > .paginate_button:hover {
        background: #5a8cc9 !important;
    }

    .dataTables_paginate > span > .paginate_button.disabled,
    .dataTables_paginate > span > .paginate_button.disabled:focus,
    .dataTables_paginate > span > .paginate_button.disabled:hover,
    .dataTables_paginate > .paginate_button.disabled,
    .dataTables_paginate > .paginate_button.disabled:focus,
    .dataTables_paginate > .paginate_button.disabled:hover {
        background-color: rgb(214, 214, 214) !important;
    }

.body .content .table td.codiceEsame {
    color: #215ba1;
    font-size: 15px;
    vertical-align: middle;
}

.body .content .table td.codiceRegionale {
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
}

.body .content .table td div.descrizionePrestazioneLab {
    font-size: 15px;
}

.body .content .table td div.sinonimiPrestazione {
    font-size: 14px;
    font-style: italic;
    color: #62b57e;
}

.body .content .table td div.settore {
    font-size: 11px;
    color: #5a8cc9;
    min-height: 22px;
}

.body .content .table td div.materiale {
    font-size: 11px;
    font-style: italic;
}

.body .content .table th.colonnaNascosta {
    display: none;
}

.body .content .table td.colonnaNascosta {
    display: none;
}

.dettaglioPrestazione {
    display: none;
    position: absolute;
    height: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 999;
}

    .dettaglioPrestazione > div {
        position: relative;
        height: 100%;
        width: 100%;
    }

.menu a {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

.dettaglio {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    font-size: 14px;
}

    .dettaglio div {
        float: left;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .dettaglio div::before {
            font-style: italic;
            color: #5a8cc9;
        }

        .dettaglio div:empty::after {
            content: 'n.d.';
            font-style: italic;
        }

    .dettaglio > .descrizionePrestazioneLab {
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #215ba1;
    }

    .dettaglio > .sinonimi {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        color: #62b57e;
    }

    .dettaglio > .codiceEsame {
        width: 33%;
    }

        .dettaglio > .codiceEsame::before {
            content: 'Codice: ';
        }

    .dettaglio > .codiceRegionale {
        width: 33%;
        text-align: center;
    }

        .dettaglio > .codiceRegionale::before {
            content: 'Codice Regionale: ';
        }

    .dettaglio > .codiceLoinc {
        width: 33%;
        text-align: right;
    }

        .dettaglio > .codiceLoinc::before {
            content: 'Codice LOINC: ';
        }

    .dettaglio > .tipoCampione {
        width: 50%;
    }

        .dettaglio > .tipoCampione::before {
            content: 'Campione: ';
        }

    .dettaglio > .metodo {
        display: none;
    }

        .dettaglio > .metodo::before {
            content: 'Metodo: ';
        }

    .dettaglio > .metodoTesto {
        width: 50%;
    }

        .dettaglio > .metodoTesto::before {
            content: 'Metodo: ';
        }

    .dettaglio > .settore {
        width: 50%;
    }

        .dettaglio > .settore::before {
            content: 'Settore: ';
        }

    .dettaglio > .materiale {
        width: 50%;
    }

        .dettaglio > .materiale::before {
            content: 'Materiale: ';
        }

    .dettaglio > .significatoDiagnostico {
        width: 100%;
    }

        .dettaglio > .significatoDiagnostico:empty {
            display: none;
        }

        .dettaglio > .significatoDiagnostico::before {
            content: 'Significato diagnostico: ';
        }

    .dettaglio > .preparazioneSpecifica {
        width: 100%;
    }

        .dettaglio > .preparazioneSpecifica:empty::after {
            content: '';
        }

        .dettaglio > .preparazioneSpecifica::before {
            content: 'ATTENZIONE: Questo esame presenta una preparazione specifica.';
            color: red;
            font-weight: bold;
        }

    .dettaglio > .preparazionePaziente {
        width: 100%;
    }

        .dettaglio > .preparazionePaziente:empty {
            display: none;
        }

        .dettaglio > .preparazionePaziente::before {
            content: 'Preparazione all\'esame: ';
        }

    .dettaglio > .luogoEsecuzioneEsame {
        width: 100%;
    }

        .dettaglio > .luogoEsecuzioneEsame:empty {
            display: none;
        }

        .dettaglio > .luogoEsecuzioneEsame::before {
            content: 'Luogo esecuzione esame: ';
        }

    .dettaglio > .consegnaReferto {
        width: 100%;
    }

        .dettaglio > .consegnaReferto:empty {
            display: none;
        }

        .dettaglio > .consegnaReferto::before {
            content: 'Tempi di consegna: ';
        }

        .dettaglio > .consegnaReferto::after {
            content: ' giorni';
        }

    .dettaglio > .etichetta {
        display: inline-block;
    }

        .dettaglio > .etichetta::before {
            content: 'Etichetta: ';
        }

    .dettaglio > .etichettaInStampa {
        display: none;
    }

    .dettaglio > .etichettaNome {
        display: inline-block;
        width: 50%;
        padding-left: 0;
    }

        .dettaglio > .etichettaNome::before {
            content: ' - ';
        }

    .dettaglio > .etichettaNomeInStampa {
        display: none;
    }

    .dettaglio > .contenitore {
        width: 50%;
    }

        .dettaglio > .contenitore::before {
            content: 'Contenitore: ';
        }

    .dettaglio > .noteConservazione {
        width: 100%;
    }

        .dettaglio > .noteConservazione:empty {
            display: none;
        }

        .dettaglio > .noteConservazione::before {
            content: 'Note di conservazione: ';
        }

    .dettaglio > .maschereAnalisi {
        margin-top: 30px;
        display: table;
        text-align: center;
        width: 100%;
    }

        .dettaglio > .maschereAnalisi::before {
            content: 'Parametri';
            color: #62b57e;
        }

        .dettaglio > .maschereAnalisi > .mascheraAnalisi {
            display: table-row;
            text-align: left;
            width: 100%;
        }

            .dettaglio > .maschereAnalisi > .mascheraAnalisi > .descrizioneMascheraAnalisi {
                display: table-column;
                width: 50%;
                font-size: 20px;
                color: #215ba1;
            }

            .dettaglio > .maschereAnalisi > .mascheraAnalisi > .unitaMisura {
                display: table-column;
                width: 25%;
            }

                .dettaglio > .maschereAnalisi > .mascheraAnalisi > .unitaMisura::before {
                    content: 'Unità di misura: ';
                }

            .dettaglio > .maschereAnalisi > .mascheraAnalisi > .codiceLoinc {
                display: table-column;
                text-align: right;
                width: 25%;
            }

                .dettaglio > .maschereAnalisi > .mascheraAnalisi > .codiceLoinc::before {
                    content: 'Codice LOINC: ';
                }

            .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento {
                display: table-row;
                text-align: center;
                width: 100%;
            }

                .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento::before {
                    content: 'Valori di riferimento';
                    color: #62b57e;
                }

                .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento {
                    display: table-row;
                    text-align: left;
                    width: 100%;
                    padding: 1px;
                }

                    .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento > .sesso {
                        display: table-column;
                        width: 20%;
                    }

                        .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento > .sesso::before {
                            content: 'Sesso: ';
                        }

                    .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento > .eta {
                        display: table-column;
                        width: 30%;
                    }

                        .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento > .eta::before {
                            content: 'Età: ';
                        }

                    .dettaglio > .maschereAnalisi > .mascheraAnalisi > .valoriRiferimento > .valoreRiferimento > .testoValoreRiferimento {
                        display: table-column;
                        width: 50%;
                        white-space: pre;
                    }

/* fine demo valduce */

/* main */
.bcs-app-back {
    background: #212121 !important;
}

.bcs-app-color, .block .head .bcs-app-color {
    color: #212121 !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border-top: 2px solid #212121;
    color: #212121;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #212121;
    border: 1px solid #212121;
    color: #FFFFFF;
}

/* per mantenere visibili anche quelli disabilitati */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background: #212121;
    border: 1px solid #212121;
}

.nav-tabs > li > a {
    background: #212121;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #393939;
    color: #fff;
}

.body .content .table th {
    background: #212121;
    color: #FFFFFF;
}

/* nav bar */
.bcs-head .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.bcs-head .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.bcs-head .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #010101;
}

.navbar-inverse .nav > li > a:hover {
    background-color: #393939;
}

.bcs-head .navbar-inverse .nav .active > a {
    background-color: #010101;
}

.navbar-inverse .nav > li > a:focus {
    background-color: #010101;
}

.bcs-head .navbar-inverse .nav .active > a {
    background-color: #010101;
}

.navbar-inverse .nav > li > .dropdown-menu {
    border-bottom: 3px solid #010101;
    border-left: 3px solid #010101;
    border-right: 3px solid #010101;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background: #010101;
    filter: none;
}

.dropdown-submenu > .dropdown-menu {
    border: 3px solid #010101;
}

/* BTN */
.menu-body {
    background: #393939;
}

/* default */
.ui-dialog .ui-dialog-buttonpane button, .btn {
    background: #212121;
    color: #F9F9F9;
    outline: none;
}

    .btn:focus, .btn:hover, .btn:active, .btn.active {
        background: #393939;
        color: #FFF;
        outline: none;
    }

    .ui-dialog .ui-dialog-buttonpane .btn:focus, .btn:hover, .btn:active, .btn.active {
        background: #393939;
        color: #FFF;
        outline: none;
    }
    /* primary */
    .ui-dialog .ui-dialog-buttonpane button.btn-primary,
    .btn-primary {
        background: #010101;
        border: 0;
    }

        .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
            background: #393939;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
            background: #393939;
            border: 0;
        }
    /* info */
    .ui-dialog .ui-dialog-buttonpane button.btn-info,
    .btn-info {
        background: #FFAA31;
        border: 0;
    }

        .btn-info:focus,
        .btn-info:hover,
        .btn-info:active,
        .btn-info.active {
            background: #FF990F;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-info:focus,
        .btn-info:hover,
        .btn-info:active,
        .btn-info.active {
            background: #FF990F;
            border: 0;
        }
    /* success */
    .ui-dialog .ui-dialog-buttonpane button.btn-success,
    .btn-success {
        background: #393939;
        border: 0;
    }

        .btn-success:focus,
        .btn-success:hover,
        .btn-success:active,
        .btn-success.active {
            background: #555555;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-success:focus,
        .btn-success:hover,
        .btn-success:active,
        .btn-success.active {
            background: #555555;
            border: 0;
        }
    /* warning */
    .ui-dialog .ui-dialog-buttonpane button.btn-warning,
    .btn-warning {
        background: #D53F26;
        border: 0;
    }

        .btn-warning:focus,
        .btn-warning:hover,
        .btn-warning:active,
        .btn-warning.active {
            background: #CC3E24;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-warning:focus,
        .btn-warning:hover,
        .btn-warning:active,
        .btn-warning.active {
            background: #CC3E24;
            border: 0;
        }
    /* danger */
    .ui-dialog .ui-dialog-buttonpane button.btn-danger,
    .btn-danger {
        background: #C22439;
        border: 0;
    }

        .btn-danger:focus,
        .btn-danger:hover,
        .btn-danger:active,
        .btn-danger.active {
            background: #AA2031;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-danger:focus,
        .btn-danger:hover,
        .btn-danger:active,
        .btn-danger.active {
            background: #AA2031;
            border: 0;
        }
    /* inverse */
    .ui-dialog .ui-dialog-buttonpane button.btn-inverse,
    .btn-inverse {
        background: #222;
        border: 0;
    }

        .btn-inverse:focus,
        .btn-inverse:hover,
        .btn-inverse:active,
        .btn-inverse.active {
            background: #1A1A1D;
            border: 0;
        }

        .ui-dialog .ui-dialog-buttonpane .btn-inverse:focus,
        .btn-inverse:hover,
        .btn-inverse:active,
        .btn-inverse.active {
            background: #1A1A1D;
            border: 0;
        }

.btn-link {
    background: transparent;
    color: #333;
}

    .btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link.active {
        background: transparent;
        color: #333;
    }

.ui-datepicker {
    z-index: 100000 !important;
}

/* dataTables */
.body .content .table thead th.sorting, .body .content .table thead td.sorting {
    background: url('../../img/backgrounds/dropdown_arrow.png') right center no-repeat #212121;
}

.body .content .table thead th.sorting_asc, .body .content .table thead td.sorting_asc {
    background: url('../../img/backgrounds/dropdown_arrow_up.png') right center no-repeat #212121;
}

.body .content .table thead th.sorting_desc, .body .content .table thead td.sorting_desc {
    background: url('../../img/backgrounds/dropdown_arrow_down.png') right center no-repeat #212121;
}

.body .content .table tbody td.nowrap {
    white-space: nowrap;
}

/* jQuery Dialog*/
.ui-dialog .body {
    height: 100% !important;
}

    .ui-dialog .body .content {
        height: 100% !important;
        position: relative !important;
    }

.ace-settings-container {
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 12;
}

.breadcrumbs-fixed .ace-settings-container {
    top: 9px;
}

.btn.ace-settings-btn {
    float: left;
    display: inline-block;
    width: 30px !important;
    text-align: left;
    -webkit-border-radius: 6px 0 0 6px !important;
    -moz-border-radius: 6px 0 0 6px !important;
    border-radius: 6px 0 0 6px !important;
    opacity: 0.55;
    padding: 1px 0 1px 5px;
    filter: alpha(opacity=55);
    vertical-align: top;
    margin: 0;
}

    .btn.ace-settings-btn:hover,
    .btn.ace-settings-btn.open {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.ace-settings-box {
    display: none;
    float: left;
    width: 250px;
    padding: 0 0px;
    background-color: #FFF;
}

    .ace-settings-box.open {
        display: inline-block;
    }

    .ace-settings-box > div {
        margin: 0px 0;
        color: #444;
        /* max-height: 24px; */
    }

        .ace-settings-box > div > label {
            font-size: 13px;
        }

/* switch alert */
#topalert {
    z-index: 99999;
}

.printpdfjs {
    display: inline-block;
    width: 22px;
    height: 18px;
    position: relative;
    bottom: -4px;
    background: url('../../img/toolbarButton-print.png') center center no-repeat #000000;
}

.circle-loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    bottom: -11px;
    background: url('../../img/loaders/2d_4.gif') center center no-repeat;
}

.body .content .table td {
    color: #000;
}

.btn-group .btn.active:before {
    content: "✓";
    display: inline;
    width: 10px;
    height: 10px;
    position: relative;
    font-family: 'Cabin';
    font-weight: 700;
    font-size: 10px;
    margin-right: 6px;
}

/* nuovo stile paginazione */
.dataTables_paginate > span > .paginate_button,
.dataTables_paginate > .paginate_button {
    background: #212121;
    color: #F9F9F9;
}

    .dataTables_paginate > span > .paginate_button:focus,
    .dataTables_paginate > span > .paginate_button:hover,
    .dataTables_paginate > .paginate_button:focus,
    .dataTables_paginate > .paginate_button:hover {
        background: #393939;
        color: #FFF;
    }

.btn-lab {
    background-color: #212121 !important;
}

    .btn-lab:disabled {
        opacity: 1;
        background-color: #212121 !important;
    }

.btn-cup {
    background-color: #599422 !important;
}

    .btn-cup:disabled {
        opacity: 1;
        background-color: #599422 !important;
    }

.btn-degenza {
    background-color: #B987AB !important;
}

    .btn-degenza:disabled {
        opacity: 1;
        background-color: #B987AB !important;
    }

.btn-prericovero {
    background-color: #B987AB !important;
}

    .btn-prericovero:disabled {
        opacity: 1;
        background-color: #B987AB !important;
    }

.btn-prontoSoccorso {
    background-color: #D83519 !important;
}

    .btn-prontoSoccorso:disabled {
        opacity: 1;
        background-color: #D83519 !important;
    }

.btn-richiestaServizio {
    background-color: #7F2171 !important;
}

    .btn-richiestaServizio:disabled {
        opacity: 1;
        background-color: #7F2171 !important;
    }

.info-paziente {
    min-width: 600px;
    max-height: 350px;
    overflow: auto;
}

.info-prestazione {
    overflow-y: auto;
    min-width: 700px !important;
    /*min-width: 575px;*/
    max-height: 350px;
}

.popover {
    z-index: 1200;
}

/**/
.popover {
    max-width: none;
}

.nowrap {
    white-space: nowrap;
}

/* Wildcard */
.popover-wildcard .popover-content {
    padding: 0px !important;
    width: 150px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
}

/** DIALOG PULSANTE A SINISTRA **/
.leftButton {
    /*position: absolute;
    left: 0px;*/
    float: left;
}

.certificato-true {
    background: #68AF27 !important;
}

.certificato-false {
    background: #D53F26 !important;
}

.tip, .tipb {
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.inline {
    display: inline-block;
}

.margintop10 {
    margin-top: 10px;
}

.space-between {
    justify-content: space-between;
    position: relative;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.pr10 {
    padding-right: 10px;
}

.dropdown-menu > li > a.disabled {
    color: #ffffff;
    cursor: default;
}

.lista-multiplo {
    line-height: 12px;
}

.w100 {
    width: 100%;
}

.w100i {
    width: 100% !important;
}

table.w100 {
    width: 100%;
}

    table.w100 .nav.nav-tabs.nmb {
        min-height: 26px;
    }

.f2-flussovalore-descrizione {
    margin-left: 5px !important;
    margin-top: 1px;
}

.btn-fluido-valore-bool {
    width: 33%;
    border-width: 0 2px;
    border-style: solid;
}

.btn-non-definito {
    background-color: #ffaa31 !important;
}

    .btn-non-definito:disabled {
        opacity: 1;
        background-color: #ffaa31 !important;
    }

.btn-vero {
    background-color: #68af27 !important;
}

    .btn-vero:disabled {
        opacity: 1;
        background-color: #68af27 !important;
    }

.btn-falso {
    background-color: #c22439 !important;
}

    .btn-falso:disabled {
        opacity: 1;
        background-color: #c22439 !important;
    }

.body .content .child-table {
    width: 100%;
    margin: 10px 0;
}

    .body .content .child-table th {
        background: none;
        color: #000;
        border-bottom: 1px solid black;
    }

/* Formatta XML */

pre.prettyprint {
    max-height: 100%;
    overflow: auto;
    margin-bottom: 5px;
    white-space: pre;
    word-wrap: normal;
    padding: 0px;
}
/* eof Formatta XML*/

.lh20 {
    line-height: 20px !important;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

.lightgray {
    color: lightgray;
}

.h100 {
    height: 100%;
}

.filtro-stampa-custom {
    display: inline-block;
    width: max-content;
    margin: 2px 20px;
    min-width: 300px;
    max-width: 700px;
}

#grigliaEsami_filter input {
    width: 90%;
}