﻿
.table-wrapper {
    display: table;
    width: 100%;
    border-collapse: separate;
}

div.cke_notifications_area {
    display: none !important;
}

.breadcrumb {
    text-transform: none !important;
}

.breadcrumbs {
    background: none !important;
}

.page-header {
    background: none !important;
}

.page-title {
    background: none !important;
}

.breadcrumb {
    background: none !important;
}

.contcard {
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 0;
}

.boxdash {
    color: #FFFFFF;
    padding: 30px 30px;
    height: 134px;
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    margin-bottom: 0;
    border-radius: 5px;
    border: 0;
    box-shadow: 5px 5px 5px #dddddd;
}

.boxdash2 {
    color: #FFFFFF;
    padding: 10px 30px;
    height: 104px;
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    border: 0;
    box-shadow: 5px 5px 5px #dddddd;
}

.content {
    border-radius: 5px !important;
}

.radiusbottom {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radiustop {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cssfiltro {
    background: #FFFFFF;
    border: 0;
    padding: 5px;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

#headingOne {
    padding-left: 15px;
}

#collapseOne {
    padding: 15px;
}

.azzurro {
    background: #20a8d8;
}

.blu {
    background: #0e6ab5;
}

.giallo {
    background: #fec107;
}

.txtgiallo {
    color: #fec107;
}

.txtrosso {
    color: #ff0000;
}

.txtverde {
    color: #0ea811;
}

.txtazzurro {
    color: #20a8d8;
}

.bgbianco {
    background: #FFFFFF;
}

.size26 {
    font-size: 26px;
}

.size22 {
    font-size: 22px;
}

.boxdashtop {
    border: 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #dddddd;
}

.txtgrigio {
    color: #888888;
}

.leftbox {
    float: left;
    padding: 5px;
}

.clear {
    clear: both;
}

.numdash {
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    font-size: 24px;
    color: #888888;
    padding-right: 30px !important;
}

.txtstato {
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    font-size: 16px;
    color: #888888;
    line-height: 200%;
}

.fontRoboto {
    font-family: 'Segoe UI','Roboto', sans-serif !important;
}

.titdash {
    font-size: 20px;
    font-weight: 400;
}

.titdash1 {
    font-size: 20px;
    font-weight: 400;
}

.titdash2 {
    font-size: 24px;
    font-weight: 400;
}

div.lktitdash {
    cursor: pointer;
}

    div.lktitdash:hover {
        color: #249efa;
    }


/** CSS TABELLA **/

.mytable td {
    font-size: 12px;
}

table.mytableGeneric {
    margin-bottom: 250px;
}

.marginb0 {
    margin-bottom: 0 !important;
}

table.mytableGeneric td, th, tbody {
    border: 0 !important;
}

table.mytableGeneric th {
    background: #EEEEEE;
    color: #000000;
    white-space: nowrap;
    font-weight: bold;
}

    table.mytableGeneric th a {
        color: #000000;
    }

        table.mytableGeneric th a:hover {
            color: #1eb4ff;
            text-decoration: underline;
        }

table.tablefontsmall td {
    font-size: small;
}



.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.fasciaTitolo {
    width: 100%;
    padding: 5px 15px;
    background: #20a8d8;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0;
    box-shadow: 5px 5px 5px #dddddd;
    margin-bottom: 20px;
}
/*****************/

/**** FILTRO *****/
.in {
    display: block;
}

.titoloSezione {
    font-size: 26px;
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    font-weight: bold;
    padding: 10px 0;
    color: #20a8d8;
}

.bold {
    font-weight: bold;
}
/*****************/

.margintop5 {
    margin-top: 5px;
}

.bianco {
    color: #FFFFFF;
}

.rcornersaldo {
    border: 30px solid #20a8d8;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    font-family: 'Segoe UI','Roboto', sans-serif !important;
}

.defaultfont {
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    display: block;
    margin: 5px 0;
}

h1, h1, h3, h4, h5 {
    font-family: 'Segoe UI','Roboto', sans-serif !important;
}

table.border0 td {
    border: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.txtbig {
    font-size: 30px;
}

.boxSincroConfig {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('/img/backgroundcaricamento.png') repeat top left;
    z-index: 1000;
}

.boxSincro {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('/img/backgroundcaricamento.png') repeat top left;
    z-index: 1000;
}

.boxSincroIn {
    width: 350px;
    margin: 10% auto;
    background: #FFFFFF;
    padding: 10px;
}

.boxBanner {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('/img/backgroundcaricamento.png') repeat top left;
    z-index: 1000;
}

.boxBannerIn {
    width: 600px;
    margin: 40px auto;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 15px;
}

.boxBannerAlert {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('/img/backgroundcaricamento.png') repeat top left;
    z-index: 1000;
}

.boxBannerAlertIn {
    width: 80%;
    margin: 40px auto;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 15px;
}


img.user-avatar {
    margin-right: 12px;
}

.caricamento {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background: url('/img/backgroundcaricamento.png') repeat top left;
}

a.lkinviate {
    font-weight: bold;
    color: #2f9adb;
}

    a.lkinviate:hover {
        color: #000000;
    }

    a.lkinviate:visited {
        color: #000000;
    }

    a.lkinviate:after {
        color: #000000;
    }

a.lkricevute {
    font-weight: bold;
    color: #0E6AB5;
}

    a.lkricevute:hover {
        color: #000000;
    }

    a.lkricevute:visited {
        color: #000000;
    }

    a.lkricevute:after {
        color: #000000;
    }

.menu-icon {
    width: 30px !important;
}

ul.navbar-nav li a {
    width: 210px !important;
}

.note {
    font-size: 20px;
    color: #888888;
}

@media (max-width: 768px) {
    a #logoresponsive {
        display: none !important;
    }

    .numdash {
        text-align: center;
    }

    .txtstato {
        text-align: center;
    }
}

@media (max-width: 580px) {
    a#logoleft {
        position: absolute;
        left: 0;
        top: -5px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    aside {
        -webkit-transition-property: none !important;
        -moz-transition-property: none !important;
        -o-transition-property: none !important;
        transition-property: none !important;
        -webkit-transition-duration: 0s !important;
        -moz-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

    /* IE10 + CSS here*/
    .widthmenu {
        max-width: 320px !important;
    }

    .widthbody {
        max-width: 800px;
    }
}

/** Colori **/

.VIOLA {
    color: #6e0c6f;
}

.BLU {
    color: #310dfd;
}

.VERDE {
    color: #1eb111;
}

.GIALLO {
    color: #f9ff20;
}

.ARANCIONE {
    color: #f79319;
}

.ROSSO {
    color: #f51715;
}

div.boxfunzionalita {
    border: 2px solid #1eb4ff;
    color: #1eb4ff;
}

    div.boxfunzionalita:hover {
        background: #1eb4ff;
        color: #FFFFFF;
    }

.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF !important;
}

#headingOne {
    font-size: 1.2em;
}

    #headingOne a {
        color: #20a8d8;
    }
