@import url('/css/base/reset.css');
@import url('/css/base/utilities.css');
@import url('/css/base/typography.css');
@import url('/css/base/variables.css');
@import url('/css/layout/header.css');
@import url('/css/components/date-range-picker.css');
@import url('/css/components/button.css');
@import url('/css/components/form.css');
@import url('/css/components/wi-slider.css');
@import url('/css/components/fermo-amm-modal.css');
/* modal backgrounds */
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
    background-color: #ffd200 !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body{
    background-color: #00a55a !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body{
    background-color: #00aae6 !important;
}
.box-body hr{
    margin: 0
}
.lightTitle{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #000;
}
.box{
    .box-title{
        margin-top: 0;
        font-size: 22px;
        font-weight: bold;
    }
    .box-subtitle{
        font-size: 16px;
        font-weight: bold;
    }
    .box-header{
        position: relative;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}
.box-warning{
    border: 0;
    &:before{
        content: '';
        display: block;
        background: #ffd000;
        background: linear-gradient(to right, #ffd000 0%, #fe0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffee00', GradientType=1);
        height: 3px;
    }
}
.toggleBox{
    background-image: url('/images/icone/meno_icona.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fe0;
    background-size: 26px;
    width: 35px;
    height: 35px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    outline: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ecdb00;
}
.closed .toggleBox, .toggleBox.closed{
    background-image: url('/images/icone/piu_icona.png');
}
.closed.box-warning{
    opacity: 0.6;
}
.closed .box-body{
    display: none
}
.itemBox1{
    position: relative;
    p{
        background-color: #fff;
        font-weight: bold;
        font-size: 26px;
        margin: 0;
        padding: 10px;
        &.indicataVal{
            background-color: #00aae6;
            color: #fff;
        }
        &.success{
            color: #00a035
        }
        small{
            font-weight: 300;
            font-size: 16px;
        }
    }
    input{
        background-color: #fff;
        border: 0;
        border-radius: 0;
        height: 57px;
        font-weight: bold;
        font-size: 26px;
    }
    button{
        position: absolute;
        right: 5px;
        width: auto;
        top: 30px;
    }
}
.form-control{
    background-color: #fafafa;
    border-radius: 4px;
    padding-left: 6px;
}
.space1{
    margin-bottom: 60px;
}
.bootstrap-switch-primary{
    background-color: #000 !important;
    color: #fff;
}
.bootstrap-switch-label,
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off{
    padding: 5px 8px !important;
}
.bootstrap-switch .bootstrap-switch-label{
    background-color: #f5f5f5;
    transition: background-color .2s ease-in-out;
    &:hover{
        background-color: #ddd;
    }
}
.modal-title{
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}
.closeModal{
    position: absolute;
    right: 12px;
    width: 16px;
    cursor: pointer;
}
.back{
    color: inherit;
    display: inline-block;
    margin-top: 5px;
    &:hover{
        text-decoration: underline;
        color: inherit;
    }
}
.anchorSection{
    margin-top: 15px;
    div{
        display: inline-block;
        margin-right: 5px;
        color: #000;
        cursor: pointer;
        font-size: 13px;
        &:after{
            content: '';
            display: inline-block;
            height: 12px;
            width: 1px;
            background-color: #000;
            margin-left: 5px;
        }
        &:hover{
            text-decoration: underline;
        }
        &:nth-child(5):after{
            display: none
        }
    }
    p{
        position: absolute;
    }
}
.followMe{
    .anchorSection{
        display: none
    }
    &.scroll-to-fixed-fixed{
        background-color: #ecf0f5;
        padding-top: 10px;
        .anchorSection{
            margin-top: 0;
            display: inline-block;
            margin-right: 8px
        }
        .downloadPDF{
            display: none
        }
    }
}
.label-yellow{
    background-color: #fff000;
    color: #000;
}
.alert-yellow{
    color: #000;
    background-color: #fff000;
}
.swal2-popup{
    font-size: inherit
}
#requiredFieldsVehicle a{
    text-decoration: underline;
    color: inherit;
}
#requiredFieldsIndicata a{
    text-decoration: underline;
    color: inherit;
}
.importantField{
    border-color: #ffd000
}
.LoadingFullPage{
    text-align: center;
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 300000;
}
.LoadingFullPageContainer{
    vertical-align: middle;
    display: table-cell;
    > img{
        width: 80px;
    }
    > div{
        margin-top: 10px;
        font-size: 20px;
    }
}
.modal-xl{
    width: 90%;
}
#loading{
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 2500;
    padding-top: 150px;
    font-size: 22px;
    img{
        max-width: 300px
    }
}
#to_top_button{
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    width: 36px;
    height: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    border-top-left-radius: 5px;
    a{
        color: #fff;
        font-size: 1.8em;
    }
}
.required:after{
    content: ' *';
    color: #f00;
}
.editOverlayPage,
.editOverlayWidget,
.editOverlayBlockSx,
.editOverlayBlockDx{
    position: absolute;
    top: 80px;
    left: 120px;
    z-index: 10000;
    display: none;
}
.editBgOverlayPage{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.actionCntEditPage{
    margin-left: 10px;
    padding-bottom: 20px;
    img{
        max-width: 80px
    }
}
#contentarea{
    min-height: 200px !important
}
#rte-toolbar, #divFrameLink{
    z-index: 10000
}
#dropImage, #dropLogo, #dropImageMobile{
    min-height: 90px;
    padding: 30px 15px;
}
.dropzone.dz-started .dz-message,
.wi_dropzone.dz-started .dz-message{
    opacity: 1
}
.dz-success-mark svg{
    display: none
}
#docs_upload{
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
}
.wi_listAttachments{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    li:not(:last-child){
        margin-bottom: 5px
    }
    a{
        color: #444;
    }
}
.nav-tabs a{
    color: #444;
    font-size: 16px
}
.wi_dropzone{
    padding: 50px 5px;
    min-height: 100px;
    border: 2px dashed #333;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    .dz-message{
        text-align: center;
    }
}
.datepicker.dropdown-menu{
    z-index: 1060 !important
}
#listPages{
    > div{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .btnremove{
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 5;
    }
}
#addTags{
    button{
        border: 0;
        background-color: transparent;
        padding: 6px 12px;
        font-size: 18px;
    }
    .input-group-addon{
        padding: 0;
        background-color: #5cb85c;
        color: #fff;
    }
}
.tagsCnt{
    span.label{
        margin-right: 10px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 10px;
    }
    i{
        cursor: pointer
    }
    b{
        margin-right: 10px
    }
    .editTag{
        display: none
    }
}
.promoBox{
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 5px 5px 0;
    margin-bottom: 15px;
}
.listGallery, #listHour{
    list-style: none;
    padding-left: 0;
}
.listGallery{
    &:after{
        display: table;
        content: '';
        clear: both;
    }
    > li{
        display: block;
        position: relative;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .buttons{
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }
}
.topNostriNumeri{
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}
.middleNostriNumeri{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #1058a1;
}
.bottomNostriNumeri{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.listGallery{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    li{
        width: 25%;
        text-align: right;
        > img{
            display: block;
            max-width: 100%;
            height: auto;
        }
        button{
            display: inline-block;
            text-align: right;
            margin-top: 10px;
        }
        .edit{
            cursor: pointer;
        }
    }
}
.table-damage td:first-child{
    width: 30%;
}
.indicataIconCnt{
    padding-left: 30%;
    .days{
        position: absolute;
        top: 15px;
        left: 30%;
        font-size: 19px;
        width: 45px;
        text-align: center;
        font-weight: bold;
    }
    .labell{
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        line-height: 1.2;
    }
}
.indicataIconCnt2{
    padding-left: 35%;
    background-image: url('/images/icone/ico_indicata_buy.png');
    background-position: 22% 5px;
    background-repeat: no-repeat;
    line-height: 1.1;
    min-height: 50px;
    &.pvm{
        background-image: url('/images/icone/ico_indicata_sell.png');
    }
    b{
        font-size: 22px;
        font-weight: bold
    }
}
.itemInfoIndicata{
    margin-bottom: 2px;
    > div{
        height: 30px;
        padding: 5px;
        float: left;
        &:first-child{
            width: 50%;
            background-color: #f5f5f5;
            font-weight: 600;
            border-right: 2px solid #fff;
        }
        &:last-child{
            width: 50%;
            background-color: #fff;
            border: 1px solid #ccc;
        }
    }
}
.balanceMedia{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px;
    font-size: 24px;
}
.imagePlusIcon{
    position: absolute;
    top: 7px;
    left: 7px;
    color: #fd0;
    font-size: 22px;
}
.listaImmaginiTop{
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    h4{
        font-size: 20px;
        margin: 0;
    }
    button,
    button:hover{
        color: #000;
    }
}
.radioStylezTitle{
    margin-bottom: 10px;
}
.radioStylez{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    &:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        left: 0;
        top: 34px;
        z-index: 1;
    }
    .radio{
        width: 23%;
        padding-top: 20px;
        padding-left: 0;
        z-index: 3;
        label{
            position: static;
            &:before{
                left: calc(50% - 8px);
                margin-left: 0;
                width: 25px;
                height: 25px;
            }
            &:after{
                left: calc(50% - 4px);
                margin-left: 0;
                width: 17px;
                height: 17px;
                top: 25px;
            }
        }
        span{
            position: absolute;
            top: 0;
            text-align: center;
            width: 100%;
            margin-top: -3px;
        }
    }
}
.dropFile{
    display: block;
    background-color: #eee;
    min-height: 160px;
    border: 2px dashed #ccc;
    border-radius: 3px;
    position: relative;
    input{
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        cursor: pointer;
    }
    span{
        position: absolute;
        left: 0;
        right: 0;
        top: 35%;
        font-size: 1.5rem;
        text-align: center;
    }
}
/* checkbox più grandi! */
.checkbox label{
    padding-left: 15px;
    line-height: 26px;
    &:before{
        width: 26px;
        height: 26px;
    }
    &:after{
        cursor: pointer;
        font-size: 16px;
        padding-top: 0;
    }
}
.form-inline .checkbox label{
    padding-left: 4px;
}
.checkbox input, .radio input{
    cursor: pointer;
}
.radio label{
    padding-left: 8px;
    &::before{
        width: 20px;
        height: 20px;
    }
    &::after{
        width: 8px;
        height: 8px;
        top: 6px;
        left: 6px;
    }
}
.checkbox input:disabled + label,
.radio input:disabled + label{
    cursor: not-allowed;
}
.custom-radio{
    label{
        cursor: pointer;
        position: relative;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        color: #888;
        &:before{
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid #ccc;
            margin-right: 1rem;
            vertical-align: middle;
            transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
        }
    }
    input[type="radio"]{
        display: none;
        &:checked + label{
            color: #333;
            &:before{
                background-color: #ffd000;
                border-color: #333;
            }
        }
        &:disabled + label{
            cursor: not-allowed;
            &:before{
                opacity: 0.5;
            }
        }
    }
}
.custom-switch{
    label{
        cursor: pointer;
        position: relative;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        &:before{
            content: "";
            display: inline-block;
            width: 50px;
            height: 30px;
            border-radius: 999em;
            vertical-align: middle;
            background-color: #ccc;
            transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
            border: 1px solid #ccc;
            margin-right: 1rem;
        }
        &:after{
            content: "";
            display: inline-block;
            position: absolute;
            left: 1px;
            top: 1px;
            z-index: 1;
            width: 28px;
            height: 28px;
            border-radius: 999em;
            background: #fff;
            transition: transform .2s ease-in-out;
        }
    }
    input[type="checkbox"]{
        display: none;
        &:checked + label{
            &:before{
                background-color: #ffd000;
                border-color: #ffd000;
            }
            &:after{
                transform: translateX(20px);
            }
        }
        &:disabled + label{
            cursor: not-allowed;
            &:before, &:after{
                opacity: 0.5;
            }
        }
    }
}
.wiSwitch{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    input{
        opacity: 0;
        width: 0;
        height: 0;
    }
}
/* Rounded sliders */
.wiSwitchLabel{
    padding-left: 10px;
    vertical-align: sub;
}
/* lightgallery */
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar{
    background-color: rgba(0, 0, 0, 0.80) !important;
}
.lg-toolbar .lg-icon{
    color: #fff !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #ffd000 !important;
}
.wi-rotate{
    font-size: 18px !important;
}
.listGallery img{
    opacity: 1;
    transition: all .2s ease-in-out;
    &:hover{
        opacity: .8;
    }
}
.profile-pic{
    position: relative;
    display: inline-block;
    .edit{
        transition: all .2s ease-in-out;
        position: absolute;
        right: 10px;
        top: 3px;
        display: block;
        font-size: 20px;
        opacity: 0;
        a{
            color: #000;
        }
    }
    &:hover .edit{
        opacity: 1;
    }
}
/* companies custom tabs
/* ------------------------ */
.listAppViewTab{
    list-style: none;
    padding: 0;
    li:not(.unsortable){
        padding: 15px;
        cursor: move;
        transition: background-color .2s ease-in-out;
        background-color: #fff;
        margin-bottom: 0;
        border-bottom: 1px solid #efefef;
        &:hover{
            background-color: #efefef;
        }
    }
    .row-header{
        border-bottom: 1px solid #eee;
        margin: 0 0 20px;
        font-weight: bold;
    }
    .fa-bars{
        margin-right: 10px;
    }
    .img-preview{
        border: 1px solid #efefef;
    }
    .myAppViewCol{
        display: inline-block;
        width: 125px;
        text-align: center;
    }
}
/* ------ */
#sendCdkModal{
    .titleModal{
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .modal-body{
        padding: 30px;
    }
    .btn-grey,
    .btn-black{
        padding-left: 35px;
        padding-right: 35px;
    }
}
.infocarSpaceBox{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
}
.infocarSpaceBox2{
    font-size: 13px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 12px;
    > div{
        font-size: 11px;
        margin-top: 5px;
    }
}
.infocarPrevisioneUsatoBox{
    font-size: 11px;
    background: #e6e6e9;
    color: #393b4d;
    margin-bottom: 3px;
    padding-bottom: 5px;
}
.infocarPrevisioneUsatoBoxContent{
    display: flex;
    > div:first-child{
        padding-top: 10px;
        width: 50%;
    }
    .mese{
        border-bottom: 10px solid #fff;
        padding-left: 10px;
        margin-bottom: 5px;
        padding-bottom: 2px;
        margin-top: -2px;
    }
    .entrata{
        padding-left: 10px;
        font-weight: 600;
        font-size: 15px;
    }
    > div:last-child{
        text-align: right;
        width: 50%;
        padding-right: 10px;
        padding-top: 5px;
        b{
            font-size: 26px;
        }
        small{
            font-size: 15px;
        }
    }
}
/* merchant
/* ------------------------ */
.merchant-image{
    border: 2px solid #eee;
    cursor: pointer;
}
.merchant-image-selected{
    border-color: #fff000;
}
.tag-list > span{
    padding: 2px 4px;
    font-size: 12px;
    display: inline-block;
    margin: 0 6px 6px 0;
    background: #ddd;
    border-radius: 4px;
    font-weight: bold;
    i.fa-times-circle{
        margin-left: 4px;
        cursor: pointer;
        color: #111;
        transition: color .2s ease-in-out;
    }
    &:hover i.fa-times-circle{
        color: #c00;
    }
}
/* custom select multiple list with pills and search
/* ------------------------ */
.select-multiple-pills{
    position: relative;
    margin: 15px 0;
}
.selected-list{
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 0;
    > div{
        display: inline-block;
        margin: 0 6px;
        padding: 4px 6px;
        font-size: 12px;
        background: #ddd;
        border-radius: 4px;
        .fa{
            padding-left: 5px;
            cursor: pointer;
        }
    }
    input{
        display: inline-block;
        min-width: 100px;
        padding: 4px 6px;
        border: none;
        outline: none;
        flex-grow: 1;
    }
}
.select-list-wrap{
    position: relative;
    .select-list{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #fff;
        min-width: 200px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    }
}
.select-list > div{
    display: block;
    font-size: 12px;
    cursor: pointer;
    transition: filter .2s ease-in-out;
    padding: 6px 10px;
}
.select-list > div:hover,
.select-list > div:focus{
    filter: brightness(110%);
}
.dashboard--external-evaluations-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.external-evaluation-box-text{
    font-size: 25px;
}
/* search input
/* ------------------------ */
.search-input-selected{
    margin: 10px 0;
}
.search-input-selected .selected-tag{
    background: #efefef;
    border-radius: 4px;
    margin: 0 4px;
    padding: 4px 8px;
    display: inline-block;
}
.search-input-selected .selected-tag:first-child{
    margin-left: 0;
}
.search-input-selected .fa{
    cursor: pointer;
    text-align: center;
    padding: 0 4px;
    margin-left: 4px;
    transition: color .2s ease-in-out;
    color: #333;
}
.search-input-selected .fa:hover{
    color: #ccc;
}
.search-input-selected .no-selected{
    padding: 2px 0;
}
.search-input-list{
    background: #efefef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-input-list > div{
    padding: 2px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.search-input-list > div:hover{
    /*color:#777;*/
    background: #e0e0e0;
}
/* evaluation styles */
.evaluation-h4{
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px
}
.hr-dark{
    border-color: #dedede;
    border-width: 1px;
}
.pallino-firma{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ff0;
    margin-right: 2px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.pallino-firma.active{
    background: green;
}
.badge-lang{
    background: #ecf0f5;
    color: #272525;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0.02em;
}
.autocomplete-dates-wrap{
    display: inline-block;
    background: #ecf0f5;
    border-radius: .5rem;
    padding: .5rem .5rem;
}
.autocomplete-dates-wrap table{
    width: 100%;
}
.autocomplete-dates-wrap td{
    padding: .25rem .5rem;
    font-size: 14px;
    line-height: 1.2;
    min-width: 10rem;
}
.autocomplete-dates-wrap td:last-child{
    text-align: right;
}
.info-text{
    font-size: 13px;
    line-height: 1.2;
    margin-block: 8px;
}
.info-text::before{
    font-family: 'FontAwesome', sans-serif;
    content: '\f05a';
    font-size: inherit;
    line-height: 1;
    color: #444;
    margin-right: 4px;
}
/* date range picker custom css */
.daterangepicker{
    .ranges li{
        font-size: 14px;
        font-weight: 500;
    }
    td.active, td.active:hover{
        border: none;
    }
    .drp-buttons{
        .btn{
            font-size: 14px;
            &.applyBtn{
                background-color: #000 !important;
                border-color: #000;
            }
        }
    }
}
/* custom checkbox */
input[type='checkbox'].checkbox-custom{
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    border: 1px solid #999;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    &:checked{
        background-color: transparent;
        border-color: #444;
        position: relative;
    }
    &:checked::before{
        content: "\f00c";
        font-family: 'FontAwesome', sans-serif;
        font-size: 1.4rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: block;
        color: #444;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    &:disabled{
        pointer-events: none;
        cursor: default;
        opacity: 0.5;
        &:checked:before{
            display: none;
        }
    }
}
.list-filters{
    display: flex;
    flex-wrap: wrap;
    padding-block: 1rem;
    align-items: center;
    gap: .75rem;
    input[type=text]{
        min-width: 24rem;
    }
    input, select{
        min-width: 20rem;
    }
    .btn-reset-wrap{
        margin-left: auto;
    }
}
kbd{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #333;
    display: inline-block;
    font-size: 10px;
    line-height: 1.1;
    padding: 2px 4px;
    vertical-align: middle;
}
.input-color{
    width: 64px;
    height: 40px;
    border: none;
    overflow: hidden;
    padding: 2px 4px;
    background: #ccc;
    cursor: pointer;
}
.datepicker table tr td.disabled{
    color: #efefef !important;
}
