/*
    JQuery EasyUI 1.5.x of Insdep Theme 1.0.0
    演示地址：https://www.insdep.com/example/
    下载地址：https://www.insdep.com
    问答地址：https://bbs.insdep.com

    项目地址：http://git.oschina.net/weavors/JQuery-EasyUI-1.5.x-Of-Insdep-Theme

    QQ交流群：184075694 （优先发布更新主题及内测包）
*/

/*初始化部分开始*/
html, body {
    height: 100%;
}

body {
    /*font-family:verdana,helvetica,arial,sans-serif;*/
    /*禁止选择文本
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    text-decoration: blink;
    outline: none;
}

select, input, label, button, a, a:link, a:visited, a:hover, a:active, a:focus, *:focus {
    outline: none;
    noFocusLine: expression(this.onFocus=this.blur());
}

a, img, form {
    border: 0;
}

html, body, a, a:link, a:visited, a:hover, a:active, select, input, label, button, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-style: normal;
    font-size: 12px;
    color: #3c3c3c;
}

dl, dt, dd, ul, li, ol, p, button, input, h1, h2, h3, h4, h5, h6 {
    list-style: none;
    height: auto;
    border: 0 none;
}

html, body, dl, dt, dd, ul, li, ol, p, input, textarea, button, form, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

select, input, label, button {
    vertical-align: middle;
}

select, input, label, button, textarea, form {
    /*允许选择文本*/
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #777;
    font-size: 65%;
    font-weight: normal;
}

.mark, mark { /*高亮*/
    padding: .2em;
    background: #ff0;
}

s, strike, del { /*删除线*/
    text-decoration: line-through;
}

u, ins { /*下划线*/
    text-decoration: underline;
}

i, cite, em, var, address, dfn { /*斜体*/
    font-style: italic;
}

