﻿div#zakaDate .calendars-nav {
    display: none;
}

div#zakaDate .calendars {
    width: 100% !important;
}

div#zakaDate .calendars-month {
    border: none;
}

    div#zakaDate .calendars-month th {
        text-align: center;
        width: 20px;
        height: 20px;
        padding: 5px;
        background-color: #ddd;
    }

    div#zakaDate .calendars-month span {
        padding: 0;
        font-weight: bold;
    }

    div#zakaDate .calendars-month td {
        border: none;
    }

        div#zakaDate .calendars-month td a, div#zakaDate .calendars-month td span {
            padding: 5px;
            height: 30px;
            font-weight: normal;
            border: none !important;
            border-radius: 4px;
        }
        div#zakaDate .calendars-month td span {
            background: transparent;
        }

div#zakaDate .calendars-highlight {
    background: #eee;
    cursor: pointer;
    color: #333;
}

div#zakaDate .calendars-month td .calendars-selected {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border: none;
}

div#zakaDate .calendars-month thead {
    border-bottom: none;
}

div#zakaDate .calendars-month table tbody tr td:nth-child(6), div#zakaDate .calendars-month table tbody tr td:nth-child(7) {
    background-color: #d9edf7;
}

div#zakaDate .calendars-month table tbody tr td:nth-child(5) {
    background-color: #fff;
}

div#zakaDate .calendars-month-header select {
    background: #fff;
}
