/*payment css*/
@font-face {
	font-family: 'msb';
	src: url(fonts/msb.ttf);
}
@font-face {
	font-family: 'Roboto regular';
	src: url(fonts/Roboto-Regular.ttf);
	src: url("#{$roboto-font-path}Roboto-Regular.eot?#iefix")
		format('embedded-opentype'),
}
@font-face {
	font-family: 'Roboto medium';
	src: url(fonts/Roboto-Medium.ttf);
	src: url("#{$roboto-font-path}Roboto-Medium.eot?#iefix")
		format('embedded-opentype'),
}
@font-face {
	font-family: 'Roboto Black';
	src: url(fonts/Roboto-Black.ttf);
	src: url("#{$roboto-font-path}Roboto-Black.eot?#iefix")
		format('embedded-opentype'),
}
@font-face {
	font-family: 'Roboto Light';
	src: url(fonts/Roboto-Light.ttf);
	src: url("#{$roboto-font-path}Roboto-Light.eot?#iefix")
		format('embedded-opentype'),
}
@font-face {
	font-family: 'Roboto Bold';
	src: url(fonts/Roboto-Bold.ttf);
	src: url("#{$roboto-font-path}Roboto-Bold.eot?#iefix")
		format('embedded-opentype'),
}
/*FontFamilys Start*/
body {
	font-family: 'Roboto regular';
	font-size: 14px
}
body a {
	font-family: 'Roboto regular'
}
body select {
	font-family: 'Roboto regular'
}
.font_medium {
	font-family: 'Roboto medium'!important;
}
.font_regular {
	font-family: 'Roboto regular'
}
.font_light {
	font-family: 'Roboto Light'
}
.font_bold {
	font-family: 'Roboto Bold'
}
.payment_parent
{
	padding:40px;
}
.head_label label
{
	font-size:30px;
	padding-bottom:15px;
	color:#10a9f5;
}
.parent_label label
{
	font-size: 18px;
	color:#4b4b4b;
}
.parent_label
{
	border-bottom: 1.5px solid #ccc;
}
.invoice_details
{
	padding-left:0px;
	padding-right:0px;
	padding-top: 5px;
}
.invoice_details ul
{
	padding-left: 0;
    list-style: none;
}
.invoice_details ul li
{
	padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    font-family:'roboto medium';
    color:#8c8c8c;
}
.total_div
{
	float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom:25px;
}	
.total_div .symbol
{
    /*width: 10%;
    */float: left;
    padding: 3px 10px 3px 5px;
    font-size: 16px;
    text-align: center;
    font-family: 'roboto medium';
   	color:#8c8c8c;	
}
.total_div .total
{
	border: 1px solid #ccc;
    width: 55%;
    float: left;
    padding: 3px;
    height: 30px;
    border-radius: 4px;
}
.choose_payment label
{
	font-size: 14px;
	font-family: 'roboto medium';
	color:#8c8c8c;
	padding-top:15px;
}
.choose_buttom
{
	padding-bottom:10px;
}
.choose_buttom input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0px;
    margin-left: 0px;
}
.checkbox-inline, .radio-inline
{
	color:#8c8c8c;
	padding:10px 0px 0px 15px ;
}
.card_input label
{
	padding-top: 15px;
    color: #8c8c8c;
    padding-top: 7px;
    margin-bottom: 0;
}
.card_input input
{
	width:100%;
	padding:5px;
}
.cvv_label
{
	float: left;
	width: 100%;
}
.padding_0px
{
	padding:0px;
}
.paynow_button
{
	padding-left: 0px;
	padding-top:20px;
	padding-bottom: 20px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.iframe_height{
	margin-top: 10px;
}
.benificiary_info{
	padding-top: 20px;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pay_btn {
	color: #ffffff;
    background-color: #10a9f5;
    border-radius: 20px;
    padding: 8px 32px 8px 32px;
    outline: none;
}
.pay_btn:hover, .pay_btn:focus {
	color: #ffffff;
    background-color: #10a9f5;
    border-radius: 20px;
    padding: 8px 32px 8px 32px;
    outline: none;
}
.pay_btn:active {
	color: #ffffff;
    background-color: #10a9f5;
    border-radius: 20px;
    padding: 8px 32px 8px 32px;
    outline: none;
}
.padding_top_10px {
	padding-top : 10px;
}
.paymentlabel {
	color: #8c8c8c;
	font-size: 14px;
    font-family: 'roboto medium';
}
.padding_top_20px {
	padding-top : 20px;
}
.no_invoice_found {
	padding: 25% 0px;
	color: #555555;
	font-size: 20px;
}
.avg_css
{
	list-style-type: none;
	display: inline-flex;
	padding: 13px 0px 12px 0px;
	margin-bottom: 0px
}
.bg_layer
{
position:fixed;
height:100%;
width:100%;
background-color:rgba(0,0,0,0.5);
top:0px;
left:0px;
z-index:9999;
display:flex;
}

.head
{
    background-color: #cfcfcf;
    padding: 10px;
    margin-bottom:50px
}
.transfer_btn
{
    float: left;
    border: 1px solid #10a9f5;
    color: #10a9f5;
    border-radius: 4px;
}
.ok_btn
{
    color: #fff;
    background-color: #10a9f5;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
}
.cancel_bt
{
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
}
#payment_model
{
display:none;
}
.display_none
{
    display:none !important;
}
.colo_red
{
display:none !important;
font-size:10px;
}
.bank_terms_condition{
	cursor:pointer;
	color: #10a9f5!important;
}
#app_div
{
display:none;
}
.padding_bottom_20px
{
	padding-bottom:20px !important;
}
.color_black
{
	color:black !important;
}
.padding_05_px
{
	padding:0px 5px;
}
.padding_bottom_75px
{
	padding-bottom:75px;
	border:none;
}
.position
{
	position: absolute;
    top: -25px;
}
.padding_bottom_75
{
	padding-bottom:75px;
}
.refund_color
{
	padding-left:90px;
	color:red
}
.rev_payment_div
{
	position: relative;
	top: -25px;
	left: 90px;
}
.terms_conditions
{
	line-height:30px;
	font-size: 15px;
}
.width_550px
{
	width:550px;
}
.header_sty_pay
{
	background-color: rgba(27, 55, 71, 0.12);
	color:black;
}
.list_inv_pay
{
	list-style-type: none;
	display: inline-flex;
	padding: 13px 0px 12px 0px;
	margin-bottom: 0px;
}
.payment_layout
{
background-color:rgba(0,0,0,0.5);
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:99999;
}
.popup_layout
{
position: relative;
margin: 0 auto;
float: none !important;
overflow: hidden;
top: 50%;
transform: translateY(-50%);
background-color:#fff;
padding: 0px;
border-radius:5px;
}
.bene_button_group
{
    padding:20px;
}
.head
{
padding: 10px;
margin-bottom:30px;
background-color:#10a9f5;
color:#fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size:18px;
}
.display_none
{
display:none;
}
.color-red
{
display:none;
font-size:10px;
}
.form_lbl
{
line-height: 1;
}
.form_val
{
line-height: 1;
font-family:'roboto bold';
}
.password_type
{
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}