.proveedor_ver .ui-datepicker-buttonpane .ui-priority-primary {
    background: #00b4f0 !important;
    border: none;
    color: #fff;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-weight: 100;
    line-height: 0;
    margin: 10px !important;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: lowercase;
    font-family: pangram-regular
}

.proveedor_ver .ui-datepicker table .ui-state-hover {
    background: #00b4f0 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important
}

.proveedor_ver .ui-datepicker-current {
    background: #fff !important;
    border: none;
    font-size: 15px;
    border: 1px solid #00b4f0 !important;
    padding: 10px;
    color: #00b4f0 !important;
    font-weight: 100
}

.proveedor_ver .ui-datepicker-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.proveedor_ver .ui-datepicker-header {
    background: #fff
}

.proveedor_ver .ui-datepicker-year {
    font-weight: 100;
    color: #777;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #e4e4e4;
    border-color: #e4e4e3
}

.proveedor_ver .ui-datepicker {
    -webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, .1) !important;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, .1) !important
}

.proveedor_ver .ui-datepicker-next,
.proveedor_ver .ui-datepicker-prev {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.proveedor_ver .ui-datepicker-month {
    font-weight: 100;
    color: #777;
    margin-right: 10px !important;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #e4e4e4;
    border-color: #e4e4e3
}

.proveedor_ver .ui-datepicker {
    width: 22em
}

.proveedor_ver .ui-datepicker-buttonpane .ui-priority-secondary {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin: 10px !important;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: lowercase;
    font-family: pangram-regular
}

.proveedor_ver .ui-datepicker-calendar .ui-state-active {
    background: #00b4f0 !important;
    border-color: #00b4f0 !important;
    color: #fff;
    font-weight: 700;
    text-shadow: none !important
}

.proveedor_ver .ui-datepicker table .ui-state-highlight {
    border-color: #00b4f0 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.ui-datepicker-calendar .ui-state-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px
}



.menu-fabs svg {
    fill: #fff
}

.menu-fabs circle {
    stroke: #fff !important
}

.menu-fabs line {
    stroke: #fff !important
}

.menu-fabs {
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left
}

.menu-open-fabs {
    display: none
}

.menu-open-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-item,
.menu-open-button {
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: -30px;
    position: absolute;
    top: -9px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out .2s;
    -webkit-transition: -webkit-transform ease-out .2s;
    -o-transition: -o-transform ease-out .2s;
    -moz-transition: transform ease-out .2s, -moz-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s, -webkit-transform ease-out .2s, -moz-transform ease-out .2s, -o-transform ease-out .2s;
    transition: transform ease-out .2s, -webkit-transform ease-out .2s
}

.menu-open-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    -moz-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #337ab7
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #1eb2e8
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff5c50;
    color: #fff
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.menu-open-fabs:checked~.menu-item:nth-child(3) {
    -webkit-transition-duration: 190ms;
    -moz-transition-duration: 190ms;
    -o-transition-duration: 190ms;
    transition-duration: 190ms;
    -webkit-transform: translate3d(-70px, 0, 0);
    -moz-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    opacity: 1
}

.menu-open-fabs:checked~.menu-item:nth-child(4) {
    -webkit-transition-duration: 290ms;
    -moz-transition-duration: 290ms;
    -o-transition-duration: 290ms;
    transition-duration: 290ms;
    -webkit-transform: translate3d(-140px, 0, 0);
    -moz-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
    opacity: 1
}

.menu-open-fabs:checked~.menu-item:nth-child(5) {
    -webkit-transition-duration: 390ms;
    -moz-transition-duration: 390ms;
    -o-transition-duration: 390ms;
    transition-duration: 390ms;
    -webkit-transform: translate3d(-210px, 0, 0);
    -moz-transform: translate3d(-210px, 0, 0);
    transform: translate3d(-210px, 0, 0);
    opacity: 1
}

.menu-open-fabs:checked~.menu-item:nth-child(6) {
    -webkit-transition-duration: 490ms;
    -moz-transition-duration: 490ms;
    -o-transition-duration: 490ms;
    transition-duration: 490ms;
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    opacity: 1
}

.menu-open-fabs:checked~.menu-item:nth-child(7) {
    -webkit-transition-duration: 490ms;
    -moz-transition-duration: 490ms;
    -o-transition-duration: 490ms;
    transition-duration: 490ms;
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    opacity: 1
}

.alert-icon {
    height: 22.87px;
    width: 24.17px
}

.favorite svg {
    fill: #fff
}

@media only screen and (max-width:767px) {
    .menu-fabs {
        top: -8px
    }
    .alert-icon {
        margin-top: 3px
    }
    label.menu-open-button {
        top: 3px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .menu-open-fabs:checked~.menu-item:nth-child(3) {
        -webkit-transform: translate3d(-40.91639px, 44.99997px, 0);
        -moz-transform: translate3d(-40.91639px, 44.99997px, 0);
        transform: translate3d(-40.91639px, 44.99997px, 0);
        z-index: 999
    }
    .menu-open-fabs:checked~.menu-item:nth-child(4) {
        -webkit-transform: translate3d(-60.91639px, 7.00003px, 0);
        -moz-transform: translate3d(-60.91639px, 7.00003px, 0);
        transform: translate3d(-60.91639px, 7.00003px, 0);
        z-index: 999
    }
    .menu-open-fabs:checked~.menu-item:nth-child(5) {
        -webkit-transform: translate3d(-40.91639px, -32.00003px, 0);
        -moz-transform: translate3d(-40.91639px, -32.00003px, 0);
        transform: translate3d(-40.91639px, -32.00003px, 0);
        z-index: 999
    }
    .menu-open-fabs:checked~.menu-item:nth-child(6) {
        -webkit-transform: translate3d(-6.91639px, -59.00003px, 0);
        -moz-transform: translate3d(-6.91639px, -59.00003px, 0);
        transform: translate3d(-6.91639px, -59.00003px, 0);
        z-index: 999
    }
    .menu-open-fabs:checked~.menu-item:nth-child(7) {
        -webkit-transform: translate3d(-3.91639px, 68.99997px, 0);
        -moz-transform: translate3d(-3.91639px, 68.99997px, 0);
        transform: translate3d(-3.91639px, 68.99997px, 0);
        z-index: 999
    }
}

.menu-fabs .menu-item svg {
    width: 24px
}

.btn-clip {
    cursor: pointer
}

@media (max-width:768px) {
    .menu-fabs svg {
        fill: #fff
    }
    .menu-fabs circle {
        stroke: #06ccca !important
    }
    .menu-fabs line {
        stroke: #06ccca !important
    }
}

.empty-text {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 300;
    text-align: center
}

.empty-text-sub {
    color: #777;
    text-align: center;
    font-size: 12px;
    letter-spacing: .3px
}

@media (min-width:768px) {
    .empty-img {
        display: none
    }
}

@media (max-width:768px) {
    .empty-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .empty-img .rounder-img-empty {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #f1f1f1;
        width: 80px;
        position: relative;
        height: 80px
    }
    .empty-img .pointer-empty {
        background: #00b4f0 !important;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 26px;
        right: 25.5px
    }
    .empty-img svg {
        width: 24px
    }
    .empty-img span {
        font-size: 10px
    }
}

.proveedor_ver .infoEmpresa {
    display: none
}

.proveeder-ver .active-side-menu.flotaing-filter,
.proveeder-ver .plazas-view {
    display: none
}


.today {
    padding: .875rem 0;
    border-bottom: 1px solid #eee
}

.today input[type=text] {
    background-color: #f3f3f3;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: .5rem
}

