.ui-holder {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    left: -10000px;
}

.ui-calendar-title select {
color: black;
}

.ui-slideup {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}

.ui-slideup-wrap {
    position: absolute;
    left: 0;
    z-index: 150;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transform: translateZ(0);
}

.ui-calendar {
    -moz-box-shadow: 1px 1px 28px #000000;
    -webkit-box-shadow: 1px 1px 28px #000000;
    box-shadow: 1px 1px 28px #000000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: #fff;
    width:100%;
    line-height: 25px;
    font-size: 14px;

}
.ui-calendar * {
    font-size: 18px;
}

.ui-calendar th,.ui-calendar td{font-size: 18px;}
.ui-calendar-header {
    color: #545454;
    text-align: center;
    padding: 10px !important;
    background: #0F88CD;
    display: -webkit-box;
}

.ui-calendar-header a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.0;
    -webkit-box-flex:1;
    -webkit-box-shadow: 1px 1px 1px #3d5d94;

}
.ui-calendar-title select{
    color: #fff;
    padding: 5px 15px 5px 15px;
    margin-bottom: 0px;
    border: 1px solid #a3cbf7;
    -webkit-box-shadow: 1px 1px 1px #3d5d94;
}
.ui-calendar-title select:first-child{
    margin-right: 20px;
}
.ui-calendar-header a:hover{
    background: none;
}
.ui-calendar-header a:active{

    -webkit-box-shadow: -1px -1px 1px #000000;
}
.ui-calendar-header a.ui-state-hover {

}

.ui-calendar-header .ui-calendar-title {
    text-align: center;

}

.ui-calendar-header .ui-calendar-title select{
	width: auto !important;

}
.ui-calendar-title{
    display:block !important;
    -webkit-box-flex:2;

}
.ui-calendar-calendar {
    width: 100%;
    border-collapse: collapse;
}

.ui-calendar-calendar th, .ui-calendar-calendar td {
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #D3DFEA;
    font-weight: normal;
    padding: 10px 5px 10px 5px;
}

.ui-calendar-calendar thead tr {
    border: 1px solid #fff;
}
.ui-calendar-gap{display: none;}
.ui-calendar-calendar thead th {
    color: #333;
    background: #fff;
    padding: 10px 5px 10px 5px;


}

.ui-calendar-calendar a {
    text-decoration: none;
    color:#000;
    display: block;
}

.ui-calendar-calendar tr.ui-calendar-gap td {
    line-height: 5px;
    font-size: 0;
    border: none;
    background: transparent;
}

.ui-calendar-calendar td.ui-calendar-unSelectable {
    color: #e1e1e1;
}

.ui-calendar-calendar td.ui-calendar-today {
    background: #FBF9EE;
}
.ui-calendar-calendar td.ui-calendar-current-day {
    background: #0F88CD;
    font-weight: bold;
    border-color: #fff;
}
.ui-calendar-calendar td.ui-calendar-current-day a{
    color: #fff;
}
.ui-calendar-calendar td.ui-state-hover {
    background: #ccc;
}
.ui-slideup .ok-btn, .ui-slideup .no-btn {
    position: absolute;
    top: 7px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0;
    border-width: 5px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
    color: white;
    text-decoration: none;
    display: block;
}

.ui-slideup .ok-btn.ui-state-hover, .ui-slideup .no-btn.ui-state-hover{
    opacity: 0.4;
}
.ui-slideup .frame {
    background: #e1e1e1;
    padding: 5px;
}
.cal_cancel{
    background: #0F88CD;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 15% 12px 15%;
}
.cal_cancel span{
    width: 100%;

    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 1px #3d5d94;
}
.cal_cancel span:active{

    -webkit-box-shadow: -1px -1px 1px #000000;
}
