/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-Sep-2016, 16:43:42
    Author     : ademir
*/

.sp-picker .sp-calendar-header {
    padding: 10px;
    z-index: 50;
}
.sp-picker .sp-home-calendar-table .sp-month-title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sp-picker .sp-home-calendar-table table tr td, 
.sp-picker .sp-home-calendar-table table tr th {
    text-align: center;
    width: 14%;
    table-layout: fixed;
    position: relative;
}
.sp-picker .sp-home-calendar-table table tr td:not(.sp-disabled-date) {
    cursor: pointer;
}
.sp-picker .sp-home-calendar-table table tr td:not(.sp-disabled-date):empty {
    cursor: default;
}
.sp-picker .sp-highlighted-edge,
.sp-picker .sp-calendar-header {
    background-color: #106fa9;
    color: #fff;
}
.sp-picker .sp-highlighted {
    background-color: #79B6DE;
    color: #fff;
}
.sp-picker .sp-calendar-done {
    padding-right: 5px;
}  
.sp-picker .sp-months-wrap {
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0,0,0);
}
.sp-picker .sp-disabled-date {
    color: #dbdbdb;
}
.sp-picker .sp-clear-dates {
    color: #106fa9;
    margin-right: 15px;
}
.sp-picker .sp-triangle-calendar {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #106fa9;
    left: 5%;
    top: -10px;
}
.sp-picker .sp-months-wrap .sp-clear-dates {
    cursor: pointer;
    padding: 10px 0 20px 0;
}
.sp-picker .sp-month-title .flaticon-arrow-bold-left, .sp-picker .sp-month-title .flaticon-arrow-bold-right {
    cursor: pointer;
    font-weight: bold;
}
.sp-picker .sp-month-title .flaticon-arrow-bold-left.disabled {
    color: #aaa;
    cursor: default;
}
.sp-picker .sp-month-title .flaticon-arrow-bold-left {
    padding-left: 10px;
    margin-right: -10px;
}
.sp-picker .sp-month-title .flaticon-arrow-bold-right {
    padding-right: 10px;
    margin-left: -10px;
}
.sp-picker {
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 14px;
}
.sp-picker .active-start:not(.sp-highlighted-edge) {
    background-color: #79B6DE !important;
}
.sp-picker .active-start-dark:not(.sp-highlighted-edge) {
    background-color: #99B6C6 !important;
}
.sp-picker .sp-right-triangle {
    left: 35%;
}
.disable-scroll {
    overflow-y: hidden;
}
.custom-search .sp-month-title {
    background-color: #efefef;
    color: #333;
}
@media screen and (min-width: 768px) {
    .sp-picker .sp-home-calendar-table .sp-month-title {
        font-size: 14px;
/*        background-color: #efefef;
        color: #333;*/
        background-color: #106fa9;
        color: #fff;
        margin-left: -5px;
        margin-right: -5px;
        font-weight: bold;
    }
    .sp-picker .sp-months-wrap {
        border: 1px solid #dbdbdb;
        border-top-color: #106fa9;
    }
    .sp-picker .sp-months-wrap,
    .sp-picker .sp-calendar-header {
        position: absolute;
        width: 100%;
    }
    .sp-picker .sp-home-calendar-table table {
        width: 100%;
        border-collapse: separate;
    }
    .sp-picker .sp-home-calendar-table {
        width: 100%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    .sp-picker .sp-home-calendar-table table tr td, 
    .sp-picker .sp-home-calendar-table table tr th {
        height: 34px;
    }
    .sp-picker .sp-home-calendar-table table tr th {
        border-bottom: 1px solid #dbdbdb;
        font-weight: normal;
    }
}
@media screen and (max-width: 767px) {
    .sp-picker .sp-home-calendar-table table tr td, 
    .sp-picker .sp-home-calendar-table table tr th {
        height: 48px;
    }
    .sp-picker .sp-home-calendar-table .sp-month-title {
        font-size: 20px;
        border-top: 1px solid #dbdbdb;
        background-color: #efefef;
    }
    .sp-picker .sp-home-calendar-table table {
        width: 100%;
    }
    .sp-picker .sp-months-wrap {
        position: fixed;
        top: 60px;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .sp-picker .sp-calendar-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        height: 60px;
        line-height: 40px;
        font-size: 18px;
        z-index: 200;
    }
    .sp-picker .sp-mob-header-title {
        text-align: center;
    }
}
.embedded-search-container ~ .sp-picker .sp-month-title {
    padding: 6px;
}
.embedded-search-container ~.sp-picker .sp-home-calendar-table .sp-month-title {
    font-size: 14px;
    font-weight: bold;
}
.embedded-search-container ~ .sp-picker .sp-months-wrap {
    top: 0;
    left: 150px;
    bottom: initial;
}
.embedded-search-container ~ .sp-picker .sp-home-calendar-table table tr td, .embedded-search-container ~ .sp-picker .sp-home-calendar-table table tr th {
    height: 26px;
}
.embedded-search-container ~ .sp-picker .sp-months-wrap .sp-clear-dates {
    padding: 0;
}
.embedded-search-container ~ .sp-picker .sp-month-title .flaticon-arrow-bold-right {
    padding-right: 0;
}
.embedded-search-container ~ .sp-picker .sp-month-title .flaticon-arrow-bold-left {
    padding-left: 0;
}
.user-select-none {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.disable-scroll {
    overflow-y: hidden;
}