﻿/* 共用的CSS */


.no-border {
    border: none !important;
}

.tipTitle {
    color: #f44336;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

.tipLine {
    color: #f44336;
}

.alignRight {
    text-align: right;
    white-space: nowrap;
    width: 100px;
    padding-left: 10px;
}

.img-max {
    max-height: 40px;
    max-width: 40px;
}

.word-wrap {
    word-wrap: break-word;
}


.w1-max-100 {
    max-width: 100px;
    word-wrap: break-word;
}

.w1-max-150 {
    max-width: 150px;
    word-wrap: break-word;
}

.w1-max-200 {
    max-width: 200px;
    word-wrap: break-word;
}

.w1-max-250 {
    max-width: 250px;
    word-wrap: break-word;
}

.w1-max-300 {
    max-width: 300px;
    word-wrap: break-word;
}

.w1-max-400 {
    max-width: 400px;
    word-wrap: break-word;
}

.w1-max-500 {
    max-width: 500px;
    word-wrap: break-word;
}

.id-pic-mx-show {
    max-height: 45px;
    max-width: 45px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.w-fix-30 {
    width: 40px !important;
}

.w-fix-60 {
    width: 60px !important;
}

.w-fix-100 {
    width: 100px !important;
}

.w-fix-150 {
    width: 150px !important;
}

.w-fix-200 {
    width: 200px !important;
}

.w-fix-250 {
    width: 250px !important;
}

.w-fix-300 {
    width: 300px !important;
}

.w-fix-600 {
    width: 600px !important;
}

.w-fix-h-20 {
    height: 20px;
}


.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.red {
    color: #ff0000;
}

.font-weight-bold {
    font-weight: bold;
}

.w-fix-left-label {
    width: 10px;
    white-space: nowrap;
}

.auto-hide-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-color-yellow-1 {
    color: #86dbd4;
}

.logo-color-blue-1 {
    color: #007ec5;
}

div {
    border: 0px solid #ccc;
}


.line-height-26 {
    line-height: 26px;
}

.line-height-30 {
    line-height: 30px;
}
