/*
 * Base structure
 */
 /* Move down content because we have a fixed navbar that is 50px tall */
@import 'custom.css';

body {
  padding-top: 80px;
  background-color: #E1E1E1;
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
}

html {
   -ms-overflow-style: scrollbar;
}

 /*
 *** SWATCHES ***
 
 Blue navy: #2c3e50
 Blue: #0077bd
 Orange: #ff9900
 Red: #dc3912
 White: #fff
 Green: #109618
 
 */
.attivo {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


.navy-bg {
    background-color: #2c3e50;
}
.navy {
    color: #2c3e50;
}

.orange-bg {
    background-color: #ff9900;
}

.orange {
    color: #ff9900;
}

.blue-bg {
    background-color: #0077bd;
}

.blue {
    color: #0077bd;
}
.red-bg {
    background-color: #dc3912;
}

.red {
    color: #dc3912;
}

.green {
    color: #109618;
}

.white {
    color:#fff !important;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 5px;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.align-right {
    float: right;
}

.block {
    display: block;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

:focus {
    outline: none !important;
}

.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover,
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover{
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-left-icon i {
    padding-right: 5px;
}

.btn.btn-right-icon i {
    padding-left: 5px;
}

.alert { 
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.number-big {
    font-size: 20px !important;
}

div#WelcomeResponsive {
    background-color: #fff;
    padding: 10px;
    display: none;
}

nav#wu-responsive-header {
    display: none;
}

.footerPwBy {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 80px;
}

.logo-content {
    padding: 10px 0 5px;
}

.wrap {
    max-width: 980px;
    margin: 0 auto;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;    
    background-color: #fff;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
#wu-sidebar.sidebar {
    display: none;
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 200px;
}

#wu-sidebar.sidebar nav {
    position:relative;
}

#wu-sidebar.sidebar.collapse.in {
    display: block;
}

@media (min-width: 768px) {
    
    #wu-sidebar.sidebar {
        position: fixed;
        top: 62px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        
         /* Scrollable contents if viewport is shorter than content. */
        background-color: #2c3e50;
        border-right: 1px solid #eee;
        width:60px;
        height: 100% !important;
    }
    
    #wu-sidebar .nav-sidebar > li > a >.menuSxtitles{
        display:none;
    }
}

@media (max-width: 768px) {
    #wu-sidebar .nav-sidebar > li > a > .menuSxtitles {
        display: inline-block !important;
    }
}


@media (min-width: 970px) {
    #wu-sidebar.sidebar {
        width:240px;
    }
  
    #wu-sidebar .nav-sidebar > li > a >.menuSxtitles{
        display:inline;
    }
}

@media (min-width: 1700px) {
    #wu-sidebar.sidebar {
        width:290px;
    }
}

@media (max-width:1380px) {
    #wu-sidebar.sidebar {
        /* Scrollable contents if viewport is shorter than content. */
        width: 60px;
    }

    #wu-sidebar .nav-sidebar > li > a > .menuSxtitles {
        display: none;
    }
}


/* Sidebar navigation */

#wu-sidebar .nav-sidebar > li > a >.menuSxtitles{
  margin-left:5px;
}

.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding: 15px;
    color: #fff;
    font-size: 15px;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
    color: #23527c;
}

.nav-sidebar > li > a >i{
    font-size: 20px;
    width: 20px;
    margin-right:10px;
    text-align: center;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.navbar-brand{
    height:auto;
    padding:0;
}

span.client-brand.navbar-right {
    display: inline-block;
    height: 62px;
    padding-right: 20px;
    float:right;
    max-width: 200px;
}

.img-responsive {
    max-width:100% !important;
    max-width: 198px;max-height: 60px;
}

/***Dropdown Menu***/

.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a {
    background-color: #eee;
    color: #23527c;
}

.dropdown-submenu:hover .dropdown-menu{
    display: block;
}

ul.dropdown-menu.anagrafiche-dropdown {
    z-index: 9999;
    top: -1px;
    left: 289px;
    position: absolute;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 10px;
    margin: 0;
    background-color: #eee;
    border: 1px solid #a6adb3;
    border-left: 0;
    list-style-type: none !important;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
}

li.dimensione.first-child {
    border-top: 1px solid #ccc;
}

.widget-maps li.dimensione.first-child {
    border-top: 0;
}

li.dimensione a {
    font-size: 11px;
}

@media only screen and (max-width:1699px) {
    ul.dropdown-menu.anagrafiche-dropdown {
        left: 240px;
    }
}

@media only screen and (max-width:969px) {
    ul.dropdown-menu.anagrafiche-dropdown {
        left: 60px;
    }
    
    .dropdown-submenu > a:after {        
        float: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: -10px;        
    }
    
}

@media only screen and (max-width:1380px) {
    /*and (min-width:1200px) */
    ul.dropdown-menu.anagrafiche-dropdown {
        left: 60px;
    }
    
    .dropdown-submenu > a:after {        
        float: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: -10px;        
    }
    
}



/*
 * Main content
 */

#wu-main {
    margin-left: 0;
}

