﻿/*Datepicker restyling { */
        .ui-corner-all {
            border-radius: 1em !important;
        }

.ui-datepicker {
    background: #012840;
    font-family: 'Lato', sans-serif;
}

            .ui-datepicker .ui-datepicker-header {
                background: transparent;
                border: none;
                font-weight: normal !important;
            }

        .ui-datepicker-title {
            position: relative;
            padding-top: 25px;
        }

            .ui-datepicker-title .ui-datepicker-year,
            .ui-datepicker .ui-datepicker-title select {
                position: absolute;
                top: 0px;
                left: 32%;
                border: none;
                background: #012840 url('/skins/UWB/images/calendar-arrow-down.png') right center no-repeat;
                color: #fff;
                -webkit-appearance: none;
                width: 41% !important;
                font-size: 12px !important;
                font-weight: normal !important;
                cursor:pointer;
            }

                .ui-datepicker-title .ui-datepicker-year:focus {
                    outline: none !important;
                }

        .ui-datepicker-month {
            text-transform: uppercase;
            font-size: 12px;
        }

        .ui-datepicker th {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 8px;
            color: #fff;
            opacity: 0.3;
        }

        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
            background: transparent;
            color: #fff;
            border: none;
            font-family: 'Lato', sans-serif;
            text-align: center;
        }

        .ui-datepicker td span, .ui-datepicker td a {
            padding: 0px;
            font-size: 12px !important;
        }

        .ui-state-default.ui-state-active {
            background: #F8BC39/*#39B9C8*/;
            border: solid 1px #fff;
            border-radius: 15px;
            color:#012840;
        }

        .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
            top: 32px;
            z-index:10
        }

        .ui-datepicker .ui-datepicker-prev {
            left: 30px;
        }

        .ui-datepicker .ui-datepicker-next {
            right: 30px;
        }
        /*btn next*/
.ui-icon-circle-triangle-e {
    background: url('/skins/UWB/images/calendar-arrow-icon_right.png') no-repeat center !important;
}

        /*btn prev*/
.ui-icon-circle-triangle-w {
    background: url('/skins/UWB/images/calendar-arrow-icon_left.png') no-repeat center !important;
}

        .ui-datepicker-next.ui-corner-all.ui-state-disabled,
        .ui-datepicker-prev.ui-corner-all.ui-state-disabled {
            opacity: 1 !important;
        }

        /*Datepicker restyling }*/