.customerProfile-mdl .customer_social {
	text-align: center;
	margin: 16px auto;
}

.customerProfile-mdl .customer_social p {
	text-align: center;
	font-size: 20px
}

.customerProfile-mdl .customer_social .facebook,
.customerProfile-mdl .customer_social .linked {
	display: inline-block;
	border-radius: 10px;
	margin: 12px auto;
}

.customerProfile-mdl .customer_social .face_logo,
.customerProfile-mdl .customer_social .linked_logo {
	height: 25px;
	border-radius: 10px;
	display: inline;
	margin-right: 20px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.customerProfile-mdl .customer_social .facebook p,
.customerProfile-mdl .customer_social .linked p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.customerProfile-mdl .customer_social .facebook {
	margin-right: 15px;
	padding: 4px 17px 4px 6px;
	cursor: pointer;
}

.customerProfile-mdl .customer_social .linked {
	margin-right: 15px;
	padding: 4px 17px 4px 11px;
	cursor: pointer;
}

.customerProfile-mdl .customer-profile .sub-title {
	padding: 0px 16px 0px 0px;
	width: 96%;
}
@media (max-width:400px) {
	.customerProfile-mdl .customer-profile .sub-title {
		width:100%;
	}
}

.customerProfile-mdl .customer-profile .sub-title h4 {
	display: inline-block;
	float: right;
}

.customerProfile-mdl .customer-profile .sub-title button {
	float: left;
	margin-bottom: 0px;
	text-decoration: underline;
	line-height: 2;
	display: inline-block;
}

.customerProfile-mdl .customer-profile .sub-title span {
	float: right;
	border-bottom: 1px solid;
}

.customerProfile-mdl .customer-profile .or {
	text-align: center;
	line-height: 26px;
	margin-bottom: 31px;
}

.customerProfile-mdl .customer-profile .cu_change {
	width: 32px;
	height: 32px;
	padding: 3px;
	border-radius: 7px;
}

.customerProfile-mdl .caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 9px;
}

.customerProfile-mdl .register-success,
.customerProfile-mdl .update-success,
.customerProfile-mdl .change_success {
	text-align: center;
	margin: 22px auto;
	margin-bottom: 6px;
}

.customerProfile-mdl .register-success img,
.customerProfile-mdl .update-success img,
.customerProfile-mdl .change_success img {
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 50%;
}

.customerProfile-mdl .register-success span,
.customerProfile-mdl .update-success span,
.customerProfile-mdl .change_success span {
	font-size: 18px;
	display: block;
}

