﻿.skin-3 {
    background-color: #fff;
}

    .skin-3 .page-content {
        background-color: white;
    }

    .skin-3 .sidebar.menu-min .nav-list > li > .submenu {
        border-bottom: 1px solid #A4C6DD;
        border-right: 1px solid #A4C6DD;
        background-color: #fff;
    }

    .skin-3 .nav-list > li > .submenu {
        background-color: #fff;
    }

    .skin-3 .main-container:before {
        background: #fff;
    }

/* Datatable */

.dataTables_processing {
    margin: 0 auto;
    text-align: center;
}

/* Counter levels */

.progress-details {
    width: 110px;
}

.progress-in-column {
    width: 70px;
    float: left;
    height: 22px;
    position: relative; /*[ms]*/
}

.data-and-flag {
    width: 90px;
}

div.counters-label {
    float: left;
    padding-right: 10px;
    width: 15px;
}

div.counters-alert-button {
    float: left;
    width: 20px;
}

.progress {
    margin-bottom: 0;
}

.progress-bar.progress-bar-B {
    background: #000;
}

.progress-bar.progress-bar-C {
    background: #00FFFF;
}

.progress-bar.progress-bar-M {
    background: #FF00FF;
}

.progress-bar.progress-bar-Y {
    background: #FFFF00;
}

.progress[data-percent]:after {
    color: #000 !important;
}

.progress[data-percent].color-B:after {
    color: #fff !important;
}

.color-square {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
}

.square-Black, .square-Nero {
    background: #000;
}

.square-Cyan, .square-Ciano {
    background: #00FFFF;
}

.square-Magenta {
    background: #FF00FF;
}

.square-Yellow, .square-Giallo {
    background: #FFFF00;
}

/* Top drop downs */
.customer-alert-dropdown {
    width: 350px;
}

.ace-nav > li > div.a {
    background-color: #2e6589;
    color: #FFF;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    padding: 0 8px;
    position: relative;
}

/* Commons */
.validation-summary-errors, .field-validation-error {
    color: #ff0000;
}

#notifications {
    position: absolute;
    z-index: 9999;
    top: -5px;
}

.profile-info-name {
    width: 180px;
}

/* Show device */
#printer-messages {
    background: url("/img/bg-printer-terminal.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 5px solid #666;
    min-height: 200px;
    overflow: hidden;
    padding: 10px;
}

    #printer-messages table {
        border: medium none;
    }

        #printer-messages table td {
            padding: 5px;
        }

/* Logo */
.navbar .navbar-brand {
    color: #fff;
    font-size: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: auto;
}

    .navbar .navbar-brand img {
        height: 42px;
    }

/* Alert Warning2 */
.alert-warning2 {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    color: #ffffff;
}


.margin-top-30 {
    margin-top: 30px;
}

.tableBrochureService {
    border: 1px solid #aaa;
    background: #fcf8e3
}

    .tableBrochureService td {
        padding: 5px;
    }

    .tableBrochureService td {
        border-bottom: 1px solid #aaa;
    }

.checkboxlist-inline div {
    float: left;
    padding-right: 20px;
}

.required {
    color: #CC0000;
    padding-left: 5px;
}

/*.alberi-contratto {
    background: url('/img/alberi-contratto.jpg');
    background-size: cover;
    width: 80px;
    height: 20px;
    position: relative;
}

    .alberi-contratto span {
        font-size: 18px;
        font-weight: bold;
        color: black;
        top: -2px;
        position: absolute;
    }

    .alberi-contratto .potenziali {
        left: 5px;
    }

    .alberi-contratto .maturati {
        left: 25px;
    }

    .alberi-contratto .daesercitare {
        left: 45px;
    }

    .alberi-contratto .esercitati {
        left: 65px;
    }*/

.alberi-contratto a {
    color: #393939;
}

.alberi-contratto .large span {
    font-size: 24px;
}

.alberi-contratto span {
}

.alberi-contratto .potenziali {
}

.alberi-contratto .maturati {
}

.alberi-contratto .daesercitare {
}

.alberi-contratto .esercitati {
}

.preferreddaystable td.selected {
    background: #ff9999;
    text-align: center;
}

.preferreddaystable td.not-selected {
    background: #99ff99;
    text-align: center;
}


.preferreddaystable input[type=checkbox] {
    display: none;
}
.preferreddaystable .chk_ok {
    background-image: url("/img/chk_ok.png");
    background-position: left center;
    background-size: auto 100%;
    width: 24px;
    height: 24px;
}
.preferreddaystable .chk_ko {
    background-image: url("/img/chk_ko.png");
    background-position: left center;
    background-size: auto 100%;
    width: 24px;
    height: 24px;
}

.indisponibilita {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}