@charset "utf-8";

/* DatePicker Container */
.ie8 .ui-datepicker {border:1px solid #ddd;}
.ui-datepicker {
    left: 701px !important;
    width: 280px;
    height: auto;
    margin: -1px auto 0;
    /*-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);*/
    position: absolute;
    top: -9999px;
    background:#fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.ui-datepicker a {
    text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
    width: 100%;
    font-size:12px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.ui-datepicker-header {
    line-height: 36px;
}
.ui-datepicker-title {
    text-align: center;
    color:#000;
    line-height: 36px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 12px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    background: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.puhapurba.tb.xe%2Snqzva%2Sgurzr%2Svzt%2Synlbhg%2Spny_ceri.cat') no-repeat 50%;
    line-height: 1000%;
    overflow: hidden;
    padding: 10px;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next {
    float: right;
    background-image: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.puhapurba.tb.xe%2Snqzva%2Sgurzr%2Svzt%2Synlbhg%2Spny_arkg.cat');
}
/*.ui-datepicker-prev:hover, .ui-datepicker-next:hover {*/
    /*display: inline-block;*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*background: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.puhapurba.tb.xe%2Slc_purbatjba%2Svzntrf%2Sfho%2Sqngrcvpxre-neebj-ba.cat') no-repeat;*/
    /*line-height: 1000%;*/
    /*overflow: hidden;*/
/*}*/
/*.ui-datepicker-prev:hover {*/
    /*float: left;*/
    /*background-position: center -27px;*/
/*}*/
/*.ui-datepicker-next:hover {*/
    /*float: right;*/
    /*background-position: center 3px;*/
/*}*/
.ui-datepicker th {
    font-size: 12px;
    padding: 8px 0;
    color: #000;
    background: #e9ebed;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.ui-datepicker tbody td {
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    line-height: 35px;
}
.ui-datepicker-calendar .ui-state-hover {
    color: #fff;
    background: #195dae;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-hover {
    color:#fff;
    background: #195dae;
}
.ui-datepicker-calendar .ui-state-active {
    background: #666666;
    color:#fff;
    position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
    display: none;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}