
/*弹性布局*/
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
}

.flexbox-vert {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    height: 100%;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 1;
}
/*可换行的flex布局*/
.flex {
    -ms-flex-align: stretch;
    display: -ms-box-flex;
    display: -webkit-box-flex;
    display: -moz-box-flex;
    display: -o-box-flex;
    display: flex;
    justify-content: flex-start;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row {
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex-col {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.flex-col-stretch {
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.left, .pull-left {
    float: left;
}

.right, .pull-right {
    float: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.white {
    color: #fff;
}

.red {
    color: #ff0000;
}

.green {
    color: #00bf00;
}

.pink {
    color: #ba136b;
}

.gray {
    color: #aaa;
}

.black {
    color: #000;
}

.price {
    color: #ff6600;
}

.trans {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0); /*open 3d accelerate*/
    /*防止动画闪烁*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.transback {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*清除浮动样式*/
.clear {
    clear: both;
    height: 0;
    width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
    clear: both;
}

/*.nobor {
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
    margin: 0;
}*/
/*几种不同间隔的样式*/
.space5 {
    height: 5px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.space40 {
    height: 40px;
    clear: both;
}

.space50 {
    height: 50px;
    clear: both;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.vertical_top {
    vertical-align: top !important;
}

.vertical_middle {
    vertical-align: middle !important;
}

.vertical_bottom {
    vertical-align: bottom !important;
}

.vertical-text {
    font-size: 14px;
    padding-right: 6px;
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.frm_textarea_box textarea {
    height: auto;
}

.form-horizontal .radio-list input {
    display: inline-block;
    vertical-align: middle;
}

.form-horizontal .radio-list label {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: .3em;
    margin-right: 1em;
}

span[disabled] label {
    color: #aaaaaa;
}

.icon_subscribe_label {
    background: url("../images/layout_head.png") 0 0 no-repeat;
    width: 38px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.icon_service_label {
    background: url("../images/layout_head.png") 0 -24px no-repeat;
    width: 38px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.icon_verify_label {
    width: 37px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

    .icon_verify_label.fail {
        background: url("../images/layout_head.png") 0 -48px no-repeat;
    }

    .icon_verify_label.success {
        background: url("../images/layout_head.png") 0 -72px no-repeat;
    }

.icon_inbox {
    background: url("../images/layout_head.png") 0 -96px no-repeat;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
}

.account_notify .icon_inbox {
    background: url("../images/notify.png") center center no-repeat;
    background-size: 18px;
    opacity: .7;
    width: 22px;
    height: 20px;
    margin-top: 3px;
}

.icon_dot_notices {
    background: url("../images/layout_head.png") 0 -121px no-repeat;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.account {
    float: right;
    padding-top: 10px;
    font-size: 0;
}

    .account a {
        color: #222;
    }

        .account a:hover {
            color: #459ae9;
        }

        .account a.account_primary_link {
            color: #459ae9;
        }

.account_meta {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    font-size: 14px;
}

.account_info {
    position: relative;
    margin-right: 8px;
    min-width: 80px;
    min-height: 44px;
}

.liHeight {
    line-height: 44px;
}

.account_info a.avalogo {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -50px;
    width: 38px;
    height: 38px;
    padding: 2px;
    box-shadow: 0 0 2px #cccccc;
}

    .account_info a.avalogo:hover {
        box-shadow: 0 0 2px #666;
    }

.account_info .avatar {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: #f0f0f0;
}

.account_info .type_wrp {
    position: absolute;
    top: 2px;
    left: 0;
}

    .account_info .type_wrp .type {
        vertical-align: top;
    }

.account_info .nickname {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    margin-top: 18px;
}

.account_inbox {
    position: relative;
    font-size: 11px;
    z-index: 1;
    top: 2px;
}

.spanL {
    margin: 8px;
    color: grey;
    font-family: initial;
}

.account_inbox .icon_inbox {
    margin-left: 3px;
    position: relative;
}

    .account_inbox .icon_inbox em.dot_notices {
        position: absolute;
        width: 10px;
        height: 10px;
        background: url("/images/common/dnydot.gif") no-repeat;
        top: -6px;
        right: -6px;
        display: none;
    }

.account_inbox .icon_inbox_new em.dot_notices {
    display: block;
}

.account_inbox .icon_dot_notices {
    margin-top: -14px;
    margin-left: -10px;
    *margin-top: -11px;
}

.account_inbox.on .account_inbox_switch {
    position: relative;
    z-index: 1;
    border-color: #d9dadc;
    background-color: #fff;
}

.account_inbox_switch {
    display: block;
    width: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom-width: 0;
}

    .account_inbox_switch:hover {
        text-decoration: none;
    }

    .account_inbox_switch i.icon_common {
        cursor: pointer;
        vertical-align: top;
        margin-top: 16px;
    }

    .account_inbox_switch i.inbox {
        *margin-top: 6px;
    }

    .account_inbox_switch i.notices {
        *margin-top: 6px;
        margin-left: -12px;
    }

.account_message_box {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -1px;
    padding: 16px 0;
    border: 1px solid #d9dadc;
    background-color: #fff;
}

    .account_message_box ul {
        width: 190px;
    }

    .account_message_box li {
        min-height: 32px;
    }

.account_message_link {
    position: relative;
    display: block;
    line-height: 32px;
    padding-left: 18px;
}

    .account_message_link strong {
        display: block;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        margin-right: 18px;
        font-weight: 400;
        font-style: normal;
        cursor: pointer;
    }

    .account_message_link .read_more {
        position: absolute;
        right: 1em;
        top: 0;
        color: #459ae9;
        cursor: pointer;
    }

    .account_message_link:hover {
        background-color: #eee;
        text-decoration: none;
    }

.account .account_message_link {
    color: #8d8d8d;
}

.btn.btn_inbox_closed {
    display: block;
    margin: 10px 18px 0;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    border-color: #e6e7ec;
    color: #222;
    height: 30px;
    line-height: 30px;
    *line-height: 28px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
}

    .btn.btn_inbox_closed button {
        color: #222;
    }

    .btn.btn_inbox_closed:hover {
        background-color: #e6e7ec;
        background-image: -moz-linear-gradient(top, #e6e7ec 0, #e6e7ec 100%);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e7ec), to(#e6e7ec));
        background-image: -webkit-linear-gradient(top, #e6e7ec 0, #e6e7ec 100%);
        background-image: -o-linear-gradient(top, #e6e7ec 0, #e6e7ec 100%);
        background-image: linear-gradient(to bottom, #e6e7ec 0, #e6e7ec 100%);
        border-color: #dadbe0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #000;
    }

        .btn.btn_inbox_closed:hover button {
            color: #222;
        }

    .btn.btn_inbox_closed:hover {
        color: #222;
    }

.account_logout a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 14px;
    line-height: 16px;
    margin-top: 18px;
    padding-left: 14px;
    border-left: 1px solid #e7e7eb;
}

.account_faq {
    padding-top: 18px;
}

    .account_faq a {
        display: inline-block;
    }

.logo {
    float: left;
    padding-top: 10px;
    font-size: 24px;
}

    .logo a {
        display: block;
        width: 346px;
        height: 40px;
        overflow: hidden;
        text-decoration: none;
        *background: transparent url(/admin/images/logo.png) 0 0 no-repeat;
        *line-height: 120px;
    }

        .logo a img {
            display: inline-block;
            border: none;
        }

.head .inner {
    *zoom: 1;
    height: 60px;
}

    .head .inner:after {
        content: "\200B";
        display: block;
        height: 0;
        clear: both;
    }

    .head .inner.wrp {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

.head_box {
    position: relative;
    background-color: #fff;
    border-top: 4px solid #44b549;
    border-bottom: 1px solid #d9dadc;
}

.main_bd .row {
    padding: 0 20px;
}

.main_bd .cus-row {
    padding-top: 10px;
    margin-bottom: 20px;
}

.btn-group {
    display: inline-block;
    margin-right: 5px !important;
    position: relative;
}

    .btn-group .btn {
        background: white;
        border-radius: 0;
        border: 1px solid #e6e7ec;
        border-right: none;
        padding-left: 14px;
        padding-right: 14px;
        height: 28px;
        line-height: 24px;
    }

    .btn-group .dropdown-toggle, .input-group-btn .dropdown-toggle {
        min-width: 0;
        position: relative;
        padding: 0px 6px;
        border-left: none;
        border-right: 1px solid #e6e7ec;
    }

        .btn-group .dropdown-toggle span.caret, .input-group-btn .dropdown-toggle span.caret {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -2.5px;
            display: inline-block;
            width: 0;
            height: 0;
            border-width: 5px;
            border-style: dashed;
            border-color: transparent;
            border-bottom-width: 0;
            border-top-color: #c6c6c6;
            border-top-style: solid;
        }
/*处于TABLE中的下拉*/
.table .btn-group .dropdown-toggle {
    border-left: 1px solid #e6e7ec;
    padding: 0px 10px;
    padding-right: 30px;
    border-radius: 0;
    color: #222;
}

.btn-group ul, .input-group-btn ul {
    -webkit-transform: scale3d(0,0,0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform-style: flat;
    transform-style: flat;
    position: absolute;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 0 10px;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 1;
    max-height: 150px;
    min-height: 2em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d9dadc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    font-size: 14px;
}

    .btn-group ul a, .input-group-btn ul a {
        color: #999;
    }

.dropup ul {
    bottom: 31px;
    top: auto;
    -webkit-transform: scale3d(0,0,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.table .btn-group ul {
    overflow: hidden;
    max-height: none !important;
}

.btn-group:hover .btn {
    background-color: #f4f5f9;
}

.btn-group-click ul {
    -webkit-transform: scale3d(1,1,1);
}

.btn-group-click li {
    line-height: 30px;
}

    .btn-group-click li.divider {
        height: 1px;
        background-color: #f4f5f9;
    }

.btn-group-click ul a {
    display: block;
    text-decoration: none;
    color: #222;
    white-space: nowrap;
    padding: 0 28px 0 10px;
}

.btn-group-click ul li.cleared a {
    color: #999 !important;
    border-bottom: 1px dotted #ccc;
}

.table .btn-group-click ul a {
    color: #222;
}

.btn-group-click ul a:hover {
    background-color: #f4f5f9;
}

.btn-group-click li.disabled a {
    color: #999;
    text-shadow: 0 0 1px #fff;
}

.button {
    display: inline-block;
    zoom: 1;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e6e7ec;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.btn {
    background-color: white;
}

    .btn:hover {
        background-color: #f4f5f9;
    }

button.btn-primary {
    background-color: #44b549;
    border-color: #44b549;
    color: #fff;
}

    button.btn-primary:hover {
        background-color: #2f9833;
        border-color: #2f9833;
        color: #fff;
    }


.main_hd .pull-right {
    float: right;
    margin-right: 30px;
    margin-top: -50px;
}

button.btn i {
    height: 14px;
    width: 14px;
    margin-right: 4px;
    vertical-align: -2px;
    display: inline-block;
}

    button.btn i.icon-edit {
        background-image: url(/css/bimages/mp-flat.png);
        background-position: -184px -148px;
    }

.alert button.close {
    display: none;
}

.text-right {
    text-align: right;
}

label.frm_checkbox_label {
    padding-left: 0 !important;
    width: auto !important;
}

/*input-group*/

.input-group-btn {
    display: inline-block;
    position: relative;
}

    .input-group-btn .dropdown-toggle {
        border: 1px solid #e7e7eb;
        border-radius: 0;
        margin-right: -4px;
        border-right: none;
        padding-left: 10px;
        padding-right: 30px;
    }

.input-group .input-group-btn:last-child button {
    border: none;
    border-radius: 0;
    margin-left: -45px;
    padding-left: 0;
    padding-right: 0;
    min-width: 40px;
}

.input-group button i {
    height: 18px;
    width: 18px;
    margin-right: 0px;
    vertical-align: -2px;
    display: inline-block;
    background: url(/css/bimages/mp-flat.png) center center no-repeat;
    background-size: 18px;
}

button i.icon-search {
    background-image: url('../images/search.png') !important;
}

button i.icon-upload {
    background-image: url('/css/bimages/upload.png') !important;
}

button i.icon-config {
    background-image: url('../images/config.png') !important;
}

button i.icon-time {
    background-image: url('/css/bimages/time.png') !important;
}

button i.icon-image {
    background-image: url('../images/image.png') !important;
}

button i.icon-delete {
    background-image: url('../images/delete.png') !important;
}
/*灰色系列*/
button.btn i.icon-config-gray {
    background-image: url('/admin/images/menu/setup.png');
    background-size: 14px;
}

button.btn i.icon-wx-green {
    background-image: url('/admin/images/menu/wx-green.png');
    background-size: 14px;
}

button.btn i.icon-moban {
    background-image: url('/admin/images/menu/moban.png');
    background-size: 14px;
}

button.btn i.icon-mobile {
    background-image: url('/admin/images/menu/mobile.png');
    background-size: 14px;
}

button.btn i.icons-mobile {
    background-image: url('/admin/images/relexMusic.png');
    background-size: 20px;
}
/*cols*/
.img-responsive {
    max-width: 100%;
    max-height: 100%;
}

ul.cols {
    margin-right: -24px;
}


    ul.cols li.col-3 {
        float: left;
        display: inline-block;
        width: 33.33333%;
        position: relative;
    }

    ul.cols li.col-2 {
        float: left;
        display: inline-block;
        width: 50%;
        position: relative;
    }

    ul.cols .media {
        height: 174px;
        border: 1px solid #e7e7eb;
        padding-left: 130px;
        position: relative;
        margin-right: 24px;
        margin-bottom: 10px;
        padding-right: 20px;
        padding-top: 10px;
    }

        ul.cols .media:hover {
            background-color: #F4F5F9;
        }

    ul.cols .media-icon {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    ul.cols h4.media-heading {
        font-weight: 400;
        height: 42px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    ul.cols .item {
        color: #666;
        padding-bottom: 2px;
    }

    ul.cols .btn-group .dropdown-toggle, .dropup .dropdown-toggle {
        border-left: 1px solid #e6e7ec;
        padding-left: 10px;
        padding-right: 30px;
    }


/*tooltip*/

.tooltip {
    position: absolute;
    z-index: 999;
    width: auto;
    max-width: 30%;
    padding: 2px 6px;
    border: 1px solid #E7E7EB;
    background: white;
}

    .tooltip .arrow {
        background-color: white;
        border: 1px solid #E7E7EB;
        height: 10px;
        position: absolute;
        width: 10px;
        -webkit-transform: rotate(45deg);
    }

    .tooltip .arrow-out {
        width: 100%;
        height: 10px;
        position: absolute;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
    }
/*bottom*/
.tooltip-bottom .arrow {
    left: 50%;
    margin-left: -5px;
    top: 5px;
}

.tooltip-bottom .arrow-out {
    top: -10px;
    left: 0;
}
/*top*/
.tooltip-top .arrow {
    left: 50%;
    margin-left: -5px;
    bottom: 5px;
}

.tooltip-top .arrow-out {
    bottom: -10px;
    left: 0;
}
/*right*/
.tooltip-right .arrow {
    left: 5px;
    right: auto;
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
}

.tooltip-right .arrow-out {
    left: -10px;
    right: auto;
    width: 10px;
    height: 100%;
    bottom: auto;
    top: 0px;
}
/*left*/
.tooltip-left .arrow {
    right: 5px;
    left: auto;
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
}

.tooltip-left .arrow-out {
    right: -10px;
    left: auto;
    width: 10px;
    height: 100%;
    bottom: auto;
    top: 0px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.panel-heading {
    color: #999999;
    padding-bottom: 10px;
}

.progress {
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
    display: block;
    height: 100%;
}

.tip {
    display: inline-block;
    vertical-align: middle;
    color: gray;
}

.caption {
    margin: 10px 0px;
    font-size: 14px;
    color: #999;
    padding-top: 0;
    font-weight: 400;
}

.edittable th {
    font-weight: 400;
}

.edittable th, .edittable td {
    padding: 10px;
}
/*INDEX GROUP MENU*/
.menugroup {
    margin: 10px 30px;
}

    .menugroup h4 {
        border-top: 1px dotted #f4f5f9;
        line-height: 45px;
        color: #666;
        font-weight: normal;
        font-size: 14px;
        font-weight: 600;
    }

        .menugroup h4 i {
            display: none;
        }

    .menugroup li a {
        border: 1px solid #f4f5f9;
        margin: 10px 20px;
        display: block;
        height: 70px;
        padding-left: 70px;
        color: #333;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        margin-left: -1px;
    }

        .menugroup li a:hover {
            border: 1px solid #e7e7eb;
            background-color: #f4f5f9;
        }

    .menugroup .header {
        display: block;
        height: 40px;
        line-height: 40px;
    }

    .menugroup .desc {
        color: #999999;
        font-size: 12px;
    }

    .menugroup i {
        width: 40px;
        height: 40px;
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 15px;
        left: 10px;
    }

.litebuttons button {
    padding: 0;
}

.form-horizontal-detail .form-group {
    padding: 6px 0;
    border-bottom: 1px dotted #f4f5f9;
}

    .form-horizontal-detail .form-group:last-child {
        border-bottom: none;
    }

.form-horizontal-detail .col-xs-9 span {
    line-height: 32px;
    color: #888;
}

.LogoTitle {
    padding: 4px;
    position: relative;
    padding-left: 120px;
}

img.ilogo {
    position: absolute;
    max-width: 100px;
    left: 0;
    top: 6px;
}

.ides h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.ides p {
    padding: 2px 0;
    color: #999;
    font-size: 12px;
}

.autherror {
    text-align: center;
    padding: 150px 0;
}

.autherror-inner {
    position: relative;
    margin: 20px;
    display: inline-block;
    padding-left: 70px;
    text-align: left;
    margin: 0 auto;
}

.autherror img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 10px;
    top: 50%;
    position: absolute;
    left: 0;
    margin-top: -30px;
}

.queryrow {
    margin: 10px 20px;
    padding: 10px;
}

h2.ucHistoryLink {
    font-size: 14px;
    line-height: 95px;
}

    h2.ucHistoryLink a {
        color: #8d8d8d;
    }

.icon_goback {
    background: url("../images/base.png") 0 -2528px no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
    margin-right: 6px;
}

    .icon_goback:hover {
        background-position-y: -2564px;
    }

.imgShowSize {
    font-size: 14px;
    color: chocolate;
    font-weight: 500;
    display: inline-block;
    padding-top: 5px;
}

.sysAdLogo {
    float: left;
    padding-top: 10px;
    font-size: 24px;
}

    .sysAdLogo a {
        display: block;
        width: 248px;
        height: 40px;
        overflow: hidden;
        text-decoration: none;
        *background: transparent url(/mpres/htmledition/images/bg/bg_logo1e7c60.png) 0 0 no-repeat;
        *line-height: 120px;
    }

        .sysAdLogo a:before {
            display: inline-block;
            /*content: url(/Page/Admin/images/syslogo.png);*/
        }
