body.coinpal-no-scroll, 
html.coinpal-no-scroll{
	overflow: hidden !important;
}
.coinpal_bacs_div{
	display:none;
	/*position: fixed;
    overflow: auto;*/
	width: 100%;
    height: 100%;
	z-index: 9999998; 
}
.coinpal_bacs_order_details{
	margin-top: 2em;
}
.coinpal-bacs-modal-overlay{
	position: fixed;
    overflow: auto;
}
.coinpal-bacs-modal-overlay,
.coinpal-bacs-modal-overclose{
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: default;
    width: 100%;
    height: 100%;
}
.modal-window-title{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.coinpal-bacs-modal-overlay-div{
	z-index: 9999998; 
	background-color: rgba(0, 0, 0, 0.7); 
	display: block;
}
.coinpal-bacs-modal-window,
.coinpal-bacs-modal-window div{
	box-sizing: border-box;
	margin: auto;
}
.coinpal-bacs-modal-window-div{
	z-index: 9999998; 
	width: 662px; 
	height: auto; 
	top: 10%; 
	left: 0%; 
	right: 0%; 
	padding: 10px; 
	border-width: 0px; 
	border-style: none; 
	border-color: rgb(255, 255, 255); 
	position: absolute;
	/*position: fixed; */
	border-radius: 5px; 
	background-color: rgb(255, 255, 255); 
	box-shadow: none; 
	display: block;
}
.coinpal-bacs-close-btn{
	top: 0px;
    right: 0px;
	z-index: 9999999;
    cursor: pointer;
    /*position: absolute;*/
	font-size: 18px;
	width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.coinpal-bacs-title{
	font-family: inherit; 
	font-size: 26px; 
	line-height: 30px; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left; 
	color: rgb(56, 56, 56);
	width: 94%;
}
.coinpal_bacs_div table td input{
	line-height: unset !important;
}
.coinpal_bacs_div table td{
	padding: 10px 10px!important;
	text-align: left !important;
}
.coinpal_bacs_div table td:first-child{
	width: 40%;
}
.coinpal_bacs_div .search-field{
	padding: 10px 10px!important;
}

.coinpal_bacs_div .filecss{
    position: relative;
	cursor: pointer;
	margin-bottom: 0px;
	width: 125px;
    height: 40px;
}
.coinpal_bacs_div  #upload{
    position: absolute;
    left: 0;
    opacity: 0;
	width: 125px;
    height: 40px;
	padding: 0px !important;
    margin: 0px;
}
.coinpal_bacs_div  #filebtn{
	width: 125px;
    height: 40px;
    padding: 0px !important;
	line-height: 40px !important;
	color: #ffffff;
}
.coinpal_bacs_div #filetext{
	display: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 190px;
    height: 25px;
    line-height: 25px;
}
.coinpal_bacs_div .coinpal-bacs-modal-from-tip{
	background-color: antiquewhite;
    padding: 10px 15px;
    font-size: 14px;
    color: goldenrod;
	line-height: 20px;
}
.coinpal-bacs-textarea{
	resize: vertical !important;
}

@media only screen and (max-width: 480px){
	.coinpal-bacs-modal-window-div{
		top: 3%;
	}
	.coinpal-bacs-modal-window{
		width: 85% !important;
	}
	.coinpal_bacs_div table td .coinpal-bacs-file{
		width: 184px;
	}
	html body{
		line-height: 16px !important;
	}
	.coinpal_bacs_div table{
		margin-top: 5px;
	}
	.coinpal_bacs_div table td{
		padding: 7px 10px!important;
	}
	.coinpal_bacs_div table td input,
	.coinpal_bacs_div table td textarea,
	.coinpal_bacs_div #filetext{
		width: 160px;
	}
	.coinpal-bacs-title{
		font-size: 20px;
	}
	.modal-window-title{
		top: 5px;
	}
}
@media only screen and (max-width: 375px){
	.coinpal_bacs_div table td input{
		line-height: 1 !important;
	}
	.coinpal-bacs-textarea{
		height: 70px !important;
	}
	
	
}
