/*.cheq_nots{*/
/*	background: whitesmoke;*/
/*    padding: 10px;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.cheqBlok{*/
/*	background: #F5F5F5;*/
/*    width: 100%;*/
/*    border: none;*/
/*    box-sizing: border-box;*/
/*    display: inline-block;*/
/*    padding: 14px;*/
/*    min-height: 340px;*/
/*}*/
/*.cheqBlok_head{*/
/*	width: 100%;*/
/*    !* border-bottom: 2px solid #EEEEEE; *!*/
/*   !*  padding: 5px; *!*/
/*    height: 45px;*/
/*}*/
/*.cheqBlok_title{*/
/*	width: 50%;*/
/*	height: 45px;*/
/*    float: right;*/
/*    text-align: right;*/
/*    padding-right: 12px;*/
/*}*/
/*.cheqBlok_back{*/
/*	width: 50%;*/
/*    float: left;*/
/*    text-align: left;*/
/*}*/
/*.cheqBlok_back h3{*/
/*	background: #0000 !important;*/
/*    border: 0 !important;*/
/*}	*/
/*.cheqBlok_head hr{*/
/*	border-bottom: 2px solid #EEEEEE;*/
/*	float: right;*/
/*	padding: 0;*/
/*    margin: 0;*/
/*}	*/
/*.cheqBlok_body{*/
/*	width: 100%;*/
/*	float: right;*/
/*	display: inline-block;*/
/*	margin-top: 11px;*/
/*}*/
.cheq-row-num {
    width: 5%;
    float: right;
    background: #e9ebf8;
    text-align: center;
    line-height: 5.5em;
    border-left: 8px solid #ffffff;
}

.cheq-countent {
    float: right;
    background: #e9ebf8;
    padding: 8px 8px 3px;
    width: 95%;
    display: inline-table;
}

.cheq-details {
    width: 90%;
    float: right;
    text-align: center;
}

.cheq-details-row1 {
    display: inline-block;
    width: 100%;
}

.cheq-details-row2 {
    display: inline-block;
    width: 100%;
}

.cheq-price {
    width: 50%;
    float: right;
    text-align: right;
}

.cheq-paydate {
    width: 50%;
    float: left;
}

.cheq-number {
    width: 30%;
    float: right;
    text-align: right;
}

.cheq-bank {
    width: 30%;
    float: right;
}

.cheq-bank-depart {
    width: 30%;
    float: right;
}

.cheq-edit {
    float: left;
    text-align: center;
    width: 10%;
    line-height: 4em;
    cursor: pointer;
}

.cheqBlok-footer {
    text-align: center;
    margin-top: 8px;
}

/*============ ADD BOX =====================*/
/*.cheq-add-block{*/
/*	width: 450px;*/
/*    background: #f5f5f5;*/
/*    margin-top: 10px;*/
/*    padding: 20px;*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 160px;*/
/*    left: 304px;*/
/*    box-shadow: 0px 0px 30px #ccc;*/
/*}*/
/*.cheq-add-head{*/
/*	*/
/*}*/
/*.cheq-add-body{*/
/*	display: inline-block;*/
/*    width: 100%;*/
/*}*/
/*.cheq-add-right{*/
/*	float: right;*/
/*    display: inline-block;*/
/*}*/
/*.cheq-add-right div{*/
/*    display: grid;*/
/*}*/
/*.cheq-add-left{*/
/*	float: left;*/
/*    display: inline-block;*/
/*}*/
/*.cheq-add-left div{*/
/*    display: grid;*/
/*}*/
/*.cheq-add-footer{*/
/*	text-align: left;*/
/*    margin-top: 15px;*/
/*}*/
/*.amount{*/
/*	height: 74px;*/
/*}*/

/*#cheq_date{*/
/*	background: #a4a4a400;*/
/*    color: black;*/
/*    border: 1px solid #eee;*/
/*    padding: 7px 11px;*/
/*    background-color: transparent;*/
/*    color: #333;*/
/*    border: 1px solid #ddd;*/
/*    font-size: 12px;*/
/*}*/

#close {
    cursor: pointer;
}

#close:hover {
    color: red;
}

#cheq-add-btn, #cheq-save-btn, #cheq-remove-btn {
    display: none;
}


.Error {
    border: 1px solid red !important;
}


.woocommerce-error.alert {
    position: fixed !important;
    top: 34%;
    z-index: 1060;
    margin: auto !important;
    width: 50% !important;
    display: none;
    left: 0;
    right: 0;
    box-shadow: 1px 2px 30px #937d7d;
}

.woocommerce-error.alert:before {
    display: none;
}

.alertclose {
    text-align: left;
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 9px;
}

.alertclose:hover {
    color: #FFECB3;
}



