﻿


/*div{border:1px solid black}*/
.img {
    /*float:left; */
    max-width: 80px;
    max-height: 80px;
    background-color: #CCC;
    border-radius: 6px;
    margin: 5px;
    background-size: cover;
}

.noimg {
    /*float:left;*/
    width: 80px;
    height: 80px;
    background-color: #CCC;
    border-radius: 6px;
    color: white;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    margin: 5px;
}

.box {
    /*border: 1px solid lightgrey;
    border-radius: 5px;
    margin: 10px 0px;*/
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(250,250,250);
}

/* LOADER */
.modalmac {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.center {
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 1000;
    margin: 0px -150px 300px;
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    text-align: center;
}

    .center img {
        height: 128px;
        width: 128px;
    }
/* FINE LOADER */


.sent {
    color: rgb(40, 196, 61);
    float: left;
    margin-right: 8px;
    cursor: help;
}

.review {
    color: rgb(255, 63, 31);
    float: left;
    margin-right: 8px;
    cursor: help;
}

.stdby {
    color: rgb(255, 191, 0);
    float: left;
    margin-right: 8px;
    cursor: help;
}

.deleted {
    color: rgb(38, 38, 38);
    float: left;
    margin-right: 8px;
    cursor: help;
}

.unsent {
    color: rgb(117, 117, 117);
    float: left;
    margin-right: 8px;
}



.btn {
    margin: 0px 20px 10px 20px !important;
}

.divtoshow {
    position: fixed;
    display: none;
    z-index: 999;
    background: #DEDEDE;
    box-shadow: #808080 -2px 2px 3px;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}

.mydiv {
    position: fixed;
    display: none;
    z-index: 999;
    background: #FFF;
    box-shadow: #808080 -2px 2px 3px;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}

.lastdeals table {
    min-width: 280px;
}

.lastdeals td {
    padding: 8px;
    border: 1px solid darkgrey;
    text-align: right;
}

.lastdeals th {
    border: 1px solid darkgrey;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}

.clearfix {
    margin: 3px 0px 3px 0px !important;
}

/* IMPORT XLS */

div#step-preventivi {
    margin-top: 20px;
}

    div#step-preventivi .container {
        max-width: 990px;
        margin: auto;
    }

.titolo-step {
    font-weight: bold;
    font-size: 13.5pt;
    vertical-align: middle;
    line-height: 1.6;
}

.attivo span.number-step {
    background: #1876D6;
}

span.number-step {
    width: 33px;
    height: 33px;
    background: rgba(45, 45, 45, 0.55);
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 45px;
    font-size: 11pt;
    vertical-align: bottom;
    margin-left: -15px;
}

.riga {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.toprinter {
    display: none !important;
}

/* tickets page
------------------------------------------------------------------------------*/
.tableft {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    padding: 1px 2px;
}

.tabright {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    padding: 1px 2px;
}

.converse {
    border-radius: 0px 8px 8px 8px;
    border: thin solid #ccc;
    width: 100%;
    margin: 8px auto;
    padding: 9px;
    background-color: #FFFFFF;
}

.sonoio {
    float: right;
    clear: both;
    text-align: justify;
    background-color: #2688EE;
    border-radius: 15px 0px 15px 15px;
    /* border:thin solid #333;*/
    color: white;
    margin: 3px;
    padding: 15px;
    min-width: 60%;
    max-width: 90%;
    position: relative;
    word-wrap: break-word;
}

.laltro {
    float: left;
    clear: both;
    text-align: justify;
    background-color: #AFB4B9; /*#FFCC99 */
    border-radius: 0px 15px 15px 15px;
    color: white;
    /*border:thin solid #333;*/
    margin: 3px;
    padding: 15px;
    min-width: 60%;
    max-width: 90%;
    position: relative;
    word-wrap: break-word;
}

.inserimento {
    float: left;
    clear: both;
    text-align: justify;
    background-color: #FFFFFF;
    border-radius: 5px 0px 0px 5px !important;
    border: 2px solid #2688EE !important;
    padding: 15px;
    min-width: 60%;
    max-width: 100%;
    position: relative;
    height: 60px;
}

.sendbutton { /* da applicare ai pulsanti chat */
    width: 50px !important;
    height: 50px !important;
    border-radius: 0px 2px 2px 0px !important;
    background-color: #2688EE !important;
    color: white !important;
    float: right;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    padding-top: 12px;
    z-index: 10;
    margin-bottom: 2px;
}

.allimg img {
    max-height: 300px;
    max-width: 350px;
    margin-top: 5px;
    /* border: 3px solid white;
    -webkit-box-shadow:0px 2px 2px #808080;
    -moz-box-shadow:0px 2px 2px #808080;
    box-shadow:0px 2px 2px #808080;*/
}

.time {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 10px;
    /*float:right;font-size:10px;margin:3px 0px -4px 3px;*/
}

.dateins {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 10px;
}

.textrow {
    clear: both;
    margin: 15px auto;
    /* margin-bottom:55px;*/
}
/* fine TICKETS
------------------------------------------------------------------------------*/



.alert-danger {
    background-color: #E53935 !important;
}

.alert-success {
    background-color: #4CAF4F !important;
}

.alert {
    background-image: none !important;
    color: white !important;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0px !important;
}

.panel-danger .panel-heading {
    background-color: #E53935 !important;
    color: white !important;
    background-image: none !important;
    border-radius: 0px !important;
}

.panel-danger {
    border-color: #E53935 !important;
}

.panel-default .panel-heading {
    background-color: #E0E0E0 !important;
    color: black !important;
    background-image: none !important;
    border-radius: 0px !important;
}

.panel-default {
    border-color: #E0E0E0 !important;
}

.panel-success .panel-heading {
    background-color: #4CAF4F !important;
    color: white !important;
    background-image: none !important;
    border-radius: 0px !important;
}

.panel-succes {
    border-color: #4CAF4F !important;
}

.panel {
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0px !important;
}


.artsucc {
    color: white;
    font-weight: bold;
    background-color: cornflowerblue;
    width: 150px;
    padding: 10px;
}

.artacc {
    color: white;
    font-weight: bold;
    background-color: mediumslateblue;
    width: 150px;
    padding: 10px;
}

.bgrey {
    border-bottom: 1px solid lightgrey;
}


/*TABpanels -----------------------------------------------------------------------------*/
/*Header*/

.ajax__tab_header {
    font-size: 14px;
    background-color: #FFFFFF !important;
    margin-left: 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-image: none !important;
    font-weight: 900 !important;
}
/*Body*/
.ajax__tab_body {
    border: 1px solid #000000 !important;
    padding-top: 0px;
}
/*Tab Active*/
.ajax__tab_active .ajax__tab {
    padding-top: 10px;
    border: 1px solid red;
}
/*Tab Active*/
/*.ajax__tab_active .dot {
   background-color: #333;
}*/
.ajax__tab_active .ajax__tab_tab /*testo*/ {
    color: #000000;
    background: none !important; /*url("../../tab_active.gif") repeat-x;*/
    font-weight: 900 !important;
    font-size: 14px !important;
}

.ajax__tab_active .ajax__tab_inner /*contenitore testo*/ {
    background: none !important; /*url("../../tab_left_active.gif") no-repeat left;*/
}

.ajax__tab_active .ajax__tab_outer {
    background: none !important; /*url("../../tab_right_active.gif") no-repeat right;*/
    background-color: #FFF !important;
    border: 1px solid black;
    border-bottom: none;
    height: 36px !important;
}
/*Tab Hover*/
.ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: none !important; /*url("../../tab_hover.gif") repeat-x;*/
}
/*.ajax__tab_hover .dot {
   background-color: #333;
}*/
.ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: none !important; /*url("../../tab_left_hover.gif") no-repeat left;*/
    padding-left: 9px;
}

.ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: none !important; /*url("../../tab_right_hover.gif") no-repeat right;*/
    background-color: #FFF !important;
    padding-right: 6px;
    border: 1px solid black;
    border-bottom: none;
}
/*Tab Inactive*/
.ajax__tab_tab {
    background: none !important; /*url("../../tab_Inactive.gif") repeat-x;*/
    color: #505050;
    height: 20px;
}

.ajax__tab_inner {
    background: none !important; /*url("../../tab_left_inactive.gif") no-repeat left;*/
    padding-left: 10px;
}

.ajax__tab_outer {
    background: none !important; /*url("../../tab_right_inactive.gif") no-repeat right;*/
    padding-right: 6px;
    margin-right: 0px;
    border: 1px solid #DEDEDE;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    width: 150px;
    height: 35px !important;
    padding-top: 5px;
}






.ajax__tab_default .ajax__tab {
    height: 35px !important;
    background-color: white;
}
/*Tabpanels fine---------------------------------------------------------------------*/


.material-icons {
    vertical-align: middle !important;
    display: inline-block;
}

    .material-icons.md-18 {
        font-size: 18px;
    }

.navbar {
    z-index: 998;
}

.navbar-brand {
    padding: 10px !important;
}

    .navbar-brand img {
        height: 35px !important;
    }

