@charset "utf-8";
body {
	background:white;/*f1f9f9;*/
}

.form-login {
	max-width: 700px;        
	padding: 10px 36px 28px;
	margin: 20px auto;
	background-color: #fff;	
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);			
	font-family: sans-serif, Helvetica, Tahoma, Geneva, sans-serif;
	color:black;
	font-weight:lighter;
}
.form-login .form-login-heading {
    color:black;/*you can change the color */
}
.form-login input[type="text"],
.form-login input[type="date"],
.form-login input[type="select"],
.form-login input[type="password"],
.form-login input[type="email"] {
    color: black;/*#ff0000;*/
    font-size: 16px;
    height: 40px;
    padding: 7px 9px;
    /*font-weight: bold;*/
}
.form-label {
  color:black; /*you can change the color */
}
.form-sub-label{
  color:black;/*you can change the color */
}
.body-container {
  margin-top:110px;
}
.navbar-brand {
  font-family:"Lucida Handwriting";
}
#btn-submit{
  height:45px;
}
.form-login h2{
  color:black;/*you can change the color */
}

.form-login .payment {
    float: left;
    position: relative;
}

.form-login label {
    width: 100%;
    margin-bottom: 10px;
}

.form-login .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.form-login .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.form-login .owner {
    width: 63%;
    margin-right: 10px;
}

.form-login .CVV {
    width: 35%;
}

.form-login .GrpButton {
    float: left;
    position: relative;
}

.form-login .BUT55 {
    padding: 2px;
    width: 85px;
    margin-top: -1.75em;
}

.form-login .BUT99 {
    padding: 2px;
    width: 63%;
    margin-top: -1.75em;
}

.form-login #card-number-field {
    width: 100%;
}

.form-login #expiration-date {
    width: 49%;
}

.form-login #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.form-login .payment zzselect {
    padding: 10px;
    margin-right: 15px;
    font-size: 16px;
}

.form-login zzselect {
    padding: 10px 36px 28px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    font-family: sans-serif, Helvetica, Tahoma, Geneva, sans-serif;
    color: black;
    font-weight: lighter;
    color: black; /*#ff0000;*/
    font-size: 16px;
    height: 40px;
    padding: 7px 9px;
}

select {
  /* styling */
  background-color: white;
  border: 1px solid lightgray;/*#e5e5e5;*/
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
select .classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select .classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, grey 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, grey 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: lightgray;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .form-login .owner,
    .form-login .CVV,
    .form-login #expiration-date,
    .form-login #credit_cards {
        width: 100%;
    }
    .form-login #credit_cards {
        text-align: left;
    }
}

table td, table td * {
    vertical-align: top;
    /*font-weight: bold;*/
}
/* Progressbar */
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #8b9ab0;
	text-transform: uppercase;
	font-size: 9px;
	width: 24%;
	float: left;
	position: relative;
	text-align: center;
}
#progressbar li.active {
	color: #d91b5b;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 22px;
	line-height: 22px;
	display: block;
	font-size: 12px;
	color: #d91b5b;
	background: #d91b5b;/*#80B816;//white;*/
	border-radius: 3em;
	margin: 0 auto 5px auto;
	text-align: center;
}

/* Progressbar connectors */
#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #d91b5b;
	position: absolute;
	left: -50%;
	top: 10px;
	z-index: -1;
}
#progressbar li:first-child:after {
	/* connector not needed before the first step */
	content: none; 
}

/* Marking active/completed steps green */
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #d91b5b;
	color: white;
}

#top {
    display: block;
    position: relative;
}
#top h2{
    text-align: center;
    font-weight: bold;
}

.btn-primary {
    background-color: #1F313F !important;
}
.btn-primary:hover, .btn-primary:visited {
    background-color: #253544 !important;
}

.input-hidden {
  /* For Hiding Radio Button Circles */
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label > img {
  border: 4px solid rgb(138, 138, 138);
  //box-shadow: 0 0 3px 3px #9e00e2;
}

input[type="radio"] + label > img {
  border: 1px rgb(0, 0, 0);
  padding: 0px;
  //transition: 500ms all;
}

input[type="radio"]:checked + label > img {
  /*transform: rotateZ(-10deg) rotateX(10deg);*/
}

/* ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*html, body {
  padding: 1em 1.5em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  width: 650px;
  color: #6d6d6d;
}*/

.speech-bubble {
  position: relative;
  padding: 1.5em;
  border-radius: 10px;
  box-sizing: border-box;
  background: #eaf5fa;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 40px
}

.speech-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2em;
  left: 42.5%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent transparent #eaf5fa #eaf5fa;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.2);;
  z-index: 0;
}

