*
{
    margin: 0;
    padding: 0;
}
input
{
    line-height: normal !important;
}
input[type="text"]
{
    padding: 0;
}
.spacing
{
    /* margin-right: 10px;*/
   color: #0ADBFF;
    font-size: 14px; 
    margin-left: 0 !important;
}


.sdatepicker
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 38px;
    line-height: 32px;
    font-size: 14px;
   
}


.sdatepicker select
{
	line-height:20px;
    height: 25px;
    border: 1px solid #ccc;
    margin-top: -5px;
        padding: 0 5px;
}

.datetabs span
{
    color: #f00;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 11px;
}
.datetabs .on
{
    background: #92c5f8;
}

.dateselector
{
    /*width: 350px;*/
}

.dateselector input {
           /* height: 25px; */
    /* width: 150px; */
    width: 110px;
    margin-top: 0px;
    /* padding: 4px 11px; */
    background: url(../img/sj.png); 
    background-color: none;
    /*background: none;*/
    color: #0ADBFF;
    background-repeat: no-repeat;
    /* background-position: 130px center; */
    background-position: 90px center;
    border: 1px solid #7FCDFF;
  /*  border-radius: 4px;*/
    height: 32px;
    color: #0ADBFF;
    padding: 0 5px;
}

.dateselector .box_date
{
    display: inline;
    z-index: 80;
    position: relative;
}

.hidden
{
    display: none;
}
.datetypesel
{
   /*  width: 45px; */
   width: 62px;
   text-align-last: left;
}
.datetypesel  {  
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border: solid 1px #000;  
  
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  
  /*在选择框的最右侧中间显示小箭头图片*/  
  background:#081028 url(../img/sj.png) no-repeat scroll 53px center;  
  
  
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;  
}  
  
  
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.datetypesel::-ms-expand { display: none; }  

/* .sdatepicker{
	height: 70px;
    line-height: 70px;
} */
.sdatepicker select {
    height: 32px;
    border: 1px solid #0ADBFF;
    /*border-radius: 4px;*/
}
.datetabs span {
    border:none;
}
.datetypesel{
	width: 70px;
	margin-right: 30px !important;
}
.datetabs .on {
    color: #3AA1FF;
    background: none;
}
.datetabs span:first-child{
	/*padding-left: 32px;*/
}
/* .daypicker
{
       margin-top: 18px !important;
} */