@media (min-width: 768px) {
    #wu-main {
        margin-left: 240px;
    }
}

@media (min-width: 970px) {

}

@media (min-width: 1700px) {
    #wu-main {
        margin-left: 290px;
    }
}

@media (max-width:1380px) {
    #wu-main {
        margin-left: 60px;
    }
}

.well {
    padding:5px 10px 5px 10px;
}
.main .page-header {
    margin-top: 5px;
    margin-bottom: 10px;
}

    .main .page-header .page-title {
        font-weight: bold;
        margin: 0;
    }

.count-row {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.left-page-header {
    float: left;
    height: 25px;
}

.right-page-header {
    float: right;
    height: 25px;
}

.back {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}


/*
 * dashboard
 */
 
 /* big screens */
@media (min-width: 1930px) {
    .db-widget.col-lg-4,
    .col-lg-4.grid-sizer {
        width:25%;
    }
}

@media (min-width: 2600px) {
    .db-widget.col-lg-4,
    .col-lg-4.grid-sizer {
        width:20%;
    }
 }
 @media (min-width: 3200px) {
    .db-widget.col-lg-4,
    .col-lg-4.grid-sizer {
        width:16.666666666%;
    }
}

 
.db-widget .mainWgCtr{
    background-color: #f5f5f5;
    margin-bottom:20px;
 }
 
 .db-widget table.mainWgTbl{
    margin:0;
}

.db-widget table.mainWgTbl th {
    color: #fff;
    padding: 14px 14px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border:none;
}

.db-widget table.table td {
    padding: 16px 14px 2px 14px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border:none;
}

.db-widget .headerWg{
    padding: 14px;
    text-align: left;
    cursor: all-scroll;
}

.db-widget .headerWg a.btn-link {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #2c3e50;
    padding: 0;
    white-space: inherit;
}

.db-widget .footerWg{
    padding: 14px;
    text-align: right;
}

.db-widget .footerWg a.btn-link{
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #2c3e50;
}

.db-widget .footerWg a.btn-link i,
.db-widget .headerWg a.btn-link i {
    font-size: 19px;
    vertical-align: middle;
    margin-left: 10px;
}

.db-widget#dw-anagrafiche .footerWg a.btn-link{
    color: #fff;
}

.db-widget#dw-anagrafiche .footerWg a.btn-link i{
    color: #fff;
}

.db-widget .mainWgCtr .text-left {
    text-align: left;
}
.db-widget .mainWgCtr .text-right {
        text-align: right;
}

.db-widget .mainWgCtr .text-xl {
    font-size:68px;
    line-height:.8;
}

.packery-drop-placeholder {
    border: 3px dotted #2c3e50;
    background: rgba(191, 191, 191, 0.2);
}


 
 /*
 * Generica
 */

 /*
 * Breadcrumb
 */
 .breadcrumb{
    margin-bottom:0px;
    border-radius:0;
    margin-top: 10px;
 }
 
#navWelcome{
    height: 50px;
    line-height: 56px;
    overflow: hidden;
    color: #2c3e50;
    font-size: 16px;
    margin: 5px 85px 0;
}

@media (min-width: 768px) {
     
    #navWelcome{
        margin: 5px 20px 0;
    }
}

@media (min-width: 970px) {
    #navWelcome{
        margin: 5px 35px 0;
    }

}

@media (min-width: 1700px) {
    #navWelcome{
        margin: 5px 85px 0;
    }
}

@media (min-width: 1200px ) and (max-width:1380px) {
    #navWelcome{
        margin: 5px 85px 0;
    }
}
 
	
 #navWelcome i{
    vertical-align: middle;
    line-height: 1em;
    font-size: 26px;
}
 #navWelcome a,#navWelcome span{
    display:inline-block;
    vertical-align: middle;
    line-height: 1em;
}

