#remittanceForm {
    display: block;
        width: 100% !important;
	}
.remittance_fail {
    background: #FFE9E9;
    border: 1px solid #C47474;
    -webkit-box-shadow: 0 8px 14px -8px rgba(80, 23, 23, 0.35);  
       -moz-box-shadow: 0 8px 14px -8px rgba(80, 23, 23, 0.35);  
    		box-shadow: 0 8px 14px -8px rgba(80, 23, 23, 0.35);
    color: #B22222;
    font-size: 14px;
    margin: 0 10px 10px;
    padding: 5px 10px;
	}
.remittance_success {
    background: #E9FFEF;  
    border: 1px solid #74C484;  
    -webkit-box-shadow: 0 8px 14px -8px rgba(23, 80, 32, 0.35);  
      -moz-box-shadow: 0 8px 14px -8px rgba(23, 80, 32, 0.35);  
    		box-shadow: 0 8px 14px -8px rgba(23, 80, 32, 0.35);  
    color: #22B239;
	font-size: 14px;
	margin: 0 10px 10px;
	padding: 5px 10px;
	}
.remittance_balance {
    background: #eaeaea;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: linear-gradient(top, #fdfdfd, #eaeaea);  
    border: 1px solid #d1d2da;
	color: #666;  
    display: block;  
    font-size: 16px;  
    line-height: 30px;  
    margin: 0 10px;
    padding: 3px 5px 2px 5px;  
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);  
	}
.input_monu_balance {
    background: #f1f2f6;
    font-weight: 600;
    font-size: 0;
    line-height: 25px;
    padding: 10px 5px;
    text-align: center; 
	}
.input_monu_balance.no_margin {
    margin-bottom: 0;
	}
.input_monu_balanceT{
    color: #D8D8D8;
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 0 10px;
	}
.input_monu_balance input {
    border: 1px solid #d1d2da;
    border-right: 0 solid #d1d2da;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0px 5px;
    vertical-align: top;
    height: 29px;
    width: 160px;
	}
    .shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.input_monu_balance button,
.input_monu_balance .submit {
    background: #eaeaea;
    background-size: 100%;
    color: #70747f;
    cursor: pointer;
    border: 1px solid #d1d2da;
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
	}
.input_monu_balance .submit {
    height: 29px;
	}
    thead.thead-dark {
    font-weight: bold;
}
.remittanceError {
    background: #CA3131;
    border: 1px solid #AD6060;
    color: #FFEEEE;
    font-size: 12px;
    margin: 10px 12px;
    padding: 4px 8px;
    text-align: center;
	}
.pay-summ {
	display: block;
	font-size: 22px;
	}
/***********/
.remittance_history_form {
    border-spacing: 0;
    border-top: 1px solid #d1d2da;
    display: block;
    margin: 5px auto 0;
    width: 799px;
    }
.remittance_history_form thead tr td {
	background: #eaeaea;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
	background-image: linear-gradient(top, #fdfdfd, #eaeaea);  
    border-left: 1px solid #d1d2da;
	border-bottom: 1px solid #d1d2da;
	color: #666;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	padding: 3px 5px 2px 5px;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	height: 25px;
	}
.remittance_history_form thead tr td + td + td + td + td {
    border-right: 1px solid #d1d2da;
	}
.remittance_history_form tbody tr.fail {
	background:#FFE7E7;
	color: #A80000;
	}
.remittance_history_form tbody tr.waiting {
	background:#FFFFE7;
	color: #A8A200;
	}
.remittance_history_form tbody tr.success {
	background: #E7FFE8;
	color: #008B1C;
	}
.remittance_history_form tbody tr td {
    border-bottom: 1px solid #d1d2da;
    border-left: 1px solid #d1d2da;
    color: #5a6573;
    font-size: 12px;
	line-height: 1.42857;  
    padding: 4px 8px;
	}
.remittance_history_form tbody tr td + td + td + td + td {
    border-right: 1px solid #d1d2da;
	}
.remittance_history_form tbody tr td {
    color: inherit;
	}
