/* Add here all your css styles (customizations) */
.header-v6.header-classic-white {border-bottom: 2px solid #e8e1e1;}



.new_instal_parcel {background-color:#93d7a2 !important}
.new_box_parcel {background-color:#03cb2f !important}
.new_installed_parcel {background-color:#0fcbce !important}
.new_partner_parcel {background-color:#20c997 !important}
.box_parcel_1_day {background-color:#00adff !important}
.box_parcel_2_day {background-color:#edf02e !important}


.box_free  {color:#15bf1c !important}
.box_today {color:#0bbbab !important}
.box_1_day {color:#200b8f !important}
.box_2_day {color:#f21206 !important}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5dba2f !important;
}
.label-warning {
    background-color: #f0ad4e !important;
}
.label-danger {
    background-color: #d9534f !important;
}
.label-default {
    background-color: #777 !important;
}
.form-control{
    height: calc(1.5em + .75rem + 15px) !important;
    font-size: 14px !important;
}
.form-control:focus{
    color: #5dba2f;
    background-color: #fff;
    border-color: #8BC34A;
    outline: 2px !important;
    box-shadow: 0 0 0 0.2rem #5dba2f21;
}