/*
 * menu Action
 */
 
 #navAction{
    margin-bottom:0;
    border:0;
    border-top:1px solid #e7e7e7;
    border-radius:0;
 }
 
#menuActions {
    padding-left: 0px;
    display: block;
    text-align: center;
    padding-right: 0;
    height: 100%;
    padding-bottom: 10px;
}
 
 #menuActions .navbar {
    min-height: 0;
    margin-top: 7px;
    margin-bottom: -10px;
    margin-right: 0;
}

.btn-red {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    /*Luigi, non so perchè era impostato cosi... ma altrimenti incasina i bottoni refresh*/
    /*height: 14px;*/
}

.btn-MarginSX {
    margin-left:10px;
}

#ma-def .fa{
    font-size:20px;
    color: #2c3e50;
}
#ma-def .fa.fa-star{
    color: #ff9900;
}

#ma-def .btn{
    padding-right:0px;
}

.badge-notify{
    background:red;
    position:relative;
    margin-top: 5px;
    margin-left: -9px;
    font-size: 10px;
    padding: 2px 4px 2px 4px;
    z-index: 100;
}

#UpdatePanel{
    margin-bottom:0;
    border:0;
    border-radius:0;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
    min-height: 1px;
}

#UpdatePanel select{
    margin-bottom:5px;
}

#UpdatePanel.form-inline .form-control {
    vertical-align: initial !important;
}

#UpdatePanel .udp-footer{
    border-top:1px solid #ccc;
    text-align:right;
    margin-top:5px;
    padding-top:10px;
}

#ActiveFilterPanel {
    margin-bottom:0;
    border:0;
    border-radius:0;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
}

div#ActiveFilterPanel i {
    cursor: pointer;
}

.row-filtri {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.row-filtri:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.row-filtri > label {
    width: 100px;
    font-weight: normal;
}

#ActiveFilterPanel .label{
    display: inline-block;
    padding: 0.6em;
    margin-bottom: 3px;
}


.MaggioriDettagli {
    font-weight: bold;
    font-size: 12px;
}

.bandella_piccola_top {
    height: 12px;
    background-image: url(../img/linea_piccola_h.gif);
}

.testo_body_nolink {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-left: 9px;
}

.loginHeader {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000CC;
    height: 50px;
}

.bottoniFunzione {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    width: 120px;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #787878;
    background-repeat: repeat;
    margin-right: 1px;
    margin-left: 5px;
}

    .bottoniFunzione:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .bottoniFunzione:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .bottoniFunzione:active {
        text-decoration: none;
        color: #FFFFFF;
    }
    
    .bottoniFunzione:hover {
        text-decoration: none;
        color: #FFFFFF !important;
        background-color:#347ab6;
    }


.bottoniFunzioneDisabled {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #848081;
    text-decoration: none;
    border: solid 1px #848081;
    width: 120px;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #c3c1c1;
    background-repeat: repeat;
    margin-right: 1px;
    margin-left: 5px;
}

    .bottoniFunzioneDisabled a:link {
        text-decoration: none;
        color: #848081;
    }

    .bottoniFunzioneDisabled a:visited {
        text-decoration: none;
        color: #848081;
    }

    .bottoniFunzioneDisabled a:active {
        text-decoration: none;
        color: #848081;
    }

    .bottoniFunzioneDisabled a:hover {
        text-decoration: none;
        color: #848081;
    }



.HLSimilTileRettangolare {
    margin-top: 5px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    border: solid 1px #FFFFFF;
    width: 120px;
    height: 50px;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #233FAC;
    /*background-image: url(/img/back_bottone.gif);
    background-repeat: repeat;*/
    margin-right: 1px;
    margin-left: 1px;
    float: left;
}

    .HLSimilTileRettangolare:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .HLSimilTileRettangolare:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

    .HLSimilTileRettangolare:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .HLSimilTileRettangolare:active {
        text-decoration: none;
        color: #FFFFFF;
    }

.HLSTRVisited {
    background-color: darkgray;
}

.tileRettangolare {
    color: #FFFFFF;
}

