﻿.fm-star:before {
    content: "*";
    color: red;
    font-size: 1.3em;
    padding-right: 3px;
}

/* UMEditor - content wrap */
.sd-rtf, .sd-rtf * {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}

    .sd-rtf table {
        width: 99% !important;
        overflow: auto;
    }

.no-wrap {
    white-space: nowrap;
}

.uk-notify {
    z-index: 9999;
}

/* LOGO 字体*/
.navbar-brand div b {
    font-size: 23pt;
    color: white;
}

.brand-logo {
    margin-top: 3pt;
}

.my-vcode input {
    padding-right: 80px !important;
    cursor: default !important;
}

.my-sec-tt {
    margin-left: 7%;
}

.my_input {
    box-shadow: 0 0 0 #000 !important;
    height: 35px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.52857143;
    color: #3a3f51;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    margin: auto 15px;
}

.pager-list {
    clear: both;
    text-align: center;
    padding: 2px;
}

    .pager-list span {
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
    }

.pager-goto {
}

.pager-orderby {
    cursor: pointer !important;
}

    .pager-orderby:hover {
        text-decoration: underline !important;
    }

.pager-num-input {
    width: 71px;
    text-align: center;
}

.AmsToolInput {
    box-shadow: 0 0 0 #000 !important;
    height: 16px;
    width: 30px;
    font-size: 16px;
    color: #3a3f51;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
}

.fieldsetInline {
    width: 49.666667%;
    display: inline;
}

/* message */
.jquery-message {
    font: normal 20px / 50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    position: fixed;
    /* top: 250px; */
    bottom: 80px;
    left: 25%;
    width: 50%;
    color: white;
    background-color: black;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 100000;
}

    .jquery-message .round {
        border-left: solid 2px white;
        border-right: solid 2px white;
        font-size: 1px;
        height: 2px;
    }

    .jquery-message p {
        padding: .3em;
        display: inline-block;
    }

    .jquery-message a {
        display: none;
    }

.footer a {
    color: #777;
    text-decoration: none;
}

.media-body a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

    .media-body a:hover {
        color: #ff6a00;
    }

a.upload-file-icon {
    background-color: inherit !important;
    line-height: inherit !important;
    display: inline-block !important;
    font-size: 27px !important;
    color: #333 !important;
    text-decoration: none;
    padding: 0;
}

    a.upload-file-icon:hover {
        color: #0094ff !important;
    }

    a.upload-file-icon::after {
        content: "查看"
    }

.video-files iframe {
    width: 400px;
    height: 300px;
    display:block;
    clear:both;
    margin-bottom:7px;
}
