﻿/*错误提示样式 */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.error
{
    color: #e80c4d;
}

/*模型验证样式 */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}
.field-validation-valid
{
    display: none;
}
.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}
.validation-summary-valid
{
    display: none;
}
.total
{
    color: Red;
    font-weight: bold;
}
.textAlignRight
{
    text-align: right;
    padding-right: 3px;
}

/**移动端*/
@media screen and (max-width: 468px) {
    .direct-chat-img {
        display: none;
    }

    .info-box-content {
        margin-left: 0;
    }
    .table {
        display:block;
        overflow-x: scroll;
    }
    .progress-description .btn {
        font-size: 13px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .progress-description .btn .fa {
        display:none;
    }
    .users-list > li {
        padding: 9px;
    }
    .secLi {
        display:none !important;
    }

}

@media screen and (min-width: 469px) {
    
    /**抽检移动端在提交按钮显示扫描的数量*/
    .secScanCountTips {
        display:none;
    }
}