.z-search-date {
|
position:relative;
|
float:left;
|
width:200px;
|
height:28px;
|
}
|
.z-search-date-text {
|
position:relative;
|
float:left;
|
width:100%;
|
height:100%;
|
line-height:26px;
|
cursor:pointer;
|
border: 1px solid #ccc;
|
border-radius:4px;
|
padding-left:25px;
|
background: url(/Content/images/datepicker_icon.png) left 0 no-repeat #FFF;
|
}
|
.z-search-date-text:hover {
|
color:#3498DB;
|
border: 1px solid #3498DB;
|
}
|
|
.z-search-date-container {
|
display:none;
|
position:absolute;
|
top:30px;
|
left:0;
|
z-index:10;
|
padding:15px;
|
background: #fff;
|
box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
|
border-radius:3px;
|
}
|
.z-search-date-container.width {
|
width:610px;
|
}
|
|
.z-search-date-arrow {
|
position:absolute;
|
top: -16px;
|
left: 53px;
|
border-width: 8px;
|
border-style: solid;
|
border-color: transparent transparent #d6e1ee;
|
}
|
.z-search-date-inside {
|
position:absolute;
|
top: -6px;
|
left: -7px;
|
border-width: 7px;
|
border-style: solid;
|
border-color: transparent transparent #fff;
|
}
|
|
.z-search-date-content-btns {
|
position:relative;
|
float:left;
|
}
|
|
.z-search-date-btn-block {
|
margin-bottom: 6px;
|
}
|
.z-search-date-btn-block > a {
|
display:block;
|
width:140px;
|
line-height: 28px;
|
height: 28px;
|
text-align: center;
|
color: #fff;
|
background: #9da6bd;
|
border-bottom: 1px solid #afb8cc;
|
}
|
.z-search-date-btn-block > a:hover {
|
background: #00aaef;
|
}
|
.z-search-date-btn-block > a.active {
|
background: #00aaef;
|
}
|
|
.z-search-date-datepicker-content {
|
position: relative;
|
width:420px;
|
float:left;
|
margin-left:20px;
|
display:none;
|
}
|
|
.z-search-date-datepicker-container {
|
position: relative;
|
float: left;
|
z-index:1;
|
width:202px;
|
height:203px;
|
}
|
.z-search-date-datepicker-container iframe {
|
width:202px;
|
height:203px;
|
}
|
|
.z-search-date-datepicker-container.first {
|
margin-right:15px;
|
}
|
.z-search-date-datepicker-btn {
|
position:relative;
|
width:100%;
|
text-align:right;
|
}
|