.rootContainer{
	margin-top: 30px;
}
.rootContainer>div{
	width: 100%;
	text-align: center;
}
.top-bar{
	background-color: #0073a5;
	top:0px;
	width:100%;
	height:50px;
	text-align: center;
	padding-top:10px;
	color:#fff;
}
.top-bar>img{
	width: 150px;
    top: 5px;
    position: absolute;
    left: 50px;
}
.top-bar>p{
	position: absolute;
    right: 50px;
    top: 10px;
}
.payment-info-cards{
	width:280px;
	height:530px;
	margin-bottom: 20px;
	margin-left: 10px;
	transition: all 0.2s ease-out 0.1s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.payment-info-cards:hover{
	transform: translateY(-5px);
	box-shadow: 0px 10px 10px 5px #BEBEBE;
}
.cardheader{
	height: 55px;
	width:100%;
	background-color:#0073a5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
}
#card-qiwi{
	background-image:url(../images/qiwi.png); 
	background-size: contain;
}
#card-online{
	background-image:url(../images/visa.png); 
	background-size: contain;
}
#card-kassa{
	background-image:url(../images/kassa.png); 
	background-size: 40%;
}
#card-kaspi{
	background-image:url(../images/kaspi.png); 
	background-size: 40%;
}
#card-kazpost{
	background-image:url(../images/kazpost.png); 
	background-size: 75%;
}
.cardlogo{
	height:150px;
	width: 100%;
	background-color: #009fe5;
	background-repeat: no-repeat;
	background-position: center center;
}
.cardbody{
	height:325px;
	width:100%;
	position: relative;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 3px 0px 10px 3px #BEBEBE;
}
.cardheader-title{
	color:white;
	padding-top: 15px;
}
.cardbody-info{
	padding: 20px;
}
.cardbody-btn{
	position: absolute;
	bottom: 30px;
	width: 180px;
	left:18%;
	padding:10px;
	background-color: #009fe5;
	border:0;
	color:white; 
	transition: transform 0.1s ease-out 0.1s; 
}
.cardbody-btn:hover{
	transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
    .payment-info-cards{
    	float:none !important;
    	display: block !important;
    	margin-left: 0;
    	width:100%;
    }
    .cardbody-btn{
    	left:5%;
    	width:90%;
    }
    .top-bar > h5{
    	margin-left: 180px;
    	margin-top: -5px;
    }
    .top-bar > p{
    	top: 25px;
	}
}
@media only screen and (max-width: 400px) {
    .payment-info-cards{
    	margin-left: 0px;
    	width:100%;
    }
    .cardbody-btn{
    	left:5%;
    	width:90%;
    }
    .top-bar>h5{
    	font-size: 0.8em;
    	margin-left: 150px;
    }
    .top-bar>p{
    	top: 25px;
    	font-size: 0.8em;
    	right: 5px;
	}
	.top-bar>img{
		width: 150px;
    	left: 5px;
	}
}
#error-alert{
	display: none;
}
#modal-spinner{
    position: absolute;
    left:0;
    width:100%;
    height:100%; 
    z-index: 99; 
    padding-top: 15%;
    display: none;
}
.locations-table{
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.locations-table td{
	width: 50%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.modal-step-text{
	background-color: rgba(0,0,0,0.05);
    text-align: left;
    font-size: 1.1em;
}