.hide {
    display: none;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont/iconfont.eot?t=1489857474667'); /* IE9*/
    src: url('iconfont/iconfont.eot?t=1489857474667#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont/iconfont.woff?t=1489857474667') format('woff'), /* chrome, firefox */ url('iconfont/iconfont.ttf?t=1489857474667') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont/iconfont.svg?t=1489857474667#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*初始化部分结束*/

/*头部公共框架*/
#theme-login-layout .layout-panel-north .layout-body,
.theme-header-layout {
    height: 46px !important;
    /*background: #1d1d1d url(images/logo.png?v=201612011609) left center no-repeat;*/
    background: #1d1d1d;
}

/*左侧菜单样式*/
.theme-left-layout {
    background: #232323;
}

.theme-left-layout .theme-left-switch {
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin: -30px 0 0;
    width: 26px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #2a2a2a;
}

.theme-left-layout .theme-left-normal {
}

.theme-left-layout .theme-left-minimal {
    display: none;
}

.theme-left-layout .theme-left-normal, .theme-left-layout .theme-left-minimal {
    width: 100%;
    height: 100%;
}

.theme-left-layout .datalist .panel-body, .theme-left-layout .layout .panel-body, .theme-left-layout .accordion, .theme-left-layout .accordion .accordion-header {
    background: transparent;
    color: #fff;
}

.theme-left-layout .panel-header, .theme-left-layout .panel-body, .theme-left-layout .accordion {
    border-color: #1b1b1b;
}

.theme-left-layout .datagrid-row-over {
    background-color: #047ee4 !important;
}

.theme-left-layout .datagrid-row-selected {
    background-color: #024882 !important;
}

.theme-left-layout .accordion-header-selected
.accordion .accordion-collapse:link, .accordion .accordion-collapse:visited, .accordion .accordion-collapse:hover, .accordion .accordion-collapse:active, .accordion .accordion-collapse:focus,
.accordion .accordion-expand:link, .accordion .accordion-expand:visited, .accordion .accordion-expand:hover, .accordion .accordion-expand:active, .accordion .accordion-expand:focus {
    background-color: #1e1e1e !important;
}

.theme-left-layout .theme-left-normal .datalist .datagrid-cell {
    padding: 8px 15px 8px 30px;
    color: #878787;
}

.theme-left-layout .theme-left-minimal .datalist .datagrid-cell {
    text-align: center;
    padding: 10px 15px;
}

.theme-left-layout .theme-left-minimal .datalist {
    padding: 20px 0;
}

.theme-left-layout a, .theme-left-layout a:link, .theme-left-layout a:visited, .theme-left-layout a:hover, .theme-left-layout a:active {
    color: #ccc;
    font-size: 14px;
    display: block;
}

.theme-left-user-panel {
    padding: 15px 0 !important;
}

.theme-left-user-panel dl {
    overflow: hidden;
    clear: both;
}

.theme-left-user-panel dl dt, .theme-left-user-panel dl dd {
    float: left;
}

.theme-left-user-panel dl dt img {
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    margin: 15px 15px 0 15px;
}

.theme-left-user-panel dl dd b {
    margin: 10px 0 0;
    font-size: 14px;
}

.theme-left-user-panel dl dd b i {
    margin: 0 0 0 10px;
    font-weight: normal;
}

.theme-left-user-panel dl dd span {
    color: #999;
    text-overflow: ellipsis;
}

.theme-left-user-panel dl p {
    margin: 5px 0 0;
}

.theme-left-user-panel dl p i {
    font-style: normal;
}

.theme-left-user-panel dl dd span, .theme-left-user-panel dl dd b, .theme-left-user-panel dl p {
    display: block;
}

.theme-navigate-unit-name, .theme-navigate-unit-name:hover {
    background: none;
    border: none; /*margin: 0 60px 0 5px;*/
}

.theme-navigate-unit-name .l-btn-text {
    color: #767676 !important;
    font-size: 12px;
}

/*头部菜单按钮全局样式,根据需要删减*/
.theme-navigate {
    height: 41px;
}

.theme-navigate .left, .theme-navigate .right {
    height: 46px;
}

.theme-navigate {
    overflow: hidden;
    clear: both;
    /*padding: 5px 0 0 280px;*/
    padding: 5px 0 0 0px;
}

.theme-navigate .left {
    float: left;
}

.theme-navigate .right {
    float: right;
    padding: 0 20px 0 0;
}

.theme-navigate .l-btn-text {
    color: #c3c3c3;
    margin: 3px 5px;
}

.theme-navigate .left .logo span {
    height: 46px;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
}

.theme-navigate .l-btn, .theme-navigate .l-btn:hover {
    padding: 3px 8px;
    border: none;
    background: none;
}

.theme-navigate .l-btn:hover, .theme-navigate .m-btn-plain-active {
    background: #2d2d2d;
}

/*头部菜单按钮全局样式,根据需要删减*/

/*头部用户信息,根据需要删减*/
.theme-navigate-user-button.l-btn-plain, .theme-navigate-user-button.l-btn-plain:hover {
    padding: 3px 10px;
    margin-right: 15px;
}

.theme-navigate-user-button.l-btn-plain:hover, .theme-navigate-user-button.m-btn-plain-active {
    background: #339cfb;
}

.theme-navigate-user-button .l-btn-text {
    margin-right: 40px !important;
    color: #FFF;
}

.theme-navigate-user-button .m-btn-downarrow {
    background: url('images/menu_arrows_white.png') no-repeat 0 center;
}

.theme-navigate-user-button:hover .m-btn-downarrow {
    background: url('images/menu_arrows_white.png') no-repeat -16px center;
}

.theme-navigate-user-panel {
    width: 320px !important;
    padding: 0 !important;
}

.theme-navigate-user-panel dl, .theme-navigate-user-panel dl dt, .theme-navigate-user-panel dl dd {
    overflow: hidden;
    clear: both;
}

.theme-navigate-user-panel dl dd {
    padding: 15px;
}

.theme-navigate-user-panel dl dd img {
    float: left;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    margin: 0 15px 0 0;
}

.theme-navigate-user-panel dl dd b {
    margin: 10px 0 0;
    font-size: 14px;
}

.theme-navigate-user-panel dl dd b i {
    margin: 0 0 0 10px;
    font-weight: normal;
}

.theme-navigate-user-panel dl dd span {
    color: #999;
}

.theme-navigate-user-panel dl p {
    margin: 5px 0 0;
}

.theme-navigate-user-panel dl p i {
    font-style: normal;
}

.theme-navigate-user-panel dl dd span, .theme-navigate-user-panel dl dd b, .theme-navigate-user-panel dl p {
    display: block;
}

.theme-navigate-user-panel dl dt {
    background: #f5f5f5 url(images/footer_projection.png) left top repeat-x;
    border-top: 1px solid #b9b9b9;
    padding: 10px 15px;
}

.theme-navigate-user-panel dl dt a {
    display: block;
    float: left;
    background: #fdfdfd;
    border: 1px solid #e3e3e3;
    padding: 5px 15px;
}

.theme-navigate-user-panel dl dt .theme-navigate-user-modify {
    float: left;
}

.theme-navigate-user-panel dl dt .theme-navigate-user-logout {
    float: right;
}

/*头部用户信息,根据需要删减*/

/*头部更多菜单,根据需要删减*/
.theme-navigate-more-button .l-btn-text {
    background: url(images/navigate_more.png) center center no-repeat;
}

.theme-navigate-menu-panel.menu, .theme-navigate-user-panel.menu, .theme-navigate-more-panel.menu {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

/*头部更多菜单,根据需要删减*/
.theme-navigate-menu-panel {
    top: 46px !important;
}

.theme-navigate-user-panel, .theme-navigate-more-panel {
    top: 47px !important;
}

.theme-navigate-menu-panel .menu-text, .theme-navigate-more-panel .menu-text {
    padding-left: 25px;
}

.theme-navigate-menu-panel, .theme-navigate-menu-panel + .menu-shadow {
    margin: 0 0 0 -15px;
}

/*头部下拉菜单样式,根据需要删减*/
.theme-navigate-combobox + .combo, .theme-navigate-combobox + .combo .textbox-text, .theme-navigate-combobox + .combo .combo-arrow {
    color: #c3c3c3;
    background-color: #2d2d2d;
    height: 36px !important;
    line-height: 36px !important;
}

.theme-navigate-combobox + .combo .textbox-text {
    padding: 8px 10px 8px 15px;
}

.theme-navigate-combobox + .combo {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.theme-navigate-combobox + .combo .combo-arrow {
    height: 36px !important;
    line-height: 36px !important;
    width: 30px !important;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.theme-navigate-combobox + .combo .textbox-addon {
    padding: 0;
}

.theme-navigate-combobox-panel {
    margin: 5px 0 0;
    -moz-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
}

.theme-navigate-combobox-panel .combo-panel {
    border-top: none;
    border-color: #c4c4c4;
    padding: 10px 0;
}

.theme-navigate-combobox-panel, .theme-navigate-combobox-panel .combo-panel {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.theme-navigate-combobox-panel .combobox-item {
    padding: 5px 15px;
}

/*头部下拉菜单样式,根据需要删减*/

/*头部搜索框样式,根据需要删减*/
.theme-navigate-search + .searchbox {
    border: none;
    background-color: #2d2d2d;
    box-shadow: none;
    margin: 0 0 0 2px;
    height: 36px !important;
}

.theme-navigate-search + .searchbox .searchbox-button {
    width: 36px !important;
}

.theme-navigate-search + .searchbox .l-btn {
    background: none;
    border: none;
}

.theme-navigate-search + .searchbox .l-btn .m-btn-downarrow {
    background: url('images/combo_arrow.png') no-repeat 0 center;
}

.theme-navigate-search + .searchbox .textbox-text {
    box-shadow: none;
    background-color: transparent;
}

.theme-navigate-search + .searchbox .textbox-addon-right {
    border-left: none;
    background-color: transparent;
}

.theme-navigate-search + .searchbox .searchbox-button {
    background: url('images/searchbox_navigate_button.png') no-repeat center center;
}

.theme-navigate-search + .searchbox input {
    color: #c3c3c3;
}

/*头部搜索框样式,根据需要删减*/

/*登录框架开始*/
.theme-login-layout {
    /*background: #eef0ed url(images/loginbg.jpg);*/
}

#theme-login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -125px;
}

/*登录form框架*/
#theme-login-form {
    width: 400px;
    /*margin: 0 auto 20px auto;*/
    border-radius: 8px;
    box-shadow: #222 2px 2px 15px;
    background: #fff;
    overflow: hidden;
    clear: both;
    padding: 25px 0 20px;
}

#theme-login-form .QRcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    height: 93px;
    background: url('images/QRcode.png') no-repeat center center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#theme-login-form .QRcode:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#theme-login-form .QRcode-layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

#theme-login-form .QRcode-layout-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 10px;
    background: url('images/QRcode-close.png') no-repeat center center #e3e3e3;
    cursor: pointer;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#theme-login-form .QRcode-layout .QRcode-header {
    width: 500px;
    margin: 80px auto 50px auto;
}

#theme-login-form .QRcode-layout .QRcode-header b, #theme-login-form .QRcode-layout .QRcode-header span {
    display: block;
    text-align: center;
}

#theme-login-form .QRcode-layout .QRcode-header b {
    font-size: 24px;
    color: #015cc2;
    margin: 0 0 5px;
}

