.btnBar {
    text-align: right;
    padding: 10px;
}

.dialogContent {}

.redBold {
    color: red;
    font-weight: bold;
}

.redStar::after {
    color: red;
    font-weight: bold;
    content: "*";
}

.required {
    color: red;
    margin-left: 3px;
    font-weight: bold;
    font-size: 18px;
}

.linkStyle {
    cursor: pointer;
    color: #1c69f8;
    text-decoration: underline;
}

/* 查询样式开始 */
.searchItem {
    float: left;
    width: 200px;
    display: none;
    padding-top: 8px;
}

.searchItem label {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 3px;
    line-height: 30px !important;
}

.searchTime {
    width: 117px !important;
}

.searchTimeLine {
    width: 80px;
    text-align: center;
    padding-right: 3px;
    line-height: 30px;
}


.searchItem input {
    width: 117px;
}

.searchItemInput {
    width: 117px;
}

.searchInputDiv {
    float: left;
    display: inline-flex;
}

.searchItemBig {
    width: 400px;
}

.searchItemBig input {
    width: 317px;
}

.searchItemBigInput {
    width: 317px;
}

.searchItemBtn {
    float: left;
    padding-left: 20px;
    display: inline-flex;
    padding-top: 8px;
}

/* 查询样式结束 */
.sysChangeBar {
    position: fixed;
    top: 60px;
    right: 0px;
    background: #ffff;
    height: 90px;
    z-index: 10000;
    display: none;
    border-bottom: 1px solid #ccc;
}

.sysChangeIcon {
    margin-top: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sysChangeIcon:hover {
    background: #555;
}

.sysChangeMenu {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    width: 100px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    background: #f1f1f1;
    padding-top: 5px;
    cursor: pointer;
}

.cursorp {
    cursor: pointer;
}

.sysChangeMenu:hover {
    background: #e2e2e2;
}

.imgItemDiv {

    margin: 10px;
    position: relative;
}

.imgItemDel {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 30px;
    height: 30px;
    color: #ff5722;
    cursor: pointer;
}

.imgItem {
    width: 120px;
    height: 80px;
    cursor: pointer;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position-y: center !important;
    background-position-x: left !important;
    box-shadow: 0 5px 5px #e2e2e2;
}

.imgTitle {
    width: 120px;
    text-align: center;
    padding-top: 3px;
    color: #888;
    padding-right: 10px;
    word-break: break-all;
}


.printTable {
    width: 100%;
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
}


.printTable td {
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 5px;

}

.discursor {
    cursor: not-allowed !important;
}

.receiveItem {
    border-bottom: solid 1px #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.blueColor {
    color: #1e9fff;
}

.redColor {
    color: #ff5722;
}


.greenColor {
    color: #009688 !important;
}

.alarmColor {
    color: #FFB800;
}

.color000 {
    color: #000000;
}

.colorfff {
    color: #ffffff;
}


.color666 {
    color: #666666;
}

.color888 {
    color: #888;
}

.colorccc {
    color: #ccc;
}

.colorf2 {
    color: #f2f2f2;
}

.colore2 {
    color: #e2e2e2;
}

.bgcolorf2 {
    background: #f2f2f2;
}

.bgcolore2 {
    background: #e2e2e2;
}

.bgcolorccc {
    background: #cccccc;
}

.bgcolorRed {
    background: #ff5722 !important;
    color: white;
}

.bgcolorDarkRed {
    background: #810101 !important;
    color: white;
}

.bgcolorOrange {
    background: #FFB800;
    color: white;
}

.bgcolorBlue {
    background: #1e9fff;
    color: white;
}

.bgcolorGreen {
    background: #009688 !important;
    color: white;
}

.bgcolorPurple {
    background: #960096 !important;
    color: white;
}



.bgcolorGreen1 {
    background: #99FF99;
}

.bgcolorGreen2 {
    background: #66FF66;
}

.bgcolorGreen3 {
    background: #5FB878;
    color: white;
}

.borderf2 {
    border: solid 1px #f2f2f2;
}

.bordere2 {
    border: solid 1px #e2e2e2;
}


.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.p3 {
    padding: 3px;
}

.w60 {    
    width: 60px !important;
}
.w70 {
    width: 70px !important;
}
.w80 {
    width: 80px !important;
}
.w90 {
    width: 90px !important;
}
.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w170 {
    width: 170px;
}

.w200 {
    width: 200px;
}

.p5 {
    padding: 5px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p50 {
    padding: 50px;
}

.p60 {
    padding: 50px;
}

.p80 {
    padding: 80px;
}

.m3 {
    margin: 3px;
}

.m5 {
    margin: 5px;
}

.m8 {
    margin: 8px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs100 {
    font-size: 100px !important;
}

.numBlue {
    background: #86c8fa;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    color: white;
    text-align: center;
    margin-right: 3px;
}

.numRed {
    background: #ff0000;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    font-size: 12px;
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.displayNone {
    display: none;
}

.borderline {
    border-bottom: 1px solid #000;

    text-align: center;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
    display: inline-block;
    vertical-align: bottom;
}

.searchExpand {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    color: #ccc;
    cursor: pointer;
}

.searchExpand:hover {
    background: #1E9FFF;
    border: solid 1px #1E9FFF;
    color: white;
}

.sbfz {
    display: inline-block;
    /* -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important; */
    transform: rotate(180deg);
    transition: 1s;

}

.zzfz {
    display: inline-block;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.excelStr {
    mso-number-format: '\@';
}


#flowRecord {
    height: 100% !important;
}

.titleTag {
    display: inline-block;
    width: 6px;
    height: 20px;
    vertical-align: middle;
    background: #1E9FFF;
    margin: 10px;
    border-radius: 3px;
}

.eyeInput {
    position: absolute;    
    right: 8px;
    top: 3px;        
}

.eyeIcon {
    display: inline-block;
    font-size: 22px !important;    
    cursor: pointer;    
    color: #1E9FFF;
    vertical-align: middle;
    margin-left: 5px;
    display: none;
}
