@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*###################################
#               Gray               #
#####################################*/
/*###################################
#               White               #
#####################################*/
/*###################################
#               Black               #
#####################################*/
/*###################################
#               Blue               #
#####################################*/
html{
    overflow-x: hidden;
}
/*--------------------------------------------*/
/*mediaqueries*/
body, a, p, h1, h2, h3, h4, h5, h6, div, span {
    font-family: 'Droid Sans', sans-serif; }

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }

.dropdown-menu {
    border-radius:4px; -moz-border-radius:4px; -web-kit-border-radius:4px; -khtml-border-radius:4px;
    z-index: 9999;
}

.container {
    max-width: 100%; }
.container-gallery{
    margin-left:0;
    margin-right:0;
    padding-left: 5px;}
a:hover, a:focus, a:active {
    text-decoration: none !important; }

*:focus, *:hover, .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline-offset: 0 !important; }

.form-control {
    border-radius:4px; -moz-border-radius:4px; -web-kit-border-radius:4px; -khtml-border-radius:4px; }
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: inherit; }
.form-control::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px; }
.form-control:-moz-placeholder {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px; }
.form-control::-moz-placeholder {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px; }
.form-control:-ms-input-placeholder {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px; }

ul, ol {
    padding: 0;
    margin: 0; }

textarea, textarea.form-control {
    resize: none; }

a {
    text-decoration: none; }
a:hover, a:focus {
    text-decoration: none; }