#theme-login-form .QRcode-layout .QRcode-header span {
    font-size: 12px;
    color: #595959;
}

#theme-login-form .QRcode-layout .QRcode-content {
    width: 215px;
    height: 215px;
    margin: 0 auto;
}

.theme-login-header {
    height: 100px;
}

.theme-login-footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #303133;
}

.theme-login-footer, .login-footer dl {
    overflow: hidden;
    clear: both;
}

.theme-login-footer dl dt {
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px 0;
    color: #aaa;
}

.theme-login-footer dl dt a {
    margin: 0 5px;
}

.theme-login-footer dl dt a, .login-footer dl dt a:link, .login-footer dl dt a:visited, .login-footer dl dt a:hover, .login-footer dl dt a:active, .login-footer dl dt a:focus {
    color: #ccc;
}

#theme-login-form dl {
    width: 300px;
    margin: 0 auto;
}

#theme-login-form dl dd {
    margin: 0 0 10px;
    clear: both;
    height: auto;
    overflow: hidden;
}

#theme-login-form dl dt img {
    margin: 0 auto 30px auto;
    display: block;
}

#theme-login-form dl dt .title {
    font-family: "宋体";
    color: #303133;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

#theme-login-form dl dd label {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #303133;
}

#theme-login-form dl dd .theme-login-text {
    height: 30px;
    width: 234px;
    border: 1px solid #ccc;
    text-indent: 5px;
}

