﻿.payment_input_container {
	margin-bottom: 0px;
	float:right;
	width:100%;
}
.CardField-input-wrapper {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 100%;
	float:right;
}
.CardField-button-wrapper {
	position: static;
	white-space: nowrap;
	overflow: hidden;
	margin: auto;
	height: 40px;
	width: 100%;
	border-radius: 3px;
	float:right;
}
.CardField-button {
	margin: auto;
	position: static;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	border: none;
	background-color: #cfb27f;
	color: #fff;
	font-size: 19px;
	cursor: pointer;
	padding:0!important;
	margin:0!important;
}
.CardField-button:hover {
	margin: auto;
	position: static;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	border: none;
	background-color: #cfb27f;
	color: #fff;
	font-size: 19px;
	cursor: pointer;
	padding:0!important;
	margin:0!important;
}
.CardField-button:focus {
	margin: auto;
	position: static;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	border: none;
	background-color: #000 !important;
	color: #fff !important;
	font-size: 19px !important;
	cursor: pointer;
	padding:0!important;
	margin:0!important;
}

.CardField-child {
	display: inline-block;
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.InputContainer {
	position: relative;
	display: block;
	margin: 0;
	height: 24px;
	width: 189px;
	padding: 0;
	border-color: #00000033;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
}
.InputContainer#expiry {
	width: 76px
}
.InputContainer#cvv {
	width: 39px
}
.InputContainer#card_holder_id_number {
	width: 83px
}
#global_card {
	max-width: 22px;
	max-height: 18px;
	background-repeat: no-repeat;
	top: 25px;
	right: 12px;
	position:absolute;
	background-color:#ccc;
	display:inline-block;
}
.formWindow {
	border-radius: 5px;
	box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 90px;
	position: static;
	margin: auto;
	padding-top: 10px;
	height: auto;
	padding-bottom: 6px;
}
.formTxtUp {
	background-color: #ffffff;
	width: 100%;
	position: static;
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
	color: #C4A39Fc7;
}
.formTxtDown {
	width: 100%;
	position: static;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#cardwindow {
	width: 100%;
	height: 100%;
	position: relative;
	top: 30%;
	width: 495px;
	margin: auto;
}
.focusedBorder {
	border-color: #00000069;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
}
.disabled-CardField-button {
	background-color: #b8bbb2;
	cursor: none;
}
.Card-Errors {
	float:right;
	width:100%;
	text-align: center;
	color: red;
	margin-bottom:10px
}
.Display-None {
	display: none;
}
.form-control input {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.secure_ssl_img {
	float: right;
	width: 160px;
	margin-top: 5px;
	margin-left:calc(50% - 80px);
	margin-right:calc(50% - 80px);
}
.creditcard_images_container {
	float: right;
	width: 100%;
	margin-top: 5px;
	margin-bottom:5px;
	display:inline-block;
	text-align:center;
	direction:rtl;
	border: 1px solid #f4f4f4;
}
.creditcard_img {
	float: right;
	width: auto;
	margin-left:5px;
	margin-top:3px;
	display:inline-block;
}
.creditcard_ssl_img {
	float: right;
	width: 155px;
	display:inline-block;
}
.title_number {
    float: right;
    width: 34px;
    height: 44px;
    position:absolute;
    top:0px;
    right:0;
    color:#fff;
    font-size:20px;
    line-height:2.3em;
    text-align:center;
    background-color:transparent;
    -webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.form-control {
	width: 100%;
	float: right;
	box-sizing:border-box;
	margin-bottom:10px;
	height: 38px;
    padding: .375rem .75rem;
    font-size: 16px!important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.payment_input_container {
	width: 49%;
	float: right;
	margin-left: 2%;
}
.payment_input_container:nth-of-type(2n) {
	margin-left: 0px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.form-control {
	width: 100%;
	float: right;
	box-sizing:border-box;
	margin-bottom:10px;
	height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.payment_input_container {
	width: 100%;
	float: right;
	margin-left: 0;
}
.payment_input_container:nth-of-type(2n) {
	margin-left: 0px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.form-control {
	width: 100%;
	float: right;
	box-sizing:border-box;
	margin-bottom:10px;
	height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.payment_input_container {
	width: 100%;
	float: right;
	margin-left: 0;
}
.payment_input_container:nth-of-type(2n) {
	margin-left: 0px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.form-control {
	width: 100%;
	float: right;
	box-sizing:border-box;
	margin-bottom:10px;
	height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.payment_input_container {
	width: 100%;
	float: right;
	margin-left: 0;
}
.payment_input_container:nth-of-type(2n) {
	margin-left: 0px;
}
.creditcard_ssl_img {
	float: right;
	width: 125px;
	display:inline-block;
	margin-top:2px
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.form-control {
	width: 100%;
	float: right;
	box-sizing:border-box;
	margin-bottom:10px;
	height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.payment_input_container {
	width: 100%;
	float: right;
	margin-left: 0;
}
.payment_input_container:nth-of-type(2n) {
	margin-left: 0px;
}
.creditcard_ssl_img {
	float: right;
	width: 125px;
	display:inline-block;
	margin-top:2px
}
}