﻿/*================== Calendário =================*/
.ui-datepicker.ui-datepicker-multi {
    width: 500px !important;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
        width: 250px !important;
        float: left;
    }
.ui-datepicker-prev span, .ui-datepicker-next span {
    margin-top: 20px !important;
}
.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-group-last .ui-datepicker-calendar tbody {
    border-left: 1px solid #ccc !important;
}

#ui-datepicker-div {
    display: none;
    background: #fff;
}
div.ui-datepicker {
    width: 250px !important;
    height: auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-color: #FFF;
    border-collapse: collapse;
    border-width: 0px !important;
    z-index: 1000000;
    padding: 0px;
    margin-top: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.ui-widget-header {
    background: none;
    border: 0 !important;
    background: #6c6c6c;
    height: 50px;
    padding-bottom: 5px;
    padding: 0 !important;
}
.ui-datepicker-prev {
    display: block;
    cursor: pointer;
    left: 15px;
    top: 1px;
    position: absolute;
    font-family: 'icomoont' !important;
    color: #fff;
}m
.ui-datepicker-prev::before {
    content: "‹";
    font-family: 'icomoont' !important;
    font-size: 1.8em;
    display: none;
}
.ui-datepicker-next {
    font-family: 'icomoont' !important;
    display: block;
    cursor: pointer;
    right: 15px;
    top: 1px;
    position: absolute;
    color: #fff;
}
.ui-datepicker-next::before {
    display: none;
    content: "›";
    font-family: 'icomoont' !important;
    font-size: 1.8em;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
        background-size: contain !important;
        width: 15px;
        height: 15px;
        font-size: 0;
        float: left;
        margin-top: 15px;
    }
.ui-datepicker-prev span {
    background: url(../../Templates/_imagens/icons/leftBranco.png);
}
.ui-datepicker-next span {
    background: url(../../Templates/_imagens/icons/rigthBranco.png);
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    /*display: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;*/
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

span.ui-datepicker-month {
    font-family: open_sanscondensed_light;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 0;
    color: #fff;
}
span.ui-datepicker-year {
    font-family: open_sanscondensed_light;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0 0;
    color: #fff;
}

table.ui-datepicker-calendar {
    width: 195px;
    height: 200px;
}
table.ui-datepicker-calendar tr th {
    background-color: #6c6c6c;
    color: #fff;
    border: 0;
    padding: 5px 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-family: roboto_ltregular;
}
table.ui-datepicker-calendar tbody tr td {
        padding: 0px;
    }
.ui-widget-content .ui-state-default {
    color: #333;
    background-color: #fff;
    border: 0;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0 auto;
    font-family: roboto_ltregular;
    font-size: 12px !important;
    line-height: 25px;
}
table.ui-datepicker-calendar tbody tr td span, table.ui-datepicker-calendar tbody tr td a:link {
    padding: 5px;
    font-size: 1.1em;
    color: #333;
}
td.ui-datepicker-week-end span, td.ui-datepicker-week-end a:link {
    background-color: #e6e6e6;
    text-align: center;
}
.ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: text;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
a:link.ui-state-active, a:visited.ui-state-active, a:hover.ui-state-active {
    background-color: #6c6c6c;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}
.ui-datepicker-buttonpane {
    display: none;
}
table.ui-datepicker-calendar tbody tr td a:hover {
    background-color: #484848;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}

/*====================== AUTOCOMPLETE =========================*/

.ui-autocomplete {
    background-color: #5f5f5f !important;
    padding:0 !important;
    z-index: 9999999999999999;
    margin-top: 20px;
    min-width: 430px;
    max-width: 430px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 1px 1px 50px 10px rgba(51, 51, 51, 0.48);
}
.ui-autocomplete li{
    font-family:roboto;
    color:#fff;
    list-style:none;
    padding:0 !important;
    cursor:pointer;
    font-size:0.7em !important;
}
.ui-autocomplete li a{
    padding:5px 10px !important;
    box-sizing:border-box;
}


.ui-autocomplete li:nth-of-type(odd)
    {
        background-color:rgba(0, 0, 0, 0.1);
    }
.ui-autocomplete li:nth-of-type(over)
    {
        background-color:rgba(0, 0, 0, 0.3);
    }
.ui-state-focus {
    background: #2e2e2e !important;
    color: #fff !important;
}
.ui-autocomplete li:hover,
.ui-autocomplete li:focus,
.ui-autocomplete li:active{background-color:rgba(0, 0, 0, 0.5);}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background-color: rgb(229, 229, 229);
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #7a7a7a;
}