/* popup modale (es articoli accessori )*/
.modalBackground {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 480 !important;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910 !important;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    width: 100%;
    height: 100%;
}

.cont {
    height: 100%;
    width: 100%;
}

.vertical-tab {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-element {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.testata {
    background-color: rgb(240, 240, 240);
    padding: 15px 35px 15px 35px !important;
}

.close-button {
    float: right;
    font-size: 46px !important;
    margin-top: 8px;
    margin-right: 15px;
}

    .close-button:focus {
        outline: none !important;
    }

.contenitore {
    background-color: rgb(255, 255, 255);
    padding: 15px 35px 15px 35px !important;
    max-height: 520px;
    overflow-y: scroll;
}

.elemento {
    background-color: rgb(242, 242, 242);
    padding: 35px 15px 35px 15px;
    margin-top: 25px;
}
/* fine popup modale*/

.mlbutton {
    border: 1px solid #333;
    border-radius: 100%;
    padding: 8px;
    margin: 5px 5px 5px 0px;
    text-decoration: none;
    color: #333;
}

.provv {
    color: #36BC2D;
}

.colmarca {
    /*border-left-style: solid;
        border-left-width: 3px;*/
    border-left: none !important;
    /*min-height:130px;*/
}
/*paginatore repeaters*/
.paginatore {
    /*width:100%; 
       max-width:700px;*/
    margin: 10px auto;
    float: right;
    line-height: 35px !important;
    font-size: 16px !important;
}

    .paginatore a {
        width: 38px !important;
        height: 38px !important;
        text-decoration: none;
        color: #000000;
        background-color: #FFFFFF;
    }

    .paginatore .circle, .paginatore i {
        width: 38px !important;
        height: 38px !important;
        border: 1px solid black;
        border-radius: 100% !important;
        text-align: center;
        vertical-align: middle;
        margin: 3px;
        line-height: 35px !important;
    }

    .paginatore td {
        width: 0%;
    }
/*fine paginatore repeaters*/


/*paginatore gridview */
.table table tbody tr td a,
.table table tbody tr td span {
    /*width:10%; 
     max-width:600px;*/
    margin: 10px auto;
    float: right;
    line-height: 35px !important;
    font-size: 16px !important;
    color: #000;
    width: 38px !important;
    height: 38px !important;
    text-align: center;
    vertical-align: middle;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid transparent !important;
    border-radius: 100% !important;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    line-height: 35px !important;
    background-color: #000;
    color: #FFFFFF !important;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid transparent !important;
    border-radius: 100% !important;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    line-height: 35px !important;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid transparent !important;
    border-radius: 100% !important;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    line-height: 35px !important;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
}

.gridpager, .gridpager td {
    background-color: transparent !important;
    border-left: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    line-height: 35px !important;
    font-size: 16px !important;
}

.gridheader, .gridheader td, .gridheader th {
    color: #1876D6;
    font-weight: bold;
    background-color: #FFF !important;
    border: none !important;
    border-bottom: 1px solid #CCC !important;
}

.gridpager .circle, .gridpager i {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid black;
    border-radius: 100% !important;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto;
    line-height: 35px !important;
}

.gridpager a {
    width: 38px !important;
    height: 38px !important;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
/*end gridview */

.borderrow td {
    /*background-color:#FFF !important;*/
    border: none !important;
    border-bottom: 1px solid #CCC !important;
    vertical-align: middle !important;
    height: 60px !important;
}

.statsborderrow td {
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    vertical-align: middle !important;
    height: 30px !important;
}

.gridtable {
    border: none !important;
    min-width: 768px;
    /*background-color:#FFF;*/
}

.ui-datepicker {
    font-size: 16px !important;
}

.scrolla {
    display: block;
}

.tmenu {
    float: right;
    padding: 15px 5px;
}

.dayvtype {
    float: right;
    display: inline-block;
    margin: 6px 0;
}

.dayskipper {
    text-align: center;
    font-weight: bold;
    margin: 6px auto;
    display: inline-block;
}

/*header tabelle fisso in alto SOLO NON MOBILE*/
.topstick th {
    position: -webkit-sticky; /* this is for all Safari (Desktop & iOS), not for Chrome*/
    position: sticky;
    top: 60px;
    z-index: 5;
    background: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
    .topstick th {
    }

    .dayvtype {
        text-align: center;
        display: block;
        margin: 6px 0;
        float: unset;
    }

    .dayskipper {
        text-align: center;
        font-weight: bold;
        margin: 6px 0;
        display: block;
    }

    .tmenu {
        display: none;
    }

    .scrolla {
        overflow-x: scroll !important;
        background-image:
        /* Shadows */
        linear-gradient(to right, white, white), linear-gradient(to right, white, white),
        /* Shadow covers */
        linear-gradient(to right, rgba(0,0,0,.25), rgba(255,255,255,0)), linear-gradient(to left, rgba(0,0,0,.25), rgba(255,255,255,0));
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
        /* Opera doesn't support this in the shorthand */
        background-attachment: local, local, scroll, scroll;
        display: block;
    }

    .ui-datepicker {
        font-size: 20px !important;
    }
}

/* Pagina repository */
.repo a, .repo i {
    color: #000 !important;
}

.repo .panel-body {
    max-height: 400px;
    overflow: scroll;
}


/* flex text */
/***************************************************/
.flex-text-wrap {
    position: relative;
    *zoom: 1;
}

textarea,
.flex-text-wrap {
    outline: 0;
    margin: 0;
    border: none;
    padding: 0;
    *padding-bottom: 0 !important;
}

    .flex-text-wrap textarea,
    .flex-text-wrap pre {
        white-space: pre-wrap;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        *white-space: pre;
        *word-wrap: break-word;
    }

    .flex-text-wrap textarea {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        resize: none;
        /* IE7 box-sizing fudge factor */
        *height: 94%;
        *width: 94%;
    }

    .flex-text-wrap pre {
        display: block;
        visibility: hidden;
    }

    textarea,
    .flex-text-wrap pre {
        /*
     * Add custom styling here
     * Ensure that typography, padding, border-width (and optionally min-height) are identical across textarea & pre
     */
    }

/*fin flex text*/

.milf {
    text-transform: lowercase !important;
}

.notrans {
    text-transform: none !important;
}

.gruppoacq {
    clear: left;
    font-weight: bold !important;
    color: #FF0000;
}

.maclinks {
    font-weight: bold !important;
    color: black !important;
}

.vedi {
    background-color: transparent !important;
    float: right;
    width: 28px !important;
    height: 28px !important;
}

.forceright {
    text-align: right !important;
}

#conversation a {
    color: white !important;
}

.sposta {
    float: right;
    margin: -45px 0px 0px 0px;
}

@media (max-width: 500px) {
    .sposta {
        /*float:none !important;*/
        margin: 15px 44% !important;
        padding: 13px 10px 14px 10px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .colonna-sx {
        padding-right: 0px !important;
    }

    .colonna-dx {
        padding-left: 0px !important;
    }
}


#CheckBoxList1 td {
    min-width: 200px !important;
    text-align: left !important;
}

#CheckBoxList1 input {
    width: 20% !important;
    float: left !important;
}



/*.form-control[type=text], textarea {
   -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
   -ms-transition: all 0.30s ease-in-out;
   -o-transition: all 0.30s ease-in-out;
   outline: none;
   padding: 3px 0px 3px 3px;
   margin: 5px 1px 3px 0px;
   border: 1px solid #DDDDDD;
}*/

.form-control:focus {
    box-shadow: 0 0 5px rgba(24, 118, 217, 1) !important;
    /*padding: 3px 0px 3px 3px !important;
   margin: 5px 1px 3px 0px !important;
   border: 1px solid rgba(24, 118, 214, 1) !important;*/
}

.hf {
}

    .hf:focus {
        box-shadow: 0 0 5px rgba(24, 118, 217, 1) !important;
        /*padding: 3px 0px 3px 3px !important;
   margin: 5px 1px 3px 0px !important;
   border: 1px solid rgba(24, 118, 214, 1) !important;*/
    }

.dot {
    display: inline-block !important;
    padding: 0 6px;
    color: white;
    background-color: #1876D6;
    border-radius: 3px;
    margin-left: 5px;
}

#nav-slide ul li {
    list-style: none !important;
    letter-spacing: 3pt;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 10px;
    letter-spacing: 2px;
    font-weight: 700;
}

    #nav-slide ul li i {
        margin-right: 5px;
        font-size: 30px;
        /* border-radius: 5px;*/
        color: #FFF;
        padding: 5px;
    }

