html, body, form {
    height: 100% !important;
    width: 100% !important;
}

.background-login {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    display: flex !important;
    align-items: center !important;
    background-image: url(https://demo.webbroker.it/www/DEMO/Images/pexels-antoni-shkraba-5816286.jpg);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    justify-content: center !important;
    backdrop-filter: blur(4px) !important;
    background-repeat: no-repeat !important;
}

/* New Login CSS */
.datepicker {
    padding: 6px 12px !important;
}

.custom-border-top{
    border-top: 2px solid #6fc9f2;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.btn-login {
    margin-bottom: 0 !important;
    padding: 8px 12px !important;
    border-radius: 50px;
    min-width: 110px;
}

.form-group-login {
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
    padding: 0 17px 20px !important;
}

    .form-group-login label {
        font-weight: 400 !important;
    }

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex;
}

.container-footer {
    bottom: 0;
    position: fixed;
    left: 0;
}

/*  */

.body-login {
    /* padding-top: 40px; */
    padding-bottom: 0px;
    background-color: #f5f5f5;
    height: 100vh;
}

#wrap {
    display: flex;
    flex-flow: column;
    min-height: calc(100% - 47px);
    padding-bottom: 26px;
}

* {
    outline: none !important;
}

#logo-container img {
    max-height: 80px;
    max-width: 240px;
    margin-bottom: 35px;
}

