﻿.dis-none,
.display-none{
    display:none;
}
.color-success{
    color:#339900;
    font-weight:600;
}
.color-danger{
    color:#dd3b44;
    font-weight:600;
}
.color-warning{
    color:#f2de76;
    font-weight:600;
}
.color-info{
    color:#4285f4;
    font-weight:600;
}
.color-question{
    color:#286090;
    font-weight:600;
}
.color-null{
    color:#ccc;
     font-weight:600;
}
.color-introduce{
    color:#5d5d5d;
    font-weight:600;
}
.cursor{
    cursor:pointer;
}
.vertical-inherit{
    vertical-align:inherit;
}
.text-right{
    text-align:right;
}
.w-100{
    width:100% !important;
}
.m-0-auto{
    margin:0 auto;
}
.m-r-5{
    margin-right:5px;
}
.m-r-10{
    margin-right:10px;
}
.w-70{
    width:70px;
}
.w-145{
    width:145px !important;
}
.w-1000{
    width:1000px;
}
.f-left {
    float:left;
} 
.f-right{
    float:right;
}
.m-t-10{
    margin-top:10px;
}
.m-t-20{
    margin-top:20px;
}
.m-b-15{
    margin-bottom:15px;
}
.m-t-40{
    margin-top:40px;
}
.p-0{
    padding:0px;
}
.p-t-0{
    padding-top:0px;
}
.p-t-6{
    padding-top:6px;
}
.font-12{
    font-size:12px !important;
}
.font-16{
    font-size:16px !important;
}
.font-18{
    font-size:18px !important;
}
.font-20{
    font-size:20px !important;
}
.line-h-34{
    line-height:34px;
}
.min-h-150{
    min-height:150px;
}
.max-w-450{
    max-width:450px;
}
.posion-relave{
    position:relative;
}
label img.label-img-ok{
    width: 18px !important;
    height: 15px !important;
}
.clearfloat{
    clear:both !important;
}