.userBtn{
    float: right;

}
.smallBtn{
    margin-top: -7px;
    font-size: 12px;
    min-width: 75px;
    padding: 2px 6px;
}
.float-e-margins .btn{
    margin-bottom: 0;
}
.c{
    text-align: center;
}
.but{
    font-size: 12px;
    min-width: 75px;
    padding: 2px 6px;

}
.wd100{
    width: 100%;
}
.wd75{
    width: 75%;
}
.wd90{
    width: 90%;
}
.wd80{
    width: 80%;
}
.wd70{
    width: 70%;
}
.wd60{
     width: 60%;
 }
.wd50{
    width: 50%;
}
.wd40{
    width: 40%;
}
.wd35{
    width: 35%;
}
.wd30{
    width: 30%;
}
.wd25{
    width: 25%;
}
.wd20{
    width: 20%;
}
.wd15{
    width: 15%;
}
.wd10{
    width: 10%;
}
.wd5{
    width: 5%;
}
.center{
    text-align: center;
}
.d-none{
    display: none;
}
.font-w{
    font-weight: bold;
}
.btn-new{
    background-color:#d6487e;
    border-color:#d6487e;
    color: white!important;
}
.btn-new:hover{
    background-color:#d6487e;
    border-color:#d6487e;
    color: white;
}
.btn-new:focus{
    background-color:#d6487e;
    border-color:#d6487e;
    color: white;
}
.btn-new:active{
     background-color:#d6487e!important;
     border-color:#d6487e!important;
     color: white!important;
}
.btn-history{
    background-color:orange;
    border-color:orange;
    color: white;
}
.btn-history:hover{
    background-color:orange;
    border-color:orange;
    color: white;
}
.btn-history:focus{
    background-color:orange;
    border-color:orange;
    color: white;
}
.btn-history:active{
     background-color:orange!important;
     border-color:orange!important;
     color: white!important;
}
.btn-openfile{
    background-color:#ca6924;
    border-color:#ca6924;
    color: white;
}
.btn-openfile:hover{
    background-color:#ca6924;
    border-color:#ca6924;
    color: white;
}
.btn-openfile:focus{
    background-color:#ca6924;
    border-color:#ca6924;
    color: white;
}
.btn-openfile:active{
     background-color:#ca6924!important;
     border-color:#ca6924!important;
     color: white!important;
}
/*input number去除箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.table-active{
    /*color: #fff!important;*/
    background-color: #428bca!important;
}
/*时间控件*/
.datepicker.dropdown-menu{
    z-index: 9999999999!important;
}
.control-label{
    text-align: left;
}
form label{
    text-align: left!important;
}
form select{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.font-red{
    color: red;
}
/*时间控件*/

/*输入框出现搜索*/
.open-list span{
    float: right;
    /*width: 10%;*/
}
.open-list input{
    float: left;
    width: 100%;
}
/*搜索图标*/
.ihidden{
    border: none;
    position: relative;
    right: 10px;
    top: -29px;
    z-index: 999;
    background-color: inherit;
}
.open-list{
    height: 30px;
}
.hr-line{
    height: 2px;
    border:none;
    border-top: 2px solid black;
    margin: 0;
    margin-bottom: 10px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
textarea{
    resize: none!important;
}

/*js表格点击样式*/

/*下拉框样式*/
.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 2px 12px;
    position: relative;
    width: 100%;
}

/*input中提示字体的样式*/
input::-webkit-input-placeholder { /* WebKit browsers */
    font-size:5px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:5px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:5px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size:5px;
}

/*给所有搜索查找字样*/
.forSearchText{
    line-height: 30px;
    float: right;
}
.morenHtty{
    height: 271px;
    min-height: 271px;
    overflow: auto;
    display: block;
}
/*上传相关*/
.btn-file,.attachment-content{
    display: none;
}
.mr10{
    margin-left: 10px;
}
.h30{
    height: 30px;
}
.dele:focus{
    color: red;
}
.dele:hover{
    color: red;
}

.h30{
    height: 30px;
}
.bor{
    border: 1px solid #cfdadd;
    border-radius: 2px;
}
.fon18{
    font-size: 18px!important;
}
.trSelected{
    background: #aedcf3;
}
.roleTr:hover{
    background: #aedcf3!important;
}
.roleuser-data{
    background: #aedcf3;
}
.roleUser:hover{
    background: #aedcf3!important;
}
.overFlowTable{
    height: 320px;
    overflow: auto;
}
.userSelected{
    background: #aedcf3;
}
.uesrTr:hover{
    background: #aedcf3!important;
}
.t-l{
    text-align: left;
}
.t-r{
    text-align: right;
}
.pdl0{
    padding-left: 0;
}
.ft16{
    font-size: 16px;
}

.mr5{
    margin-top: 5px;
    margin-bottom: 5px;
}