.nav-slide-appear {
    overflow: auto;
    overflow-x: hidden;
}

.button-logout {
    color: #000 !important;
}

/*calendarietto*/
.smallcalendar th {
    text-align: center !important;
}

.smallcalendar_mese {
    background-color: #aa77aa;
    border: 3px solid #FFF;
    font-size: 8.5px !important;
    margin-bottom: 10px;
}

    .smallcalendar_mese td {
        padding: 6px 2px;
    }


#ContentPlaceHolder1_Calendar1 div[role="tooltip"] {
    display: none !important;
}
/*fine calendarietto*/

/*calendario*/
/*operatori*/
.macchk label {
    color: #000 !important;
}

.macchk input {
    color: #000;
    margin: 0 !important;
    width: initial !important;
}

.colo {
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 7px;
    margin-right: 2px;
}
/*fine operatori*/
.festivo {
    color: #FFF;
    background-color: #666;
    font-weight: bold;
    padding: 5px;
}

.feriale {
    color: #FFF;
    background-color: #CCC;
    font-weight: bold;
    padding: 5px;
}

.corrente {
    color: #FFF;
    background-color: #1876D6;
    font-weight: bold;
    padding: 5px;
}

.attivita {
    display: block;
    color: #000;
    /*   font-size: 10px !important;*/
    padding: 2px;
    width: 98%;
    border: 1px solid gray;
    margin: 1%;
}

