﻿
.slider_datas {
    display: none !important;
}

.slider_datas.loading .slick-slide {
    background-color: #e0e3e5;
}

.slider_datas.loading .slick-slide > * {
    opacity: 0
}

.slider_datas__slider {
    padding: 10px;
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap
}

.slider_datas .slick-slide {
    display: block;
    float: none;
    height: auto;
    margin: 6px;
    min-height: auto
}

.slider_datas__slider::-webkit-scrollbar {
    display: none
}

.slider_datas .tab_dia:not(.data_escolhida) {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 0%, #fff 67%, rgba(0,0,0,0) 70%);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    border-radius: 50%
}

.slider_datas .tab_dia {
    display: inline-block;
    height: 68px;
    margin: 2px;
    vertical-align: middle;
    width: 68px;
    padding: initial;
}

.slider_datas .tab_dia.data_escolhida {
    height: 72px;
    margin: 0;
    width: 72px
}

.slider_datas li {
    display: table;
    height: 100%;
    list-style: none;
    width: 100%
}

.slider_datas li a {
    font-size: 10px;
    display: table-cell;
    color: gray;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.slider_datas li a div.dia-mes {
    font-weight: 900;
    font-size: 18px;
}

.slider_datas li.ui-tabs-active a div {
    color: #1a2741 !important
}

.slider_datas li.ui-tabs-active a div.dia-mes {
    font-weight: 900;
    font-size: 26px
}

.slider_datas li.ui-tabs-active a div.dia-semana {
    font-weight: 600;
    font-size: 12px
}

ul .slick-track .slick-slide {
    display: -webkit-box;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 917px) {
    .slider_datas {
        display: block !important;
    }

    .ocultar_fechas_destok {
        display: none;
    }
}
