@charset "UTF-8";

@import url("../../cdn/pace/0.5.1/pace-theme-flash-debug.css");
@import url("page.css");
@import url("../../cdn/semantic-ui/2.1.4/semantic.css?v=20151103");
@import url("animate.css");
/*@import url("http://fonts.useso.com/css?family=Lato:400,700,400italic,700italic&subset=latin");*/

body {
    min-width: 640px;
    font-family: Lato, "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}

body.lock {
    background-color: rgba(0, 0, 0, .65) !important;
    height: 100%;
}

body.master {
    background-color: rgb(229, 233, 236) !important;
    height: 100%;
}

/*--------------------------------
     Global Customer Style
---------------------------------*/
.t {
    border: solid 1px #ff0000 !important;
}

.t2 {
    background-color: #808080 !important;
}

a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
    color: #428bca;
}

a.dl:focus, a.dl:hover, a.dl:active {
    text-decoration: underline;
}

a {
    text-shadow: none !important;
    color: rgba(0, 0, 0, .8);
    transition: color .1s linear 0s, background-color .1s linear 0s !important;
    text-decoration: none;
    background: transparent;
}

.txt-center {
    text-align: center !important;
}

.txt-indent {
    text-indent: 2em !important;
}

.col-white {
    color: #ffffff !important;
}

.col-yellow {
    color: #ffe21f !important;
}

.col-black {
    color: #666666 !important;
}

.col-red {
    color: #ff695e !important;
}

.col-green {
    color: #2ecc40 !important;
}

.col-blue {
    color: #3b83c0 !important;
}

.col-orange {
    color: #ff851b !important;
}

.col-teal {
    color: #6dffff !important;
}

.col-grey {
    color: #999 !important;
}

.col-pink {
    color: #ff8edf !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bl-light {
    border-left: 2px solid #3b83c0 !important;
    padding-left: 10px !important;
}

.bl-solid {
    border-left: 1px solid rgba(39, 41, 43, 0.15);
}

.br-solid {
    border-left: 1px solid rgba(39, 41, 43, 0.15);
}

.bt-solid {
    border-top: 1px solid rgba(39, 41, 43, 0.15);
}

.bb-solid {
    border-bottom: 1px solid rgba(39, 41, 43, 0.15);
}

div.auto {
    margin: auto !important;
}

.clear-box-shadow {
    box-shadow: none !important;
}

.clear-select {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
}

.clear-radius {
    border-radius: 0 !important;
}

.clear-border {
    border: none !important;
}

.clear-padding {
    padding: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.clear-background {
    background: rgba(0, 0, 0, 0) !important;
}

.clear-mtop {
    margin-top: 0 !important;
}

.clear-mleft {
    margin-left: 0 !important;
}

.clear-mright {
    margin-right: 0 !important;
}

.clear-mbootom {
    margin-bottom: 0 !important;
}

.clear-ptop {
    padding-top: 0 !important;
}

.clear-pleft {
    padding-left: 0 !important;
}

.clear-pright {
    padding-right: 0 !important;
}

.clear-pbottom {
    padding-bottom: 0 !important;
}

.width100 {
    width: 100%;
}

.height100 {
    height: 100%;
}

.pos-rel {
    position: relative !important;
}

.pos-abs {
    position: absolute !important;
}

.cursor {
    cursor: pointer !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.show.inline {
    display: inline-block !important;
}

.txt-11 {
    font-size: 11px !important;
}

.txt-12 {
    font-size: 12px !important;
}

.txt-14 {
    font-size: 14px !important;
}

.txt-16 {
    font-size: 16px !important;
}

.txt-18 {
    font-size: 18px !important;
}

.txt-20 {
    font-size: 20px !important;
}

.txt-22 {
    font-size: 22px !important;
}

.txt-24 {
    font-size: 24px !important;
}

.txt-26 {
    font-size: 26px !important;
}

.ui.desc {
    font-size: 12px;
    line-height: 24px;
}

.ui.desc24 {
    font-size: 24px;
    line-height: 32px;
}

.txt-w300 {
    font-weight: 300 !important;
}

.txt-w400 {
    font-weight: 400 !important;
}

.txt-w700 {
    font-weight: 700 !important;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

/**
 * Pace Plugin
 */
.pace .pace-activity {
    top: 50px !important;
}

/* Messenger plugin reset top */
@media (min-width: 980px) {
    ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
        left: 260px !important;
        margin-left: 0px !important;
    }

    ul.messenger.messenger-fixed.messenger-on-top {
        top: 50px !important;
    }
}

/** artDialog tips begin **/
.mini-dialog.tips {
    text-shadow: 0 1px 0 #fff;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);
    background-image: linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    box-shadow: inset 0 0 1px #fff;
}

.mini-dialog.tips .ui-dialog-body {
    min-width: 200px;
}

.mini-dialog.tips .icon_message {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/icon/icon32_message.png") no-repeat 0 0;
}

.mini-dialog.tips .icon_message.success {
    background-position: 0 0;
}

.mini-dialog.tips .icon_message.tel {
    background-position: 0 -42px;
}

.mini-dialog.tips .icon_message.error {
    background-position: 0 -84px;
}

.mini-dialog.tips .icon_message.warn {
    background-position: 0 -126px;
}

.mini-dialog.tips .icon_message.time {
    background-position: 0 -168px;
}

.mini-dialog.tips .icon_message.cry {
    background-position: 0 -210px;
}

.mini-dialog.tips .tips-content {
    line-height: 48px;
    height: 48px;
    padding-right: 10px;
    vertical-align: middle;
    display: -webkit-box;
}

/** DialogTips Plugin end **/

/** WebUploader Plugin end **/
.uploader-box {
    height: 150px;
    background-color: rgba(188, 190, 192, 1) !important;
}

.uploader-box-cover {
    width: 100%;
    text-align: center;
    line-height: 150px;
    margin: auto;
    cursor: pointer;
}

/** Semantic-UI CSS extents **/
.ui.white.header {
    color: #ffffff !important;
}

.ui.secondary.pointing.menu > .item, .ui.secondary.pointing.menu > .menu > .item {
    padding: .5em .95em !important;
}

/** UMEditor **/
.edui-container, .edui-container .edui-toolbar, .edui-container .edui-combobox-menu {
    box-shadow: none !important;
}

.edui-container .edui-dialog-link .edui-link-txt {
    width: 300px !important;
    height: 26px !important;
    line-height: 26px !important;
    border: 1px solid #d7d7d7 !important;
}

.edui-container #edui-link-Jtarget {
    vertical-align: middle !important;
}

.edui-container .edui-dialog-image .edui-image-searchBar .edui-image-searchTxt {
    display: inline-block !important;
    width: 500px !important;
    border: 1px solid #c5d2ff !important;
    height: 32px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    padding: 5px !important;
    margin: 0 !important;
    outline: 0 !important;
}

.edui-container .edui-tab-nav .edui-tab-item {
    margin-top: -2px !important;
}

.edui-container .edui-dialog-image .edui-image-searchBar .edui-image-searchAdd {
    height: 32px !important;
    line-height: 32px !important;
}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    white-space: nowrap;
}

.popup .popup-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: .7;
}

.popup:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
    overflow: hidden;
}

.popup-center {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 4px;
    white-space: normal;
}