/**
 * Bootstrap Date-picker
 */

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 260px;
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}


.input-group.date input[readonly]{
    background-color: #fff;
}
.datepicker table {
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        position: relative;
    z-index: 3
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.day.disabled {
    color: #eee
}
.datepicker td.day{
    color:#000;
}
.datepicker td.new,
.datepicker td.old {
    color: #999
}
.datepicker td.today.day {
    background-color: #ffe684;
}
.datepicker td.active,
.datepicker td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    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)
}

.datepicker td.active.active,
.datepicker td.active.disabled,
.datepicker td.active:active,
.datepicker td.active:focus,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover:active,
.datepicker td.active:hover:focus,
.datepicker td.active:hover:hover,
.datepicker td.active:hover[disabled],
.datepicker td.active[disabled] {
    color: #fff;
    background-color: #04c
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    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)
}

.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active:active,
.datepicker td span.active:focus,
.datepicker td span.active:hover,
.datepicker td span.active[disabled] {
    color: #fff;
    background-color: #04c
}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 14px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker {
    border-radius: 0;
    padding: 0;
    margin-top: 2px;
    min-width: 260px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.38)
}

.datepicker:after {
    border-bottom: 6px solid #F5F5F5
}

.datepicker td,
.datepicker th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    height: 20px;
    line-height: 20px
}

.datepicker td.day:hover {
    background: #fe6716;
    cursor: pointer;
    color: #FFF
}

.datepicker td.day.disabled {
    color: #BFBFBF;
    text-decoration: line-through
}



.datepicker td.active,
.datepicker td.active:hover {
    background-image: none;
    border-color: none;
    filter: none;
    color: #fff;
    text-shadow: none;
    background: #fe6716!important
}

.datepicker td span {
    width: 56px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    margin: 1px;

}

.datepicker td span.active {
    background-image: none;
    border-color: none;
    filter: none;
    color: #fff;
    text-shadow: none;
    background: #fe6716!important
}

.datepicker td span:hover {
    background: #fe6716;
    cursor: pointer;
    color: #FFF
}

.datepicker-months {
    padding-left: 10px
}

.datepicker-days thead th,
.datepicker-days thead td,
.datepicker-days thead tr {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px
}

.datepicker-switch {
    font-size: 15px;
    letter-spacing: 2px;
    
    font-weight: 400
}

.datepicker-days thead tr:first-child {
    padding-top: 15px
}

.datepicker-days thead tr:first-child th,
.datepicker-days thead tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px
}

.datepicker-days thead tr:nth-child(2) {
    border-top: 1px solid #CCC
}

.datepicker-days thead tr:nth-child(2) th,
.datepicker-days thead tr:nth-child(2) td {
    padding-top: 10px
}

.datepicker{
       padding: 5px;
    background: #fff;
}
.datepicker td.active, .datepicker td.active:hover{
    background-color: unset !important;
}
.datepicker td.day:hover{
    background-color: #fe6716 ;
}

.datepicker td, .datepicker th{
          padding: 5px 0;
    
   
    line-height: 24px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: auto;
    font-size: 14px;

}
.datepicker:before, .datepicker:after{
    display: none;

}


.datepicker-days .table-condensed thead tr:nth-child(2){
        background-color: #fe6716 ;
    color: #fff;
}
.datepicker-days thead tr:nth-child(2) th, .datepicker-days thead tr:nth-child(2) td{
        visibility: visible !important;
    height: 40px;
    font-size: 14px;
        border-radius: 0;
}
.font-icon-radio:hover input[type='radio'] + label:before, .font-icon-radio input[type='radio']:hover + label:before, .font-icon-checkbox:hover input[type='checkbox'] + label:before, .font-icon-checkbox input[type='checkbox']:hover + label:before
{
    color:#fe6716;
}
.result-search-form-wrapper .form-control{
    margin-bottom: 5px;
}
.datepicker td span:hover{
    background-color: #fe6716;
    opacity: 0.5;
}
.datepicker th.next, .datepicker th.prev{
  font-size: 23px !important;
}

.datepicker th.dow{
   color:#929292;
   font-weight: normal !important;
}

.datepicker td.day.disabled:hover  {
    background: none !important;
    cursor: not-allowed
}
.datepicker td.active.active:after{
    border: 1px solid #;
    content: " ";
    position: absolute;
    width: 36px;
    height: 35px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #fe6716;
    z-index: -1;
}
.fix-date-expired .datepicker{
    left:0px !important;
}