.tileRettangolare {
    margin-top: 5px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    border: solid 1px #FFFFFF;
    width: 120px;
    height: 50px;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #233FAC;
    /*background-image: url(/img/back_bottone.gif);
    background-repeat: repeat;*/
    margin-right: 1px;
    margin-left: 1px;
    float: left;
}

    .tileRettangolare img {
        position: relative;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        padding-right: 5px;
        padding-bottom: 0px;
        border: none;
        /*margin-left: auto;
        margin-right: auto;*/
    }

    .tileRettangolare div {
        height: 26px;
        font-size: 10px;
        text-align: left;
        margin-left: 0px;
        display: table-cell;
        vertical-align: middle;
    }

    .tileRettangolare a:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .tileRettangolare a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .tileRettangolare a:active {
        text-decoration: none;
        color: #FFFFFF;
    }

.tileDisattivato {
    background-color: #848081;
}

.miniTileQuadrato {
    margin-top: 5px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    border: solid 1px #FFFFFF;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #233FAC;
    /*background-image: url(/img/back_bottone.gif);
    background-repeat: repeat;*/
    margin-right: 1px;
    margin-left: 1px;
    float: left;
}

    .miniTileQuadrato img {
        position: relative;
        left: 50%;
        margin-left: -7px;
        width: 16px;
        padding-right: 2px;
        padding-bottom: 0px;
        border: none;
        /*margin-left: auto;
        margin-right: auto;*/
    }

    .miniTileQuadrato div {
        height: 26px;
        font-size: 10px;
        text-align: left;
        margin-left: 0px;
        display: table-cell;
        vertical-align: middle;
    }

    .miniTileQuadrato a:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .miniTileQuadrato a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .miniTileQuadrato a:active {
        text-decoration: none;
        color: #FFFFFF;
    }