#theme-login-form dl dd .theme-login-message {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #ff4136;
}

#theme-login-form dl dd .theme-login-btn {
    display: block;
    width: 100%;
    height: 30px;
    background: #009ce4;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#theme-login-form dl dd .theme-login-btn:hover {
    background-color: #0c80d7;
}

/*登录表单*/
/*登录选择表单,根据需要删减*/
.theme-login-select + .combo, .theme-login-select + .combo .textbox-text, .theme-login-select + .combo .combo-arrow {
    height: 38px !important;
    line-height: 38px !important;
    color: #fff;
}

.theme-login-select + .combo {
    border: 1px solid #1e7bee;
    box-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.theme-login-select + .combo .textbox-addon-right, .theme-login-select + .combo .textbox-addon-left, .theme-login-select + .combo .textbox-text {
    background-color: transparent;
}

.theme-login-select + .combo .textbox-text {
    padding: 0 15px;
}

.theme-login-select + .combo, .theme-login-select + .combo .combo-arrow {
    background-color: #1e7bee;
}

.theme-login-select + .combo .combo-arrow {
    background: url(images/set.png) center center no-repeat;
    opacity: 1.0;
    filter: alpha(opacity=100);
    width: 34px !important;
}

.theme-login-select-panel {
    margin: -2px 0 0;
}

.theme-login-select-panel .combo-panel {
    padding: 5px 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.theme-login-select-panel .combo-panel, .theme-login-select-panel .combobox-item-selected {
    background-color: #1e7bee;
}

.theme-login-select-panel .combobox-item {
    color: #fff;
    padding: 6px 15px;
}

.theme-login-select-panel .combobox-item-hover {
    background-color: #fff;
    color: #0d478f;
}

.theme-login-select-panel .panel-header, .theme-login-select-panel .panel-body {
    border: none;
}

/*登录选择表单,根据需要删减*/

/*登录输入表单,根据需要删减*/
.theme-login-text + .textbox, .theme-login-text + .textbox .textbox-text {
    height: 38px !important;
    line-height: 38px !important;
    color: #333333;
}

.theme-login-text + .textbox .textbox-text {
    background-color: transparent;
    padding: 4px 15px;
}

.theme-login-text + .textbox {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.theme-login-text + .textbox, .theme-login-text + .textbox.textbox-invalid, .theme-login-text + .textbox.textbox-invalid.textbox-focused {
    border-color: #d2d2d2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-login-text + .textbox .textbox-prompt {
    color: #9d9d9d;
}

/*登录输入表单,根据需要删减*/

/*邮箱输入表单,根据需要删减*/
.theme-login-form .group-mail label, .theme-login-form .group-mail .textbox, .theme-login-form .group-mail .textbox .textbox-text {
    height: 38px !important;
    line-height: 38px !important;
}

.theme-login-form .group-mail label {
    line-height: 38px !important;
}

.theme-login-form .group-mail .textbox {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.theme-login-form .group-mail .textbox.textbox-invalid, .theme-login-form .group-mail .textbox.textbox-invalid, .theme-login-form .group-mail .textbox.textbox-focused {
    border-color: #d2d2d2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-login-form .group-mail .combo {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.theme-mail-select-panel {
    margin: -2px 0 0 -23px;
    width: 142px !important;
}

.theme-mail-select-panel .combo-panel, .theme-mail-select-panel .combobox-item-selected {
    background-color: #eeeeee;
}

.theme-mail-select-panel .combo-panel {
    padding: 0 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.theme-mail-select-panel .combobox-item {
    padding: 6px 15px 6px 30px;
}

.theme-mail-select-panel .combobox-item-hover {
    background-color: #fff;
}

/*邮箱输入表单,根据需要删减*/

.theme-login-form .submit {
    background: #009ce4;
    border: none;
}

.theme-login-form .submit, .theme-login-form .submit .l-btn-text {
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 5px 0 0;
    padding: 0 10px;
    color: #fff;
}

.theme-login-form .button, .theme-login-form .button .l-btn-text {
    height: 38px !important;
    line-height: 38px !important;
    margin: 0;
    padding: 0 10px;
}

/*登录表单*/
/*登录框架结束*/

/*主框架*/
.theme-user-info-panel {
    overflow: hidden;
    clear: both;
    padding: 30px 20px 40px 30px;
}

.theme-user-info-panel .left {
    float: left;
}

.theme-user-info-panel .right {
    float: right;
}

.theme-user-info-panel .center {
    overflow: hidden;
    padding: 0 0 0 30px;
}

.theme-user-info-panel .left img {
    margin: 10px 0 0;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}

.theme-user-info-panel .center h1 {
    font-size: 24px;
    margin: 10px 0 5px;
}

.theme-user-info-panel .center h1 span {
    font-weight: normal;
    margin: 0 0 0 10px;
}

.theme-user-info-panel .center h2 {
    font-size: 12px;
    font-weight: normal;
    color: #848484;
}

.theme-user-info-panel .center dl {
    margin: 10px 0 0;
    overflow: hidden;
    clear: both;
}

.theme-user-info-panel .center dl dt, .theme-user-info-panel .center dl dd {
    padding: 0 0 0 20px;
    margin: 0 15px 0 0;
    color: #575757;
    float: left;
}

.theme-user-info-panel .center dl dt {
    background: url(images/info-icons-at.png) left center no-repeat;
}

.theme-user-info-panel .center dl dd {
    background: url(images/info-icons-tel.png) left center no-repeat;
}

.theme-user-info-panel .right ul {
    overflow: hidden;
    clear: both;
}

.theme-user-info-panel .right ul li {
    float: left;
    text-align: center;
    font-size: 42px;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    border-right: 1px solid #e8e8e8;
}

.theme-user-info-panel .right ul li:last-child {
    border-right: none;
    padding: 0;
    margin: 0 15px 0 0;
}

.theme-user-info-panel .right ul li span {
    display: block;
    font-size: 12px;
    margin: 10px 0 5px;
    color: #8c8c8c;
}

.side-menu, .side-menu dt, .side-menu dd {
    overflow: hidden;
    clear: both;
}

.side-menu dt {
    padding: 20px 10px;
    border-bottom: 1px solid #efefef;
}

.side-menu dd {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.side-menu dd span {
    float: right;
}

.side-menu .hover {
    border-left: 4px solid #1b8cf2;
    background: #fafafa;
}

/*主框架结束*/

.window-layout .layout-panel-south .layout-body {
    text-align: right;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 15px;
}

.window-layout .layout-panel-south .layout-body .l-btn-text {
    padding: 0 25px;
}

.window-layout .tabs-header {
    padding-top: 10px;
}

.window-layout .tabs {
    padding-left: 10px;
}

.form-layout {
    padding: 10px;
}

.form-layout p {
    background: #1b8cf2;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 10px;
    padding: 0 18px;
}

.form-layout p span {
    margin: 0 10px;
}

.form-layout p span, .form-layout p span a, .form-layout p span a:link, .form-layout p span a:visited, .form-layout p span a:hover, .form-layout p span a:active {
    color: #b0daff;
}

.form-layout dl {
    margin: 0 0 2px;
    padding: 0 18px;
    height: auto;
    overflow: hidden;
}

.form-layout, .form-layout dl, .form-layout p {
    clear: both;
}

.form-layout dl dt {
    width: 80px;
}

.form-layout dl dt, .form-layout dl dd {
    float: left;
}

.form-layout dl, .form-layout dl dt, .form-layout dl dd {
    line-height: 34px;
    height: auto;
}

.form-layout .portrait-layout {
    position: relative;
}

.form-layout .portrait-layout img {
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;

}

.form-layout .portrait-layout input {
    position: absolute;
    width: 129px;
    height: 129px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.group-form {
    overflow: hidden;
    clear: both;
    height: auto;
}

.group-form dl {
    clear: none;
    float: left;
    width: 40%;
}

.preview-set-panel, .preview-set-panel .preview-content {
    overflow: hidden;
    clear: both;
}

.preview-set-panel .left, .preview-set-panel .right {
    height: 330px;
    overflow: hidden;
}

.preview-set-panel .left {
    float: left;
    width: 60%;
}

.preview-set-panel .right {
    float: right;
    width: 35%;
}

.preview-set-panel .preview-caption {
    font-weight: bold;
    margin: 10px 0 15px;
    font-size: 14px;
}

.preview-set-panel .preview-cut {
    background: #f7f7f7;
    margin: 0 auto 10px;
    overflow: hidden;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}

.preview-set-panel .preview-cut.preview-43 {
    width: 43px;
    height: 43px;
}

.preview-set-panel .preview-cut.preview-86 {
    width: 86px;
    height: 86px;
}

.preview-set-panel .preview-cut.preview-129 {
    width: 129px;
    height: 129px;
}

.preview-file {
    display: none;
}
