/* Login Styles */


.login-body {
	color: #333333;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 16px;
	overflow-y: scroll;
	padding-bottom: 15px;
}

/* .login-body .container {
	max-width: 986px;
} */

.login-main_title {
	color: #95989a;
	float: right;
	font-size: 20px;
	position: relative;
	top: 8px;
	left: 12px;
}

.login-body .container form .form-control{
	position:relative;
	/*z-index: 2;*/
}

.login-body .container form .has-error .form-control{
	border-color: #ff4444;
	/* background-color: #ffc1c1; */
}

.login-logo {
	padding-top:1rem;
	padding-bottom:1rem;
}

.login-logo-v2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-logo-v2>a {
	width: fit-content;
}

.login-logo .login-logo__img {
	max-width: 100%;
	max-height:120px;
	display:block;
	margin-bottom:1rem
}

.login-breadcrumb {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
}

.login-breadcrumb li {
	color: #9ea1a3;
	display: inline-block;
}

.login-breadcrumb li a {
	color: #666;
}

.login-breadcrumb li:not(:last-child):after {
	display: inline-block;
	width: 20px;
	text-align:center;
	content: ">";
}

.login-row{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.login-title {
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #39404A;
	margin-top: 0;
}
.login-subtitle {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #39404A;
	margin: 0;
}

.login-form {
	padding-top: 15px;
}

.login-reset_password {
	padding-top: 20px;
}

.login-reset_password a {
	text-decoration: underline;
}

.login-remember_checkbox {
	text-align: center;
}

.login-btn_login {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

.login-btn_login .btn {
	/*background-color: #ffffff;
	border-color: #333333;
	color: #333333;*/
    padding: 10px;
    height: 40px;
    width: 180px;
    font-weight: 700;
}

.login-btn_login-inline .form-control.btn {
	display: inline-block;
	float: right;
	padding: 10px;
    height: 40px;
    width: 180px;
    font-weight: 700;
    margin: 0 0 0 15px;
}

.login-btn_login-inline .form-control.btn-primary {
	/*background-color: #ffffff;
	border-color: #333333;
	color: #333333;*/
}



.login-wrapper{
  display: row;
  justify-content: center;
  padding: 20px;
}

.login-separator {
	width: 0;
	border-right: 1px solid #E0E0E0;
	margin: 0 30px;
}

.login-separator.checkout{
	margin: 0 40px;
}

/* Login texfields|inputs v2 ----------------------------------------------------------*/
.input-container {
  margin: 0 auto;
}
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.did-floating-label {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
  padding: 0 5px;
  background: #fff;
	border-radius: 8px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-input {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-sizing: border-box;
}
.did-floating-input:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
/*----------------------------------------------------------*/



/*RRSS login container ----------------------------------------------------------*/
.social-login-container {
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}
.social-login-separator {
	border-top: solid 1px #ccc;
	width: 100%;
	text-align: center;
	height: 0px;
	margin-top: 5%;
	height: 0;
}
.separator-text{
	background: #fff;
	padding: 0 6px;
	position: relative;
	bottom: 12px;
	color: #ccc;
}
/*----------------------------------------------------------*/


.justify-content-between{
	justify-content: space-between;
}

#hidden-checkout-login {
	display: none;
}

#checkout-login-link{
	color:#337AB7;
	cursor:pointer;
	padding:0 4px
}
#checkout-login-link:hover {
	text-decoration: underline;
}

.back-login-link{
	color:#39404A;
	cursor:pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin: 30px 15px;
	gap: 0.5em;
	display: flex;
	align-items: center;
}
.back-login-link.w-700{font-weight: 700}
.back-login-link.blue{
	color: #337AB7;
}
.back-login-link:hover {
	text-decoration: underline;
}

.forgot-pass-link{
	color: #444746;
	text-decoration: underline;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
}


.bs-icon svg{
	height: 20px;
	width: 20px;
	margin-top: 2px;
	align-self: center;
}
.bs-icon.clickable{
	cursor: pointer;
	margin: 5px;
}
.bs-icon.blue-icon{
	filter: invert(39%) sepia(72%) saturate(443%) hue-rotate(166deg) brightness(96%) contrast(99%);
}
.bs-icon.blue-hover:hover svg{
	filter: invert(39%) sepia(72%) saturate(443%) hue-rotate(166deg) brightness(96%) contrast(99%);
}

.login-btn-v2 {
	padding: 10px 14px;
}

