﻿/*form FOOTER*/
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	line-height: 1.8;
}

.header, .footer, .mainContent {
	display: table-row;
}

.footer {
	height: 1px;
}
/*form FOOTER end*/

.mainContent {
	height: auto;
}

body {
	color: #818181;
	font-family: 'Quicksand', sans-serif;
	/*background-color: #f1f1f1;*/
}
.bggray {
	background-color: #f1f1f1;
}

h2 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 15px;
}

h4 {
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
}

hr.style1 {
	border-top: 1px solid #dfdbdb;
}

#mainLogo {
	margin-top: 5px;
	margin-left: 15px;
}

.logo-img {
	padding-top: 25px;
}
.cr-card-logo {
	display: inline-block;
	height: 22px;
	padding-bottom: 5px;
}

.form-title {
	padding-left: 0px;
	text-align: left;
}

.after-form {
	/*float: right;*/
	text-align: right;
}

.num-form {
	font-size: 20px;
	color: #000;
}

.form-title {
	padding-left: 0px;
	text-align: left;
}

.jtron {
	background: url("../images/bg2.jpg");
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #016390;
	color: #ffffff;
	margin: auto;
}

.img-fluid {
	max-width: 30%;
	display: block;
	text-align: center;
	margin: auto;
}


.img-fluid-2 {
	display: block;
	max-width: 40%;
	text-align: center;
	margin: auto;
}

.text-info {
	font-size: 20px;
	color: #818181;
}

.text-info-1 {
	font-size: 16px;
	margin-top: 0px;
	color: #818181;
}

.text-info-2 {
	font-size: 14px;
	margin-top: 10px;
	color: #818181;
}

.main-text-info {
	font-size: 20px;
	color: #fff;
}

.main-text-info-1 {
	font-size: 16px;
	margin-top: 0px;
	color: #fff;
}

.section-text {
	margin-bottom: -35px;
	color: #fff;
	font-weight: 400;
}
#home {
	padding-top: 20px;
}

.app-icon {
	margin: auto;
}

.app-icon > img {
		width: 100%;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #016390;
}

.carousel-indicators li {
	border-color: #016390;
}

.carousel-indicators li.active {
		background-color: #016390;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.navbar {
	margin-bottom: 0;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 3px;
	font-weight: bold;
	border-radius: 0;
	border-color: rgba(255,255,255,.3);
	background-color: transparent;
}


