body{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background-color: #000;
    color: #333;
    background-image: url('/img/weicola_sf.jpg');
}
a{
    text-decoration: none;
    outline: 0 !important;
}
table{
    border-collapse: collapse;
}
td{
    vertical-align: top;
}
.datepicker table tr td, .datepicker table tr th{
    vertical-align: middle;
}
.calign{
    text-align: center;
}
.lalign{
    text-align: left;
}
.ralign{
    text-align: right;
}
.jalign{
    text-align: justify;
}
.nav-tabs>li>a{
    padding: 5px 10px;
}
select.form-control{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('/img/arrow_down.png');
    /*background-position: 98% 50%;*/
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 20px;
    padding-left: 6px;
}
select.form-control.select-black{
    background-color: #222;
    color: #fff;
    background-image: url('/img/arrow_down_white.png');
    border: none;
}
.bootstrap-select.btn-group .dropdown-toggle{
    background-color: #fff !important;
    border-color: #ccc !important;
    padding-left: 10px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    border: none;
    background: url('/img/arrow_down.png') center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    right: 5px;
}
.btn-black.dropdown-toggle .caret{
    border: 1px solid #fff;
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    border-top: none;
    border-right: none;
    top: 11px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    padding: 1px 0;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}
.scrollable-menu{
    height: auto;
    max-height: 230px;
    overflow-x: hidden;
    cursor: pointer;
}
#loading{
    /*margin-top: 50px;*/
    margin-top: -150px;
    width: 100%;
    color: #333;
}
#loading div{
    margin-bottom: 8px;
}
#page_header{
    padding: 10px 20px;
    font-weight: 100;
    color: #fff;
    /* background-image: url('/img/header.jpg');
    background-repeat: no-repeat;
    background-position: left center; */
    background: linear-gradient(to right, #080b29 0%, #080b29 20%, #0f216b 50%, #080b29 80%, #080b29 100%);
}
#page_header:after{
    display: table;
    clear: both;
    content: '';
}
.userLogged{
    position: relative;
    padding-right: 12px;
}
.faWi{
    margin-right: 3px;
    font-size: 16px;
}
#page_logo{
    width: 145px;
}
#page_userinfo{
    margin: 5px 5px 0 0;
    float: right;
}
/* custom headers
/* ------------------------ */
/*.section-header{*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: space-between;*/
/*}*/
.section-header-logo a{
    white-space: nowrap;
}
.section-logo{
    display: inline-block;
    margin-left: 15px;
    max-width: 100%;
    height: auto;
}
.section-header-user{
    padding-top: 5px;
    text-align: center;
}
.section-header-back{
    display: inline-block;
    padding-top: 5px;
    color: #fff;
}
.section-header-back:hover{
    color: #007de1;
    text-decoration: none;
}
/* STYLE FILE INPUT (BOOTSTRAP) */
.btn-file{
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file]{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btnSubmit, .btnSubmit:hover, .btnSubmit:active, .btnSubmit:focus{
    background-color: rgba(0, 133, 174, 0.5) !important;
    color: #fff;
    font-size: 25px;
    width: 100%;
    padding: 8px 12px;
    font-weight: 600;
}
.btnSubmitBorder{
    border: solid 2px #0084af;
    border-radius: 9px;
    padding: 3px;
}
.imgLogin{
    padding-bottom: 40px;
}
#user_login_form{
    width: 486px;
    margin: 12% auto 0 auto;
}
#user_login_form form{
    margin: 10px 18px;
}
#user_login_form .form-control{
    height: auto;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 20px;
    border: #0085b2 solid 1px;
    font-weight: 400;
    color: #000;
}
#user_login_form .login_error{
    margin-top: 30px;
    text-align: center;
    color: #f02b29;
    font-size: 24px;
}
#username::-moz-placeholder{
    color: #333;
}
#password::-moz-placeholder{
    color: #333;
}
#page_userinfo a{
    color: #fff;
    padding: 0 10px 0 7px;
    position: relative;
}
#page_userinfo a:hover{
    /*color: #f00;*/
    color: #007de1;
    text-decoration: none;
}
#page_userinfo a:after, .userLogged:after{
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 18px;
    top: 0;
    background-color: #fff;
}
#page_userinfo > div{
    display: inline-block
}
#page_userinfo > div:last-child a:after{
    display: none
}
#page_userinfo a.btn:hover{
    color: #ccc;
    text-decoration: none;
}
#page_body{
    min-height: 90vh;
    background-color: #fff;
    border-radius: 0;
    padding: 20px;
}
#filter_bar{
    margin-top: 10px;
    font-size: 11px !important;
}
.btn-mowimenta,
#filter_bar .dropdown-menu a,
#filter_bar .btn,
#filter_bar .bootstrap-switch-container span{
    font-size: 11px !important;
}
#select_bar{
    margin-top: 10px;
    margin-bottom: 10px;
}
#top_separator{
    border-top: solid 1px #e5e5e5;
    height: 4px;
    clear: both;
}
#main_table{
    border-top: 1px solid #ccc;
}
.main_table_header{
    font-weight: bold;
    background-color: #f5f5f5;
}
.main_table_header th{
    white-space: nowrap
}
/*bootstrap override*/
#main_table.table > tbody > tr > td,
#main_table.table > tbody > tr > th,
#main_table.table > tfoot > tr > td,
#main_table.table > tfoot > tr > th,
#main_table.table > thead > tr > td,
#main_table.table > thead > tr > th{
    padding: 8px 2px;
}