h1.login-title-v2{
	color: #39404A;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 7px;
}
p.login-subtitle-v2{
	font-weight: 400;
	font-size: 16px;
	color:#666666;
}

.mr-3{ margin-right: 30px } 
.mb-2{ margin-bottom: 20px }

/* Chrome autofill background color ----------------------------------*/
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*----------------------------------------------------------*/

.login-create_form {
	padding-top: 15px;
}

.login-error {
	width: 100%;
	display: block;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	background-color: #ff4444;
	height: 25px;
	margin-top: -5px;
	padding: 5px 5px 0;
	position:relative;
	z-index: 1;
	font-size: 12px;
}
.login-error.collapse {
	display: none;
}

.user-account {
	padding-top: 15px;
}

.account-padding_top {
	padding-top: 28px;
}

.form-login {
	max-width: 400px;
}

ul.nav-pills > li > a {
	height: 27px;
	line-height: 27px;
	padding: 0px;
	width: 120px;
	text-align: center;
	background-color: transparent;
	color: #7590a3;
	font-size: 16px;
	margin: 0 8px;
}

ul.nav-pills > li > a:first-child {
	margin-left: 0px;
}

ul.nav-pills > li.active > a, ul.nav-pills > li.active > a:focus, ul.nav-pills > li.active > a:hover {
	/*
	background-color: #ffffff;
	color: #333333;
	*/
}

table.account-purchases {
	width: 100%;
	border-bottom: 1px solid #7590a3;
	margin-top:2px;
}

table.account-purchases tr > td {
	padding: 10px;
	width: 20%;
}

table.account-purchases tr:nth-child(odd):not(:first-child) {
	background-color: #f5f5f5;
}

table.account-purchases .account-purchases_table-header {
	border-bottom: 1px solid #7590a3;
}

.login-btn_login {
	/*
	max-width: 160px;
	width: 160px;
	*/
}

.login-btn_login .btn {
	font-weight: bold;
}

.address-create_btn {
	display: inline-block;
    margin: 18px 13px 12px;
    text-decoration: underline;
    font-size: 12px;
    
}

.address-tile_wrapper {
	margin: 10px 0;
}

.address-tile {
	padding: 15px 15px 60px;
	border: 1px solid #e9e9e9;
	color: #95989a;
	position: relative;
	height: 100%;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	transition: box-shadow .1s ease-in-out;
}

.address-tile:hover {
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.address-tile .delete_confirm {
	display: block;
	background-color: #818181;
	border-radius: 3px;
	padding: 5px 10px;
	color: #fdfdfd;
	position: absolute;
	bottom: 35px;
}

.address-tile .delete_confirm:after {
	top: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #818181;
	border-width: 8px;
	margin-left: -8px;
}

.address-tile .delete_confirm > div {
	text-align: right;
	margin-top: 20px;
}

.address-tile .delete_confirm .delete-btn {
	display: inline-block;
	font-size:16px;
	font-weight: 700;
	color: #ffffff;
}

.address-tile .delete_confirm.collapse {
	display: none;
}

.address-tile .address-tile_name {
	text-transform: capitalize;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 15px;
}

.address-tile .address-tile_detail {
	text-transform: capitalize;
	font-size: 12px;
	max-width: 150px;
}

.address-tile .address-tile_controls {
	margin-top: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.address-tile .address-tile_controls a {
	padding: 2px 5px;
	font-size: 12px;
}

.address-tile .address-tile_edit {
	float: right;
	text-decoration: underline;
	
}

.address-tile .address-tile_delete {
	display: inline-block;
	background-color: #818181;
	color: #ffffff;
	border-radius: 4px;
}

.card {
	border: 1px solid #ececec;
	margin: 20px 0;
	padding: 15px 12px;
	width:100%;
}

.card .card-title {
	font-size: 20px;
	color: #9ea1a3;
	margin-bottom: 10px;
	font-weight: 100;
}

.card .card-body {
}

.card .btn.btn-default {
	background-color: #efefef;
	border-color: #d8d8d8;
	min-width: 140px;
}

.card .card-small {
	font-size: 12px;
	color: #9ea1a3;
	padding: 0;
	margin-bottom: 0;
}

.card label {
	margin-bottom: 0px;
}

.card input.form-control {
	margin-top: 5px;
}

#checkout-login-form {
	margin-top:35px;
}

#checkout-password-form {
	margin-top: 40px;
}

.forgot-pass-action {
	float: left;
}

#create-form-card {

}

#create-form-card .card-title {
	margin-bottom: 0px;
}