.navbar li a, .navbar {
	color: #555 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #222 !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #555;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #555;
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1fflus;
	visibility: visible;
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

.serviceHover {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.serviceHover:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.mapBackground {
	height: 600px;
	background-image: url("../images/kioskMap.png");
	background-size: cover;
}

.kioskMapLabel {
	margin-top: 200px;
	margin-bottom: 20px;
	font-size: 38px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #016390;
}

.pushButton {
	width: 200px;
	height: 50px;
	cursor: pointer;
	background-color: #016390;
	color: #ffffff;
	border: 3px solid #ffffff;
	box-shadow: -10px 10px 0px #ffffff;
	transition: all .7s ease;
	transition: all .7s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-delay: .22s;
	animation: glow 2s ease-in infinite;
}

.pushButtonSmall {
	width: 150px;
	height: 50px;
	cursor: pointer;
	background-color: #016390;
	color: #ffffff;
	border: 3px solid #ffffff;
	box-shadow: -10px 10px 0px #ffffff;
	transition: all .7s ease;
	transition: all .7s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-delay: .22s;
	animation: glow 2s ease-in infinite;
}

.pushButton:active {
	box-shadow: 0px 0px 5px #ffffff;
	transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	border-color: transparent;
}

@keyframes glow {
	0% {
		box-shadow: 0 0 0 0 transparent;
	}

	50% {
		box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.7);
	}

	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

.social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.menuColor {
	font-size: 18px;
	cursor: pointer;
}

/*.menuColor:hover {
	color: #016390;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #016390;
	box-shadow: 5px 0 5px -5px #016390;
}*/

.service-name {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.paymentServiceSelected {
	/*color: #016390;*/
	font-weight: bold;
}

.paymentServiceLabel {
	margin: 0;
	padding: 0;
	text-align: left;	
}

.main-cont {
	background-color: #f6f6f5;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 100px;
	line-height: 2.3;
	border-radius: 8px;
	border: 1px solid #e5e3e3;
}


.text-error {
	color: #fff;
	font-family: sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

.text-error2 {
	color: #818181;
	font-family: sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 2.1;
}

.text-error2 > a {
	cursor:pointer;
}

.dangerIcon {
	margin:0 auto;
}
.stylish-input-group .input-group-addon {
	background: white !important;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
	color: #016390;
}

.paymentServiceHover {
	/*width: 50%;
	height: 50%;*/
	cursor: pointer;
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.paymentServiceHover:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
/*.payment-icon {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.payment-icon:hover {
	-webkit-filter: none;
	filter: none;
	color: #006CD8;
}*/

.noPadding {
	padding: 0;
}

.footerPadding {
	padding: 10px;
}

/*Form Wizard*/
.bs-wizard {
	padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
padding: 0;
position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #BCDDF9;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #016390;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #BCDDF9;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}
/*END Form Wizard*/
.invalidLabel {
	height: 30px;
	line-height: 30px;
	color: red;
}

.validLabel {
	min-height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.formElementBorderRadius {
	border-radius: 0;
	margin: 5px 0 5px 0;
}

.checkBtn {
	background-color: #016390;
	border-color: #0474a7;
}

.checkBtn:hover, .checkBtn:active, .checkBtn:focus {
	background-color: #006cd8;
	border-color: #0c94d3;
}

.form-group-lg .form-control, .input-lg {
	font-size: 15px;
	border-radius: 4px;
}

.custom-combobox {
	float:left;
	margin-bottom:10px;
}

.btn-group-lg > .btn, .btn-lg {
	font-size: 15px;
	border-radius: 0px;
}

.btn-primary {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
	background-color: #449d44;
	border-color: #398439;
}

.clientDetails {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #a3a3a3;
	font-weight: 800;
	background: #eee;
	height: 50px;
	margin: 0 auto;
}

.clientDetails > span {
	margin-top: 5px;
}

.noPadLR {
	padding-left: 0;
	padding-right: 0;
}

.success-text {
	color: #12cb12;
}

.back-icon {
	font-size: 20px;
	margin-bottom: 20px;
	margin: 10px 0 20px 120px;
}

.back-icon a {
	color: #818181;
	text-decoration: none;
}

/* NEW - update existing */

.partnerLogo {
	width: 100px;
	height: 100px;
	/*margin-bottom: 25px;*/
	border-radius: 50px; /* if images will be rect, remove this line */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.googlePlayButton {
	width: 165px;
	height: 50px;
	margin-bottom: 20px;
	background-size: cover;
}

.appStoreButton {
	width: 165px;
	height: 50px;
	margin-bottom: 20px;
	background-size: cover;
}

.roundbox {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12);
}

.ptop20 {
	padding-top: 20px;
}
.pbtm10 {
    padding-bottom:10px;
}
.pbtm20 {
	padding-bottom: 20px;
}

.ptop50 {
	padding-top: 50px;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.mtop20 {
	margin-top: 20px;
}

.mtop30 {
	margin-top: 30px;
}

.mtop50 {
	margin-top: 50px;
}

.horizontalbox {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

#comments {
	overflow: hidden;
}

.btmSocial a {
	color: #555;
}

.prtnrsBox img {
	border: 1px solid lightgray;
	border-radius: 50px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width: 375px) {
	h1 {
		font-size: 33px !important;
	}

	.text-info-2 {
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 768px) {
	.mainSubText {
		font-size: 25px !important;
	}
}

.footer-app {
	border-bottom: none;
	margin-top: 30px;
}

.footer-app > div {
	padding-top:7px;
}

.footerTxt {
	padding-right: 45px;
}

.footerTxt a {
	color: #a7a7a7;
}

.social-icon a {
	color: #a7a7a7;
}

@media screen and (max-width:767px) {
	.footer-app {
		border-bottom: 1px solid #c2c2c2;
		margin-top: 0px;
	}
}

.googlePlayButton_1 {
	content: url("../images/googlePlay_2.png");
	background-size: cover;
	cursor: pointer;
}

.appStoreButton_1 {
	content: url("../images/appStore_2.png");
	background-size: cover;
	cursor: pointer;
}

.phone-number {
	font-size: 22px;
	margin: 0;
}

@media screen and (max-width:768px) {
	.phone-number-div {
		border-bottom: 1px solid #c2c2c2;
	}
	.btn-lg {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.social-icon {
		border-bottom: 1px solid #c2c2c2;
	}
}

@media screen and (max-width:768px) {
	.up-icon {
		display: none;
	}
}

.appStoreButton_1:hover {
	opacity: 0.8;
}

.paybody {
	padding-top: 20px;
	padding-bottom: 50px;
}

.comodoIcon {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: scale(0.8);
}

.comodoIcon:hover {
	-webkit-filter: none;
	filter: none;
}

.comodoIcon img {
	width:75px;
}

.pcardsDiv {
	font-size: 13px;
	color: black;
	text-align: center;
}
.roption {
    display:inline;
    padding-right:15px;
}

.btn-back a {
	text-decoration:none;
	color:white;
}

.dialogHeader {
	background: #ffc107;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.dialogText {
	font-weight: bold;
	color: #ffffff;
}

.dialogFooter {
	border-top: none;
}

.dnone {
	display: none;
}

.cboth {
	clear: both;
}

#map_id {
	height: 80vh; 
	min-height: 500px; 
	position: relative; 
	overflow: hidden;
}

.margtop10 {
	margin-top: 10px;
}

.terminalList {
	display: block;
	height: 400px;
	overflow-y: scroll;
}

.modal-img {
	width:100%;
}

.Divcccombobox {
	width: 248px;
	margin: 0 auto;
}

.margtop5 {
	margin-top: 5px;
}

.dinl-bl {
	display:inline-block;
}

.paymMethodimg {
	height: 36px;
}

.text-comission {
	color: #ff0601;
	font-size: 11px;
}