#table_fixed_header.table > tbody > tr > td,
#table_fixed_header.table > tbody > tr > th,
#table_fixed_header.table > tfoot > tr > td,
#table_fixed_header.table > tfoot > tr > th,
#table_fixed_header.table > thead > tr > td,
#table_fixed_header.table > thead > tr > th{
    padding: 8px 2px;
}
.export_table_header th{
    vertical-align: middle !important;
}
#filters_selected_labels{
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    background: #fff;
    z-index: 100;
    height: 30px;
    display: none;
    padding-top: 5px;
}
#filters_selected_labels span{
    margin-right: 4px;
    display: inline-block;
}
#table_fixed_header_wrap{
    position: fixed;
    top: 30px;
    left: 20px;
    right: 20px;
    background: #fff;
    z-index: 100;
    display: none;
}
#table_fixed_header{
    border-top: 1px solid #ccc;
    width: auto
}
#main_table thead a.up:after,
#table_fixed_header thead a.up:after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #202020 transparent;
}
#main_table thead a.down:after,
#table_fixed_header thead a.down:after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #202020 transparent transparent transparent;
}
.main_table_header thead th{
    vertical-align: middle;
}
.main_table_header th > a{
    color: #333;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
#main_table td{
    padding: 5px 10px;
    vertical-align: middle;
}
#main_table td[ng-click]{
    cursor: pointer;
}
#main_table tbody td > a{
    color: #222;
    text-decoration: none !important;
}
#main_table .tr-filters input{
    font-weight: normal;
}
.vehicle_detail_box_cnt{
    background-color: #eee;
    padding: 0 !important;
}
.vehicle_detail_box{
    margin: 5px;
    padding: 15px;
}
.vehicle_detail_box .openWeicolaModal{
    font-size: 12px;
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.vehicle_detail_box .openWeicolaModal:hover{
    color: #007de1;
}
.vehicle_detail_box .openWeicolaModal > img{
    display: inline-block;
}
td.vehicle_detail_optionals{
    border-top: solid 1px #ccc;
}
@media screen and (min-width: 768px){
    #vehicle_detail_modal .modal-dialog,
    #modal_detail_2 .modal-dialog{
        width: 90%;
        /*max-width: 1080px;*/
    }
}
@media screen and (max-width: 1200px){
    .modal-dialog{
        width: 90%;
        max-width: 1080px;
        margin-top: 15px;
    }
}
#infocar_modal, #eurotax_modal{
    color: #333;
}
/* BOOTSTRAP MODAL SCROLL FIX */
.modal{
    overflow: auto !important;
}
/*#vehicle_detail_modal .tab-content{*/
/*    height: 50vh;*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/
/*@media (min-width:1200px){*/
/*    #modal_detail_2.bs-modal .tab-content{*/
/*        height: 50vh;*/
/*        overflow-y: scroll;*/
/*        overflow-x: hidden;*/
/*        -webkit-overflow-scrolling: touch;*/
/*    }*/
/*}*/
#upload, #uploadattachment, #uploadRentalBanner{
    /* height: 170px; */
    border: dashed 1px #ccc;
    background-color: transparent;
    overflow: hidden;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    border-radius: 4px;
}
#uploadWarrantyPdf, #uploadWarrantyImg, #uploadWatermarkImg, #uploaAadditionalphotoImg{
    height: 70px;
    border: dashed 1px #ccc;
    background-color: transparent;
    overflow: hidden;
    overflow-y: scroll;
}
.tab-pane{
    color: #333;
}
.modal-title{
    color: #333;
    font-size: 22px;
}
.titleModalVehicle img{
    float: left;
    width: 35px;
    margin-right: 10px;
}
.titleModalVehicle{
    margin: 0 !important;
    line-height: 1.3;
}
.modal-content tr td{
    color: #333;
}
td.cell_section{
    font-size: 18px;
    padding: 8px 0;
}
td.cell_header{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 2px 4px;
}
td.cell_value{
    border: solid 1px #ccc;
    padding: 2px 4px;
    font-weight: normal;
}
div.field_header{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 2px 4px;
    color: #333;
    height: 2em;
    margin-bottom: -1px;
}
div.field_value{
    border: solid 1px #ccc;
    border-left: none;
    padding: 2px 4px;
    font-weight: normal;
    color: #333;
    height: 2em;
    margin-bottom: -1px;
    background-color: #fff;
}
td.field_header{
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    padding: 2px 4px;
    color: #333;
}
td.field_value{
    border: solid 1px #ccc;
    padding: 2px 4px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
}
td.notes_row{
    border: solid 1px #ccc;
    padding: 2px 4px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
}
.row .rmargin{
    margin-right: 2px;
}
.row .lmargin{
    margin-left: 2px;
}
div.section_title{
    font-size: 18px;
    margin-bottom: 10px;
}
td.tab_export_header{
    width: 20%;
    padding: 8px 4px;
}
td.tab_export_cell{
    width: 80%;
    padding: 5px 4px;
}
input.modal_price_edit,
input.modal_dossier_edit,
input.modal_color_edit{
    border: solid 1px #ccc;
    font-size: 10px;
    padding: 0 3px;
    display: none;
    width: 80px;
}
textarea.note_edit{
    border: solid 1px #ccc;
    font-size: 12px;
    padding: 0 3px;
    display: none;
    width: 100%;
}
input.modal_km_edit{
    border: solid 1px #ccc;
    font-size: 10px;
    padding: 0 3px;
    display: none;
    width: 80px;
}
.popbox{
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
}
#to_top_button{
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    border-top-left-radius: 5px;
}
#to_top_button a{
    color: #fff;
    font-size: 1.8em;
}
#main_table tbody tr{
    box-sizing: content-box;
}
#main_table tbody tr:last-child{
    border-bottom: solid 1px #ccc;
}
#main_table tbody tr:before{
    box-sizing: content-box;
}
#main_table tbody tr:after{
    box-sizing: content-box;
}
.greyrow{
    background-color: #ddd;
}
#loading_body{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 99999;
    font-size: 16px;
}
#loading_body_img{
    position: absolute;
    width: 30%;
    left: 35%;
    top: 25%;
    text-align: center;
}
.filter-button-right{
    margin-top: 10px;
}
.filter-row{
    margin-top: 10px;
}
.input-new-cv{
    width: 100%;
}
.select-new-cv{
    font-size: 12px !important;
}
.ui-select-match-text,
.ui-select-container,
.ui-select-container .form-control{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
*:active,
*:focus{
    outline: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    font-weight: 600
}
.WiFilterBar{
    padding: 20px 0 30px;
}
.row-topNavTabs.panelLoad{
    opacity: .5;
    cursor: none;
}
.WiFilterBar.panelLoad{
    position: relative
}
.WiFilterBar.panelLoad:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.6)
}
.WiFilterBar .form-group{
    margin-bottom: 7px
}
.filterWithIcon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filterWithIcon > span{
    width: 30px;
    font-size: 16px;
    text-align: center;
}
.filterWithIcon > div{
    display: flex;
    flex: 1;
    gap: 2px;
}
.filterWithIcon select{
    flex-basis: 100%;
}
/*.WiFilterBarRight{*/
/*    margin-top: 15px;*/
/*}*/
.WiFilterBarRight .btn, .WiFilterBarRight .btn-group{
    width: 100%;
    max-width: 220px;
}
.WiFilterBarRight .btn, .WiFilterBarRight select.form-control.btn-sm{
    padding: 7px 10px;
}
.WiFilterBar select.active{
    border-color: #007de1 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.WiFilterBar .checkbox.active label::before{
    border-color: #007de1 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.btnWi{
    padding: 7px 5px
}
.btn-reload-page{
    max-width: 220px;
    margin-left: auto;
    background: #007de1;
    color: #fff;
    border-color: #007de1;
    transition: background-color .2s ease-in-out;
}
.btn-reload-page:hover{
    color: #fff;
    background: #006ecf;
}
@media (min-width: 1200px){
    .WiFilterBarRight{
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    /*.WiFilterBarRight .btn{*/
    /*width: 220px;*/
    /*}*/
}
.btn-grey{
    background-color: #ccc;
    border-color: #ccc;
    color: #222 !important;
}
.btn-black{
    background-color: #222;
    color: #fff !important;
    transition: background-color .2s ease-in-out;
    border-color: #222;
}
.btn-black:hover{
    background-color: #444;
    border-color: #222;
}
.btn-blue{
    background-color: #007de1;
    color: #fff !important;
    border-color: #007de1;
    transition: background-color .2s ease-in-out;
}
.btn-blue:hover{
    background-color: #0091f8;
    border-color: #0091f8;
}
.btn-black .caret{
    position: absolute;
    top: 15px;
    right: 5px;
}
.btn-no-bg{
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 16px;
    padding-bottom: 0;
}
.btn-no-bg .glyphicon{
    padding-top: 4px;
}
.btn-no-bg.color-blue{
    color: #007de1;
}
.btn-outline{
    background-color: transparent !important;
}
.color-green{
    color: green
}
.color-red{
    color: red
}
.input-group-addon.primary{
    color: #fff;
    background-color: #007de1;
    border-color: #007de1;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #007de1;
    border-color: #007de1;
}
.form-inline .form-control.w50{
    width: 49%;
}
.findVeicoliCnt{
    text-align: center;
    font-size: 16px;
}
.findVeicoliCnt span{
    font-weight: bold;
    font-size: 24px;
}
.btn-mowimenta{
    background-color: #222 !important;
    border-color: #222 !important;
    font-size: 10px !important;
}
.btn-primary{
    background-color: #007de1;
    border-color: #007de1;
}
.selectPrice .form-control{
    width: 45%
}
.selectPrice > span{
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    width: 7%;
    text-align: center
}
.selectPrice > span.roadIcon{
    font-size: 16px;
}
@media (min-width: 1800px){
    .selectPrice > span.roadIcon{
        font-size: 20px;
    }
}
#vehicle_detail_modal .tab-content,
#modal_detail_2 .tab-content{
    padding-top: 20px
}
/* bootstrap modal custom
/* ------------------------ */
.modal-content{
    border-radius: 0;
}
.modal-body{
    padding: 40px 40px 20px;
}
.modal-body .modal-title{
    margin-bottom: 15px;
}
.btn-swal{
    margin: 15px;
}
.modal-body .btn-sm,
.modal-body .btn-xs,
.modal-footer .btn-xs,
.modal-footer .btn-sm,
.modal-footer .btn,
.btn{
    border-radius: 3px;
}
.modal-body .modal-info{
    color: #999;
    margin-bottom: 20px;
    font-size: 14px;
}
.modal-body .modal-info.small{
    font-size: 12px;
}
.modal-footer{
    border-top: 0;
    padding: 20px 40px 40px;
}
.modal-body .modal-table{
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.modal-body .modal-table thead th{
    background: #f5f5f5;
}
.modal-body .modal-table tbody td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-body .modal-table.table > thead > tr > th{
    border-bottom: 0;
}
.modal-body .modal-table-sm td{
    font-size: 12px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
/* popover
/* ------------------------ */
.popover{
    color: #222;
    width: 220px;
    border-color: #007de1;
    padding: 0;
}
.popover a{
    color: #222 !important
}
.popover .popover-title{
    background-color: #007de1;
    color: #fff
}
.popover.bottom > .arrow:after{
    border-bottom-color: #007de1
}
.popover a:hover{
    color: #007de1 !important
}
.popoverNavWrap .popover{
    border-radius: 0;
    border: 0;
    background: rgba(0, 0, 0, .9);
    margin-top: 30px;
}
.popoverNavWrap .popover-title{
    border-radius: 0;
    text-align: center;
    font-weight: 300;
    border-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 7px 0;
    letter-spacing: .03em;
    font-family: 'Roboto';
}
.popoverNavWrap .popover-content{
    padding: 15px;
}
.popoverNavWrap .popoverNav a{
    color: #fff !important;
    font-weight: 300;
    font-size: 12px;
    padding: 10px 0 !important;
    display: block;
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
}
.popoverNavWrap .popoverNav a:hover{
    color: #007de1 !important;
}
.popoverNavWrap .popoverNav a:after{
    display: none !important;
}
@media (min-width: 1200px){
    .popoverNavWrap .popoverNav a{
        padding: 6px 0 !important;
    }
}
.popoverNavWrap .popoverNav span{
    display: inline-block;
    text-align: center;
    width: 22px;
}
.popoverNavWrap .popoverNav img{
    display: inline-block;
}
.appNav span{
    width: 40px !important
}
.popoverNav.appNav a{
    padding: 10px 0 !important
}
.imgThumbList{
    background-image: url('/img/noimage.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 60px;
    height: 45px;
}
.imgThumbList.noGallery{
    pointer-events: none;
}
.openedMoreInfo{
    color: #222;
    text-decoration: none !important;
}
.openedMoreInfo span{
    font-size: 20px;
    cursor: pointer;
    transition: all .4s;
}
.openedMoreInfo.opened span{
    color: #5cb85c;
}
.popper{
    cursor: pointer;
}
.checkbox input[type="checkbox"]{
    width: 17px;
    cursor: pointer;
}
/*.swal2-modal,*/
/*.swal2-modal .swal2-styled{*/
/*    border-radius: 0;*/
/*}*/
/* settings tables
/* ------------------------ */
.settings-list-wrap{
    margin: 30px 0;
}
.settings-list-wrap .settings-list-head,
.table.settings-list-table > thead > tr > th{
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 13px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px 15px !important;
}
.table.settings-list-table > thead > tr.tr-filters > th{
    background: #fff;
}
.settings-list-wrap .settings-list-entry,
.settings-list-table tbody td{
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px !important;
}
tr.valign-middle > td{
    vertical-align: middle !important;
}
/* index fixed alert
/* ------------------------ */
.fixed-alert{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
}
.fixed-alert .message{
    padding: 15px 100px 15px 30px;
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    white-space: nowrap;
}
.fixed-alert .message > strong{
    font-size: 18px;
}
.fixed-alert .icon-wrap{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.fixed-alert .fixed-alert-icon{
    float: left;
    width: 50px;
    height: 50px;
    background: #e00000;
    cursor: pointer;
    text-align: center;
}
.fixed-alert .fixed-alert-icon:not(:first-child){
    border-left: 1px solid #000;
}
.fixed-alert .fixed-alert-icon.active{
    background: #b00000;
}
.fixed-alert .fixed-alert-icon > img{
    display: inline-block;
}
/* modal detail tab4 styles
/* ------------------------ */
.circle-web-site{
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #007de1;
    border-radius: 50%;
    background: #323232;
    line-height: 16px;
    padding-top: 6px;
    margin-bottom: 12px;
}
.exportListCheckboxes{ margin-bottom: 30px }
.nav-tabs-watermarks img,
.nav-tabs-adtext img,
.exportListCheckboxes img{
    width: 30px;
    margin-right: 3px;
}
.row-booking-options{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.row-booking-options .col-md-2{
    margin-bottom: 25px;
    min-height: 120px;
}
.row-booking-options .checkbox input[type="checkbox"]{
    width: 30px;
    height: 30px;
}
.row-booking-options .checkbox{
    padding-left: 0;
}
.row-booking-options .checkbox label{
    padding-left: 0;
}
.row-booking-options .checkbox label:before{
    width: 30px;
    height: 30px;
}
.row-booking-options .checkbox label:after{
    font-size: 14px;
    padding-left: 8px;
    padding-top: 4px;
}
.row-booking-options .infoForcingIcon{
    cursor: pointer;
    margin: 6px auto;
    font-size: 18px;
    position: absolute;
    right: 34px;
    top: 0;
    height: 20px;
    line-height: 1;
    z-index: 1;
}
.row-booking-options .forcingExportCnt,
.exportListCheckboxes .forcingExportCnt{
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 15px 20px;
    /* top: 124px; */
    left: 24px;
    z-index: 5;
    width: 180px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.row-booking-options .forcingExportCnt:before,
.exportListCheckboxes .forcingExportCnt:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
}
.row-booking-options .forcingExportCnt-buttons,
.exportListCheckboxes .forcingExportCnt-buttons{
    padding-top: 15px;
}
.row-booking-options .forcingExportCnt-buttons > button,
.exportListCheckboxes .forcingExportCnt-buttons > button{
    margin-left: 7px;
    margin-right: 7px;
}
.watermarkPreviewWrap{
    background: #f5f5f5;
    border: 1px solid #ccc;
    overflow: hidden;
}
.watermarkTitle{
    padding: 10px;
}
.watermarkCnt{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.locationVehicleLogBox{
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.locationVehicleLogBox ul{
    overflow: scroll;
    height: 70%;
}
/* checkbox large
/* ------------------------ */
/*.checkbox.checkbox-lg{*/
/*padding-left: 0;*/
/*}*/
.checkbox.checkbox-lg{
    height: 30px;
}
.checkbox.checkbox-lg label{
    padding-left: 20px;
    line-height: 30px;
}
.checkbox.checkbox-lg label > span{
    display: inline-block;
    line-height: 30px;
}
.checkbox.checkbox-lg label:before{
    width: 30px;
    height: 30px;
}
.checkbox.checkbox-lg label:after{
    font-size: 14px;
    padding-left: 8px;
    padding-top: 0px;
}
.radio.radio-lg{
    height: 30px;
}
.radio.radio-lg label{
    padding-left: 13px;
    line-height: 30px;
}
.radio.radio-lg label:after{
    width: 16px;
    height: 16px;
    left: 7px;
    top: 7px;
}
.radio.radio-lg label:before{
    width: 30px;
    height: 30px;
}
/*@media (min-width:1024px){*/
/*    .checkbox.checkbox-lg label:after{*/
/*        padding-top: 0px;*/
/*    }*/
/*}*/
.checkbox.checkbox-archive label{
    padding-left: 12px;
    height: 22px;
    line-height: 22px;
}
.checkbox.checkbox-archive label > span{
    padding-top: 4px;
}
.checkbox.checkbox-archive label:before{
    width: 22px;
    height: 22px;
}
.checkbox.checkbox-archive label:after{
    font-size: 14px;
    padding-left: 4px;
    padding-top: 0;
}
/* index modal mowimenta
/* ------------------------ */
.movement-table td{
    padding: 8px;
}
.movement-table tr:not(:first-child) td{
    border-top: 1px solid #ccc;
}
.movement-table td:not(:last-child){
    border-right: 1px solid #ccc;
}
.movement-table h4{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.popoverLocationWrap .popover{
    max-width: 500px;
    width: 500px;
}
.popoverLocationWrap .popover-content{
    max-height: 200px;
    overflow-y: auto;
}
.popoverLocationWrap #locationVehicleLogBoxList,
#placeQrLogBoxList{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}
.popoverLocationWrap #locationVehicleLogBoxList li,
#placeQrLogBoxList li{
    padding: 4px 0;
    margin: 0;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
}
#popoverPlaceQrInfo + .popover{
    min-width: 400px;
}
.statBox{
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    height: 340px;
    border-radius: 4px;
}
.exportIcon{
    position: absolute;
    top: calc(50% - 25px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 50px;
}
.chartCnt{
    padding: 0 10% 10px;
}
.chartCnt canvas{
    z-index: 10;
    position: relative;
    max-height: 200px;
    max-width: 200px;
    margin: auto;
}
.required:before{
    content: '*';
    color: red;
    font-style: normal;
    margin-right: 2px;
}
.requiredOptional:before{
    content: '*';
    color: #007de1;
    font-size: 16px;
    line-height: 1;
    margin-right: 2px;
}
.listItemVersion{
    cursor: pointer;
}
.listItemVersion:hover{
    background-color: rgba(32, 124, 229, 0.6)
}
/* last-hour-selector
/* ------------------------ */
.last-hour-selector{
    position: relative;
    float: right;
    border-radius: 3px;
    height: 46px;
    background: #ddd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1200px){
    .last-hour-selector{
        width: auto;
        min-width: 220px;
    }
}
.last-hour-selector .last-hour-label{
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.last-hour-selector .last-hour-label > span{
}
.last-hour-selector .last-hour-label .number{
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}
.last-hour-selector .last-hour-selected{
    justify-self: flex-end;
    background: #007de1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    height: 46px;
    cursor: pointer;
    width: 46px;
    border-radius: 0 3px 3px 0;
    transition: background-color .2s ease-in-out;
}
.last-hour-selector .last-hour-selected:hover{
    background: #006ecf;
}
.last-hour-selector .last-hour-options{
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 46px;
    margin: 0;
    padding: 0;
    display: none;
    border: 1px solid #ddd;
}
.last-hour-selector .last-hour-options > li{
    display: block;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: background-color .2s ease-in-out;
}
.last-hour-selector .last-hour-options > li:hover{
    background-color: #efefef;
}
.modal-detail-head-block{
    /* width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; */
    margin-top: 20px;
    padding-left: 10px;
}
.modal-detail-head-block > div{
    /* height: 100%;
    width: 33.333%;
    padding: 0 5px;
    text-align: center; */
}
.detail-head-block-status{
    margin-bottom: 5px;
}
.modal-detail-head-block > div:not(:first-child){
    border-left: 1px solid #ddd;
}
.modal-detail-head-block img{
    /* display: block;
    margin: 0 auto 4px; */
}
#popoverQR{
    position: absolute;
    right: 65px;
    top: 0;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    background-color: #007de1;
    color: #fff;
    cursor: pointer;
}
#popoverQR + div{
    font-size: 11px;
    min-width: 260px;
}
#popoverQR + div b{ font-size: 12px;}
.modal-detail-head-block .detail-head-block-qr{
    text-align: center;
    position: relative;
}
.modal-detail-head-block .detail-head-block-qr a{
    color: #333;
}
.modal-detail-head-block .detail-head-block-qr a:hover{
    color: #333;
}
.brandOfficialLogosFilter{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.brandOfficialLogosFilter img{
    width: 32px;
    cursor: pointer;
}
.brandOfficialLogosFilter img.disabled{
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}
.export-intable-filters select.active,
.mediastock-filters select.active,
.mediastock-filters input.active{
    border-color: #007de1 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
img.copied{
    border: 2px solid #007de1;
}
.selected:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 125, 225, .4);
    z-index: 1;
}
.selectedCheck{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #333;
    z-index: 3;
}
.trBig td, .tdBig{
    font-size: 16px;
    padding: 10px !important;
}
.btnTranspSelect{
    background-color: transparent;
    border: 0;
}
.btnTranspSelect img{
    width: 20px;
}
#walutaNotes{
    resize: none;
    border-radius: 0;
    padding: 2px;
    background-color: #f4f4f4;
}
/* stock on view digital signage
/* ------------------------ */
.row-digital-signage-title{
    display: block;
    padding-bottom: 15px;
    /*border-bottom:1px solid #ddd;*/
}
.row-digital-signage-title h3{
    margin-top: 0;
}
.digital-signage-list.table{
    border-top: 1px solid #ddd;
}
.digital-signage-list.table > thead > tr > th{
    font-weight: 400;
    border-top: 0 !important;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.digital-signage-list.table > tbody > tr > td{
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 20px;
}
.digital-signage-counter{
    font-size: 12px;
}
.digital-signage-checks{
    font-size: 16px;
}
.monitor-wrap{
    margin-bottom: 30px;
    overflow: hidden;
}
.monitor-controls{
    float: left;
    width: 100px;
}
.monitor-icon{
    display: block;
    position: relative;
    background-image: url('/img/digitalSignage/monitortv.png');
    background-repeat: no-repeat;
    height: 68px;
    width: 100px;
}
.monitor-icon > span{
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.monitor-buttons{
    display: block;
    text-align: center;
}
.monitor-buttons > button, .monitor-buttons > a{
    margin: 10px 6px;
}
.monitor-buttons > a{
    height: 22px;
    width: 24px;
}
.monitor-info-table-wrap{
    float: right;
    width: calc(100% - 110px);
}
.monitor-info-table{
    width: 100%;
}
.monitor-info-table tr:first-child td{
    border-top: 0 !important;
    padding-top: 0 !important;
}
.monitor-info-table tbody tr td{
    padding: 3px
}
.monitor-info-table td:first-child{
    width: 85px;
    white-space: nowrap;
}
.monitor-info-table td:last-child{
    font-weight: 600;
}
.blueRect{
    background-color: #00aae6;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    padding: 10px;
    margin-top: 3px;
}
.blueRect small{
    font-weight: 300;
    font-size: 13px;
}
.attachItem .fa{
    font-size: 26px;
    color: #333;
    margin-right: 10px;
}
.attachItem{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#infoSwal{
    width: 100%;
    margin-top: 10px;
}
@media screen and (max-width: 1024px){
    .modal-body{
        padding: 15px
    }
    select.form-control.btn-sm{
        padding-left: 4px;
        padding-right: 8px;
    }
    .selectPrice > span{
        width: auto;
        font-size: 13px;
        display: none;
    }
    select.form-control{
        background-position: calc(100% - 2px) 50%;
    }
    .selectPrice > span.roadIcon{
        font-size: 9px
    }
    .selectPrice .form-control{
        width: 49%
    }
    .checkbox.checkbox-lg label{
        /*line-height: normal; */
        font-size: 11px
    }
    .nav > li > a{
        padding: 10px;
        font-size: 11px
    }
    .nav-tabs > li > a{
        padding: 10px;
        font-size: 11px
    }
    .buttonsInfoTabTop button{
        margin-bottom: 4px
    }
    /* #force_sold_submit{ margin-top: 5px } */
}
#modal_detail_2{
    display: none;
    max-width: 1200px;
    margin: 0 auto;
}
#modal_detail_2.mb-modal .modal-content{
    box-shadow: none;
    border: none;
}
/* modal bootstrap styles */
#modal_detail_2.bs-modal{
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    /*overflow: auto !important;*/
    /*-webkit-overflow-scrolling: touch;*/
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    max-width: none;
    margin: 0;
}
#modal_detail_2.bs-modal.in{
    opacity: 1;
}
#modal_detail_2.bs-modal.modal-open{
    opacity: 1;
}
.motornetBox{
    padding: 15px 10px;
    background-color: #f1f1f1;
    height: 70px;
}
.costiRipristino, .ritiroFinale{
    height: 105px;
    background-color: #f4f4f4;
    padding: 35px 10px 0;
    position: relative;
}
.motornetBox b, .costiRipristino b, .ritiroFinale b {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}
.motornetBox small, .costiRipristino small, .ritiroFinale small{
    font-size: 16px;
    font-weight: 100;
}
.motornetBox label, .costiRipristino label, .ritiroFinale label {
    font-weight: normal;
}
.motornetBox.blu:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(16, 100, 212, 0);
    border-left-color: #1064d4;
    border-width: 30px;
}
.motornetBox.blu {
    background-color: #1064d4;
    color: #fff;
    position: relative;
}
.motornetBox.blulight {
    background-color: #3282f0;
    color: #fff;
}
.motornetBox.giallo {
    background-color: #fcfa3a;
}
.ritiroFinale{
    background-color: #3c3c3c;
    color: #fff;
}
.costiRipristino i{
    position: absolute;
    font-size: 24px;
    right: 10px;
    top: 35px;
    cursor: pointer;
}
select.input-sm {
    /*line-height: 20px;*/
    padding-top: 0px;
}
.customTitleVehicle.dms{
    color: #969696;
}
.customTitleVehicle.bancadati{
    color: #aa32be;
}
.customTitleVehicle.custom{
    color: #6432be;
}
#pop_titlelog .item{
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    padding: 2px 3px;
}
#pop_rewamplog .item{
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    padding: 2px 3px;
}
/*
* TIPPY tooltip
*/
.tippy-popper{
    pointer-events: all;
}
.tippy-tooltip.wiTippy-theme{
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #c8c8c8;
    color: #222;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    min-width: 440px;
}
.tippy-tooltip.wiTippy-theme .tippy-arrow {
    background-image: url('/img/freccia-tool.png');
    background-repeat: no-repeat;
    border: 0;
    height: 12px;
    width: 24px;
}
.tippy-tooltip.wiTippy-theme[data-placement^=top] > .tippy-arrow{
    transform: rotate(180deg);
    bottom: -24px;
}
.tippy-tooltip.wiTippy-theme[data-placement^=bottom] > .tippy-arrow{
    top: -12px;
}
.tippy-tooltip.wiTippy-theme .tippy-content{
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    cursor: default;
}
/* lightgallery */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #286090;
}
.lg-outer .lg-thumb-item{
    position: relative;
}
.lg-outer .lg-thumb-item.active:after{
    content: '';
    display: block;
    background-color: rgba(0, 125, 225, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.lg-outer.lg-visible{
    transition: all .3s;
    background-color: rgba(0,0,0,0.8);
}

.as24OptionalBox{
    padding: 0px 15px;
    background: #fefff3;
    border-radius: 4px;
    border: 1px solid #eef149;
    margin-bottom: 35px;
}
.as24OptionalBox .mySpinner{
    font-size: 20px;
    color: #007de1;
    margin-top:18px;
}
.as24OptionalBox button{
    min-width:150px;
    margin-top:13px;
}
.as24OptionalBox h4{
    font-weight: normal;
    line-height: 35px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.as24OptionalBox h4 b{
    font-size: 20px;
}
.as24OptionalSectionTitle{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:10px;
}
.as24AutomaticMatch{
    color:#aaa;
}
.as24nessuno{
    margin:10px 0;
}
.as24OptionalBox .checkbox+.checkbox{
    margin-top:0px;
    margin-bottom:5px;
}
.as24OptionalBox .checkbox{
    margin-top:0px;
    margin-bottom:5px;
}
.tableAs24Report .error{
    color:#d9534f;
}
#tab_waluta .row-images-list > div{
    min-height:200px;
}
#tab_waluta .row-images-list > div:nth-child(4n+1){
    clear:left;
}
.nav-tabs-adtext li.empty{
    opacity: .2;
}
.lineclamp{
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.lineclamp span:after{
    content: ', ';
}
.lineclamp span:last-child::after{ display: none;}
.tableMainCnt{
    min-height: 300px;
    color: #555
}
.checkselected{
    position: absolute;
    bottom: 0;
    left: 0;
}
.checkselected .checkbox{
    margin: 0;
}
.plate-card{
    background-image: url('/img/plate.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 40px;
    margin-top: 3px;
}
.plate-card span{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 3px;
}
.disabledTinyMce{
    min-height: 130px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

/*** RULES IMPORT EXPORT PAGES INIZIO *****/
.rule-page-box{
    max-width:75%;
}
.rule-page-box h3{
    margin-bottom:30px;
}
.rule-page-section{
    margin-bottom:30px;
}
.rule-page-section .section-title{
    margin-bottom:10px;
    font-size: 16px;
    font-weight: bold;
}
.rule-page-section .section-content{
    margin-bottom:20px;
}
/*** RULES IMPORT EXPORT PAGES FINE *****/


.weicolaBannerAlert{
    background-color: #d9534f;
    color: white;
    padding: 5px;
    text-align: center;
    font-size:18px;
}
.weicolaBannerAlert .click{
    cursor: pointer;
    text-decoration: underline
}
.weicolaBannerModal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 30;
}
.weicolaBannerModal .weicolaBannerContent{
    background-color: white;
    width: 500px;
    max-width: calc(100% - 20px);
    margin: 10vh auto 0;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}
.weicolaBannerModal .weicolaBannerContent .image{
    text-align: center;
    margin-bottom: 10px;
}
.weicolaBannerModal .weicolaBannerContent .image img{
    max-width: 100%;
}
.notice-bell-cnt{
    position: relative;
    margin-right: 10px;
}
.notice-bell-cnt .badge{
    position: absolute;
    background-color: #d9534f;
    font-size: 11px;
    font-weight: 100;
    top: -9px;
    right: -2px;
    padding: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
#notice-bell{
    font-size: 16px;
    cursor: pointer;
}