﻿img
{
    vertical-align: middle;
}
.table tbody tr:hover
{
    background: #F9F9FA;
}
.console-step
{
    height: 24px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.console-step .step
{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background: #cacaca;
    z-index: 1;
    text-align: center;
}
.console-step .step-active
{
    background-color: #00a0c7;
}
.console-step .step-pass
{
    background-color: #99dcf3;
}
.col-md-3
{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.console-step .step:before
{
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 12px solid #cacaca;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #cacaca;
}
.console-step .step:after
{
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 12px solid transparent !important;
    border-left: 12px solid #cacaca;
    border-bottom: 12px solid transparent !important;
    background-color: #FFF;
}
.console-step .step-pass:before
{
    border-color: #99dcf3;
}
.console-step .step-pass:after
{
    border-color: #99dcf3;
}
.console-step .step-first:before
{
    display: none;
}
.console-step .step-active:before
{
    border-color: #00a0c7;
}
.console-step .step-active:after
{
    border-color: #00a0c7;
}
.info-panel
{
    background: #eaedf1;
    padding: 20px 20px 14px 20px;
}
.text-explode
{
    color: #999 !important;
    margin: 0px 0px !important;
}
.operation-link
{
    margin-right: 16px;
}
.info-panel a
{
    color: #06C;
    cursor: pointer;
}

.message-item:first-child
{
    border: none;
}
.message-item
{
    position: relative;
    padding: 18px;
    border-top: 1px dashed #bcbcbc;
}
.user-icon
{
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 2px #d6d6d6 solid;
    float: left;
    border-radius: 60px;
    overflow: hidden;
}
.user-r-name
{
    margin-right:20px;
}
.user-icon img
{
    margin-top: -2px;
    margin-left: -2px;
    border: 0px;
}
.message-item .item-content
{
    margin-top: 2px;
    word-wrap: break-word;
}
.text-muted
{
    color: #999 !important;
}
.attach
{
    margin-left: 8px;
    display: inline-block;
}
.attach .placeholder-image
{
    position: absolute;
    left: 4px;
    top: 3px;
    height: 30px;
    width: 30px;
}
.attachImage
{
    position: relative;
    height: 32px;
    width: 32px;
    border: 1px solid #09C;
    cursor: pointer;
    z-index: 5;
}
.current-border
{
    border: 2px solid white;
}
.current-border:hover
{
    border: 2px solid #09C;
}
.form-group
{
    margin-right: -15px;
    margin-left: -15px;
}
.form-group
{
    margin-top: 8px;
    margin-bottom: 16px;
}
.form-group:after
{
    display: table;
    content: " ";
}
.form-group:after
{
    clear: both;
}
.btn
{
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 16px;
    height: 32px;
    line-height: 14px;
}
.form-attach-item
{
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    float: left;
}
.ques-message-attach-item
{
    max-width: 40px;
    margin-top: 10px;
}
.ques-message-remove-box
{
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.ques-message-img-box
{
    max-width: 48px;
    max-height: 48px;
}
.ques-type-logo
{
    max-width: 40px;
    max-height: 40px;
}
.nav:before, .nav:after
{
    display: table;
    content: " ";
}
.ques-title-box
{
    height: 75px;
    overflow: hidden;
}
.order-form-list
{
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 200px;
    left: 0px;
    background: #fff;
    top: 30px;
    border: 1px solid #ccc;
    margin-left: 15px;
    padding-right: 15px;
    display: none;
}
.form-confirm
{
    background: #f5f6fb;
    padding: 10px 20px;
}
.form-confirm .operation-reopen
{
    line-height: 32px;
}
.message-item:last-child
{
    background: #eafbff;
}
.workorder-notice
{
    height:40px;
    line-height:40px;
    background-color:#F8D7C8;
    color:#A54716;
    width:100%;
    float:left;
    overflow:hidden;
    text-align:center;   
    font-weight:bold;
    font-size:14px; 
}