.commonCss .el-col-3 {
    padding-left: 20px;
}

.commonCss .el-radio__inner {
    border: 1px solid #333;
}

.commonCss .el-radio__input.is-checked .el-radio__inner {
    border-color: #409EFF;
}

body {
    background: #fff !important;
}

.appProject .elMain>>>.el-table th {
    color: #333;
}

.commonCss .el-input-group__append {
    padding: 0 10px;
}

.commonCss .el-col-3 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    color: black;
}

.commonCss .el-input__inner {
    height: 30px;
}

.commonCss .el-input__icon {
    line-height: 30px;
}

.commonCss .el-row {
    margin-top: 8px;
}

.sing::before {
    content: '*';
    color: red;
    margin-right: 2px;
    vertical-align: middle;
    font-size: 15px;
}

.aSing::after {
    content: '*';
    color: red;
    margin-right: 2px;
    vertical-align: middle;
    font-size: 15px;
}

.commonCss .titleTop {
    width: 3px;
    height: 15px;
    background: #3a8ee6;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top: 2px;
    margin-right: 10px;
}

.commonCss .fromHeader {
    border-bottom: 1px solid #c7c6c6;
    margin-top: 10px;
}

.commonCss .headerText {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
}

.commonCss .el-table th {
    color: #333;
}

.commonCss .el-col {
    border: 1px solid transparent;
}

.commonCss .el-message {
    top: 310px;
}

.commonCss .el-message__content {
    font-size: 16px;
}

.commonCss .el-message--success {
    background-color: black;
    opacity: 0.8;
}

.commonCss .el-message .el-icon-success,
.commonCss .el-message--success .el-message__content {
    color: #ffffff;
}

.commonCss .el-dialog__header {
    border-bottom: 1px solid #ddd;
}

.commonCss>>>.el-dialog__body {
    padding: 0 10px;
}

.commonCss>>>.el-radio__inner {
    border: 1px solid #666;
}

::-webkit-scrollbar {
/*    width: 10px;
    height: 10px; */
}

.pullRight {
    text-align: right;
}

.pullCenter {
    text-align: center;
}

.pullLeft {
    text-align: left;
}

.fontRed {
    color: red;
    font-size: 12px;
}

.commonCss .el-table th {
    background-color: #03A9F4;
}

.commonCss .el-table th>.cell {
    color: #fff;
}

.commonCss .el-table__body,
.commonCss .el-table__footer,
.commonCss .el-table__header {
    border: 1px solid #ddd;
}

.commonCss .el-pagination {
    float: right;
}

.commonCss .el-dialog__body {
    padding-bottom: 43px;
}

.commonCss .el-table .success-row {
    background: #e3f1f7 !important;
}

.customeUnitClass .el-dialog{
    width:80%;
    margin-top: 10vh !important;
}

.flex{
	display: flex;
	align-items: center;
}
.label{
	color: #333;
	flex-shrink: 0;
	font-size: 14px;
	margin: 0 10px;
}
.btn{
	flex: 1;
	justify-content: flex-end;
}