/************/

.chart-container {
    position: relative;
    margin: auto;
    height: 40vh;
    width: 100%;
}

.btn {
    margin: 5px 0;
}

.table-bordered td, th {
    border-color: #CCC !important;
}

    th .text-light {
        text-align: right !important;
    }


.print-only {
    display: none !important;
}

@media print {
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}

.boxstat {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 20px;
    min-height: 800px;
}

a.btn-azzurro100 {
    width: 100%;
    background: #20a8d8;
    border: 1px solid #20a8d8;
    padding: 10px;
    text-align: left;
}

    a.btn-azzurro100:hover, a.btn-azzurro100:active {
        width: 100%;
        background: #FFFFFF !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        padding: 10px;
        text-align: left;
    }

a.btn-blu100 {
    width: 100%;
    background: #0E6AB5;
    border: 1px solid #0E6AB5;
    padding: 10px;
    text-align: left;
}

    a.btn-blu100:hover, a.btn-blu100:active {
        width: 100%;
        background: #FFFFFF !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        padding: 10px;
        text-align: left;
    }

a.btn-azzurro {
    background: #20a8d8;
    border: 1px solid #20a8d8;
    text-align: left;
}

    a.btn-azzurro:hover, a.btn-azzurro100:active {
        background: #FFFFFF !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        text-align: left;
    }

a.btn-azzurro-c {
    background: #20a8d8;
    border: 1px solid #20a8d8;
    text-align: center;
}

    a.btn-azzurro-c:hover, a.btn-azzurro-c:active {
        background: #FFFFFF !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        text-align: center;
    }

table.checklist label {
    padding-left: 5px;
}

table.checklist input {
    margin-left: 30px;
}


.count2 {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Segoe UI','Roboto', sans-serif !important;
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 16px;
    width: 16px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}

.icodsb {
    position: absolute;
    top: 39px;
    right: 39px;
    width: 16px;
    height: 16px;
    color: #93a8c6;
}

    .icodsb:hover {
        color: #fec107;
    }

.disabledlink {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}


.pp-btn {
    text-align: center;
    border: none;
    border-radius: 7px;
    padding: 0 2rem;
    height: 2rem;
    font-weight: bold;
    background-color: #20A8D8;
    color: white;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    cursor: pointer;
    width: 100%;
}
.pp-btn:hover {
    background-color: #5794ba !important;
    font-weight: bold;
}
.take-care-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/images/take-care-icon-grey.png');
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px;
}
li a.disabledlink .take-care-icon {
    background-image: url('/images/take-care-icon-grey.png');
    cursor: not-allowed;
}

li:hover .take-care-icon {
    background-image: url('/images/take-care-icon-white.png');
}
.vin-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/images/Vin_icona.png');
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px;
}

li a.disabledlink .vin-icon {
    background-image: url('/images/Vin_icona.png'); 
    cursor: not-allowed; 
}

li:hover .vin-icon {
    background-image: url('/images/Vin_icona_bianco.png');
}


.btn-outline-azzurro {
    background: white;
    border: 1px solid #20a8d8;
    text-align: center;
    color: #20a8d8;
}

    .btn-outline-azzurro:hover, .btn-outline-azzurro:active {
        background: #20a8d8 !important;
        color: white !important;
        text-align: center;
    }

.rentri-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/images/Rentri_icona.png');
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px;
}

li a.disabledlink .rentri-icon {
    background-image: url('/images/Rentri_icona.png');
    cursor: not-allowed;
}

li:hover .rentri-icon {
    background-image: url('/images/Rentri_icona_bianco.png');
}

.rentri-error-panel {
    text-align: center;
    padding-bottom: 15px;
    color: red;
}

.rentri-success-panel {
    text-align: center;
    padding-bottom: 15px;
    color: green;
}

.rentri-uploadpanel-title {
    font-size: 19.2px;
    color: #20a8d8;
}