﻿* {
    font-size: 15px !important;
    font-family: "Microsoft YaHei" !important;
    /*color: #5a5a5a;*/
}

.div-layout-east {
    width: 300px;
    padding-left: 10px;
    padding-right: 7px;
    background-color: #efefef
}
.div-layout-body {
     overflow: hidden !important;
 }

.hideWindowScroll div {
    overflow: hidden !important;
}

.hideWindowScroll {
    overflow: hidden !important;
}


.hideScroll {
    overflow: hidden !important;
}

.hideTabsScroll div {
    overflow: hidden !important;
}
.options {
    float: left;
    padding-bottom: 2px;
    padding-left: 4px;
}
.options-item {
    padding-top: 0px;
}
.easyui-menuitem {
            padding-left: 5px;
            padding-right: 70px;
        }

fieldset {
    border-color: #7d8791;
    border-width: 1px;
    border-style: dotted;
}

.error_label {
    text-align: left;
    color: #f00;
    display: inline-block;
    font-size: 14px;
}

.form-group {
    padding: 7px;
}

.btn-default {
    font-size: 14px;
}
/*--------------fm-------------------------------*/
#fm {
    margin: 0;
    padding: 5px 10px;
}

.dlg-title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.dlg-item {
    margin-bottom: 5px;
}
.nowrap-div {
    display:inline-block;
}

.dlg-item label {
    display: inline-block;
    /*width: 80px;*/
}

.dlg-item input {
    /*width: 160px;*/
}
