.centerIMG {
    margin: 0 auto;
}

.pg20-bottom {
    padding-bottom: 20px !important;
}

.pg20 {
    padding: 20px !important;
}

.pg10 {
    padding: 10px !important;
}


.mt40 {
    margin-top: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mt10 {
    margin-top: 10px !important;
}


.mb40 {
    margin-bottom: 40px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}

.titleColor {
    color: #1CAF9A;
    font-weight: 400;
}

.white {
    background: #fff;
}

.tgrey {
    color: #eee;
}

.tgrey.filter {
    line-height: 25px;
}

.opac {
    opacity: 0.08;
}

.counter .dashboard-stat .details .desc {
    font-size: 12px !important;
}

/*color aziende*/
.enerxenia {
    background: #42cc7d;
    color: #fff !important;
    transition: all 0.5s;
}

.cogeser {
    background: #e6cd47;
    color: #fff !important;
    transition: all 0.5s;
}

.gelsia {
    background: #3c4e64;
    color: #fff !important;
    transition: all 0.5s;
}

.iren {
    background: #5dc4d2;
    color: #fff !important;
    transition: all 0.5s;
}

.lineapiu {
    background: #89875a;
    color: #fff !important;
    transition: all 0.5s;
}

.vodafone {
    background: #df5427;
    color: #fff !important;
    transition: all 0.5s;
}

.greybox {
    background: #666;
    color: #fff !important;
    transition: all 0.5s;
}

.orange {
    background: #FF9800;
    color: #fff !important;
    transition: all 0.5s;
}

.viola {
    background: #9C27B0;
    color: #fff !important;
    transition: all 0.5s;
}

.enerxenia-bord {
    border: 2px solid #42cc7d;
    color: #999 !important;
    transition: all 0.5s;
}

.cogeser-bord {
    border: 2px solid #e6cd47;
    color: #999 !important;
    transition: all 0.5s;
}

.gelsia-bord {
    border: 2px solid #3c4e64;
    color: #999 !important;
    transition: all 0.5s;
}

.iren-bord {
    border: 2px solid #5dc4d2;
    color: #999 !important;
    transition: all 0.5s;
}

.lineapiu-bord {
    border: 2px solid #89875a;
    color: #999 !important;
    transition: all 0.5s;
}

.vodafone-bord {
    border: 2px solid #df5427;
    color: #999 !important;
    transition: all 0.5s;
}

.greybox-bord {
    border: 2px solid #666;
    color: #999 !important;
    transition: all 0.5s;
}

.orange-bord {
    border: 2px solid #FF9800;
    color: #999 !important;
    transition: all 0.5s;
}

.viola-bord {
    border: 2px solid #9C27B0;
    color: #999 !important;
    transition: all 0.5s;
}

.dashboard-stat:hover {
    opacity: 0.85;
}

blockquote {
    font-size: 15px !important;
}

.page-header.navbar {
    background-color: #FFFFFF;
}
.page-header.navbar .hor-menu .navbar-nav > li > a {
    color: #2b3643;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
    color: #2b3643;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    background-color: #f8f9fd;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background-color: #f8f9fd;
}
.page-header.navbar .hor-menu .navbar-nav > li.open > a, .page-header.navbar .hor-menu .navbar-nav > li > a:hover {
    background: #f8f9fd !important;
    color: #2b3643;
}