.orario {
    font-size: 8px;
    font-weight: bold;
}

/*agenda*/
.atti {
    width: 18px !important;
    height: 18px;
    border: 1px solid #CCC !important;
    margin-right: 5px;
    display: inline-block;
    padding: 0px;
}

.weekdays {
    width: 14%;
    float: left;
    padding: 3px;
    border: 1px solid #DEDEDE;
    height: 37vh;
    min-height: 200px !important;
    overflow-y: hidden;
    position: relative;
    font-size: 9px !important;
}

.singleweek {
    width: 14%;
    float: left;
    padding: 3px;
    border: 1px solid #DEDEDE;
    height: 60vh;
    min-height: 200px !important;
    overflow-y: hidden;
    position: relative;
    font-size: 9px !important;
}

.singleday {
    width: 90%;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #DEDEDE;
    /*height:60vh;*/
    min-height: 60vh !important;
    overflow-y: hidden;
    position: relative;
    font-size: 10px !important;
}

.matico {
    text-decoration: none;
    color: #000;
}

.minicircle-button { /* da applicare ai pulsanti come “nuovo ordine” */
    /* background-image: inserire un file .svg per il +; */
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background-color: #1876D6 !important;
    color: white !important;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.12) !important;
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.12) !important;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.12) !important;
    float: right;
    font-size: 8px !important;
    font-weight: bold !important;
    text-align: center;
    z-index: 10;
    bottom: 5px;
    left: calc(50% - 12px);
    position: absolute;
}