.loginErrore {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

.testi_menu_top a {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.testi_menu_top_on {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}


.blocchiSxTitolo {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    padding-left: 2px;
    padding-bottom: 5px;
}

.blocchiSxDettaglio {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding-top: 2px;
    padding-left: 2px;
}

.balletMenuSx {
    margin-right: 3px;
}

.bandellaGruppoTop {
    background-color: #233FAC;
    height: 4px;
}

.bandellaGruppoTesto {
    background-color: #FFFFFF;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-top: 3px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.titolettoGruppoTesto {
    background-color: #FFFFFF;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding-top: 3px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.bandellaGruppoSeparatore {
    background-color: #233FAC;
    height: 2px;
}

.bandellaCambioMeseTesto {    
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding:0px;
    margin: 0px;
}

.bandellaSezione {
    background-color: #CCCCCC;
    height: 30px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: 0px;
}

.bandellaNumRecord {
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}

/*.grigliaPager
{
    height: 20px; 
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
}

    .grigliaPager table td
    {
        border: none 0px #ffffff;
    }

    .grigliaPager th
    {
        border: 1px solid #E1E1E1;
    }

    .grigliaPager td
    {
        border: 1px solid #E1E1E1;
    }*/

.grigliaDatiTabella {
    border-style: none;
}

.grigliaDati {
    background-color: #f8f8ff;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
    height: 20px;
}

.grigliaDatiNonAttiva a, .grigliaDatiNonAttiva a:hover, .grigliaDatiNonAttiva {
    background-color: #FFFFFF;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #C0C0C0;
    vertical-align: middle;
    border-style: none;
}

.grigliaDatiAlternata {
    background-color: #FFFFFF !important;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #000000;
    vertical-align: middle;
    height: 25px;
}

.grigliaDatiAlternata:hover {
    background-color: #E1E1E1;
}

.grigliaDati td {
    border-bottom: solid 1px #c3e2ff;
    border-left: solid 1px #f8f8ff;
    border-right: solid 1px #f8f8ff;
    vertical-align: middle !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-top: solid 1px #f8f8ff;
}

.grigliaDatiAlternata td {
    border-bottom: solid 1px #c3e2ff;
    border-left:  #f8f8ff;
    border-right:  #f8f8ff;
    vertical-align: middle !important;
    /*padding-top: 4px !important;
    padding-bottom: 4px !important;*/
}

.grigliaDati tr {
    height: 22px;
}

.grigliaDati:hover {
    background-color: #E1E1E1;
}

.grigliaDatiHeaderSezione {
    border-bottom: solid 1px #f8f8ff;
    border-left: solid 1px #f8f8ff;
    border-right: solid 1px #f8f8ff;
    border-top: solid 1px #f8f8ff;
    background-color: #CCCCCC;
    text-align: left;
}

.grigliaDatiHeader {
    height: 25px;
    background-color: #428bca;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    vertical-align: middle;
    border-style: none;
}

.grigliaDatiHeader th {
    border: 1px solid #E1E1E1;
}
.grigliaDatiHeader th a{
    color: #fff;
}
.grigliaDatiHeader td {
    border: 1px solid #E1E1E1;
}

.grigliaDatiTitolo {
    font-weight: bold;
}

.grigliaLegenda {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 3px;
}

.tabellaBodySubMenu {
    background-color: #FFFFE6;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
}

.tabellaBodySubMenuSeparatore {
    width: 100%;
    background-position: center center;
    background-image: url(../img/bitmapSeparatore.gif);
    background-repeat: repeat-x;
    height: 5px;
}

.tabellaBodySubMenuTitolo {
    padding-top: 8px;
    padding-left: 10px;
    font-weight: bold;
}

.tabellaBodySubMenuDettaglio {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-weight: normal;
}

.calendarioTitolo {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
    vertical-align: middle;
}

.calendarioGiorni {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    background-color: #CCCCCC;
}

.calendarioCelle {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    vertical-align: middle;
    font-size: 10px;
    background-color: #FFFFFF;
}

.tabellaAlertTipoErrore {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: red;
    height: 20px;
}

.tabellaAlertTipoAvviso {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: Orange;
    height: 20px;
}

.tabellaAlertTipoAccettato {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #008000;
    height: 20px;
}

.clearMargin {
    margin: 0px !important;
}

.clearBoth {
    clear: both;
}

.bordoRed {
    border:1px solid red;
}

.bordoRedHeader{
    height: 25px;
    background-color: #ff0000;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
}

.tabellaDati {
    background-color: #f8f8ff;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    border-left: 0px #ffffff;
    border-bottom: 0px #ffffff;
    border-right: 0px #ffffff;
}

.tabellaDati label {
    margin-right: 8px;
}

.tabellaDati input {
    margin-right: 5px;
}

.tabellaDati radio {
    margin-right: 0px;
}

.tabellaDati select {
    margin-right: 10px;
}

.tabellaDatiAlternata {
    background-color: #FFFFFF;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
}

.tabellaDatiAlternata label {
    margin-right: 28px;
}

.tabellaDatiAlternata input {
    margin-right: 5px;
}

.tabellaDatiAlternata radio {
    margin-right: 0px;
}

.tabellaDatiAlternata select {
    margin-right: 5px;
}

.tabellaDatiAlternata td {
    border-bottom: solid 1px #c3e2ff;
    border-left: solid 1px #f8f8ff;
    border-right: solid 1px #f8f8ff;
    border-top: solid 1px #f8f8ff;
    vertical-align: middle;
    padding: 2px 3px 2px 3px;
}

.tabellaDati td {
    border-bottom:  #c3e2ff;
    border-left:  #f8f8ff;
    border-right:  #f8f8ff;
    border-top: #f8f8ff;
    vertical-align: middle;
    padding: 2px 3px 2px 3px;
}

.tabellaDatiHeader {
    height: 25px;
    background-color: #CCCCCC;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
}

.tabellaDatiHeader th {
    border: 1px solid #E1E1E1;
}

.tabellaDatiHeader td {
    border: 1px solid #E1E1E1;
}

.compRadioNoBorder td {
    border: none 0px #ffffff;
    padding: 0px;
}

.CompletionListCssClass {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 8px;
    font-weight: normal;
    border: solid 1px #AAAAAA;
    line-height: 16px;
    padding: 2px;
    background-color: White;
    list-style-type: none;
    margin: 0px;
}

.CompletionListItemCssClass {
    border-bottom: dotted 1px #CCCCCC;
    cursor: pointer;
    color: #000000;
}

.CompletionListHighlightedItemCssClass {
    color: #000000;
    background-color: #EEEEEE;
    cursor: pointer;
}

.cellaElencoCheck label {
    padding: 0px 10px 0px 0px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px;
}

.campoTesto {
    margin-bottom: 3px;
}

.boxObBenvPdV {
    clear: both;
    float: none;
    font-size: 10px;
    color: #000;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 2px;
    font-weight: bold;
    background-color: #CCCCCC;
}

.boxObBenv {
    border: 1px solid #dfdfdf;
    width: 250px;
    height: 90px;
    float: left;
    font-size: 10px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 8px;
    padding: 2px;
}

.boxObBenv img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.boxGrafici {
    width: 500px;
    height: 300px;
    float: left;
    font-size: 10px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 8px;
    padding: 2px;
}

.boxGrafici img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    line-height:.7;
}

.boxGrafici label {
    text-align: center;
    font-weight: bold;
}

.boxGalleryDoppia {
    width: 360px;
    height: 340px;
    float: left;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 2px 5px 5px 5px;
}

.boxGalleryDoppia img {
    margin-left: auto;
    margin-right: 5px;
    margin-top: 5px;
    width: 350px;
}


.boxGallery {
    width: 160px;
    height: 200px;
    float: left;
    font-size: 8px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 2px;
}

.boxGallery a {
    font-size: 9px;
    color: #000;
}

.boxGallery img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.titoloRanking, .titoloRanking a:link, 
.titoloRanking a:visited, 
.titoloRanking a:active, 
.titoloRanking a:hover {
    height: 25px;
    background-color: #CCCCCC;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
}

.sottotitoloRanking {
    height: 15px;
    background-color: #CCCCCC;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
}

.infoWindGoogle {
    background-color: #f8f8ff;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 8px;
    color: #000000;
    vertical-align: top;
    width: 200px;
    height: 100px;
}

.thumbFotoGallery {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    overflow: visible;
}

h1 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h2 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
}

