/*
header高度调整
*/
#navbar {
    min-height: 41px;
}

#use-profile.ace-nav>li {
    line-height: 41px;
    height: 41px;
}

#use-profile.ace-nav .nav-user-photo {
    max-width: 32px;
}

/*
调整切换模块下拉列表样式
*/
#change-module {
    width: 110%;
    min-height: 40px;

    background-color: #ffffff;
    color: #2b7dbc;
    -webkit-appearance:none;
  /*  padding-left: 25%;  */
    margin-left:25%;
    border: hidden;
}

.select-wrapper {
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.select-wrapper span {
    display: inline-block;
    position: absolute;
    top:10%;
    left:8%;

    font-size: 18px;
    color:#2b7dbc;
}

/*
调整checkbox宽度和高度
*/
input[type="checkbox"].ace+.bigger-checkbox::before{
    top: 0px;
    height: 100%;
    min-width: 20px;

    line-height: 20px;
}

/*
删除表单提交按钮的背景色
*/
.form-actions, .no-background-color {
    background-color: #ffffff;
}
