html {
	height: 100%;
}
body {
	height: 100%;
}
#ui-display-area {
	height: 100%;
	display: flex;
	flex-direction: column;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

.portal-header {
	background: rgb(255,255,255);
	padding-top: 14px;
	padding-bottom: 14px;
	flex: 0 0 auto;
}
.portal-content {
	background: url(/ost/ui/pay/img/city_wide_2.svg);
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-size: 100%;
	
	/*padding-top: 32px;*/
	padding-bottom: 32px;
	flex: 1 0 auto;
}
@media only screen and (max-width: 1400px) {
	.portal-content {
		background-size: 155%;
	}
}
@media only screen and (max-width: 830px) {
	.portal-content {
		background-size: 140%;
	}
}
@media only screen and (max-width: 375px) {
	.portal-content {
		background-size: 189%;
	}
}
.portal-subcontent {
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding-bottom: 16px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 32px;
	margin-left: -25px;
	margin-right: -25px;
}
/*.portal-wide-city {
	background: url(/ost/ui/pay/img/city_wide_2.svg);
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: 102%;
}*/
.portal-footer {
	background-color: #212121;
	background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(33,33,33,1) 94%, rgba(23,23,23,1) 100%);
	padding-top: 30px;
	padding-bottom: 30px;
	flex-shrink: 0;
}
.portal-footer a {
	color: #F5F5F5;
}
.portal-footer a:hover {
	color: #9E9E9E;
}

.stm-logo {
	width: 225px;
	height: 56px;
}

.head-logo {
/*	margin-top: 15px;*/
	width: 273px;
	height: 69px;
}

.head-title {
	/*margin-top: 15px;*/
}

.btn-paysystem-mir {
	width: 64px;
	height: 18px;
}
.btn-paysystem-visa {
	width: 64px;
	height: 64px;
}
.btn-paysystem-mastercard {
	width: 51px;
	height: 40px;
}
.btn-paysystem-maestro {
	width: 48px;
	height: 48px;
}
.btn-paysystem-jcb {
	width: 43px;
	height: 52px;
	margin-top: 18px;
}
.bankcard-test-justify {
	text-align: justify;
}

.font-18pt {
	font-size: 18pt;
}

.input-bottom-label {
	border: 0px;
	/*border-radius: 0px 0px 8px 8px;
	background-color: #f2f2f2;*/
	margin-top: 0px;
	float: left;
	padding-bottom: 10px;
	font-size: 9pt;
	color: #7B7B7B;
}
/* end line */