.customerProfile-mdl .password-input {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.password-input > input,
.password-input > button {
	width: 50%;
}

.customerProfile-mdl .customer-profile .change_pass {
	height: 34px;
	padding: 4px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 0px;
	line-height: 27px;
	margin-right: 8px;
	justify-content: center;
}

.customerProfile-mdl .customer-profile .change_pass > img {
	height: 25px;
	margin-left: 5px;
	display: none;
}

.customerProfile-mdl .password-input img {
	/* position: absolute; */
	/* top: 22px; */
	/* right: 16px; */
	/* border-radius: 10px !important; */
	/* border-top-left-radius: 0px !important; */
	/* border-bottom-left-radius: 0px !important; */
}

.customerProfile-mdl .change_password p {
	margin-bottom: 0;
	padding-top: 16px;
	font-weight: normal;
	font-size: 20px;
}

.customerProfile-mdl .change_password .page-title {
	margin-bottom: 16px
}

.customerProfile-mdl .form-group .demed_input {
	padding: 0px 16px;
	line-height: 34px;
	height: 34px;
}

.customerProfile-mdl .change_pass_popup .page-title {
	margin-bottom: 16px
}

.customerProfile-mdl .customer_opacity {
	opacity: 0.5
}

/* Style the buttons that are used to open and close the accordion panel */
/*
.customerProfile-mdl .accordion {
  padding: 9px 32px;
  cursor: pointer;
  width: 100%;
  border-radius: 0px;
  outline: none;
  text-align: right;
  transition: 0.4s;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.customerProfile-mdl .accordion:first-of-type {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.customerProfile-mdl .accordion:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.customerProfile-mdl .accordion:last-of-type tabel {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.customerProfile-mdl .accordion:hover {
  background-color: rgb(154, 118, 50);
}


.customerProfile-mdl button.accordion:after {
  content: '\002B';
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.customerProfile-mdl button.accordion.active:after {
  content: "\2212";
}

.customerProfile-mdl .panel {
  padding: 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}
*/

.customerProfile-mdl .favorite-pages {
	width: 100%;
	border: 1px solid;
	border-radius: 10px;
	border-collapse: collapse;
}

.customerProfile-mdl .favorite-pages tr {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid;
}

.customerProfile-mdl .favorite-pages tr:last-child {
	border-bottom: none;
}

.customerProfile-mdl .favorite-pages tr td {
	line-height: 45px;
}

.customerProfile-mdl .favorite-pages tr td:first-child {
	padding-right: 32px;
	width: 80%;
}

.customerProfile-mdl .favorite-pages tr td:last-child {
	padding-left: 32px;
	text-align: left;
}

.customerProfile-mdl .favorite-pages tr td:last-child * {
	display: inline-block;
}

@media (max-width: 992px) {
	.customerProfile-mdl .favorite-pages tr td {
		padding: 0px;
	}

	.customerProfile-mdl .favorite-pages tr td:first-child {
		padding-right: 16px;
		width: 70%;
	}

	.customerProfile-mdl .favorite-pages tr td:last-child {
		padding-left: 16px;
		text-align: left;
	}
}

@media (max-width: 504px) {
	.customerProfile-mdl .favorite-pages tr td:first-child {
		padding-right: 16px;
		width: 100%;
	}

	.customerProfile-mdl .favorite-pages tr td:last-child {
		padding-left: 16px;
		text-align: left;
	}

	.customerProfile-mdl .favorite-pages tr td:last-child button {
		margin-bottom: 0px;
	}

	.customerProfile-mdl .favorite-pages tr td:last-child span {
		display: none
	}
}

.customerProfile-mdl .favorite-pages tr td:last-child button {
	text-decoration: underline;
	padding: 0px;
}

.customerProfile-mdl .favorite-pages tr td:last-child span {
	padding: 0px 16px;
}

.customerProfile-mdl input[type=radio] {
	height: 20px !important;
}


.register-basic2, .register-success {
	padding: 0;
}


.register-success {
	text-align: center;
	margin: 22px auto;
	margin-bottom: 6px;
}

.register-success img {
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 50%;
}

.register-success span {
	font-size: 18px;
	display: block;
}


.print .product-title {
	width: 100%;
}

.print .product-title h4 {
	text-align: center;
	margin-top: 16px;
}

.print .product-title .sub_title_line {
	margin: auto;
}

.user-name-label {
	display: block;
	line-height: 32px;
	border: 1px solid;
	font-family: inherit;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 32px;
	padding: 0px 16px;
	border-radius: 10px;
	width: 100%;
	margin: 0px;
}

#zninsProductOrderHandler_Default .page {
	margin-top: 0px;
}

.customerProfile-mdl .caption {
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 776px) {
	.customerProfile-mdl .caption {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.customerProfile-mdl .caption div:nth-child(1) {
	width: 100%;
}

.customerProfile-mdl .caption div:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customerProfile-mdl .caption div:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixed-label-input-form .customer-profile .user-name-label, .fixed-label-input-form .customer-profile .radio {
	margin-top: 23px;
	margin-right: 5px;
}

#divCustomerProfileOR {
	margin-top: 22px;
}

#divCustomerCustomerRegisterationBlock .or {
	margin-top: 19px;
}

.customer-profile {
	margin-bottom: 8px;
}
.status {
    padding: 0px 32px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.status p {
    line-height: 24px;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    width: 47%;
    margin-top: 10px;
    text-align:center; 
  }
  .status p:last-child {
    text-transform:capitalize;
  }
@media (max-width:992px) {
	.status p {
		width:47%;
	}
}
@media (max-width:767px) {
  .status p {
    width:100%;
  }
  .status {
    display:block;
  }
}
@media (max-width:320px) {
  .status p {
    font-size:16px;
  }
}