input:focus,select:focus{
    outline: none;
    border: solid 1px #3498ff;
}
textarea:focus,select:focus{
    outline: none;
    border: solid 1px #3498ff;
}

/*搜索框*/
input::-webkit-input-placeholder { /* WebKit browsers */ color: #b7bfc7!important;}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color: #b7bfc7!important;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */  color: #b7bfc7!important;}
input::-ms-input-placeholder { /* Internet Explorer 10+ */  color: #b7bfc7!important;}
textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #b7bfc7!important;}
textarea::-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color: #b7bfc7!important;}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  color: #b7bfc7!important;}
textarea::-ms-input-placeholder { /* Internet Explorer 10+ */  color: #b7bfc7!important;}

/*去除input number的箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{-moz-appearance: textfield;}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/*很关键：将默认的select选择框样式清除*/
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fb-input,.fb-select-input{
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    width: 172px;
    height: 36px;
    padding: 0 14px;
    box-sizing: border-box;
}
.fb-input-mid{
    width: 210px;
}
.fb-search-speaker{
    width: 15px;
    height: 18px;
    background: url(../img/speaker.png) no-repeat;
}
.fb-search-subject{
    width: 20px;
    height: 15px;
    background: url(../img/Subject-classification.png) no-repeat;
}
.fb-search-school{
    width: 15px;
    height: 18px;
    background: url(../img/For-the-region.png) no-repeat;
}
.fb-search-time{
    width: 16px;
    height: 16px;
    background: url(../img/time.png) no-repeat;
}
.fb-search-order{
    width: 14px;
    height: 18px;
    background: url(../img/order-number.png) no-repeat;
}
.fb-search-eye{
    width: 22px;
    height: 16px;
    background: url(../img/number.png) no-repeat;
}
.fb-search-phone{
    width: 14px;
    height: 18px;
    background: url(../img/phone.png) no-repeat;
}
.fb-search-pay{
    width: 15px;
    height: 16px;
    background: url(../img/Payment-status.png) no-repeat;
}
.fb-text-blue{
    color:#3faefe;
}
.fb-title-style{
    font-size: 16px;
}
.fb-text-black{
    color: #666666;
}
.fb-text-mgr{
    margin-right: 38px;
}
.fb-form-select{
    background: url(../img/drop-down.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
/*时间选择器*/
.fb-time-input{
    background: url(../img/date_before.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
.fb-time-input:focus{
    background: url(../img/date_after.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}

/*下拉框*/
.search-select {
    position: relative;
    /*float: left;*/
    /*width: 160px;*/
    /*height: 36px;*/
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(231, 235, 238, 0.46);
    border-radius: 6px;
    border: solid 1px #e7ebee;
    /*margin-right: 20px;*/
    /* padding-left: 20px; */
}
.search-and-add .search-select:focus {
    border:solid 1px #3498ff;
}
.search-select::-webkit-input-placeholder {
    color: #c9cfd5;
}
.search-select:hover{
    /*border: 1px solid #a8e0d5;*/
}
.input-search:hover{
    border: 1px solid #a8e0d5;
}
.input-search {
    border: 1px solid #cacbcc;
    text-indent: 10px;
    width: 100%;
    height: 100%;
}
.input-search-no-border{
    margin-left: 10px;
    border: 0;
    background-color: #fff;
    text-indent: 0;
    line-height: 36px;
    border-radius: 6px;
}
.select-case {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}
.select-case input {
    border-radius:6px;
    height: 34px;
    border: 0;
    padding-left: 14px;
    /*width: 100%;*/
    box-sizing: border-box;
    padding-right: 14px;
    font-size: 14px;
    font-weight: 100;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}
.select-case input::-webkit-input-placeholder{
    color: #b7bfc7;
}
.select-case>input:focus{
    border:solid 1px #3498ff;
}
.date-time-pick>input:focus{
    border:solid 1px #3498ff;
}
.add-course-input>input:focus{
    border:solid 1px #3498ff;
}
.select-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 27px;
}
.select-icon:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.search-drop-down-menu {
    position: absolute;
    font-weight:100;
    z-index: 1010;
    display: none;
    overflow: auto;
    background-color: white;
    cursor: pointer;
    width: 160px;
    max-height: 146px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(226, 226, 226, 0.46);
    border-radius: 6px;
    border: solid 1px #e7ebee;
    padding: 0;
    margin-top: 1px;
}
.drop-down-li {
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-top: 1px solid #cacbcc;
    padding-left: 10px;
    cursor: pointer;
    border: 0px;
    color: #2e3133;
    overflow: hidden;
    text-align:left;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 10px;
    font-size: 14px;
}
.drop-down-li:hover {
    background-color: #caedff;
}
.drop-down-li:hover .checkbox-style{
    background: url(../img/icon_gather.png) no-repeat -100px -150px;
}
.drop-down-li:hover .checkbox-style.active{
    background: url(../img/icon_gather.png) no-repeat -100px -250px;
}
.margin-top-10 {
    margin-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.title-label {
    float: left;
    font-size: 14px;
    line-height: 35px;
}
.input-group {
    display: table;
    border: 1px solid #cacbcc;
}
.form-control {
    height: 32px;
    border: 0;
    padding-left: 10px;
    width: 100px;
    display: table-cell;
}
.icon-cal {
    width: 40px;
    height: 100%;
    display: table-cell;
    background-color: #fff;
    border-left: 1px solid #cacbcc;
}
.search-select-table{
    position: relative;
}
.search-select-table .select-case{
    text-align: left;
    position: relative;
    width: 100%;
    height: 100% !important;
}
.table-head .search-select-table .option-input{
    width: 100% !important;
    margin-right: -44px;
}
.table-body .search-select-table .option-input{
    width: 100% !important;
    margin-right: -40px;
}
.table-head .search-select-table .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.table-body .search-select-table .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.search-select-table .select-case:hover .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.search-select-table ul{
    box-sizing: content-box;
}

.icon-2-5 {
    height: 8px;
    width: 14px;
    position: absolute;
    display: inline-block;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.search-select .icon-2-5{
    transform: scale(0.8,0.8);
    vertical-align: initial;
}
.open>.icon-2-5{
    background-position:0;
}
.select-case:hover .icon-2-5 {
    background: url(../img/drop-down.png) no-repeat ;
}
.icon-2-5 {
    background: url(../img/drop-down.png) no-repeat ;
}