/*fine agenda*/
/*fine calendario*/

.machead {
    text-transform: uppercase;
    color: #FFF;
}

@media (max-width: 768px) {
    .machead {
        margin-top: 0pt !important;
        margin-bottom: 0pt !important;
        font-size: 26px !important;
        padding-bottom: 0.5em !important;
    }
}

/*
   pag. index
*/
#folderz {
    text-align: center;
}

    #folderz div {
        background: #DEDEDE;
        width: 200px;
        height: 200px;
        text-align: center;
        color: #FFF;
        margin: 20px;
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
        box-shadow: rgba(0,0,0,0.4) 4px 4px;
        padding-top: 10px;
        border-radius: 8px;
    }

        #folderz div:hover {
            box-shadow: rgba(0,0,0,0.4) 3px 3px inset;
            font-size: 12px;
        }

.logout {
    background: #008bac;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #FFF;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.4) 4px 4px;
    padding-top: 10px;
    border-radius: 8px;
}

    .logout:hover {
        box-shadow: rgba(0,0,0,0.4) 3px 3px inset;
        font-size: 12px;
        background: #FF0000;
        color: white;
    }


mtc9 {
    background: #6633CC !important;
}


/*fine pag. index*/
.icomax {
    color: #FFF;
    font-size: 60px !important;
    padding: 10px;
}

.icoderivata {
    color: #FFF;
    float: left;
    font-size: 40px !important;
    padding: 10px;
    margin: 0 10px 0 0;
}

.icomini {
    color: #FFF;
    float: left;
    font-size: 20px;
    padding: 5px;
    margin: -8px 10px -8px -8px;
    display: inline-block;
}

.dot {
    background-color: #1876D6 !important;
}

.checkbox-inline label {
    color: #333 !important;
    font-weight: normal !important;
}

.ui-autocomplete {
    z-index: 490; /*sopra al background dei modal che è 480*/
    max-width: 450px;
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
        * we use height instead, but this forces the menu to always be this tall
        */
* html .ui-autocomplete {
    height: 300px;
    z-index: 490;
}

.mactabledispo td {
    /*background-color:#FFF !important;*/
    border: none !important;
    border-bottom: 1px solid #CCC !important;
    vertical-align: middle !important;
    height: 60px !important;
}

.mactabledispo a {
    color: #000 !important;
    text-align: left;
}

.mactablepager td {
    border-bottom: none !important;
}

.ui_datepicker {
    z-index: 500;
}
/*da verificare che non dia problemi */
input[type="image"] {
    background-color: inherit !important;
}

.close {
    /*color: #4CAF4F;*/
    opacity: 0.9;
}



.arrivi {
    width: 100%;
    display: block;
    display: block;
}

.dispobox_light {
    max-width: 150px;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 3px;
    padding-right: 3px;
    margin: 1px;
    text-align: center;
    margin-top: 17px !important;
}


.dispobox_light_pallino {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%; /* Per creare un cerchio */
    margin: 1px auto; /* Per centrare il pallino */
    margin-top: 25px !important;
}

.ckOmaggi input {
    display: inline-block;
    margin-top: 1.3em !important;
}


.rosso {
    background-color: #e30e02;
}

.verde {
    background-color: #0F0;
}

.stock {
    background: #0F0;
}

.dispobox {
    max-width: 150px;
    height: 80px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 1px;
    text-align: center;
    float: right;
}

    .dispobox span, .dispobox_light span {
        display: block;
    }

    .dispobox input {
        max-width: 65px !important;
        border: 1px solid #ccc !important;
        display: inline-block;
    }

.nowrap {
    white-space: nowrap !important;
}

.fullscreen2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910 !important;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.stock {
    background: #0F0;
}