h3 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 10px !Important;
}

.divTitolettoGrigliaDati {
    display: table-cell;
    height: 25px;
    background-color: #CCCCCC;
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    vertical-align: middle;
    border-style: none;
}


.nascosta {
    visibility: hidden;
}

.andamentoImg {
    text-align: center;
    float: left;
    vertical-align: central;
    font-size: 12px;
    padding: 15px;
    margin-left: 25px;
}

.andamentoImg img {
    margin-top: 14px;
    margin-bottom: 14px;
}

.tblDashboard {
    width: 81%;
}

.tblDashboard tr {
    border: 2px solid #fff;
}

.boxSellout {
    border: 1px solid #dfdfdf;
    width: 300px;
    float: left;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 8px;
}

.boxSelloutPrimo {
    border: 1px solid #dfdfdf;
    width: 300px;
    float: left;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 8px;
    clear: both;
}

.boxSelloutPrimo img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.boxSellout img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.titoloSellout {
    font-size: 16px;
}

.zoomDashboard {
    text-align: center;
    float: left;
    font-size: 14px;
    padding: 15px;
    text-decoration: none;
}

.zoomDashboard a {
    text-decoration: none;
}


.titoloSelloutPiccolo {
    font-size: 10px;
}

.boxSelloutTempo {
    border: 1px solid #dfdfdf;
    float: left;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 8px;
    width: 400px;
}

.intestazioneAvanzamentoZoom {   
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    height: 35px;
    margin-left: -166px;
}

.marginDX10px {
    margin-right: 10px !important;
}

.marginDX30px {
    margin-right:30px !important;   
}

/***Grafici***/

.container-grafico {
    padding: 0 20px;
    width: 100%;
    min-height: 450px;
}

.container-grafico-small {
    padding: 0 20px;
    width: 100%;
    min-height: 350px;
}

.dropdown.dropdown-widget {
    float: right;
}

.dropdown.dropdown-widget button {
    background-color: transparent;
    border: none;
}

/***Calendario***/

.container-calendar{
    background-color:#eb5c2e;
    margin-bottom: 20px;
}

.ui-datepicker-header{
    color: #2c3e50;
    text-align:center;
    padding: 15px;
    border-bottom: 1px solid #babfc7;
    height: 48px;
}

.ui-datepicker-prev span, 
.ui-datepicker-next span{
    display:none;
}


.ui-datepicker-prev:after{
    line-height:.7;
    content:"\f104";
    font-family:FontAwesome;
    float:left;
    margin-left:10px;
    cursor:pointer;
}


.ui-datepicker-next:after{
    content:"\f105";
    line-height:.7;
    float:right;
    font-family:FontAwesome;
    margin-right:10px;
    cursor:pointer;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 25px;
    color: #b4bfc7;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    color:#b4bfc7;
}

.ui-datepicker-calendar th {
    color: #6a6f7b;
    font-size: 10px;
    text-align: center;
}

.ui-datepicker-calendar {
    text-align:center;
    margin:0 auto;
    width:100%;
    border-collapse: separate;
    padding: 10px;
    border-spacing: 2px;
}

.ui-datepicker-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
}

.ui-datepicker-calendar td {
    padding: 0;
    text-align: center;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
    color: #ffffff;
}

.ui-datepicker-calendar .ui-state-default {
    text-decoration:none;
    color: #252933;
    font-size: 10px;
    font-weight: bold;
    padding: 7px;
    display: block;
}

