.checkbox,.radio{
    display: inline-block;
    margin: 2px 10px 0 0;
}
.form-control {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
}
.control-label {
    margin-top: 2px;
}
.form-group {
    margin-bottom: 0px;
}
.form-info {
    color: red;
    font-size: 12px;
}

.form-error {
    color: red;
}
.form-text-black{
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
    color: #b94a48;
}

table {
    max-width: none !important;
}

table td{word-break: keep-all;white-space:nowrap;}
table th{word-break: keep-all;white-space:nowrap;}



.leadu-header-menu-header{
    color:#999;
    background-color:#f0f0f0;
    font-size: 12px;
}

.leadu-header-menu-body{
    color:#373D41;
    background:#f5f5f6;
    font-size: 12px;
}
#fms_app_content{
    width: 100%;
    position: relative;
    float: left;
    z-index: 1;
    height: 50px;
    background-color: white;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
#fms_app_tabs .nav-bar-active{
    background-color: #e4eaec;
}
#fms_app_tabs {
    box-shadow: none;
    border-bottom: 0;
    width: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    white-space: nowrap;
    display: block;
}
#fms_app_tabs>li{
    margin: 10px 5px;
    display: inline-block;
    float: inherit;
}
#fms_app_tabs>li>a{
    margin-right: 0;
    border: none;
    padding: 5px 15px;
    color: black;
    font-weight: normal;
}
#fms_app_tabs>li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background-color: #EDEDED;
    position: absolute;
    top: 8px;
    right: -5px;
}
#fms_app_tabs li:hover{
    background-color: #e4eaec;
    border: none;
}
#fms_app_tabs li a:hover {
    border-color: #e4eaec;
}
#fms_app_tabs .nav-bar-active a:active,#fms_app_tabs .nav-bar-active a:focus,#fms_app_tabs .nav-bar-active a:hover{
    background-color: #e4eaec;
    border-color: transparent;
}

.table>tbody>tr>td.dataTables_empty{
    text-align:center;
}

.modal .dataTables_scrollBody{
    max-height: 200px;
    overflow: auto;
}

.fms-page-header{
    margin: 0 !important;
    padding: 5px !important;
    border: 1px solid #dddddd !important;
}

.fms-button-margin-top{
    margin-top: 5px !important;
}

.fms-button-margin-bottom{
    margin-bottom: 5px !important;
}

.fms-margin-top-10{
    margin-top: 10px !important;
}

.fms-margin-top-20{
    margin-top: 20px !important;
}

.fms-margin-top-10{
    margin-top: 10px !important;
}

.fms-margin-bottom-2{
    margin-bottom: 2px !important;
}

.fms-margin-bottom-10{
    margin-bottom: 10px !important;
}


.fms-margin-bottom-30{
    margin-bottom: 30px !important;
}

.fms-margin-left-0{
    margin-left: 0px; !important;
}

.fms-margin-top--1{
    margin-top: -1px; !important;
}

.fms-p-t-5{
    padding-bottom: 5px; !important;
}

.fms-div-content{
    border: 1px solid #dddddd !important;
    width: 100% !important;
    margin: 0px !important;
    margin-top: 20px !important;
    padding: 15px !important;
}

.fms-input{
    width:20% !important;
    display: inline-block !important;
}
.treeview .list-group{
    display: inline-block;
    width: auto;
    min-width: 100%;
}

/*左侧nav图标*/
.nav-icon{
    display: inline-block!important;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background-image: url("../img/nav_icon.png");
    background-repeat: no-repeat;
    background-position-x: -9px;
}
