.btn_1 {
    background: #da6565;
    padding: 10px!important;
    display: inline-block;
    color: white!important;border:0!important; cursor:pointer;
}
.btn_1:hover {
    background: #eeeeee;
    color: #000 !important;
}



.btn_2 {
    background: #dedede;
    padding: 10px!important;
    display: inline-block;
    color: #565656 !important;border:0!important; cursor:pointer;
}
.btn_2:hover {
    background: #eeeeee;
    color: #000 !important;
}
.btn_3 {
    background: #ffffff;
    padding: 10px!important;
    display: inline-block;
    color: #333 !important;border:0!important; cursor:pointer;
}
.btn_3:hover {
    background: #eeeeee;
    color: #000 !important;
}


.mt35{
    margin-top: 35px;
}

.display_ib{
    display: inline-block;
}




/* module */
.wct_class_error>div {
    background: #f35c5c!important;
    font-size: 16px;
    text-align: center;
}.wct_error_ajax {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
     z-index:9999;
}

.wct_error_ajax>div {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: #222021;
    margin: 0 auto;
    padding: 10px;
    color: white;
}

.wct_error_ajax>div span {
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 16px;
    border: 1px solid white;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-radius: 50%;
    padding: 0;
}


.wct_class_true>div {
    background: #46cc44 !important;
    font-size: 16px;
    text-align: center;
}








/** end module */


