.hi{
    display: none !important;
}
.vh{
    visibility:hidden;
}
.vhi{
    visibility:hidden !important;
}
.col_1 {
    width: 10% !important;
}
.col_18 {
    width: 18% !important;
}
.col_2 {
    width: 20% !important;
}
.col_25{
    width:25% !important;
}
.vcol_3,.col_3 {
    width: 30% !important;
}

.vcol_4,.col_4 {
    width: 40% !important;
}
.col_48{
    width: 48% !important;
}
.col_5 {
    width: 50% !important;
}

.col_6 {
    width: 60% !important;
}

.col_7 {
    width: 70% !important;
}

.col_8 {
    width: 80% !important;
}

.col_9 {
    width: 90% !important;
}
.col_10 {
    width: 100% !important;
}
.fcol_2 {
    float: left;
    width: 20% !important;
}

.fcol_3 {
    float: left;
    width: 30% !important;
}

.fcol_4 {
    float: left;
    width: 40% !important;
}

.fcol_5 {
    float: left;
    width: 50% !important;
}

.fcol_6 {
    float: left;
    width: 60% !important;
}

.fcol_7 {
    float: left;
    width: 70% !important;
}

.fcol_8 {
    float: left;
    width: 80% !important;
}

.fcol_9 {
    float: left;
    width: 90% !important;
}
.dis_1,.dis_10{
    margin-left:10% !important;
}
.dis_01{
    margin-left:1% !important;
}

.dis_05{
    margin-left:5% !important;
}
.dis_10{
    margin-left:10% !important;
}
.dis_15{
    margin-left:15% !important;
}
.dis_20{
    margin-left:20% !important;
}
.pad_20{
    padding-left:20% !important;
}
.pad_80px{
    padding-left:80px !important;
}
.pad_85px{
    padding-left:85px !important;
}
.pad_100px{
    padding-left:100px !important;
}
.relative{
    position:relative;
}
input[type="text"], input[type="number"], input[type="password"], input[type="search"], select {
    border: 1px solid #bbb;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
}
input, button, a {
    outline: 0 none !important;
}

.vbutton {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    border: 0 none;
    cursor: pointer;
    font-size: 14px;
}
.vbutton_normal{
    font-size: 16px;
    line-height: 40px;
    height:40px;
    padding:4px 12px;
    letter-spacing: 2px;
    background-color: #369;
    color: #fff;
    border-radius: 3px;
}

.vbutton_small{
    font-size: 14px;
}
.vbutton_padding {
    padding: 0 8px;
}
.vbutton_margin {
    margin: 10px 0px ;
}
.vbutton-inline {
    width: auto;
    display: inline-block;
}
.vbutton-sm {
    height:22px;
    line-height:22px;
    width:auto;
    padding:0 8px;
}
.vbutton-lg {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    /*font-weight: bold !important;*/
}

.vbutton_ok {
    background-color: #40aa53;
    color: #fff;
}
.vbutton_confirm {
    background-color: #3177cf;
    color: #fff;
}
.vbutton_cancel {
    background-color: #459ae9;
    color: #fff;
}

.vbutton_link {
    background-color: #f5f5f5;
    color: #0079FF;
}
.vbutton_plain{
    background-color:transparent;
    color:#369;
}

.valert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    padding: 5px 20px;
    line-height: 20px;
    text-align: center;
    text-align: center;
    color: #fff;
    z-index: 10000;
}

.valert_error {
    background: red;
}

.valert_tips {
    background: #39adb4;
}

.valert_floater {
    position: absolute;
    min-width: 200px;
    /*
    min-height: 150px;*/
    border: 1px solid #E0E0E0;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #FFF;
    display: none;
}

.valert_floater .vcontent {
    text-align: center;
    padding: 20px 10px 20px;
}

.valert_floater .vcontent span {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 30px;
}

.valert_floater .vopt {
    clear: both;
    border-top: 1px solid #E0E0E0;
    height: 50px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    /*
       position: absolute;
       left: 0px;
       bottom: 0px;*/
}

.vdialog_bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color:#454749;/*#ccc;*/
}

#vdialog {
    background: #f5f5f5;
    border: 1px solid #eee;
    opacity:0.95;
    min-height: 40px;
    min-width: 150px;
    width: 90%;
    /*position: absolute;*/
    position: fixed;
    border-radius: 5px;
    z-index: 100000;
}

#vdialog .vheader {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

#vdialog .vbody {
    width: 100%;
    padding: 10px;
    line-height: 25px;
    text-align: center;
}

#vdialog .vbody img {
    width: 30px;
    height: 30px;
}

#vdialog .vopt {
    border-top: 2px solid #ccc;
    width: 100%;
    text-align: center;
    height: 50px;
}

#vdialog .vopt button {
    background-color: #f5f5f5;
    color: #0079FF;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
}
