.input-box{
     border:1px solid #2dcc70;
     width: 218px;
     height: 30px;
 }
.input-box input{
    border: none;
    width: 180px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: 0;
}
.input-box img{
    vertical-align: middle;
}
.ta_calendar{
    border:1px solid #bebebe;
}
.title-con{
    height:46px;
    border-bottom: 1px solid #ececec;
}
.title-con .ta_btn_primary{
    margin-top:9px;
    width:76px;
    background:#ffffff;
    border:1px solid #cbcbcb;
    color:#585858;
}
.ta_btn_primary:hover{
    background:#2dcc70;
    border:1px solid #CACACA;
    color:#ffffff;
}

.ta_btn_primary:nth-child(1){
    margin-left:11px;
}
.ta_calendar_footer{
    height:41px;
}
.ta_calendar_footer .frm_btn .ta_btn{
    width:73px;
    margin-top:2px;

}
.ta_calendar_footer .frm_btn .classFlag{
    background:#33D27B;
    color:#ffffff;
}