#bubble-title {
  font-size: 1.3em;
  margin-bottom: 8px;
}
#form-box {
  height: content;
  padding: 2em 3.5em;
  border-top: 50px solid #E8E8E8;
  border-left: 2px solid #E8E8E8;
  border-right: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
}

#form-title {
  font-size: 1.6em;
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-bottom: 1.5px solid #E8E8E8;
}

.form-header {
  font-size: 16px;
  margin-bottom: 2px;
}

.form-input {
  width: 70%;
  height: 30px;
  font-size: 16px;
  padding-left: 6px;
}

.form-input:not(:last-child) {
  margin-bottom: 15px;
}
/*
input[type=submit] {
  display: block;
  -webkit-appearance: button;
  font-size: 15px;
  width: 135px;
  height: 36px;
  margin-left: 254px;
  background-color: #E18988;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
}

/* Forces .form-input styles onto search type */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}*/

zselect {
  background-color: white;
  border: thin solid #CCCCCC;
  margin-bottom: 15px;
  display: inline-block;
  color: #757575;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  height: 35px;
  padding: 0.4em 4.5em 0.5em 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

zselect.country-select {
  background-image:
    linear-gradient(45deg, transparent 50%, #757575 50%),
    linear-gradient(135deg, #757575 50%, transparent 50%),
    linear-gradient(to right, #CCCCCC, #CCCCCC);
  background-position:
    calc(100% - 20px) calc(1em),
    calc(100% - 15px) calc(1em),
    calc(100% - 2.5em) 0.4em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*===========================*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);

* {
  box-sizing: border-box;
}

.button-wrap {
    float: left;
    position: relative; /*absolute;*/
    width: 80px;
    /*height: 30px;*/
    text-align: center;
    top: 50%;
    margin-top: -2.5em;
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}

.button-label {
    display: inline-block;
    height: 55px;
    padding: 1em 2em;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-label h1 {
  height: auto;/*55px;*/
  margin-top: 0.35em;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}

#yes-button:checked + .button-label,
#yes-child:checked + .button-label,
#yes-childminor:checked + .button-label,
#yes-guardian:checked + .button-label,
#yes-inheritance:checked + .button-label,
#yes-gift:checked + .button-label,
#yes-recipient:checked + .button-label,
#yes-failure:checked + .button-label,
#yes-pet:checked + .button-label,
#yes-addinfo:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
}
#yes-button:checked + .button-label:hover,
#yes-child:checked + .button-label:hover,
#yes-childminor:checked + .button-label:hover,
#yes-guardian:checked + .button-label:hover,
#yes-inheritance:checked + .button-label:hover,
#yes-gift:checked + .button-label:hover,
#yes-recipient:checked + .button-label:hover,
#yes-failure:checked + .button-label:hover,
#yes-pet:checked + .button-label:hover,
#yes-addinfo:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#no-button:checked + .button-label,
#no-child:checked + .button-label,
#no-childminor:checked + .button-label,
#no-guardian:checked + .button-label,
#no-inheritance:checked + .button-label,
#no-gift:checked + .button-label,
#no-recipient:checked + .button-label,
#no-failure:checked + .button-label,
#no-pet:checked + .button-label,
#no-addinfo:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
#no-button:checked + .button-label:hover,
#no-child:checked + .button-label:hover,
#no-childminor:checked + .button-label:hover,
#no-guardian:checked + .button-label:hover,
#no-inheritance:checked + .button-label:hover,
#no-gift:checked + .button-label:hover,
#no-recipient:checked + .button-label:hover,
#no-failure:checked + .button-label:hover,
#no-pet:checked + .button-label:hover,
#no-addinfo:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

#D-signing:checked + .button-label,
#M-signing:checked + .button-label,
#U-signing:checked + .button-label,
#S-signing:checked + .button-label {
    background: #29b765;
    color: #e2e2e2;
}

#D-signing:checked + .button-label:hover,
#M-signing:checked + .button-label:hover,
#U-signing:checked + .button-label:hover,
#S-signing:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

#maybe-button:checked + .button-label {
    background: #4183D7;
    color: #efefef;
}
#maybe-button:checked + .button-label:hover {
  background: #2c75d2;
  color: #e2e2e2;
}

.hidden {
  display: none;
}

/*=====*/