.udp-relative {
    position: relative !important;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.loading-waiting {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    z-index: 1001;
}

    .loading-waiting div {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .loading-waiting div i {
            color: #CCCCCC;
            position: absolute;
            top: 45%;
        }

.logo-container {
    max-height: 80px;
}

.group-container {
    min-width: 370px;
    padding: 40px 30px 30px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 18px;
}

.group-container-body {
    padding: 10px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-bottom: 20px;
}

.group-container-body-tipo1 {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    background-color: #706F6F;
    border: 2px solid #9D9D9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 125px;
    color: #FFF;
}

    .group-container-body-tipo1:hover {
        background-color: #9D9D9C;
    }

    .group-container-body-tipo1 p {
        padding: 0px;
        margin: 0px;
    }

.group-container-body-tipo2 {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    background-color: #A2D9F7;
    border: 2px solid #C1E4F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-bottom: 20px;
    color: #000;
    min-height: 125px;
}

    .group-container-body-tipo2:hover {
        background-color: #C1E4F9;
    }

    .group-container-body-tipo2 p {
        padding: 0px;
        margin: 0px;
    }

.group-container-body-tipo3 {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    background-color: #89A4C2;
    border: 2px solid #ABBCD3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-bottom: 20px;
    color: #FFF;
    min-height: 125px;
}

    .group-container-body-tipo3:hover {
        background-color: #ABBCD3;
    }

    .group-container-body-tipo3 p {
        padding: 0px;
        margin: 0px;
    }

.group-container-body-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.bold {
    font-weight: bold;
}

.display-inline {
    display: inline-block !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-left {
    text-align: left !important;
}

.control-label.text-left {
    font-weight: normal;
    color: #333 !important;
}

    .control-label.text-left.bold {
        font-weight: bold;
    }

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.control-label {
    font-weight: bold;
}

.no-checkbox .checkbox-inline + .checkbox-inline, .no-checkbox .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0px;
}

.no-checkbox label {
    font-weight: normal;
}

.no-checkbox {
    background-color: #f1f1f1;
    padding: 15px;
}

.fileinput-remove, .fileinput-remove:hover {
    border: solid 1px #a94442 !important;
    color: #FFF !important;
    font-size: 14px !important;
    background-color: #a94442 !important;
}

/****** LOGIN **********/
.login-header-title {
    font-weight: bold;
}

/******* MARGIN ********/
.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

/******* PADDING ********/
.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
    /******* MARGIN ********/
    .x-m-b-0 {
        margin-bottom: 0px !important;
    }

    .x-m-b-5 {
        margin-bottom: 5px !important;
    }

    .x-m-b-10 {
        margin-bottom: 10px !important;
    }

    .x-m-b-15 {
        margin-bottom: 15px !important;
    }

    .x-m-b-20 {
        margin-bottom: 20px !important;
    }

    .x-m-t-0 {
        margin-top: 0px !important;
    }

    .x-m-t-5 {
        margin-top: 5px !important;
    }

    .x-m-t-10 {
        margin-top: 10px !important;
    }

    .x-m-t-15 {
        margin-top: 15px !important;
    }

    .x-m-t-20 {
        margin-top: 20px !important;
    }

    /******* PADDING ********/
    .x-p-b-0 {
        padding-bottom: 0px !important;
    }

    .x-p-b-5 {
        padding-bottom: 5px !important;
    }

    .x-p-b-10 {
        padding-bottom: 10px !important;
    }

    .x-p-b-15 {
        padding-bottom: 15px !important;
    }

    .x-p-b-20 {
        padding-bottom: 20px !important;
    }

    .x-p-t-0 {
        padding-top: 0px !important;
    }

    .x-p-t-5 {
        padding-top: 5px !important;
    }

    .x-p-t-10 {
        padding-top: 10px !important;
    }

    .x-p-t-15 {
        padding-top: 15px !important;
    }

    .x-p-t-20 {
        padding-top: 20px !important;
    }

    .titleBig {
        font-size: 24px !important;
    }
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.alert.alert-danger a {
    color: #a94442 !important;
    font-weight: bold;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCC !important;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #CCC !important;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #CCC !important;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #CCC !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCC !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #CCC !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #CCC !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #CCC !important;
}

.success-big {
    color: green;
    font-size: 150px;
    margin-bottom: 20px;
}

.tooltip-inner {
    max-width: 600px;
    text-align: left;
}

/* BREADCRUMB */
.breadcrumb {
    background: rgba(255, 255, 255, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 8px;
    display: block;
    margin-bottom: 0px;
    height: 80px;
    line-height: 60px;
}

    .breadcrumb img {
        max-height: 60px !important;
        max-width: 200px !important;
    }

    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb a {
        color: rgba(0, 0, 0, 1);
    }

        .breadcrumb a:hover {
            color: rgba(0, 0, 0, 1);
        }

    .breadcrumb > .active {
        color: rgba(0, 0, 0, 1);
    }

    .breadcrumb > li + li:before {
        color: rgba(204, 204, 204, 1);
        content: "\232A\00a0";
    }

@media only screen and (max-width: 767px) {
    #form-step-4a h3 {
        font-size: 14px !important;
    }

    #form-step-4a h1.titleBig {
        font-size: 16px !important;
    }

    #menu-breadcrumb img {
        max-width: 130px !important;
    }
}

/************ CHECKBOX - RADIO ************/
.tooltip-inner {
    background-color: #23527c !important;
    color: #FFF !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #23527c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #23527c;
}

.tooltip-error .tooltip-inner {
    background-color: #a94442 !important;
    color: #FFF !important;
}

.tooltip-error.tooltip.top .tooltip-arrow {
    border-top-color: #a94442;
}

.tooltip-error.tooltip.left .tooltip-arrow {
    border-left-color: #a94442;
}

.control-label {
    color: #23527c !important;
}

.container-margin-b-70 {
    margin-bottom: 70px !important;
}

/********** RADIO & CHECKBOX ***********/
.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}

    .radio input,
    .checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: -20px;
        top: 1px !important;
        margin: 0px !important;
        left: 0px;
        height: 18px !important;
        width: 100% !important;
    }

        .radio input:checked + label::before,
        .checkbox input:checked + label::before {
            border-color: #9575cd;
        }

        .radio input:checked + label::after,
        .checkbox input:checked + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 13px;
            height: 13px;
            left: 2px;
            top: 4px;
            margin-left: -20px;
            border: 1px solid #9575cd;
            border-radius: 50%;
            background-color: #9575cd;
        }

    .radio label,
    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before,
        .checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 2px;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
        }

    .radio.disabled label,
    .checkbox.disabled label {
        color: #ccc;
    }

        .radio.disabled label::before,
        .checkbox.disabled label::before {
            opacity: 0.54;
            border-color: #ccc;
        }

    .checkbox input:checked + label::before {
        border-color: #CCC;
        background-color: #CCC;
    }

    .checkbox input:checked + label::after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 11px;
        color: #fff;
        top: 2px;
        left: 2px;
        border-color: transparent;
        background-color: transparent;
    }

    .checkbox label::before {
        border-radius: 2px;
    }

