﻿
div.datepicker-wrapper
{
    float: left;
    width: 110px;
    height: 22px;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #839c9f;
}


div.list-body div.datepicker-wrapper
{
    float: left;
    width: 110px;
    height: 24px;
    border: none;
    border-width: 0 0 0 0;
}


div.datepicker-wrapper input.datepicker
{
    width: 70px !important;
    float: left !important;
    height: 22px !important;
    line-height: 22px !important;
}

div.datepicker-wrapper > div.icon
{
    padding: 0 0 0 0;
    background-color: white;
    float: left;
    width: 22px;
    height: 22px;
    background-image: url(Images/Iconic/cyan/calendar_alt_fill_12x12.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}


div.datepicker-wrapper > div.icon
{
    float: left;
}


div.datepicker-popup 
{
    position: absolute;
    top: 120px;
    left: 40px;
    width: 240px;
    height: 190px;
    background-color: White;
    display: none;
    z-index: 1200;
    -webkit-box-shadow: 3px 3px 5px #BFBFBF;
    box-shadow: 3px 3px 5px #BFBFBF;
    padding: 10px;
    border: 1px solid #c2c2c2;
}

div.datepicker-popup div.header-tools
{
    clear: both;
    height: 25px;
    background-image: url(Images/baseline_header_title.png);
}


div.datepicker-popup div.header-tools div
{
    float: left;
}

div.datepicker-popup div.footer-tools
{
    clear: both;
    height: 35px;
    padding: 5px 0 5px 0;
}

div.datepicker-popup div.header-tools div.right
{
    width: 28px;
    height: 25px;
    border: solid;
    border-width: 1px 1px 0 1px;
    color: Gray;
    cursor: pointer;
    background-image: url('Images/iconic/gray_dark/arrow_right_12x12.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

div.datepicker-popup div.header-tools div.left
{
    width: 28px;
    height: 25px;
    border: solid;
    border-width: 1px 1px 0 1px;
    color: Gray;
    cursor: pointer;
    background-image: url('Images/iconic/gray_dark/arrow_left_12x12.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}


div.datepicker-popup div.header-tools div.year
{
    width: 90px;
    text-align: center;
    border: solid;
    border-width: 1px 0 0 0;
    border-color: Gray;
    padding: 4px 0 0 0;
    font-weight: bold;
}

div.datepicker-popup div.header-tools div.month div.value
{
    width: 90px;
    text-align: center;
    border: solid;
    border-width: 1px 0 0 0;
    border-color: Gray;
    padding: 4px 0 0 0;
    font-weight: bold;
}

div.datepicker-popup div.pick-day
{
}

div.datepicker-popup table 
{
    table-layout: fixed;
    width: 100%;
    border: solid;
    border-width: 1px 0 0 1px;
    border-color: Gray;
    float: left;
    }

div.datepicker-popup table th,
div.datepicker-popup table td
{
    height: 20px;
    border: solid;
    border-width: 0 1px 1px 0;
    border-color: Gray;
}

div.datepicker-popup table tr:nth-child(even)

{
    background-color: #f9f9f9;
    }
    
div.datepicker-popup table tr:nth-child(odd)

{
    background-color: #efefef;
    }




div.datepicker-popup table td.over
{
    background-color: #00aeef;
    color: #fff;
}


div.datepicker-popup table td.day
{
    text-align: center;
}

div.datepicker-popup table td.day.current
{
    background-color: #00aeef;
    font-weight: bold;
    color: White;
}

div.datepicker-popup table td.day.clickable
{
    cursor: pointer;
}

div.datepicker-popup table td.day.outside-month
{
    color: Gray;
}
div.datepicker-popup table td.day.outside-month:hover
{
    color: #fff;
}


div.datepicker-popup table td.day.disabled
{
   color: #cbcbcb;
   cursor: not-allowed;
   background-color: #fff;
}


div.datepicker-popup table th.week,
div.datepicker-popup table td.week
{
    width: 35px;
    text-align: center;
    background-color: #efefef;
    
}

div.datepicker-popup div.header-tools div.month div.container
{
    position: absolute;
    display: none;
}


div.datepicker-popup div.footer-tools div.today
{
    float: left;
    cursor: pointer;
    padding: 1px 3px 0 3px;
        background-image: url('Images/iconic/cyan/check_8x6.png');
    background-repeat: no-repeat;
    background-position: 2px 6px;
    text-indent: 10px;
}

div.datepicker-popup div.footer-tools div.clear
{
    float: right;
    cursor: pointer;
    padding: 1px 3px 0 3px;
    background-image: url('Images/iconic/gray_dark/x_7x7.png');
    background-repeat: no-repeat;
    background-position: 2px 6px;
    text-indent: 10px;
}

input.datepicker
{
    border: none !important;
    border-width: 0 0 0 0 !important;
}

td.data input.datepicker
{
    border: none;
    border-width: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 14px;
}

td.data div.datepicker-wrapper > div.icon
{
    border: none;
    border-width:  0 0 0 0;
    background-color: transparent;
}

div.datepicker-wrapper.changed input.datepicker
{
    background-image: url(Images/Iconic/gray_dark/check_8x6.png);
    background-position: left center;
    background-repeat: no-repeat;
}