#create-form-card .card-small {
	color: #333;
	margin-bottom: 5px;
}

#create-form-card .form-control-static {
	color: #95989a;
}

a#guest-purchase {
	display: block;
	margin-bottom: 35px;
}

#step {
	overflow: hidden;
}

#step .card {
	display: inline-block;
	position: relative;
	top: 0px;
}

#step .card.discard {
	animation-name: discard;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: discard;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
}

#step .card.discarded {
	opacity: 0;
}

#step .card.present {
	display: inline-block;
	animation-name: present;
	animation-duration: 0.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: present;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
}

.btn-change-email {
    display: inline-block;
    float: right;
    margin-top: -3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #333;
}

.btn-change-email i.glyphicon {
    line-height: inherit;
    margin-left: 2px;
}

.btn-change-email:hover {
	background-color: rgba(0,0,0,0.2);
}

table.checkout-login-details {
	width: 100%;
	color: #9ea1a3;
	margin-bottom: 15px;
}

table.checkout-login-details > tbody > tr {
	
}

table.checkout-login-details > tbody > tr:first-child {
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}

table.checkout-login-details > tbody > tr:last-child {
	border-top: 1px solid #eeeeee;
}

table.checkout-login-details > tbody > tr > th, table.checkout-login-details > tbody > tr > td {
	text-align: right;
	padding: 5px 0px 10px;
}

table.checkout-login-details > tbody > tr:first-child > td {
	padding-top: 0px;
	padding-bottom: 5px;
}

table.checkout-login-details > tbody > tr > th:first-child, table.checkout-login-details > tbody > tr > td:first-child {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	max-width: 100px;
	width: auto;
}

/* Desktop */
@media only screen and (min-width: 768px ){
	.navbar-brand {
		display: none;
	}

	.navbar-collapse {
		padding: 0;
		margin :0;
	}

	.login-form_wrapper {
		border-right: 1px solid #95989a;
		padding-right: 80px;
		margin-bottom: 20px;
	}
	
	.login-create_form_wrapper {
		padding-left: 80px;
		margin-left: -1px;
		border-left: 1px solid #95989a;
		margin-bottom: 20px;
	}

	.flex-row {
		display: flex;
		padding: 0 7px;
	}

	table.account-purchases tr > td .field-name {
		display: none;
	}
}

/* Mobile Friendly */

@media only screen and (max-width: 992px ){
	.login-separator{
		display: none;
	}
	.register-wr {
		border-top: 1px solid #E0E0E0;
	}
	.social-login-separator{
		display: none;
	}
	.summary-wrapper {
		border-top: 1px solid #E0E0E0;
    padding-top: 30px;
	}
	.dcl-container{
		flex-direction: column;
    gap: 1em;
	}
	.checkout-login .back-login-link{
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px ){
	.navbar-toggle .icon-bar {
		background-color: #333;
	}

	ul.nav-pills > li {
		display: block;
		width: 100%;
	}

	ul.nav-pills > li > a {
		width: 100%;
		margin: 0 auto;
		height: 32px;
		line-height: 32px;
	}

	.login-main_title {
		display: none;
	}

	.login-form {
		padding-right: 0;
		/* border-bottom: 1px solid #95989a; */
	}

	table.account-purchases {
		display: block;
	    border-top: 1px solid #7590a3;
	    margin-top: 25px;
	}

	table.account-purchases tr {
		display: inline-block;
		position: relative;
		padding: 10px;
	}

	table.account-purchases tr > td, table.account-purchases tr > th {
		display: inline-block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	table.account-purchases tr > td:not(.purchase-number) .field-name {
		display: inline-block;
		width: 80px;
	}

	table.account-purchases tr > td:not(.purchase-number) .field-name:after {
		float: right;
		content: ":";
	}

	table.account-purchases tr.account-purchases_table-header {
		display: none;
	}

	table.account-purchases .purchase-number {
		width: 100%;
		text-align: center;
		font-weight: 700;
		font-size: 20px;
	}

	table.account-purchases .purchase-date {
		
	}

	table.account-purchases .purchase-status {
		
	}

	table.account-purchases .purchase-total {
		
	}

	table.account-purchases .purchase-detail {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	#forgot_password {
		display: block;
		margin:0 auto;
	}

	#guest-purchase {
		text-align: center;
	}

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

	.forgot-pass-action {
		float: none;
	}

	.card .btn.btn-default {
		width: 100%;
	}

}

/* Animations */
@keyframes discard{
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes discard{
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes present{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes present{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