.box-item {
    border: solid 1px #CCC;
    padding: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .box-item .box-item-height {
        min-height: 560px;
        max-height: 560px;
        overflow: hidden;
    }

    .box-item .box-item-header {
        height: 65px;
        overflow: hidden;
    }

    .box-item:hover {
        box-shadow: 0px 0px 10px 0px #999;
        border: solid 1px #f9f9f9;
    }

ul.box-item-file-pdf {
    margin-bottom: 0px;
    list-style: none !important;
}

    ul.box-item-file-pdf li {
        margin-bottom: 10px;
    }

        ul.box-item-file-pdf li:last-child {
            margin-bottom: 0px;
        }

        ul.box-item-file-pdf li a {
            font-size: 10pt;
            font-weight: normal !important;
        }

.box-item .box-item-file-pdf {
    border: solid 1px #CCCCCC;
    padding: 7px;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .box-item .box-item-file-pdf a {
        font-weight: bold;
        color: #000 !important;
        text-decoration: none;
    }

        .box-item .box-item-file-pdf a i {
            font-weight: bold;
            color: red !important;
            font-size: 16px;
        }

.box-item .box-item-details {
    border: solid 1px #CCCCCC;
    padding: 7px;
    background-color: #f9f9f9;
    color: #000 !important;
    text-decoration: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    cursor: pointer;
}

    .box-item .box-item-details i {
        color: #000 !important;
        font-size: 16px;
    }

    .box-item .box-item-details.active, .box-item .box-item-details:hover {
        border: solid 1px #2e6da4;
        padding: 7px;
        background-color: #337ab7;
        color: #FFF !important;
        text-decoration: none;
        padding-left: 15px !important;
        padding-right: 15px !important;
        cursor: pointer;
    }

        .box-item .box-item-details.active i, .box-item .box-item-details:hover i {
            color: #FFF !important;
            font-size: 16px;
        }

.box-item .table.table-striped {
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.box-item .box-item-details .box-item-file-pdf {
    display: block !important;
}

.box-item.disable {
    position: relative;
}

    .box-item.disable .tab-disable {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(200,200,200,0.3);
        position: absolute;
    }

    .box-item.disable img {
        filter: grayscale(100%) !important;
    }

    .box-item.disable input {
        filter: grayscale(100%) !important;
    }

    .box-item.disable * {
        filter: grayscale(100%) !important;
    }

.box-item .box-item-file-pdf-custom {
    padding: 0px !important;
    background-color: #f9f9f9;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    width: 28px !important;
    height: 28px !important;
    display: inline-block;
    margin-right: 2px;
    line-height: 29px;
}

.box-item a.box-item-file-pdf-custom {
    color: #000 !important;
    text-decoration: none;
}

    .box-item a.box-item-file-pdf-custom i {
        color: #000 !important;
        font-size: 16px;
    }

i[title] {
    cursor: pointer !important;
}

.panel-preventivo {
    display: none;
}

    .panel-preventivo.active {
        display: block;
    }

i.fa.fa-info-circle {
    font-size: 16px !important;
}

/**********/
.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

/***************/
.checkbox-table {
    position: relative;
    padding: 0px;
}

    .checkbox-table input[type="checkbox"] {
        position: absolute;
        right: 5px;
        width: 20px;
        height: 20px;
        top: -5px;
    }

.tooltip {
    z-index: 9998 !important;
}

.btn.btn-default.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/***** RATING ******/
.rating {
    border: none;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 11px;
    display: inline-block;
    float: left;
}

    .rating label.full {
        margin: 0 !important;
        padding: 0 !important;
    }

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 1px;
        font-size: 1em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #CCC;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/
    .rating > input:checked ~ label, /* show gold star when clicked */ {
        color: #FFD700;
    }

    .rating input[type='radio'] + label.full, .rating input[type='checkbox'] + label.full,
    .rating input[type='radio'] + label.half, .rating input[type='checkbox'] + label.half {
        margin: 0 !important;
        padding: 0px !important;
        cursor: default !important;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #f9f9f9 !important;
}

.dropdown-menu > li > a {
    color: #555;
    font-size: 13px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu-assistenza {
    cursor: pointer !important;
}

.modal-header .modal-title {
}

.dataTables_wrapper {
    font-size: 11px !important;
}

    .dataTables_wrapper th {
        padding-left: 10px !important;
    }

    .dataTables_wrapper table.dataTable thead .sorting {
        background-image: none !important;
    }

    .dataTables_wrapper table.dataTable thead .sorting_desc {
        background-image: none !important;
    }

    .dataTables_wrapper table.dataTable thead .sorting_asc {
        background-image: none !important;
    }

    .dataTables_wrapper table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
        font-size: 14px !important;
    }

    .dataTables_wrapper .DataTables_Table_0_length, .dataTables_wrapper .custom-select {
        font-size: 11px;
    }

    .dataTables_wrapper .paginginfo {
        float: left;
        margin-left: 15px;
    }

    .dataTables_wrapper .dataTables_paginate.paging_listbox {
        padding: 0px;
        margin: 0px;
    }

    .dataTables_wrapper .paginate_page {
        display: none !important;
    }

    .dataTables_wrapper .dataTables_length select {
        border: solid 1px #CCC !important;
        border-radius: 4px !important;
    }

    .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
        border-bottom: none !important;
    }

    .dataTables_wrapper table.dataTable.no-footer {
        border-bottom: 1px solid #CCC;
    }

.navbar-default .navbar-nav > li > a > i.badge-wb-bell {
    background: red;
    margin-top: 5px !important;
    margin-left: 10px;
    position: absolute;
    border-radius: 50%;
    height: 18px !important;
    line-height: 13px;
    font-size: 10px;
    width: 18px !important;
    padding-left: 4px;
    text-align: center;
}

.pagingtype, .dataTables_paginate.paging_listbox {
    margin-top: 0px !important;
}

#advwebForm .zsfeedbklpanel {
    display: none !important;
}

.zsfeedbkrpanel {
    width: 100% !important;
}

.fbssokcancel {
    background-color: #000;
    position: fixed;
    right: 50% !important;
    top: 90% !important;
    z-index: 9999999;
}

#feedbNameTxtField, #feedbEmailTxtField, #zsUserNameEmailContainer {
    display: none;
}

