/* Custom styles start here ;) */

#LoginWithAmazon {
	cursor: pointer;
}

body {
	background-color: #DADFE1;
	width: 100%;
}

a {
	color: #35b6e3;
}

a:hover, a:focus {
	color: #6BB9F0
}

h2 {
	font-size: 36px;
}

.container {
	width: 100%;
}

.form-container {
	width: 60%;
	padding: 2em 4em;
	margin: 2% auto;
	background-color: #fff;
	border: 3px solid #35b6e3;
	border-radius: 5px;
}

.small-text {
    font-size: 14px;
}


/* MISC CLASSES */

#logo {
    width: 150px;
    -webkit-filter: contrast(90%);
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 0px;
    margin-left: -10px;
}
@media (max-width: 1400px) {
    #logo {
        margin-left: -25px;
    }
}

.signup-hr {
    width: 100%;
    border-top: 2px solid #eeeeee;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.signup-btn-link {
	color: #fff;
}

.heading-light {
	font-weight: lighter;
}

.loading-glass {
    opacity: 0.5;
    z-index: 1;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.loading-loop-sm {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background-image: url("/static/signup/images/signup-form-preloader2.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.loading-loop-gray-bg {
    width: 104px;
    height: 104px;
    margin: 80px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 2px solid #35b6e3;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25); 
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25); 
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    background-image: url("/static/signup/images/signup-form-preloader2.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.loading-loop-lg {
    max-width: 128px;
    margin: 0 auto;
}

.centered-block {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hline-container {
    border-bottom: 1px solid #ced4db;
    width: 95%;
    text-align: center;
    margin: 10px 0 25px 2.5%;
    height: 15px;
}

.hline-text {
    padding: 0 5px;
    background-color: #fff;
}


/* ICON STYLES */

.icon-row {
}

.icon-circle {
    background-color: #efefef;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    margin: 10px auto;
    padding: .5em;
}

.icon-circle-active {
	background-color: #67809F;
}

.icon,
.icon-label {
	color: #ccc;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.fa-long-arrow-right {
    color: #efefef;
}

.icon-label {
	font-size: .85em;
}

.icon-active {
	color: #ffffff;
}

.icon-circle-completed {
	background-color: #89C4F4;
}

.icon-arrow-active,
.icon-label-active {
	color: #67809F;
}


.icon-hr {
	border-top: 5px solid;
	width: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

.caret-container {
	padding-top: 1.5%;
}

.icon-container-active > .icon-circle {
    background-color: #67809F;
}

.icon-container-active > .icon-circle > i {
    color: #fff;
}

.icon-container-active > .icon-label {
    color: #67809F;
}

.caret-container-active > i {
	color: #67809F;
}


/*
.icon-container {
	margin-left: .5em;
	margin-right: .5em;
}
*/

/* INPUT STYLES */

.input-row {
	padding-bottom: .5em;
}

.control-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}

.form-group.focus .form-control,
.form-control:focus {
  border-color: #35b6e3;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-horizontal .control-label {
    padding-top: .8em;
}

.padding-top-sm {
    padding-top: 6px !important;
}

.signup-input-label-hg {
	font-size: 18px;
}

.signup-input-label-lg {
	font-size: 18px;
	line-height: 26px;
}

label {
    /* Clicking a checkbox while moving the mouse can select the label text without this */
    user-select: none;
}

.signup-opt-container {
	/* Default margin is 20, which is too much whitespace between the two checkbox fields */
    margin-bottom: 0;
}
.signup-opt {
    font-size: 16px;
    padding-top: 2px;
    /* display: block; */
}
.signup-opt a {
    color: #35b6e3;
}
.signup-opt span {
    margin-top: 5px;
}

.checkbox.checked,
.radio.checked {
  color: #34495e;
}

.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #35b6e3;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.checkbox .icons .second-icon,
.checkbox .icons .first-icon {
    top: 3px;
}

.radio .icons .first-icon,
.radio .icons .second-icon {
    top: 5px;
}


/* Error Messages */

.form-group .error-msg {
    font-size: .75em;
    display: none;
    padding-top: 5px;
    font-style: italic;
}

.form-group.has-error .error-msg {
    display: block;
}


/* BUTTON STYLES */

.button-row {
	padding-bottom: 1em;
	padding-top: 1em;
}

.btn-se {
	background-color: #35b6e3;
	color: #fff;
}

.btn-se:focus,
.btn-se:hover {
    background-color: #77DCFF;
}

.dropdown-se {
	background-color: #efefef;
	border: 1px solid #34495e;
}

.dropdown-se:hover {
	color: #35b6e3;
}

.dropdown-se > .caret {
	border-top-color: #34495e;
	border-bottom-color: #34495e;
}

.dropdown-se > .caret:hover {
	border-top-color: #35b6e3;
	border-bottom-color: #35b6e3;
}

.btn-group.open .dropdown-toggle {
	color: #35b6e3;
}

/* Floats the 'Next' button further to the right because the 3-col layout is a little too wide */

.pull-right .btn-se {
	float: right;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.centered-button {
    max-width: 250px;
    margin: 0 auto;
}


/* Login form */

.vline-wrapper {
    position: relative;
    height: 250px;
}

.vline-wrapper-small {
    position: relative;
    height: 200px;
}

.vline {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

.vline-textwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.vline-text {
    color: #ccc;
    letter-spacing: 1px;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
    background: #fff;
}

/* MODAL STYLES */

.modal-body li {
	font-size: 16px;
}

.modal-body a {
	color: #6BB9F0;
}

.modal-body p {
    margin: 0;
}

.modal-header .close {
    display: none;
}


.text-centered {
    text-align: center;
}


/* MEDIA QUERIES */

@media(max-width:1200px) {
	.form-container {
		width: 80%;
	}
}

@media(max-width:922px) {
	.form-container {
		width: 90%;
	}
}

@media(max-width:767px) {
	.form-container {
		width: 98%;
		font-size: 12px !important;
	}

	.pull-right .btn-se {
		float: left !important;
	}
}


@media(max-width: 500px) {
	/* Reduce needlessly large margins on mobile */
	.container {
		padding: 2px;
	}
	
	.form-container {
	    padding: 20px;
	}
	
	#buttonWrapper {
	   margin-left: 5px !important;
	}
	
	#goToAmazon {
	   padding-left: 10px;
	   padding-right: 10px;
	}
	
	
	/* The phone input placeholder is too long for a narrow screen */
	::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff !important;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: #fff !important;
	   opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color: #fff !important;
	}
}

@media(max-width: 350px) {
	/* Older and smaller mobile device need a smaller button text */
    #goToAmazon {
        font-size: 12.5px;
    }	   
}


/* CHOSEN DROPDOWN - make it match the signup/login form widgets a bit better */

.chosen-container .chosen-results li.highlighted {
    background-color: #35b6e3;
    background-image: none;
}

.chosen-container-single .chosen-single {
    padding: 5px;
    padding-left: 10px;
    height: auto;
}

.chosen-container-single .chosen-single div b {
    margin-top: 6px;
}