.ui-datepicker-other-month .ui-state-default {
    text-decoration:none;
    color: #c5c8d1;
    font-size: 10px;
}

td.ui-datepicker-other-month {
    background-color:transparent;
}

.ui-datepicker-calendar .ui-state-active {
    color: #2196f3;
}

table.ui-datepicker-calendar tbody td.highlight {
    background-color: #fd9271;
}


td.ui-datepicker-current-day {
    background-color: #2c3e50;
}

td.ui-datepicker-current-day a {
     color: #2c3e50;
}

td.highlight.ui-datepicker-current-day a {
    color: #fff;
}

a.link-box {
    display: block;
    text-align: left;
    padding: 0 12px;
    margin-bottom: 10px;
}

a.link-box:hover {
    text-decoration: none;
}

.container-box {
    padding: 10px 0;
}

@media only screen and (max-width:991px) {
    a.link-box {
        display: inline-block;
    }
    
    .container-box {
        text-align: center;
    }    
}

span.number-box {
    display: block;
    font-size: 33px;
    font-weight: bold;
    line-height: .9;
    text-align: center;
}

span.title-box {
    display: block;
    font-size: 12px;
    text-align: center;
}

/***Gallery Widget***/

.header-gallery-conunt i {
    font-size: 33px;
    padding-right: 40px;
}

.header-gallery-conunt {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.seconda-immagine img {
    max-width: 100%;
}

.container-gallery-count {
    padding: 10px;
}

.column-image-gallery {
    overflow: hidden;
}

/***Map Widget***/

span.number-territory {
    font-size: 52px;
    font-weight: bold;
    vertical-align: middle;
}

span.location-active {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
}

span.location-active i {
    padding-left: 30px;
}

.map-content {
    width: 100%;
    height: 250px;
    border: 0;
    margin: 0;
}

/* fixes potential css conflict */
.map-content img {
   max-width: inherit !important;
}

button#delete-pdv {
    padding: 2px 9px;
    font-size: 20px;
}

button#edit-pdv {
    padding: 2px 9px;
    font-size: 20px;
}


/*================
=======LOGIN PAGE
=================*/

body.login-page {
    background-image: url('../img/bg-login.jpg');
    background-repeat: no-repeat;
    background-color: #0170b2;
    padding-top: 0;
	backgound-size:cover;
}

.login-logo {
    text-align: center;
    margin-bottom: 70px;
	padding:0 20px;
}

.login-logo img {
	max-width:385px;
	width:100%;
}

.login-form span.input-group-addon {
    color: #2c3e50;
    border: none;
    background-color: #fff;
}

.login-form input.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form ::-webkit-input-placeholder { 
    color: #2c3e50 !important;
} 

.login-form ::-moz-placeholder { 
    color: #2c3e50 !important;
}

.login-form :-ms-input-placeholder { 
    color: #2c3e50 !important;
}

.login-form :-moz-placeholder { 
    color: #2c3e50 !important;
}

.login-form .input-group {
    margin-bottom: 10px;
}

form.login-form {
    max-width: 230px;
    margin: 0 auto;
}

.errore-form {
	max-width: 230px;
    margin: 10px auto 0;
	text-align:center;
	font-size:12px;
}

.login-form button.btn.btn-default {
    background-color: #2c3e50;
    border: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.logo-pwby-login {
    display: inline-block;
    padding-right: 35px;
}

.verify-logo {
    display: inline-block;
}

.footer-login {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 55px;
    padding-top: 10px;
}

div#LoginPage .wrap {
    height: 100%;
}

div#LoginPage {
	min-height:350px;
}

.swiper-Anagrafiche {
    overflow: hidden;
}

/*================
=======MODIFICA PDV
=================*/

.modifyPdv .form-control {
    display: inline-block;
    margin: 5px;
    width: auto;
    vertical-align: middle;
}

.modifyPdv textarea.form-control {
    width: 100%;
    margin: 0;
}

.inputPdv {
    display: inline-block;
}

.modifyPdv .table .align-middle {
    vertical-align: middle;
}


/*================
=======Pagination
=================*/