.zsfeedbackclosenew {
    top: 15px !important;
    right: 15px !important;
}

.font-weight {
    font-weight: bold !important;
}

.font-light, .font-light * {
    font-weight: 100 !important;
}

.display-float-left input {
    margin-top: 7px !important;
    float: left !important;
}

.display-float-left label {
    display: flex !important;
}

.display-float-left td {
    padding-bottom: 2px;
    padding-top: 2px;
}

/* Privacy Lab Cookie Consent */

.c-cookie-banner .c-cookie-banner-body-banner-button-transparent {
    color: #fff !important;
    background: transparent !important;
}

.c-cookie-banner .c-cookie-banner-body-desc-footer-policy-btn {
    color: #fff !important;
    background: transparent !important;
}

.c-cookie-banner-main .c-consent-window .c-cookie-banner-modal-content {
    background-color: #ffffffeb !important;
}

.c-cookie-banner .c-cookie-banner-main {
    background: rgba(0,0,0,.3) !important;
    backdrop-filter: blur(5px) !important;
    padding-bottom: 2px !important;
}

.c-cookie-banner-modal-content {
    background-color: rgba(0,0,0,.5) !important;
    /* background: transparent !important; */
    backdrop-filter: blur(5px) !important;
    padding-bottom: 2px !important;
}

