/*************************************************| Payment Gateway Core Default CSS Style |******************************************************************
Theme Name:      Payment Gateway
Company Website: 
Description:     New Design of Payment Gateway | All Rights Reserved 2017
Author:          Marat Raimberdievich
Version:         1.0
Tags:            

************************************* | Default Browsers' Attribs Reseting & Main Styling |*********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

html {
	width: 100%;
	height: 100%;
  	box-sizing: border-box;
  	position:relative;
}

body {
	width: 100%;
	position: relative;
	line-height: 1;
}

form {
	width: 100%;
}

html, body {
	display:table;	
	height: 100vh;
	min-height:100%;
	background:#004b7a url('../javax.faces.resource/bg.jpg.xhtml?ln=images') no-repeat center center !important;
	font-family: Arial !important;
	font-size: 14px;
	background-size: cover;
	color: #2f3e4b !important;
}
*{
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
* {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
:focus {
	outline: 0 !important;
}

a:link, a:visited {
	color: #34402b;
}

a:hover, a:active {
	cursor: pointer;
	text-decoration: none !important;
	color: #3cb371;
}
.main-title{
	margin:70px auto 40px auto;
	width:80%;
}
.main-title .logo {
	width:207px;
	height:94px;
	display:inline-block;
	background:url('../javax.faces.resource/play_logo.png.xhtml?ln=images') no-repeat center center;
}

@media print {

	.payment-print {
		display:table;
		margin: auto auto;
		padding:30px;
	}
	.payment-print .print-container{
		border:2px solid #ababab;
		margin-top:50px;
		padding:20px;
		width:550px;
	}
	.payment-print .print-container .print-content-title {
		font-size:12px;
		color:#6d6e71;
		text-transform: uppercase;
		
	}
	.payment-print .print-container .print-content{
		font-size:16px;
		color:#000;
	}
	.payment-print .print-qr {
		display:table;
		margin:10px auto 0;
	}
	.payment-print .print-qr img {
		width:200px;
	}
	.payment-print .print-container .print-content.code{
		font-size:50px;
	}
	.payment-print .print-container .print-content-title label {
		margin-bottom:0;
		font-weight: bold;
    	border-bottom: 2px solid #aaa;
	}
	.payment-print .print-container .print-title {
		font-size:24px;
		font-weight:500;
		color:#414042;
		display:block;
		margin-bottom:25px;
		padding-bottom:15px;
		border-bottom:2px solid #c3c4c5;
	}
	.payment-print .logo{
		width:207px;
		height:94px;	
		display:inline-block;
	} 
}


	.payment-container .payment-print {
		display:table;
		margin: auto auto;
		padding:30px;
		text-align:left;
		text-align:left;
	}
	.payment-container .payment-print .print-container{
		border:2px solid #ababab;
		margin-top:40px;
		padding:20px;
		width:550px;
	}
	.payment-container .payment-print .print-container .print-content-title {
		font-size:12px;
		color:#6d6e71;
		text-transform: uppercase;
		
	}
	.payment-container .payment-print .print-container .print-content{
		font-size:16px;
		color:#000;
	}
	.payment-print .print-qr {
		display:table;
		margin:10px auto 0;
	}
	.payment-print .print-qr img {
		width:200px;
	}
	.payment-container .payment-print .print-container .print-content.code{
		font-size:50px;
	}
	.payment-container .payment-print .print-container .print-content-title label {
		margin-bottom:0;
		font-weight: bold;
    	border-bottom: 2px solid #aaa;
	}
	.payment-container .payment-print .print-container .print-title {
		font-size:24px;
		font-weight:500;
		color:#414042;
		display:block;
		margin-bottom:25px;
		padding-bottom:15px;
		border-bottom:2px solid #c3c4c5;
	}
	.payment-container .payment-print .logo{
		width:207px;
		height:94px;	
		display:inline-block;
	} 
.main-title h1{
	color:#fff;
	line-height: 24px;
	display:inline-block;
	font-style:italic;
	position:relative;
	top:-24px;
	font-weight:600;
	padding-bottom:20px;
	font-size:20px;
	margin-top:12px;
	text-transform:uppercase;
}
.payment-container {
	width:80%;
	margin:auto auto;
	background:#fff;
	border-radius:10px;
	padding: 20px 30px 50px 40px;
}
.payment-container .accordion .card {
	margin-bottom:25px;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5 !important;
}
.payment-container > label {
	display:block;
	text-transform:uppercase;
	font-size:20px;
	color:#414042;
	padding-bottom:6px;
	border-bottom:1px solid #c3c4c5;
}
.stored-infos {
}
.print-button {
	display:table !important;
	margin:20px auto;
}
.submit-container {
	text-align:center;
}
.submit-container input[type="submit"] {
    background: #004b7a;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    cursor:pointer;
}
.payment-container .card-header .btn-link{
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #004b7a !important;	
}
.type-service span label, .number-service span label, .amount-pay span label{
	padding:0;
	color:#6d6e71;
	font-size:12px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	border:0;
}
.type-service p label, .number-service p label, .amount-pay p label{
    border: 0;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    display:block;
    text-indent: 10px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 5px;
    background: #e9e9e9;
}
@media screen and (max-width: 1217px) {
	.type-service, .number-service, .amount-pay {
		display:block !important;
		margin-bottom:20px;
		width:100% !important;
		padding:0 !important;
	}
}
.type-service, .number-service, .amount-pay {
	display:inline-table;
	margin-top:26px;
	padding:0 1%;
	width: 31.1%;
}
.payment-container > label {
	margin:30px 0;
}
.payment-container > label:nth-of-type(1){
	margin:0;
}
.bank-wrapper .bank-container:nth-of-type(1){
	margin:20px 20px 20px 0;
}
.bank-wrapper .bank-container:last-child {
	margin:20px 0 20px 20px;
}
.bank-wrapper {
	display:table;
	text-align:center;
	margin:auto auto;
}
@media screen and (max-width: 1217px) {
	.bank-wrapper .bank-container {
		display:table !important;
		margin:0 0 30px 0 !important;
	}
}
.bank-wrapper .bank-container {
	width:270px;
	height:184px;
	display:inline-table;
	margin:20px;
	border-radius:4px;
}
.bank-wrapper .bank-container .bank-select{
	width:100%;
	position:relative;
	z-index:10000000;
	background-color:rgba(255, 255, 255, 0.6);
	height:100%;
	opacity:0;
	display:table-cell;
	vertical-align: middle;
	border-radius:4px;
}
.bank-wrapper .bank-container .bank-select:hover, .bank-wrapper .bank-container .bank-select:active {
	opacity:1;
}

.bank-wrapper .bank-container .bank-select a {
    display: table;
    cursor: pointer;
    text-decoration:none;
    margin: auto auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius:5px;
	background:#fff;
    width: fit-content;
}
.bank-wrapper .bank-container .bank-select a:link label, .bank-wrapper .bank-container .bank-select a:visited label{
	display:block;
	padding: 5px 10px;
	cursor:pointer;
	color:#000;
} 
.success-return {
	width:fit-content;
	margin:20px auto;
	
}
.success-return label {
	color:#4caf50;
	display:block;
	font-weight:bold;
	font-size:16px;
}
.success-return.error label {
	color:#d83535;
}
.success-return button {
	padding:5px 20px;
	border:1px solid #cbcbcb;
	margin:20px auto;
	display:block;
	background:#e9e9e9;
}
.bottom-info {
	width:fit-content;
	margin:100px auto;
}
.developed_by {
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:20px;
	right:0;
	font-size:13px;
	font-weight:bold;
	left:0;
}
.developed_by a:link, .developed_by a:visited {
	color:#fff;
	text-decoration:none;
}
.support {
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.support span {
	font-weight:bold;
	display:block;
	margin-top:5px;
}
.taza {
	float:right;
	width:96px;
	height:61px;
}

.login-page #login-form {
    -webkit-animation: opacity 0.2s linear 1;
    -moz-animation: opacity 0.2s linear 1;
    animation: opacity 0.2s linear 1;
}

.login a {
    display: block;
}

#login-form {
    width: 280px;
    margin: 0 auto;
    margin-top: 40px;
}

#login-form .label {
    font-weight: bold;
    margin-left: 2px;
    font-size: 1.1em;
    display: none;
    *display: block;
}

.label.psw {
    margin-top: 10px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #ddd;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1.5em;
    padding-left: 10px;
    height: 40px;
    width: 280px;
}

#login-form .button {
    background: #34696f;
    border: none;
    color: #fff;
    width: 280px;
    height: 42px;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 5px;
    font-weight: 500;
}

#login-form .button:hover {
    background: #132a1b;
}

#login-form div {
    margin-top: 10px;
    text-align: center;
}

.reg {
    margin-top: 20px;
    text-align: center;
}

.reg a {
    font-size: 14px;
    color: #59d0ff;
}

.reg a:hover {
    color: #1abeff;
}

.abs.copy {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#login-form .highlight {
    border-color: red;
}

#login-form .error {
    padding-left: 0;
    margin-left: 2px;
    display: block;
}

.visuallyhidden {
	position: absolute;
	width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
	height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
	padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;    
}

.logo-block {
    text-align: center;
}

.logo-block.small {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    text-align: left;
}

.logo-block .logo {
    background: url('../javax.faces.resource/logo-big.png.xhtml?ln=img');
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
}


.logo-block h1.title {
    font-size: 19px;
    font-weight: 500;
    color: #737b88;
    margin-bottom: 5px;
    margin-top: 5px;
}

.logo-block h2.title {
    font-size: 13px;
}

.logo-block.small h1.title {
    margin: 0;
}

.logo-block.small div {
    width: 365px;
    height: 48px;
    margin: 0 auto;
}

.gerb {
    display: block;
    width: 128px;
    height: 128px;
    background: url('../javax.faces.resource/logo.png.xhtml?ln=img');
}

.logo-block .gerb {
    margin: 0 auto;
    margin-bottom: 25px;
}

.gerb.small {
    width: 48px;
    height: 48px;
    background: url('../javax.faces.resource/gerb_x_48.png.xhtml?ln=img');
    margin-right: 5px;
}

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix {	*zoom: 1; }

.clear { clear: both; }

.user-name {
	margin-left: 5px;
	line-height: 2.4;
	width: 115px;
	height: 30px;
	color: #f5f5f5;
}

.user-icon {
    width: 30px;
    height: 30px;
    background: url('../javax.faces.resource/user-icon.png.xhtml?ln=img') no-repeat;
    background-size: cover;
}

.menu-arrow {
    width: 16px;
    height: 16px;
    background: url('../javax.faces.resource/user-arrow.png.xhtml?ln=img') no-repeat;
    background-size: cover;
    margin: 9px 0;
}

div.user:hover {
    background-position: -63px 0;
    transition: opacity 0.3s ease-in-out;
}

div.user:hover .menu-arrow {
    background-position: -16px 0;
}

.user-menu {
    display: none;
    position: absolute;
    height: 0;
    opacity: 0;
    padding-top: 10px;
	top: 34px;
	right: 3px;
	width: 170px;
	z-index: 1;
	cursor: pointer;
}

.user-menu .menu {
    background: #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 0;
    width: 166px;
    position: absolute;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.user-menu .menu ul li:hover {
	background: #f5f5f5;
}

.user-menu .menu ul li:hover a {
	color: #00aff0;
}