.pagination {    
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination td {
    padding: 0 !important;
    border: none !important;
}
.pagination a {
      position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-sm td:first-child a, 
.pagination-sm td:first-child span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm td:last-child a, 
.pagination-sm td:last-child span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination td a:focus, 
.pagination td a:hover, 
.pagination td span:focus, 
.pagination td span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination .active a, 
.pagination .active a:focus, 
.pagination .active a:hover, 
.pagination .active span, 
.pagination .active span:focus, 
.pagination .active span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*================
=======Checkbox
=================*/

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
    width: auto;
    float: left;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: 0;
    margin-right: 5px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    vertical-align: middle;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    margin-left: 0px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin-right: 0;
    visibility: hidden;
    width: 0;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    float: left;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; 
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; 
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; 
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; 
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; 
}

.range-input {
    display: inline-block;
    margin: 10px 0;
    margin-right: 50px;
}

.button-banner div#PanelConferma {
    float: left;
    padding-left: 20px;
}

.button-banner span#ctl20_LabelErr {
    float: left;
    padding: 8px 0 0;
    display: block;
}

/*================
=======SLIDER
=================*/

.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width: 200px;height:20px;margin: 0 10px;}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#2e6da4;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#2e6da4;border-right-color:#2e6da4;margin-left:0;margin-right:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top: -20px;}.slider .tooltip-inner{white-space:nowrap;max-width:none;font-size: 9px;background-color: #3173ac;}.slider .hide{display:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px}.slider-selection{position:absolute;background-image: -webkit-linear-gradient(top,#b0b0b0 0,#f5f5f5 100%);background-image: -o-linear-gradient(top,#b0b0b0 0,#f5f5f5 100%);background-image: linear-gradient(to bottom,#b0b0b0 0,#f5f5f5 100%);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0)}.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);opacity:1}
span.range-value {
    padding: 0 5px;
    font-weight: bold;
    color: #3274ad;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3172aa !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #3172aa !important;
}

/*================
=======RESPONSIVE
=================*/

@media only screen and (min-width:768px) {

    .form-inline .checkbox label, 
    .form-inline .radio label {
        width: auto;
        margin-right: 25px;
    }
}

@media only screen and (max-width:768px) {

    .col-sm-12 {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    
    .inputPdv {
        display: block;
    }

    .inputPdv label {
        display: block;
        margin-top: 10px;
    }

    .inputPdv input,.inputPdv select {
        margin: 0 0 5px!important;
    }
    
    ul.nav.nav-sidebar {
        margin: 0 15px;
        background-color: #2c3e50;
    }

    ul.dropdown-menu.anagrafiche-dropdown {
        position: relative;
        top: 0 !important;
        border: none;
        width: 100%;
        left: 0;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    
    #wu-sidebar.sidebar nav {
        top:0 !important;
    }

    #wu-sidebar.sidebar {
    width: 100%;
}

    .dropdown-submenu > a:after {
        float: right;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #menuActions .navbar {
        display: inline-block;
        margin: 0;
    }

    #menuActions  div#ma-def {
        display: block;
    }
    
    nav#wu-header {
        display: none;
    }
    
    .logo-header {
        float: left;
        position: relative;
        padding: 8px 0;
    }
    
    nav#wu-responsive-header .container-fluid {
        padding-right: 0;
    }
    
    a.client-brand.navbar-right {
        float: right;
    }
    
    a.logout.navbar-right {
        float: right;
        max-width: 33px;
    }
    
    div#WelcomeResponsive {
        display: block;
    }
    
    nav#wu-responsive-header {
        display: block;
    }
    
    div#wu-main {
        margin-top: 20px;
        margin-left: 0;
    }
    
}


@media only screen and (max-width:500px) {
    .logo-pwby-login {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .footer-login {
        padding: 20px;
        text-align: center;
    }

    .verify-logo {
        width: 100%;
    }
    
    span.range-value {
        display: none;
    }
}

@media only screen and (max-width:450px) {
    #menuActions div#ma-def {
        display: inline-block;
        margin-right: 10px;
    }
  
    #menuActions div#ma-btnr {
        margin-top: 20px;
    }
    
    .btn-nav {
        margin-bottom: 10px;
    }   
    
    .slider.slider-horizontal {
        width: 100%;
        margin: 0;
    }

    .range-input {
        width: 100%;
        margin-right: 0;
    }

}

.fixed-prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.prompt-alert.alert.alert-warning {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.prompt-alert span#chiusura {
    color: #8b8b8b;
    opacity: 1;
    top: -13px;
    left: auto;
    position: absolute;
    right: -9px;
    background-color: #fcf8e4;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 18px;
    text-shadow: none;
}

.prompt-alert .prompt-alert.alert.alert-danger {
    margin-top: 0;
}