.c-cookie-banner th {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper .company-name {
    color: #fff !important;
}

.c-cookie-banner-body-desc-content .c-consent-description {
    font-size: 12px !important;
}

.c-cookie-banner .c-cookie-banner-body-desc-content {
    margin: 10px 0px !important;
    font-size: 12px !important;
    color: #fff;
}

.c-cookie-banner .c-cookie-banner-body-desc-title {
    font-size: 18px !important;
    color: #fff !important;
}

.c-cookie-banner-body-desc-title .c-consent-title {
    font-size: 16px !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper .company-infos {
    color: #fff !important;
}

.c-cookie-banner div {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper h2 {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper p {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper h3 {
    color: #fff !important;
}

.c-cookie-banner li {
    color: #e5e5e5 !important;
}

.c-cookie-banner a {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-pref-accordion-content {
    background-color: #f9f9f91f !important;
}

.c-cookie-banner .c-cookie-banner-pref-accordion-title {
    background-color: #00000000 !important;
}

.c-cookie-banner td {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-body-desc-footer-right {
    color: #fff !important;
}

.c-cookie-banner .c-cookie-banner-pref-footer {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.c-cookie-banner .c-cookie-banner-modal-content {
    height: 100vh !important;
    padding: 20px 20px 0px 20px !important;
}

.c-cookie-banner .c-cookie-banner-modal-content-wrapper {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.btn-file span, .fileinput-remove-button span {
    display: none !important
}

.file-input.file-input-new.has-error-required {
    border-radius: 5px;
}

.box {
    border: solid 1px #EEE;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.bg-highlights input {
    background-color: rgba(51,122,183,0.1);
    border-color: #2e6da4;
}

.file-uploaded .input-group.file-caption-main {
    border: solid 2px green;
    border-radius: 5px;
}

    .file-uploaded .input-group.file-caption-main .form-control {
        border: none !important;
        box-shadow: none !important;
    }

    .file-uploaded .input-group.file-caption-main .btn, .file-uploaded .input-group.file-caption-main .input-group-btn {
        background-color: green !important;
        color: #FFF !important;
        border: none !important;
    }

.d-none {
    display: none !important;
}

#mdlAvvisi .slimScrollBar {
    width: 3px !important;
    right: 1px !important;
}

#mdlAvvisi .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

#j_rptAvvisi {
    list-style: none;
    padding-left: 0px;
    font-size: 12px;
}

.dropdown-menu-avvisi {
    min-width: 300px;
    max-width: fit-content !important;
}

.j_rptAvvisi_Item, #j_rptAvvisi_Empty {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

    .j_rptAvvisi_Item a {
        text-decoration: none !important;
        cursor: pointer;
    }

#j_CountAvvisi {
    position: relative;
}

    #j_CountAvvisi .badge {
        position: absolute;
        top: -15px;
        right: -10px;
    }

#j_rptAvvisi li.divider:last-child {
    display: none !important;
}

.notification-title {
    background-color: #F1F1F1 !important;
    color: #000 !important;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900;
    margin-bottom: 10px;
}

.dropdown-menu-avvisi {
    padding-top: 0px !important;
}

.navbar-default .navbar-nav.navbar-right > li:first-child > a {
    border-left: none !important;
}

.badge {
    font-size: 9px !important;
    background-color: #4B81A8 !important;
    border-radius: 3px !important;
    margin-top: -2px !important;
}

.badge-danger {
    background-color: red !important;
}

.btn.btn-primary.btn-lg.btn-VideoDisabled {
    cursor: default;
    background-color: #6c757d !important;
    color: #fff;
}


.btn.btn-primary.btn-lg.btn-VideoDisabled:hover {
    background-color: #6c757d !important;
}

#lnkInfo_MarketplacePiat {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}