﻿input{
    outline:none;
}
input:focus{
    box-shadow:none;
}
.input-sm-v,.form-group .input-sm-v{
    border: 1px solid #D8D8D8;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    padding: 0px 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 26px;
    font-size: 12px;
}
.dropdown .icon-right .btn_dropdown_input:not([data-toggle="dropdown"]),.input-sm-v[disabled],textarea:disabled, input:not([type]):disabled, input[type="color" i]:disabled, input[type="date" i]:disabled, input[type="datetime" i]:disabled, input[type="datetime-local" i]:disabled, input[type="email" i]:disabled, input[type="month" i]:disabled, input[type="password" i]:disabled, input[type="number" i]:disabled, input[type="search" i]:disabled, input[type="tel" i]:disabled, input[type="text" i]:disabled, input[type="time" i]:disabled, input[type="url" i]:disabled, input[type="week" i]:disabled{
    background:#ebebe4;
}
.form-group .radio-label{
    height:26px;
    line-height:26px;
    font-size:12px;
    font-weight:normal;
    float:left;
    margin:0 10px 0 0;
    position:relative;
    padding-left:16px;
}
.form-group .radio-label input[type=radio],.form-group .radio-label input[type=checkbox]{
    position:absolute;
    margin: 7px 0 0 -16px;
}
.form-group label.control-label+.col-sm-8, .form-group label.control-label+.col-md-8,.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left:5px;
    padding-right: 5px;
}
.table-empty{
    line-height: 60px;
    text-align: center;
}
/*下拉树图标*/
.input-icon > input.input-sm + [class*="fa-"], .input-icon > input.input-sm + [class*="glyphicon-"] {
    width: 20px;
    font-size: 10px;
    padding-top: 0;
    line-height: 28px;
    transform: scaleY(1.5) scaleX(0.8);
}

.dropdowntree.input-icon{    
    position: absolute;
    top: 0;
    right: 0;
    color: #858684;
    width: 20px;
    font-size: 12px;
    padding-top: 0;
    line-height: 30px;
    text-align: center;
    transform: scaleY(1.5) scaleX(0.8);
}
.bootstrap-tagsinput{
    border:1px solid #D8D8D8;
    border-radius:3px !important;
    -webkit-border-radius:3px !important;
    -moz-border-radius:3px !important;
    padding: 0px 5px;
    height:26px;
    line-height:24px;
    display: inline-block;
    vertical-align: middle;
    width:100%;
    height:auto;
    padding-bottom:5px;
    background:#ffffff;
}

.bootstrap-tagsinput input,
.bootstrap-tagsinput input.input-sm-v,
.bootstrap-tagsinput input.input-sm{
    border:0;
    width:100% !important;
}
.input-icon.icon-right>i{
    padding-top:0!important;
}
.small-dropdown.dropdown input.form-control{
    height: 26px;
    font-size:12px;
    padding: 3px 28px 3px 5px!important;
    box-shadow:none!important;
    background:#ffffff;
}
.select-sm.bootstrap-select,
.select-sm.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100%;
}
.select-sm.bootstrap-select > .dropdown-toggle,
.select-sm.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.select-sm.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.select-sm.bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    height: 26px;
    padding: 0px 25px 0 5px;
    font-size: 12px;
    color: #555555;
}
.select-sm .dropdown-menu{
    font-size:12px;
}