@media (min-width: 768px){
    #form .control-label {
        text-align: left;
    }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align:middle;
}

.table>tbody>tr>td>label, .table>tbody>tr>th>label, .table>tfoot>tr>td>label, .table>tfoot>tr>th>label, .table>thead>tr>td>label, .table>thead>tr>th>label {
    margin: 0;
}

#toolbar>.btn {
    margin-right: 10px;
}

.btn:not(:first-child){
    margin-left: 10px;
}
.bumf-label.require:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.form-group.has-error {
    position: relative;
}
.form-group .help-block {
    display: inline-block;
    max-width: 100%;
    margin-left: 5px;
    position: absolute;
    right: 35px;
    top: 0px;
}

.form-group.has-success .form-control {
    border-color: #d2d6de;
}
.box-footer{
    text-align: center;
}

.has-error small {
    font-size:150%;
}

textarea {
    overflow:hidden;
    resize:none;
    display:block;
}
/*common*/
/*top*/
.navbar.navbar-static-top{
    background: url("/resources/commons/img/topBg.png");
    -webkit-background-size: cover;
    background-size: cover;
}
.main-sidebar{
    background: url("/resources/commons/img/leftBg.png");
    background-size: cover;
}
.user-info{
    margin: 20px auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.user-info h6{
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: normal;
}
.main-sidebar a{
    color: #fff;
}
.main-sidebar a:hover{
    color: #fff;
}
html,body{
    background: #E8EDF4;
    background: #fff;
}

#welcomeBanner img{
    display: block;
    width: 100%;
    height: 182px;
}
#wrapper #content-wrapper{
    position: fixed;
    top: 70px;
    right: 0;
    left: 220px;
    margin-left: 0;
    padding-top: 0;
    background: #fff;
}
#fawennigao{
    background: url("/resources/commons/img/fawennigao.png");
}
#daiwoshenpi{
    background: url("/resources/commons/img/daiwoshenpi.png");
}
#daibangongwen{
    background: url("/resources/commons/img/daibangongwen.png");
}
#tongxunlu{
    background: url("/resources/commons/img/tongxunlu.png");
}
#linkImg{
    background: #fff;
    padding: 20px 0;
}
#linkImg .col-md-3{
    display: block;
    height: 142px;
    color: #fff;
    padding: 38px 0;
    text-align: center;
    line-height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 16px;
}
#linkImg .col-md-3 span{
    font-size: 20px;
    font-weight: bold;
}
.mb20{
    margin-bottom: 20px;
}
.main-sidebar, .left-side{
     width: 200px;
    top: 70px;
    padding-top: 0;
 }
#welcome .box{
    padding: 15px 22px;
    border-top: 3px solid;
}
#welcome .box-title img{
    margin-right: 10px;
}
#welcome .btn-more{
    border: 1px solid #4285F4;
    color: #4285F4;
    padding: 5px 18px;
    background:rgba(66,133,244,0.1);
    border-radius: 4px;
}
#welcome .nav.nav-stacked{
    list-style: square;
    color: #C0C0C0;
}
#welcome .nav.nav-stacked li{
    display: list-item;
    list-style: square;
    list-style-position:inside;
}
#welcome .nav.nav-stacked li a{
    display: inline-block;
    padding: 8px 0;
}
#indexSlide{
    height: 273px;
}
#indexSlide img{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;

}