.row {
    padding-bottom: 3px;
}
form {
    background-color: initial;
}
input[type="text"],input[type="number"] {
    line-height:13px;
    font-size: 12px;
    color: #3c3c3c;
    text-align: left;
    width: 100%;
    height: 22px;
}
.form-control {
    padding:0px 1px !important;
    width:100%;
}
.itswInput>.input-group {
    height: 22px;
}
.input-group button {
    height: 22px !important;
}
.itswLable {
    width: 38%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: normal;
}
.btn-primary {
    line-height: 0.5 !important;
    padding: 0px 10px !important;
    font-size: 12px !important;
    border-radius: 180px;
    background-color: #096AC6!important;
    height: 24px !important;
}
.btn-outline {
    height: 20px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 0px 10px !important;
}
.itswTitle {
    margin: 5px 20px 0px 20px !important;
}
.dec-border-no-bottom {
    border-top: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    border-left: 1px solid #e4eaec;
}
.pagination-detail{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.pagination{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.table-fixed {
    table-layout: fixed;
    word-break:break-all;
    word-wrap:break-all;
}


* {
    margin: 0;
    padding: 0;
    list-style: none;
}


.itswInput>.input-group {
    width: 100%;
    height: 22px!important;
    border: 0px solid #e5e6e7!important;
    margin-top: 2px;
}

.itswInput>.input-group>.form-control {
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    height:22px;
}

.file-download{
    margin-top: 24px;
    margin-left: -96%;
    height: 30px;
    width: 70px;
    background-color: #63a4ec;
    color: #fff;
}

.file-input{
    width: 89px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 200;
    cursor: pointer;
    background-color: #63a4ec;
    color: #fff;
    text-align: center;
    line-height: 30px
}
.fileName-input{
    height: 30px ! important;
    width: 77% ! important;
}
.file-button{
    margin-top: 24px;
    margin-left: 84%;
    height: 30px;
    width: 56px;
    background-color: #63a4ec;
    color: #fff;
}
.fixed-table-toolbar .columns{
    margin-top:-25px;
}
.dropdown-menu {
    min-width: 200px;
}

.decBatch {
    width: 280px;
    border: 1px solid #2BB7E4;
    height: 25px;
    margin: 10px auto;
}

#decBatchBar {
    display: block;
    background: #2BB7E4;
    float: left;
    height: 100%;
    text-align: center;
    line-height: 25px;
    color: #FFF;
}


.decDocBatch {
    width: 280px;
    border: 1px solid #2BB7E4;
    height: 25px;
    margin: 10px auto;
}

#decDocBatchBar {
    display: block;
    background: #2BB7E4;
    float: left;
    height: 100%;
    text-align: center;
    line-height: 25px;
    color: #FFF;
}


.time-non-empty{
    background: #FAFFBD ;
}

.btn-group, .btn-group-vertical {
    display: inline-table;
}

.bootstrap-table input[type="radio"] {
    width: 15px;
    height: 15px;
}

.form-control:focus{
    border-bottom: 2px solid rgba(5, 121, 239, 0.99) !important;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto rgba(5, 121, 239, 0.99);
}
/*解决浏览器记忆功能(使输入框背景色变黄)*/
input:-webkit-autofill:not(.non-empty){
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}