.paddingcol {
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 1200px) {
    .paddingcol-lg {
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 992px) {
    .paddingcol-md {
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 768px) {
    .paddingcol-sm {
        padding-left: 15px;
        padding-right: 15px; } }

.nopaddingcol {
    padding-left: 0 !important;
    padding-right: 0 !important; }
@media (min-width: 1200px) {
    .nopaddingcol-lg {
        padding-left: 0 !important;
        padding-right: 0 !important; }

}

@media (min-width: 992px) {
    .nopaddingcol-md {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
@media (min-width: 768px) {
    .nopaddingcol-sm {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
@media (max-width: 767px) {
    .nopaddingcol-xs {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
@media (min-width: max-xs) {
    .nopaddingcol-xs {
        padding-left: 0 !important;
        padding-right: 0 !important; } }

.noMarginRow {
    margin-left: 0 !Important;
    margin-right: 0 !Important; }
@media (min-width: 1200px) {
    .noMarginRow-lg {
        margin-left: 0 !Important;
        margin-right: 0 !Important; } }
@media (min-width: 992px) {
    .noMarginRow-md {
        margin-left: 0 !Important;
        margin-right: 0 !Important; } }
@media (min-width: 768px) {
    .noMarginRow-sm {
        margin-left: 0 !Important;
        margin-right: 0 !Important; } }

.checkbox-selector {
    cursor: pointer;
    color: #B4B4B4; }
.checkbox-selector .selected {
    display: none; }
.checkbox-selector .unselected {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 2px; }
.checkbox-selector.checked {
    color: #337AB7 !important; }
.checkbox-selector.checked .unselected {
    display: none; }
.checkbox-selector.checked .selected {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.radio-selector {
    cursor: pointer;
    color: #B4B4B4; }
.radio-selector .selected {
    display: none; }
.radio-selector .unselected {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.radio-selector.checked {
    color: #337AB7 !important; }
.radio-selector.checked .unselected {
    display: none; }
.radio-selector.checked .selected {
    display: inline-block;
    zoom: 1;
    *display: inline; }

/*###################################
#		BUTTONI             #
#####################################*/
.btn {
    border-radius:4px; -moz-border-radius:4px; -web-kit-border-radius:4px; -khtml-border-radius:4px;
    /*&.btn-red
    {
        background-color:$red;
        color:$white;

        &:hover, &:focus, &.active
        {
            background-color:$red-opacity-base;
            color:$white;

            &.btn-border
            {
                    @include box-shadow(0 0 0 5px $white-opacity-transparent);
            }
        }
    }*/ }

@media screen and (max-width: 1350px){
    .btn-group-lg>.btn, .btn-lg{
        font-size: 15px !important;
    }
}

header {
    background-color: #cdcdcd;
    display: block;
    position: relative;
    height: 94px;
    width: 100%;
}
header .header-menu-small, header .header-menu-big{
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 0 15px;
    transition: ease-in 0.5s all;
    -webkit-transition: ease-in 0.5s all;
    -moz-transition: ease-in 0.5s all;
    -o-transition: ease-in 0.5s all;
}

header .header-menu-big{
    width: 82%;
    left: 0;
}
header .logo-header {
    padding-top: 15px;
    text-align: center;
    display: block; }
header .logo-header img {
    max-height: 60px;
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
header .single-item-menu-col {
    background-color: #e1e1e1; }
header .single-item-menu-col .single-item-menu {
    text-align: center;
    color: #909090;
    display: block;
    padding: 10px 0;
}
header .single-item-menu-col .single-item-menu .single-item-menu-icon {
    font-size: 30px; }
header .single-item-menu-col .single-item-menu .single-item-menu-title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px; }
header .single-item-menu-col.active, header .single-item-menu-col:hover, header .shared-relative-container:hover .single-item-menu-col {
    background-color: #ffffff;
    position: relative; }
header .single-item-menu-col .btn-group{
    width: 100%;
}
header .single-item-menu-col .btn-group .btn.btn-default.name-section{
    width: calc(100% - 23px);
    border-radius: 0;
    background: #0b3f54 !important;
    color: white !important;
    border: 0;
    border-left: 0;
    padding: 6px 12px;
}
header .single-item-menu-col.active .btn-group .btn.btn-default.name-section, header .single-item-menu-col:hover .btn-group .btn.btn-default.name-section{
    background: #0d5e7f !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header .single-item-menu-col .btn-group .btn.btn-default.dropdown-toggle{
    border-radius: 0;
    padding: 6px 8px;
    background: #0b3f54 !important;
    color: white !important;
    border: 0;
    height: 32px;
}
header .single-item-menu-col.active .btn-group .btn.btn-default.dropdown-toggle, header .single-item-menu-col:hover .btn-group .btn.btn-default.dropdown-toggle{
    background: #0d5e7f !important;
}
header .single-item-menu-col .btn-group .dropdown-menu{
    width: 100%;
}
header .single-item-menu-col .btn-group .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #0d5d7f !important;
    color: white !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header .single-item-menu-col.active .single-item-menu, header .single-item-menu-col:hover .single-item-menu, header .shared-relative-container:hover .single-item-menu-col, header .shared-relative-container .single-item-menu-col:active{
    color: #085f7f !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*
header .single-item-menu-col.active:before, header .single-item-menu-col:hover:before, header .shared-relative-container:hover .single-item-menu-col:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    bottom: -3px;
    background-color: #085f7f; }
header .single-item-menu-col.active:after, header .single-item-menu-col:hover:after, header .shared-relative-container:hover .single-item-menu-col:after {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -9px;
    border-top: 6px solid #085f7f;
}
*/
header .header-menu-big > .row{
    display: inline-block;
    width: calc(100% + 30px - 15px);
}
header .header-menu-big > .btn-header-menu{
    position: absolute;
    top: 0;
    right: 0;
    margin:0;
    padding: 0;
    display: inline-block;
    background-image: -ms-linear-gradient(left, transparent 0%, #d6d6d6 100%);/* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(left, transparent 0%, #d6d6d6 100%);/* Mozilla Firefox */ 
    background-image: -o-linear-gradient(left, transparent 0%, #d6d6d6 100%);/* Opera */ 
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(1, #d6d6d6));/* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-linear-gradient(left, transparent 0%, #d6d6d6 100%);/* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, transparent 0%, #d6d6d6 100%);/* W3C Markup, IE10 Release Preview */ 
    color: #085f7f !important;
    width: 15px;
    height: 94px;
    line-height: 90px;
    font-size: 24pt;
    cursor: pointer;
}
header .header-menu-big > .btn-header-menu:after{
    content: "\02039";
}

header #btn-header-menu:checked ~ .header-menu-big > .btn-header-menu:after{
    content: "\0203a";
}
header #btn-header-menu:checked ~ .header-menu-big{
    width: 60%;
}
header #btn-header-menu:checked ~ .header-menu-small{
    width: 40%;
}
header #btn-header-menu:checked ~ .header-menu-small > .row .single-item-menu-small-col .single-item-menu-small > p{
    font-size: 10pt;
    transition: ease-in 0.6s all;
    -webkit-transition: ease-in 0.6s all;
    -moz-transition: ease-in 0.6s all;
    -o-transition: ease-in 0.6s all;
}

header .header-menu-small{
    right: 0;
    width: 18%;
    max-height: 94px;
    min-width: 185px;
}
header .single-item-menu-small-col {
    display: table;
    padding: 0;
}
header .single-item-menu-small-col > .btn-group {
    display: table;
    width: 100%;
}
header .single-item-menu-small-col > .btn-group.open,
header .single-item-menu-small-col:hover, header .single-item-menu-small-col.active {
    background-color: #ffffff !important
}
header .single-item-menu-small-col .single-item-menu-small {
    display: table-cell;
    width: 100%;
    color: #085f7f !important;
    text-align: right;
    vertical-align: middle;
    height: 47px;
}
header .single-item-menu-small-col .single-item-menu-small > i {
    display: table-cell;
    vertical-align: middle;
    color: #085f7f !important;
    font-size: 16pt;
    margin: 0;
    padding: 0 12px 0 8px;
}
header .single-item-menu-small-col .single-item-menu-small > p{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    max-width: 78px;
    text-align: right;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: ease-out 0.33s all;
    -webkit-transition: ease-out 0.33s all;
    -moz-transition: ease-out 0.33s all;
    -o-transition: ease-out 0.33s all;
}

/* BUILD HOVER - FABRIZIO 20/12/2018 */

header .shared-relative-container{
    padding: 0 !important;
    z-index: 100;
}

header .shared-relative-container .menu-choise{
    height: 50px;
    line-height: 50px;
    background-color: #ebedeb !important;
    text-align: center;
    border-bottom: 3px solid #275f7a !important;
    display: none;
    font-size: 13px;
}

header .shared-relative-container .menu-choise:hover{
    background-color: white;
}

header .shared-relative-container:hover .menu-choise{
    display: block;
}

/*header{
    .navbar{
        padding: 0 10px;
        .navbar-toggle{
            display:block;
        }
        .navbar-brand{
            padding:5px;
        }
        .top-nav{
            > li{
                @include inline-block();
                .dropdown-toggle
                {
                    padding:15px;
                }
                a{
                    color:$GrayLight;
                    &:hover, &:focus{
                        color:$White;
                        background-color: $Black;
                    }
                }
                &.open{
                    > a{
                        color:$White;
                        background-color: $Black;
                        &:hover, &:focus{
                            color:$White;
                            background-color: $Black;
                        }
                    }
                }
                .dropdown-menu{
                    a{
                        color:$Black;
                        &:hover, &:focus{
                            background-color: $GrayLighter;
                        }
                    }
                }
            }
        }
        .side-nav{
            li{
                >ul{
                    padding: 0;
                    li
                    {
                        >a {
                            display: block;
                            padding: 10px 15px 10px 38px;
                            text-decoration: none;
                            color: $GrayLight;
                            &:hover {
                                color: $White;
                            }
                        }
                    }
                }
            }
        }
        @include respondTo(min-sm){
            .side-nav {
                position: fixed;
                top: 51px;
                left: 225px;
                width: 225px;
                margin-left: -225px;
                border: none;
                border-radius: 0;
                overflow-y: auto;
                background-color: #222;
                bottom: 0;
                overflow-x: hidden;
                padding-bottom: 40px;
                >li{
                    >a{
                        width: 225px;
                    }
                }
                li{
                    a{
                        &:hover, &:focus{
                            outline: none;
                            background-color: $Black !important;
                        }
                    }
                }
            }
        }
    }
}*/

footer {
    background-color: #202020;
    color: #3a3a3a;
    text-align: center;
    padding: 15px 0; }
footer p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold; }

/*footer{
    background-color:$GrayDark;
    padding:15px;
    a{
        color:$White;
        &:hover,&:focus{
            color:$Black;
        }
    }
    .footer-left{
        color:$White;
        p{
            margin:0;
        }
    }
    .footer-right{
        .list-menu-footer{
            text-align:right;
            li{
                @include inline-block();
                margin-right: 5px;
                &:last-child{
                    margin-right:0;
                }
            }
        }
    }
}*/
.sms-composer .list-steps-header ul{
    display: table;
    width:100%;
    border: 0;
    overflow: hidden;
}
.sms-composer .list-steps-header ul li {
    display: table-cell;
    border: 0;
    background-color: #e1e1e1;
    padding: 10px 25px;
    position: relative;
    margin-right: 3px;
    padding-left: 45px;
    cursor: default; }
.sms-composer .list-steps-header ul li.done {
    cursor: pointer; }
.sms-composer .list-steps-header ul li::after {
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 999;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #e1e1e1; }
.sms-composer .list-steps-header ul li::before {
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 99;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 32px;
    border-color: transparent transparent transparent #f8f8f8; }
.sms-composer .list-steps-header ul li:first-child {
    padding-left: 25px; }
.sms-composer .list-steps-header ul li:first-child::before,
.sms-composer .list-steps-header ul li:last-child::after {
    display: none; }
.sms-composer .list-steps-header ul li.active {
    background-color: #2577b5;
    color: #ffffff;
    cursor: pointer; }
.sms-composer .list-steps-header ul li.active::after {
    border-color: transparent transparent transparent #2577b5; }
.sms-composer .list-steps-header ul li.active .badge {
    background-color: #ffffff;
    color: #ababab; }
.sms-composer .list-steps-header ul li.done:hover, .sms-composer .list-steps-header ul li.active:hover {
    background-color: #337AB7;
    color: #ffffff; }
.sms-composer .list-steps-header ul li.done:hover::after, .sms-composer .list-steps-header ul li.active:hover::after {
    border-color: transparent transparent transparent #337AB7; }
.sms-composer .list-steps-contents {
    padding: 10px 0; }
.sms-composer .list-steps-contents .single-step {
    display: none;
    border: 1px solid #e1e1e1;
    padding: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content {
    margin: 30px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice {
    overflow: hidden; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice.code-coupon {
    margin-top: 30px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-radio {
    float: left;
    margin-right: 10px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-radio .single-step-choice-radio-info {
    font-size: 16px;
    color: #B4B4B4;
    cursor: pointer; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-radio .radio-selector {
    font-size: 12px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper {
    overflow: hidden; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper .single-step-choice-title {
    font-size: 16px;
    margin-top: 7px;
    font-weight: bold;
    margin-bottom: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper .single-step-choice-title-with-option {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper .single-step-choice-title-with-option .tilte-field {
    vertical-align: middle; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper .single-step-choice-title-with-option .btn-group[data-toggle="buttons"] {
    margin-left: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-choice-wrapper .single-step-choice-content .datatimepicker-inline {
    background: #ffffff;
    padding: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .single-step-choice .single-step-riepilogo {
    margin-bottom: 35px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="false"] .iconDown {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="false"] .iconUp {
    display: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="true"] .iconDown {
    display: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="true"] .iconUp {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-content {
    margin: 15px 0;
    background-color: white;
    padding: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-content .title-filter {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-filter-content .select2-container {
    width: 200px !important;
    margin-left: 10px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .address-book-custom .select2-container--default {
    width: 200px !Important; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-filter-wrapper .eta-slider-container .dropdown-menu {
    padding: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table {
    margin-top: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box {
    border: 1px solid #e1e1e1; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box .address-book-header {
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box .address-book-content {
    padding-top: 15px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box .address-book-content.address-book-content-scroll {
    overflow: hidden; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group {
    border-right: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-header {
    background-color: #CDCDCD; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content {
    background-color: #ffffff; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li {
    padding: 5px 15px;
    cursor: pointer; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li .checkbox-selector {
    font-size: 12px;
    vertical-align: middle; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li .checkbox-selector.incomplete {
    color: #B4B4B4 !important; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li:hover {
    background-color: #DEDEDE; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li.active {
    background-color: #479be2;
    color: #ffffff; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups li.special {
    font-weight: bold; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-header {
    background-color: #e1e1e1; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th.enable-order {
    cursor: pointer; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering {
    font-size: 20px;
    line-height: 1;
    float: right; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering .order-desc, .sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering .order-asc {
    display: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-asc .order-asc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-asc .order-null {
    display: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-desc .order-desc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-desc .order-null {
    display: none; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th.active {
    color: #337AB7; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-checkbox .checkbox-selector {
    font-size: 12px;
    vertical-align: middle; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .single-contact-moreinfo-contact-cta {
    cursor: pointer; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .single-contact-moreinfo-contact-cta:hover {
    color: #479be2; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .dropdown-menu {
    left: auto;
    right: 0; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content .loadajax {
    font-size: 45px;
    color: #479be2; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e1e1e1; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer .pagination {
    margin-top: 15px;
    margin-bottom: 10px; }
.sms-composer .list-steps-contents .single-step .single-step-content .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer .stats-count {
    margin-top: 22px; }
.sms-composer .list-steps-contents .single-step.active {
    display: block; }
.sms-composer .list-steps-contents .single-step .title {
    margin-top: 0;
    font-weight: bold; }

.single-stat .single-stat-title {
    font-weight: bold; }

.address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="false"] .iconDown {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="false"] .iconUp {
    display: none; }
.address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="true"] .iconDown {
    display: none; }
.address-book .address-book-filter-wrapper .address-book-filter-cta .ctaOpenFilterAddressBook[aria-expanded="true"] .iconUp {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.address-book .address-book-filter-wrapper .address-book-filter-content {
    margin: 15px 0;
    background-color: white;
    padding: 15px; }
.address-book .address-book-filter-wrapper .address-book-filter-content .title-filter {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold; }
.address-book .address-book-filter-wrapper .address-book-filter-content .select2-container {
    width: 200px !important;
    margin-left: 10px; }
.address-book .address-book-filter-wrapper .address-book-custom .select2-container--default {
    width: 200px !Important; }
.address-book .address-book-filter-wrapper .eta-slider-container .dropdown-menu {
    padding: 15px; }
.address-book .address-book-table {
    /* margin-top: 0; */
}
.address-book .address-book-table .address-book-single-box {
    /* border: 1px solid #e1e1e1; */
}
.address-book .address-book-table .address-book-single-box .address-book-header {
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold; }
.address-book .address-book-table .address-book-single-box .address-book-content {
    padding-top: 0; }
.address-book .address-book-table .address-book-single-box .address-book-content.address-book-content-scroll {
    overflow: hidden; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group {
    border-right: none; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-header {
    background-color: #CDCDCD; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content {
    background-color: #ffffff; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li {
    padding: 5px 15px;
    cursor: pointer; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li .checkbox-selector {
    font-size: 12px;
    vertical-align: middle; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li .checkbox-selector.incomplete {
    color: #B4B4B4 !important; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li:hover {
    background-color: #DEDEDE; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li.active {
    background-color: #479be2;
    color: #ffffff; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li.special {
    font-weight: bold; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-group .address-book-content .list-groups > li .dropdown .dropdown-menu {
    left: auto;
    right: 0; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-header {
    background-color: #e1e1e1; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th.enable-order {
    cursor: pointer; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering {
    font-size: 20px;
    line-height: 1;
    float: right; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering .order-desc, .address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering .order-asc {
    display: none; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-asc .order-asc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-asc .order-null {
    display: none; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-desc .order-desc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th .ordering.ordering-desc .order-null {
    display: none; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table thead tr th.active {
    color: #337AB7; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-checkbox .checkbox-selector {
    font-size: 12px;
    vertical-align: middle; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .single-contact-moreinfo-contact-cta {
    cursor: pointer; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .single-contact-moreinfo-contact-cta:hover {
    color: #479be2; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content table tbody .single-contact td.single-contact-moreinfo-contact .dropdown .dropdown-menu {
    left: auto;
    right: 0; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-content .loadajax {
    font-size: 45px;
    color: #479be2; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e1e1e1; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer .pagination {
    margin-top: 15px;
    margin-bottom: 10px; }
.address-book .address-book-table .address-book-single-box.address-book-single-box-tables .address-book-footer .stats-count {
    margin-top: 22px; }
.address-book.rubrica .list-groups {
    padding-bottom: 40px; }
.address-book.rubrica .list-groups li {
    border-bottom: 1px solid #ccc; }
.address-book.rubrica .address-book-header-title {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-top: 5px; }

.elenco .panel {
    border: 1px solid #e1e1e1; }
.elenco .panel .panel-header {
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold; }
.elenco .panel .content {
    padding-top: 15px; }
.elenco .panel .content.elenco-landingpage-content-scroll {
    overflow: hidden; }
.elenco .panel.elenco-landingpage-single-box-group {
    border-right: none; }
.elenco .panel.elenco-landingpage-single-box-group .panel-header {
    background-color: #CDCDCD; }
.elenco .panel.elenco-landingpage-single-box-group .content {
    background-color: #ffffff; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li {
    padding: 5px 15px;
    cursor: pointer; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li .checkbox-selector {
    font-size: 12px;
    vertical-align: middle; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li .checkbox-selector.incomplete {
    color: #B4B4B4 !important; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li:hover {
    background-color: #DEDEDE; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li.active {
    background-color: #479be2;
    color: #ffffff; }
.elenco .panel.elenco-landingpage-single-box-group .content .list-groups li.special {
    font-weight: bold; }
.elenco .panel .panel-header {
    background-color: #e1e1e1; }
.elenco .panel .content table thead tr th.enable-order {
    cursor: pointer; }
.elenco .panel .content table thead tr th .ordering {
    font-size: 20px;
    line-height: 1;
    float: right; }
.elenco .panel .content table thead tr th .ordering .order-desc, .elenco .panel .content table thead tr th .ordering .order-asc {
    display: none; }
.elenco .panel .content table thead tr th .ordering.ordering-asc .order-asc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.elenco .panel .content table thead tr th .ordering.ordering-asc .order-null {
    display: none; }
.elenco .panel .content table thead tr th .ordering.ordering-desc .order-desc {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.elenco .panel .content table thead tr th .ordering.ordering-desc .order-null {
    display: none; }
.elenco .panel .content table thead tr th.active {
    color: #337AB7; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-data-modifica {
    text-align: center; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-data-attivazione {
    text-align: center; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-scadenza {
    text-align: center; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-numero-visite {
    text-align: right; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-moreinfo-landingpage .single-landingpage-moreinfo-landingpage-cta {
    cursor: pointer; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-moreinfo-landingpage .single-landingpage-moreinfo-landingpage-cta:hover {
    color: #479be2; }
.elenco .panel .content table tbody .single-landingpage td.single-landingpage-moreinfo-landingpage .dropdown-menu {
    left: auto;
    right: 0; }
.elenco .panel .content table tbody .single-landingpage.not-completed .single-landingpage-stato {
    color: #ffffff;
    background-color: #ff5722; }
.elenco .panel .content table tbody .single-landingpage.completed .single-landingpage-stato {
    color: #ffffff;
    background-color: #03a9f4; }
.elenco .panel .content table tbody .single-landingpage.sended .single-landingpage-stato {
    color: #ffffff;
    background-color: #8bc34a; }
.elenco .panel .content table tbody .single-landingpage.deactived .single-landingpage-stato {
    background-color: #e51c23;
    color: #ffffff; }
.elenco .panel tr.single-contact .number {
    text-align: right; }
.elenco .panel tr.single-contact .date {
    text-align: center; }
.elenco .panel .content .loadajax {
    font-size: 45px;
    color: #479be2; }
.elenco .panel .panel-footer {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e1e1e1;
}
.elenco .panel .panel-footer .pagination {
    margin-top: 10px;
    margin-bottom: 5px;
}
.elenco .panel .panel-footer .stats-count {
    margin-top: 22px; }

body {
    min-width: 992px; }


@media (max-width: 1200px) {
    #wrapper > .container-fluid {
        padding-left: 0;
        padding-right: 0; } }
.kv-avatar .file-preview-frame, .kv-avatar .file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center; }

.kv-avatar .file-input {
    display: table-cell;
    max-width: 170px; }

.bs-example {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative; }

.file-default-preview {
    border: 1px solid #ddd;
    padding: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

/*# sourceMappingURL=Style.css.map */

#prev1{
    padding:5px;
    background: #1F1F1F url(Style/pattern.png) repeat top left;
    background-size: cover}


@media (min-width: 1400px) {
    .container-gallery{
        margin-left:15%;
    }
}
.submit-gallery{
    margin-top:2%;
    margin-left:5%;
}
input { padding:5px; border:1px solid #999; border-radius:4px; -moz-border-radius:4px; -web-kit-border-radius:4px; -khtml-border-radius:4px; }

.single-item-menu-col.active .cogs,.comments-o,.line-chart,.list,.organize,.cubes{
    background:url('Style/sprite_40x40_2016-06-07.png')
}
.single-item-menu-col .cogs,.comments-o,.line-chart,.list,.organize,.cubes{
    background:url('Style/sprite_40x40_2016-06-07.png')
}

.single-item-menu-col .cogs{
    margin:0 auto;
    background-position:-1px -1px;
    width:40px;
    height:42px;
}
.single-item-menu-col.active .cogs{
    margin:0 auto;
    background-position:-1px -44px;
    width:40px;
    height:42px;
}
.single-item-menu-col:hover .cogs, .shared-relative-container:hover .single-item-menu-col .cogs{
    margin:0 auto;
    background-position: -1px -44px;
    width:40px;
    height:42px;
}
.comments-o{
    margin:0 auto;
    background-position:-44px -1px;
    width:40px;
    height:42px;
}

.single-item-menu-col.active  .comments-o{
    margin:0 auto;
    background-position: -44px -44px;
    width:40px;
    height:42px;
}
.single-item-menu-col:hover .comments-o{
    margin:0 auto;
    background-position: -44px -44px;
    width:40px;
    height:42px;
}

.single-item-menu-col.active .line-chart{
    margin:0 auto;
    background-position: -88px -44px;
    width:40px;
    height:42px;
}

.line-chart{
    margin:0 auto;
    background-position: -88px -1px;
    width:40px;
    height:42px;
}
.single-item-menu-col:hover .line-chart{
    margin:0 auto;
    background-position: -88px -44px;
    width:40px;
    height:42px;
}
.list{
    margin:0 auto;
    background-position: -132px -1px;
    width:40px;
    height:42px;
    position: relative;
}

.single-item-menu-col.active .list{
    margin:0 auto;
    background-position: -132px -44px;
    width:40px;
    height:42px;
}

.single-item-menu-col:hover .list{
    margin:0 auto;
    background-position: -132px -44px;
    width:40px;
    height:42px;
}


@media (max-width: 1024px) {
    .container{width:100%;
               margin-left:0;
               margin-right:0;}
}
.page-header {
    margin-top:0;
    padding-top:0;
    margin-bottom: 10px;
}

.page-header-blue {
    background-color: #27607b;
    height: 65px;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 65px;
    position: relative;
}

.cubes{
    margin:0 auto;
    background-position: -174px -1px;
    width:40px;
    height:42px;
}

.single-item-menu-col.active .cubes {
    margin:0 auto;
    background-position: -174px -44px;
    width:40px;
    height:42px;
    color:red
}

.single-item-menu-col:hover .cubes {
    margin:0 auto;
    background-position: -174px -44px;
    width:40px;
    height:42px;
    color:red
}
.verifica_post{
    font-weight: bold;
    margin-bottom: 20px;

}
.facebook,.twitter,.googleplus,.app{
    background-image: url(blocco-social/social_84x73.png);
}
.facebook{
    background-position:-75px -1px;
    width:72px;
    height:83px
}
.facebook:hover{
    background-position:-75px -86px;
    width:72px;
    height:83px
}
.facebook:active{
    background-position:-75px -1px;
    width:72px;
    height:83px
}
.twitter{
    background-position:-224px -1px;
    width:72px;
    height:83px
}

.twitter:hover{
    background-position:-224px -86px;
    width:72px;
    height:83px
}
.twitter:active{
    background-position:-224px -1px;
    width:72px;
    height:83px
}
.googleplus{
    background-position:-149px -1px;
    width:72px;
    height:83px
}
.googleplus:hover{
    background-position:-149px -86px;
    width:72px;
    height:83px
}
.googleplus:active{
    background-position:-149px -1px;
    width:72px;
    height:83px
}
.app{
    background-position:-149px -1px;
    width:72px;
    height:83px
}
.app:hover{
    background-position:-149px -86px;
    width:72px;
    height:83px
}
.app:active{
    background-position:-149px -1px;
    width:72px;
    height:83px
}
.qrcode{
    position:absolute;
    top:-10px
}
.qr{
    text-align:center;
    position:relative;
    width:73px;
    top:58px;
    left:5px;
    color:black;
    font-weight: bold;
    font-size:0.9em
}
.enable-order
.ordering {
    display:none;
}

.pagination > li > input:hover{
    background-color: #fafafa;
}

.breadcrumb > li + li:last-child::before{
    content: "";
    padding: 0;
}
.breadcrumb > li:last-child .select2-selection__rendered ,
.breadcrumb > li:last-child .select2-selection {
    height: 22px !important;
    line-height: 22px !important;
}

/* DOCUMENTS */
#document-menu{
    display: table;
    background-color: #f5f5f5;
    margin: -15px;
    width: calc(100% + 30px);
    border-collapse: separate;
    border-spacing: 15px;
}
#document-menu > div{
    display: table-row;
}
#document-menu a.btn-document{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 98px;
    padding: 6px;
    background-color: #919191;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
#document-menu a.btn-document.active{
    background-color: #095f7f;
}
#document-menu a.btn-document:hover{
    background-color: #75c5ce;
}

.btn-document-download:hover{
    background-color: #75c5ce;
    color: white;
}

.btn-document-folder{
    display: table;
    height: 188px;
    width: 100%;
    background-color: #919191;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 17pt;
    text-align: center;
    margin-bottom: 15px;
    padding: 6px 12px;
}
.btn-document-folder > span{
    display: table-cell;
    vertical-align: middle;

}
.btn-document-folder:hover{
    background-color: #75c5ce;
    color: white;
}

.btn-blue{
    color: white;
    border-color: #174256 !important;
    background-color: #2A607E !important;
}

.btn-blue:hover{
    color: white;
    background-color: #104E6B !important;
}

.btn-blue:active{
    color: white;
    -webkit-box-shadow: inset 10px 10px 95px -15px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 10px 10px 95px -15px rgba(0,0,0,0.35);
    box-shadow: inset 10px 10px 95px -15px rgba(0,0,0,0.35);
}

.document-video{
    display: block;
    height: 164px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.document-video > img{
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}
.document-video > p{
    position: absolute;
    width: 100%;
    padding: 3px 8px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin: 0;
    background-color: rgba(0,0,0,0.3);
}
.document-video:hover > p{
    padding-bottom: 0;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.3);
}
.document-video > i{
    position:absolute;
    display: table;
    width: 100%;
    height: 100%;
    font-size: 42pt;
    text-decoration: none;
    color: white;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    margin-top: 8px;
}
.document-video:hover > i{
    color: #f1f1f1;
}
.document-video > i::before{
    display: table-cell;
    vertical-align: middle;
}

.btn-document-download-video{
    background-color: white;
    color: #ddd;
    border: 2px solid #ddd;
    padding: 6px 18px;
    font-weight: bold;
}
.btn-document-download-video:hover{
    background-color: #75c5ce;
    border-color: #75c5ce;
    color: white;
}

#modal-document-video .modal-dialog{
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px auto;
    background-color: rgba(48,48,48,0.75);
}
#modal-document-video .modal-dialog > video{
    width: 100%;
    height: 100%;
}
#modal-document-video .modal-dialog > button.close{
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 26pt;
    color: white;
}

#profile-image{
    display: inline;
    margin: 10px 25px;
}

.report-title{
    color: #337ab7;
    font-weight: bold;
}

.report.label{
    font-size: 1.2rem !important;
    font-weight: normal !important;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    display: block !important;
    text-align: left;
    margin: 20px 0px;
}

.content-label-left{
    float: right;
}

.content-label-right{
    float:  left;
}

.top-report{
    padding: 15px 0 !important;
    background-color: #f5f5f5 !important;
}

.top-report h5{
    float: left;
    padding: 0px 25px !important;
    font-weight: bold;
}

.report-landing-link{
    float: right !important;
}

.report.label span{
    position: absolute;
    right: 15px;
}

.panel-hidden{
    display: none !important;
}

@media screen and (max-width: 991px){
    .content-label-left, .content-label-right{
        float: none !important;
        margin: 20px auto !important;
    }
}

.service-type{
    height: 34px;
    width: 100%;
    margin: 5px 0px;
}

.relative-div{
    position: relative;;
    overflow: auto;
}

.button-full-width div{
    width: 100%;
}

.progress-line{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: rgba(255,255,255,0.6);
}

.text-center{
    text-align: center;
}

.innerCircleLoad{
    line-height: 60px;
    font-size: 1.1em;
    color: white;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #27607b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 3px 9px -3px #000000;/*FF 3.5+*/
    -webkit-box-shadow: 0 3px 9px -3px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 9px -3px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.longPressCircle{
    margin: auto;
    position: relative;
    width: 76px;
    height: 76px;
    text-align: center;
}

.longPressCircle circle {
    fill: white;
    stroke: rgba(132, 132, 132, 0.5);
    stroke-width: 4;
    stroke-dasharray: 333;
    stroke-dashoffset: 1000;
}

.notify-alert{
    width: 10px;
    height: 10px;
    background: #bd0000;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=0, Color=#BD0000)";/*IE 8*/
    -moz-box-shadow: 0 0 13px #BD0000;/*FF 3.5+*/
    -webkit-box-shadow: 0 0 13px #BD0000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 13px #BD0000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=135, Color=#BD0000); /*IE 5.5-7*/
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.contacts-options-container .progress{
    margin: 0px;
    height: 34px;
    max-width: 300px;
    margin-left: 10px;
    position: relative;
}

.contacts-options-container .progress .percent-container{
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 34px;
    font-size: 0.9em;
}

.stronger{
    float: left;
}

.stronger:last-of-type{
    margin-right: 10px;
}

.disabled-link{
    cursor: not-allowed;
}

.disabled-link i, .disabled-link p{
    color: #878889 !important;
}

.w-100{
    width: 100%;
}

a.disabled{
    cursor: not-allowed;
    color: gray !important;
}

.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}

.vat-separator{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 32px;
}

.filter-group-list.list-group-item{
    overflow: hidden;
    max-height: 100px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.filter-group-list.list-group-item.dismissed{
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.dismiss-item-toggler{
    margin-left: 5px;
}

.breadcrumb .pull-right .form-horizontal{
    float: right;
}

.notification-toggler {
    float: left;
    font-size: 1.3em;
    line-height: 21px;
    margin-right: 15px;
    color: gray;
    cursor: pointer;
    position: relative;
}

.notification-toggler.alerting:before{
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    width: 8px;
    height: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#E00000)";/*IE 8*/
    -moz-box-shadow: 0 0 6px rgba(224,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 6px rgba(224,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 6px rgba(224,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#E00000); /*IE 5.5-7*/
    animation: notification-animation 1.5s linear infinite;
}

@keyframes notification-animation{
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#E00000)";/*IE 8*/
        -moz-box-shadow: 0 0 6px 6px rgba(224,0,0,0.3);/*FF 3.5+*/
        -webkit-box-shadow: 0 0 6px 6px rgba(224,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 6px 6px rgba(224,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#E00000); /*IE 5.5-7*/
    }
}

.notifications-inbox{
    overflow-y: scroll;
    color: white;
    position: fixed;
    right: -400px;
    top: 0;
    height: 100%;
    width: 350px;
    background: -moz-linear-gradient(180deg, rgba(52, 52, 52, 0.94) 0, #202020 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, 4F4F4F), color-stop(100%, 202020));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, rgba(52, 52, 52, 0.94) 0, #202020 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, rgba(52, 52, 52, 0.94) 0, #202020 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(52, 52, 52, 0.94) 0, #202020 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, rgba(52, 52, 52, 0.94) 0, #202020 100%);/* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: -7px 0 24px 12px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: -7px 0 24px 12px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -7px 0 24px 12px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/
    z-index: 99999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.notifications-inbox::-webkit-scrollbar {
    display: none;
}

.notifications-inbox.slided{
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.notifications-inbox .head p{
    float: left;
    margin: 0;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.notifications-inbox .closer{
    text-align: right;
    width: 100%;
    padding: 15px;
}

.notifications-inbox .closer i{
    cursor: pointer;
}

.notification {
    border-bottom: 1px solid #959595;
    margin: 10px;
    padding: 10px;
}

.notification:last-child, .notification:last-child:hover,
.unread-notifications .notification:last-child, .unread-notifications .notification:last-child:hover {
    border-bottom: none;
}

.notification:hover {
    border-bottom: 1px solid white;
}

.notification a {
    text-decoration: none;
    color: #959595;
}

.notification:hover  a{
    text-decoration: none;
    color: white;
}

.notification .notification-title{
    font-weight: bold;
    margin: 0;
    font-size: 1.1em;
}

.unread-notifications {
    border-bottom: 2px solid white;
    margin: 10px 15px;
}

.unread-notifications .notification{
    padding: 10px 0;
}

.unread-notifications .notification .notification-title::before{
    content: '';
    width: 7px;
    height: 7px;
    margin: 2px 5px 2px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    display: inline-block;
}

.notifications-inbox button{
    width: 100%;
    background: transparent;
    padding: 15px 0 25px;
    border: none;
}

.position-relative{
    position: relative;
}

.dropdown-menu.drop-bottom-left{
    left: unset;
    right: 0;
}

.pagination>li:first-child>button {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.disabled>button, .pagination>.disabled>button:focus, .pagination>.disabled>button:hover{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li>button {
    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>.active>input, .pagination>.active>input:focus, .pagination>.active>input:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li>input {
    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;
    border-radius: 0;
}

.smaller{
    font-size: 0.8em;
    margin: 0;
}