﻿.text-no-null{
    color:#ff0000;
}
.myForm{
    margin-top:10px;
}
.myForm table tr{
    height: 40px;
}
.myForm .text-left{
    text-align:left;
}
.myForm .input-file {
    color: #ffffff;
    width: 82px;
}
.myForm .nav-stacked li{
    text-align:center;
}
.myForm .nav-stacked li a{
    background-color:#eee;
}
.div-chevron {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color:#ffffff;
    color:#ff0000
}
.nav-pills>li>a, .nav-pills>li>a:hover, .nav-pills>li>a:focus{
    color:#008aff;
}
.review img{
    width:80px;
}
.review .rname{
    width: 57px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    float: right;
}
.review .alert{
    margin-top: 6px;
    min-height:180px;
}
.review .alert .close {
    color:#ff0000;
}
.review .arrow{
    width:0;
    height:0;
    line-height:0;
    font-size:0;
    border-color:transparent #d9edf7 transparent transparent;
    border-width:6px;
    border-style:dashed solid dashed dashed;
    display:block;
    position:absolute;
    top:8px;
    left:4px;
    z-index:999;
}
/* 打印 */
.printTable .table{
    padding-bottom:0px;
    margin-bottom: 5px;
}
.printTable .page-header {
    border-bottom:none;
    padding-bottom: 0px;
}
.printTable .panel-group{
    margin-bottom:0px;
}
.printTable .page-header h4{
    font-weight:bold;
    text-align:center;
}
.printTable .tableHeader {
    padding-bottom:0px;
    margin-bottom: 0px;
}
.printTable .tableHeader tr{
    height:22px;
}
.printTable .tableHeader,
.printTable .tableHeader tr,
.printTable .tableHeader td,
.printTable .tableHeader>tbody>tr>td
{
    border:none;
}
.printTable table tr{
    height:auto;
}
.printTable .th{
    width:50%;
}
.printTable .th-min0{
    max-width:56px;
    text-align:center;
}
.printTable .th-min1{
    max-width:30px;
    text-align:center;
}
.printTable .th-min2 {
    width:54px;
    text-align:center;
}
.printTable .th-min3 {
    min-width:52px;
}
.printTable .th-min4 div{
    margin:0 auto;
    line-height:16px;
    width: 20px;
}
.printTable .th-min5{
    max-width:25px;
    text-align:center;
}
.printTable .th-min6 div {
    margin:0 auto;
    line-height:16px;
    width: 30px;
}
.printTable .th-min7 {
    text-align: center;
}
.printTable .th-min8{
    min-width:30px;
    max-width:54px;
}
.printTable .table2 td {
    padding: 2px 0px;
}
.printTable .table4 td {
    padding: 2px 0px;
}
.printTable .table-content{
    min-height:100px;
    padding:20px 20px 20px 20px;
}
.printTable .table-footer{
    min-height:60px;
    margin-bottom:15px;
    padding-right:100px;
}
@media print {
    .printTable .th {
        width: auto;
    }
    .printTable .table, .printTable .form-horizontal {
        font-size: 12px;
    }
    .printTable .table1 td {
        padding: 2px 4px;
    }
    .printTable .table2 td {
        padding: 2px 0px;
    }
    .printTable .table3 td {
        padding: 4px;
    }
    .printTable .table4 td {
        font-size: 12px;
        padding: 0px;
    }
}
