﻿body {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
}
body {
    line-height: 15px;
}

.signup-wizard {
    margin-top: 25px;
    margin-left: 70px;
}
.devide-sections {
    position: relative;
    right: 35%;
    width: 168%;
}

.verify-address-header {
    margin-bottom: 20px;
}

.verify-more-about {
    font-weight: 400;
      margin-bottom: 40px;
}

.verify-more-about > span {
    font-size: 8.5pt;
    color: #939598;
}

.registration-gender-dropdown {
    margin-bottom: 10px;
}

.registration-gender-dropdown > div {
    padding-left: 0;
    text-align: left;
}
.registration-gender-dropdown > div label {
    font-weight: 400;
    padding-top: 4px;
}

.btn {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
}
.verify-next-page a.mainBtn {
    margin-right: 15px;
    margin-left: 15px;
}

p, .content_area, .flash {
    margin-bottom: 1em;
}

.oxygen.oxygen_main_heading {
    margin-top: 0;
}
   /*select div in last container */
/*body div:nth-of-type(4) > div.row {
    padding-bottom: 23px;
}*/
.add-other-members a span {
    background: url(../images/add-new-user.png) 0px 0px;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -999em;
    width: 38px;
}
.add-other-members a span:hover {
    background: url(../images/add-new-user.png) 0px 38px;
}

.change-image-button {
    margin-top: 72px;
}

.file-input-wrapper > input[type="file"] {
    font-size: 200px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.file-input-wrapper > input[type="file"]:hover {
    background-color: #939598;
    box-shadow: none;
    outline: none;
}

.personal-info > div:nth-of-type(3) > div:nth-of-type(2) {
    margin-top: 4px;
}

.password-fields {
    padding-left: 16px;
}

.name label,
.profile-image label,
.address label,
.email-address label,
.update-profile-mobile label,
.birthdate-dropdown label,
.gender-dropdown label,
.old-password label,
.new-password label,
.confirm-password label {
    padding-top: 0px;
    padding-left: 0;
    color: #929497;
    font-size: 13px;
    font-weight: normal;
}

/*Registration steps labels*/
.registration-labels {
    font-size: 12px;
    font-weight: 300;
    float: left;
    padding: 0px;
    text-align: left;
}

.main-login-info {
    width: 45%;
    margin: 0 auto;
    padding-top: 20px;
}

.personal-info div div.form-group,
.notification-checkbox div div.form-group,
.password-change div div.form-group,
.submit-form-buttons div div.form-group {
    border-bottom: 1px solid #D0D2D3; 
    padding-bottom: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

div.profile-image {
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.personal-info > div:nth-of-type(3) {
    padding-bottom: 24px;
}

.personal-info > div:nth-of-type(4) {
    padding-bottom: 24px;
}

.personal-info > div:nth-of-type(5) {
    padding-bottom: 15px;
    margin-bottom: 18px;
}

div.account-holder div:last-child,
div.account-updates-checkboxes div:last-child,
div.password-fields div:last-child {
    border: none;
}

/*div.birthdate-dropdown {
    padding-bottom: 24px;
}*/
.unitNumber-holder {
    padding-left: 0
}
.personal-info > div:last-child {
    border-bottom: none;
}

.personal-info > div:nth-of-type(2) img {
    width: 98px;
    height: 98px;
    border: 1px solid #C5C7C9;
    border-radius: 4px;
}

.personal-info > div:nth-of-type(2) span.photoicon {
    background-image: url(../images/update-profile-pic-photoicon.png);
    position: absolute;
    top: 76px;
    left:86px;
    width: 21px;
    height: 17px;
}

.password-change > div:nth-of-type(2) > div:nth-of-type(2) {
    padding-left: 15px;
}

.personal-info > div:nth-of-type(2) > div:nth-of-type(2) {
    padding-left: 0px;
}

div.profile-image h6 {
    padding-right: 5px;
    margin-top: 0;
    color: #BBBDBF;
}

div.email-address h6 {
    padding-right: 5px;
    margin-top: 0px;
    color: #BBBDBF; 
}

.gender-dropdown select.custom-dropdown {
    background-position: 256px 17px;
    padding: 0 0 0 5px;
}
.custom-dropdown {
    background: url('../images/dropdown-arrow.png') no-repeat 100%; /* arrow image */
    background-image:none; /* turn bg image for IE7 */
    background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; 
    /*background-size: 13px 10px;*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    color: #000;
    border-radius: 1px;
    border: none;
    text-shadow: none;
    font-size: 12px;
    height: 40px;
    margin-right: 9px;
	background-position:97% 17px;
}

.custom-dropdown-small {
    width: 38px;
    background: url('../images/dropdown-arrow.png') no-repeat 100%; /* arrow image */
    background-image:none; /* turn bg image for IE7 */
    background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; 
    /*background-size: 13px 10px;*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    color: #000;
    border-radius: 1px;
    border: none;
    text-shadow: none;
    font-size: 12px;
    height: 40px;
    margin-right: 9px;
	background-position:92% 17px;
    padding-left: 1%!important;
    float: left;
}

.birthdate-dropdown select.birth-day {
    background-position: 36px 17px;
    padding: 0px 0px 0px 5px;  
}

.birthdate-dropdown select.birth-month
.birthdate-dropdown select.birth-year {
    background-position: 50px 19px;
    padding: 0px 0px 0px 8px;  
}

/*#navbar-main > div.panel-info > div:nth-of-type(2) > div.row > div > form.form-horizontal > fieldset > div:nth-of-type(6) select:nth-of-type(3) {
    background-position: 64px 19px;
    padding: 0px 0px 0px 8px;  
}*/

.registration-birthdate-dropdown select:active,
.registration-birthdate-dropdown select:focus {
  outline: none;
}
.registration-birthdate-dropdown select.birth-day {
  background-position: 46px 19px;
  padding-left: 7px;
}
.registration-birthdate-dropdown select.birth-month {
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; /* add your own arrow image */
  background-position: 70px 20px;
  border: none;
  border-radius: 1px;
  color: #939598;
  padding: 0px 20px 0px 4px;
  text-shadow: none;
  /* background-size: 13px 10px;*/

  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}
.registration-birthdate-dropdown select.birth-year {
  background: url('../images/dropdown-arrow.png') no-repeat 100%; /* add your own arrow image */
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; /* fallback bg image*/
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background-position: 70px 20px;
  border: none;
  border-radius: 1px;
  color: #939598;
  margin-right: 0;
  padding: 0px 20px 0px 4px;
  text-shadow: none;
  /* background-size: 13px 10px;*/

  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}


.registration-gender-dropdown > div {
  margin-left: 71.2;
}

.registration-birthdate-dropdown {
  width: 115%;
}
.registration-birthdate-dropdown > div {
  padding-right: 0;
}
.registration-birthdate-dropdown > label {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
  padding-top: 12px!important;
}
.registration-gender-dropdown select {
  background-position: 330px 19px;
  padding-left: 6px;
}
.registration-gender-dropdown select:focus {
  border: 1px solid rgba(87, 203, 245, 1);
}
.registration-streettype-dropdown select {
  background-position: 330px 19px;
  padding-left: 6px;
}

.registration-streettype-dropdown select:focus {
  border: 1px solid rgba(87, 203, 245, 1);
}
.registration-suburb-dropdown select {
  background-position: 330px 19px;
  padding-left: 6px;
}
.registration-suburb-dropdown select:focus {
  border: 1px solid rgba(87, 203, 245, 1);
}

.gender-dropdown > div {
  margin-left: 71.2;
  padding: 0 20px 0 7px;
}

.birthdate-dropdown {
  width: 117%;
}
.birthdate-dropdown > div {
  padding-left: 7px;
  padding-right: 0px;
}

/*customized dropdown arrow*/
.birthdate-dropdown select.birth-month {
  background: url('../images/dropdown-arrow.png') no-repeat 100%; /* add your own arrow image */
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; /* fallback bg image*/
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background-position: 60px 17px;
  border: none;
  border-radius: 1px;
  color: #939598;
  padding: 0px 4px 0px 4px;
  text-shadow: none;
  /* background-size: 13px 10px;*/

  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}
.birthdate-dropdown select.birth-year {
  background: url('../images/dropdown-arrow.png') no-repeat 100%; /* add your own arrow image */
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; /* fallback bg image*/
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background-position: 60px 17px;
  border: none;
  border-radius: 1px;
  color: #939598;
  margin-right: 0;
  padding: 0px 4px 0px 4px;
  text-shadow: none;
  /* background-size: 13px 10px;*/

  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}

select.birth-day {
  margin-right: 40px;
  width: 14%;
  float: left;
}

select.birth-month {
  margin-right: 40px;
  width: 20%;
  float: left;
}

select.birth-year {
  width: 20%;
  float: left;
}

.submit-address-btn {
    position: absolute;
    right: 0px;
}

.container.submiting {
  text-align: center;
  bottom: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 840px;
}

.need-help {
  /* left: 22px; */
  margin: 18px 0;
  padding-top: 12px;
  position: relative;
  width: 100%;
}

.need-help > a {
  color: #57CBF5;
  text-decoration: none;
}

/*buttons SKIP, SEND, NEXT*/
.need-help > a:hover, a:focus {
  color: #00b4f1;
  text-decoration: none;
}

a.btn.col-md-3.skip {
  background-color: #F2F3F3;
  margin-left: 0;
}

a.btn.col-md-3.skip:hover {
  background-color: #939598;
  margin-left: 0;
}

/* Hidden placeholder */
option[disabled]: first-child {
    display: none;
}

.empty {
    width: 100%;
}

option.empty {
    color: grey;
}

    /*input color*/
.password-field,
.text-field {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  height: 40px;
  margin-bottom:10px;
  padding: 0px 0px 0 10px;
}

.password-field:focus {
  background-color: #fff;
}

textarea:focus {
  background-color: #fff;
  border: 1px solid #00b4f1;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #f3f3f4;
  color: #58595B;
}

.name-field {
  width: 19.2%;
}

.unit-number {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 12px;
  height: 40px;
  margin-bottom:10px;
  padding:0px 10px;
  width: 93%;
}

.unit-number:focus,
.street-number:focus,
.street-name:focus,
.mobile-number:focus {
  background: #fff;
  border: 1px solid rgba(87, 203, 245, 1);
}

.street-number {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 12px;
  height: 40px;
  margin-bottom:10px;
  padding:0px 10px;
}

.inputfield
{
	width: 100% !important;
	margin: 0px;
    padding: 0px;
	margin-bottom:12px;
}

@media (max-width: 768px)
{
	.inputfield
	{		
		margin-left: 10px;
		padding-right: 20px;
		
		margin-bottom:12px;
	}
}

.inputfield input 
{
	width: 100% !important;
	background: #f3f3f4;
	border: none;
	border-radius: 2px;
	color: #58595B;
	font-size: 12px;
	height: 40px;
	margin-bottom:10px;
	padding: 0px;
    margin: 0px;
	text-indent:10px;
}

.inputfield select:focus,
.inputfield input:focus {
  background-color: white !important;
  outline: 1px solid rgba(87, 203, 245, 1);
}

.inputfield select
{
	width: 100%;
	padding: 0px;
    margin: 0px;
	text-indent:10px;	
}

.inline3
{
	display: inline;
    width: 32% !important;
    margin-right: 1% !important;
}

.inline3-last
{
	display: inline;
    width: 34% !important;    
}

.input-form-center .form-group
{
	margin-left: 0px !important;
}

@media (max-width: 768px)
{
	.input-form-center .form-group
	{
		margin-left: 10px !important;
		margin-bottom: 6px;
	}
}

.inputfield label 
{
	width: 100% !important;
	font-size: 12px;
    font-weight: 300;    
    padding: 0px;
    text-align: left;
}

.street-name {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  width: 100%;
  color: #58595B;
  font-size: 12px;
  height: 40px;
  margin-bottom:10px;
  padding:0px 10px;
}

.streettype-regist-field {
  padding: 0 0;
  width: 75%;
}

.suburb-regist-field {
  padding: 0 0;
  width: 75%;
}

.gender-regist-field {
  padding: 0 0;
  width: 75%;
}

.birthday-regist-field {
  padding: 0 0;
  width: 75%;
}

.phone-regist-field {
    padding-left: 0;
}

.mobile-number {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 12px;
  height: 40px;
  margin-bottom:10px;
  padding: 0 10px;
}

/*Registration labels each
    ---------------------------------*/
.streetname-label {
  padding: 0 16px;
}

.streettype-label {
  padding: 0 20px;
}

.suburb-label {
  padding: 0 29px;
}

.gender-label {
  padding-top: 15px;
}

.birthday-label {
  padding-top: 15px;
}

.contactno-label {
  padding-top: 15px;
}

.mailRgtrForm-field {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 14px;
  height: 30px;
  margin-bottom: 2px;
  padding-left: 10px;
  width: 260px;
}

.areaRgtrForm-field {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 14px;
  height: 30px;
  margin-bottom: 2px;
  padding-left: 10px;
  width: 37px;
}

.businessPhoneRgtrForm-field {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 14px;
  height: 30px;
  margin-bottom: 2px;
  padding-left: 10px;
  width: 192px;
}

/*color of input in focus*/
textarea:focus,
input[type="text"]:focus,
.uneditable-input:focus {
  background-color: #F1F1F2;
  outline: 1px solid #5EC9F4;
}

input[type="submit"]:focus {
  background-color: #00b4f1;
  color: #000;
}

input[type="submit"].changeBtn:focus {
  background-color: #F1F1F2;
  border: none;
  color: #939598;
  outline: none;
}

input[type="file"].changeBtn:focus {
  background-color: #F1F1F2;
  border: none;
  color: transparent;
}

.dropdown > select {
  background: url('../images/dropdown-arrow.png') no-repeat 100%; /* add your own arrow image */
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4; /* fallback bg image*/
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background: url('../images/dropdown-arrow.png') no-repeat 100% #f3f3f4;
  background-image:none; /* turn bg image for IE7 */
  background-position: 295px 20px;
  background-size: 14px 10px;
  border: none;
  border-radius: 1px;
  color: #939598;
  font-size: 11pt;
  font-weight: 500;
  padding-bottom: 8px;
  padding-top: 8px;

  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}

    /* style the dropdown bg color */
select option {
  background: #F1F1F2;
}

div.navbar.registration {
  min-height: 100px;
}

.reg-wizard {
  margin-top: 20px;
}

/*Form Wizard*/
.reg-wizard {
  margin-left: 40px;
  padding: 0 0 10px 0;
}

.reg-wizard > .reg-wizard-step {
  padding: 0;
  position: relative;
}

.reg-wizard > .reg-wizard-step + .reg-wizard-step,
.reg-wizard > .reg-wizard-step .reg-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.reg-wizard > .reg-wizard-step .reg-wizard-info {
  color: #999;
  font-size: 14px;
  left: -10px;
  position: absolute;
}

.reg-wizard > .reg-wizard-step.complete > .reg-wizard-dot {
  background-image: url("../images/check-mark-completed.png");
  background-repeat: no-repeat;
  height: 24px;
  left: -2px;
  position: absolute;
  top: 12px;
  width: 24px;
} 

.reg-wizard > .reg-wizard-step.complete > .reg-wizard-info {
  left: -14px;
}

.reg-wizard > .reg-wizard-step.active > .reg-wizard-info {
  left: -30px;
}

.reg-wizard > .reg-wizard-step.active > .reg-wizard-dot {
  background-image: url("../images/check-mark-steps.png");
  background-repeat: no-repeat;
  height: 24px;
  left: -2px;
  position: absolute;
  top: 12px;
  width: 24px;
} 

.reg-wizard > .reg-wizard-step > .progress {
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
  margin: 22px 0;
  position: relative;
}

.reg-wizard > .reg-wizard-step > .progress > .progress-bar {
  background: #fbe8aa;
  box-shadow: none;
  width:0px;
}

.reg-wizard > .reg-wizard-step.complete,
.reg-wizard > .reg-wizard-step.active,
.reg-wizard > .reg-wizard-step.disabled {
  margin-left: 0px
}

.reg-wizard > .reg-wizard-step.complete > .progress > .progress-bar {
  width:0%;
}

.reg-wizard > .reg-wizard-step.active > .progress > .progress-bar {
  width:0%;
}

.reg-wizard > .reg-wizard-step:first-child.active > .progress > .progress-bar {
  width:0%;
}

.reg-wizard > .reg-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.reg-wizard > .reg-wizard-step.disabled > .reg-wizard-dot {
  background: #ccc;
}

.reg-wizard > .reg-wizard-step.disabled > .reg-wizard-dot:after {
  opacity: 0;
}

.reg-wizard > .reg-wizard-step:first-child  > .progress {
  left: 3%;
  width: 100%;
}

/*completed sign up proces*/
.reg-wizard > .reg-wizard-step:first-child.completed-step1  > .progress,
.reg-wizard > .reg-wizard-step:first-child.completed-step2  > .progress,
.reg-wizard > div.complete:nth-of-type(2) > div.progress-completed {
  background: #57cbf5;
}

.reg-wizard > .reg-wizard-step:last-child  > .progress {
  width: 3%;
}
.reg-wizard > .reg-wizard-step.disabled a.reg-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/

legend {
  border-bottom: none;
}
select {
  width: 100%;
}
div#birthday {
  margin-left: 32px;
}
.personal-info .control-label {
  text-align: left;
  width: 120px;
}
/*.form-horizontal .controls {
    margin-left: 125px;
}*/
.auto {
  padding: 0;
}


.verify-next-page a.next {
  background-color: #57cbf5;
  position: relative;
  right: 29px;
}

.verify-next-page a.next:hover {
  background-color: #00b4f1;
}

/* Modal problem with address */

.modal {
  color: #58595a;
  margin: -200px;
  margin-top: 0;
  width: 360px;
  z-index: 20;
}

.modal form {
  margin-bottom: 8px;
}

.modal input[type="text"], .modal input[type="password"], .modal input[type="email"] {
  background-color: #f4f6f9;
  border-radius: 2px;
  box-sizing: initial;
  height: 30px;
  margin-bottom: 2px;
  padding-left: 10px;
  width: 296px;
}

.modal .checkbox {
  line-height: 20px;
  padding-top: 8px;
}

.modal input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 2px;
  padding-right: 20px;
}

.modal-body {
  margin-left: 10px;
  margin-right: 20px;
}

.modal-body {
  max-height: 600px;
}

.modal p.privacy {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 16px;
  margin-left: 36px;
  margin-top: 6px;
  width: 240px;
}

.modal p.memberlogin {
  font-size: 14px;
}

.modal hr {
  margin-bottom: 14px;
  margin-top: 14px;
}

.modal-header {
  border-bottom: none;
  margin-left: 38px;
  margin-right: 12px;
  padding: 16px 6px;
  padding-bottom: 6px;
}

.modal .btn {
  border-top-width: 1px;
  font-size: 16px;
  height: 40px;
  width: 312px;
}

.modal a:link {
  color: #5bcaf5;
  text-decoration: none;
}

.modal .btnFbRgtr {
  background-color: #3b5999;
  margin-bottom: 12px;
}

.modal h2#myModalLabel {
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 8px;
}

.modal label, .modal fieldset p {
  color: #58595a;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 4px;
}

.modal p {
  margin-bottom: 0;
}

.modal .error {
  border: none;
}

.modal .field-validation-error {
  display: none;
}

.modal.fade.in {
  top: 5%;
}

.modal#mdlProblemWithAddress .btn-primary {
  background-color: #5bcaf5;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal#mdlProblemWithAddress .btn.close {
  background-color: #d1d3d4;
  color: white;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}

.modal#mdlProblemWithAddress p {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
  padding-bottom: 8px;
}

.modal#mdlProblemWithAddress h2 {
  font-weight: normal;
  margin-right: 14px;
  margin-top: 14px;
  padding-bottom: 10px;
}

.modal#mdlProblemWithAddress header {
  padding-left: 0;
}

.modal#mdlProblemWithAddress .modal-header {
  margin-left: 22px;
  padding-bottom: 0;
}

.modal#mdlProblemWithAddress .modal-body {
  margin-left: 22px;
  padding-bottom: 20px;
}

.content-form {
  margin-bottom: 20px;
}

.content-form.social {
  margin-bottom: 5px;
}

body > div:nth-of-type(2) > div.container-inner > div.content-form > hr {
  position: relative;
  top: -24px;
}

/*.gender-dropdown {
    position: relative;
    top: -50px;
}*/

form#mails {
  margin-left: 15px;
  margin-top: 15px;
}
input.invite {
  margin-top: 3px;
}
.send-mail-field {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #58595B;
  font-size: 14px;
  height: 40px;
  margin-bottom:10px;
  margin-right: 13px;
  padding:0px 10px;
  width: 70%;
}
.css_fbbutton {
  background-color: #3b5999;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  padding: 18px 0px;
  text-decoration: inherit;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.css_mailbutton {
  background-color: #3b5999;
  border-radius: 2px;
  color: #ffffff;
  cursor: auto;
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  padding: 18px 0px;
  text-decoration: inherit;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/*.css_button span {
    background-image: url(../images/fb-icon.png);
    background-repeat: no-repeat;
}*/

.invite-email-contacts {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.invite-email-contacts p {
  margin-bottom: 5px;
}
ul.mails-list {
  border: 1px solid #C5C7C9;
  border-radius: 3px;
  list-style: none;
  margin-top: 10px;
  padding: 10px 17px 20px 17px;
}
ul.mails-list a {
  font-size: 14px;
  vertical-align: middle;
}
ul.mails-list div span {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}
ul.mails-list div {
  line-height: 23px;
}
ul.mails-list div img {
  vertical-align: middle;
}
.submiting .verify-next-page {
  margin: 0;
}
button {
  border: none;
}

.css_button:active {
  position:relative;
  top: 1px;
}

body div.container:nth-of-type(3) {
  padding-top: 0px;
}

body div:nth-of-type(2) > div.row > button:first-child {
    width: 100%;
    /*margin-left: 30px;*/
}
body div:nth-of-type(2) > div.row > button:first-child > span > img {
    position: relative;
    left: -50px;
    /*width: 15px;
    height: 33px;*/
}
body div:nth-of-type(2) > div.row > button:last-child {
    width: 100%;
    float: right;
    margin: 25px 0px 0 0;
    background-color: #00b4f1;
}
body div:nth-of-type(2) > div.row > button:last-child > span > img {
    position: relative;
    left: -60px;
    /*width: 15px;
    height: 33px;*/
}
/*facebook field "fb-root"*/
/*body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(1) {
    width: 100%;
    visibility: hidden;
}*/
/*subscribe field row*/
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(2) {
    width: 100%;
}
/*subscribe field form*/
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(2) > form  {
    margin: 15px 0 0 0;
}
/*subscribe field input*/
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(2) > form > input.password-field {
    width: 72%;
    float: left;
    padding: 13px 5px 15px;
    font-size: 13pt;
    margin-bottom: 10px 0 0 0;
}
/*subscribe field button*/
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(2) > form > button {
    position: relative;
    top: 7px;
    float: right;
    background: #f3f3f4;
    color: #939598;
    border: none;
    text-shadow: none;
    border-radius: 1px;
}
/*Search contacts by field*/
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) {
  /*float: right;*/
  margin: 18px 30px 0 0;
  width: 100%;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) {
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  padding-bottom: 15px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > p:nth-of-type(1) {
  display: inline-block;
  margin: 0 0 12px 0;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul {
  margin: 0 25px 10px 25px;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li {
  background: transparent;
  padding-left: 0;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > hr {
  border-width: 2px;
  position: relative;
  top: 14px;
  width: 100%;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(1) > div > a,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(2) > div > a,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(3) > div > a,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(4) > div > a {
  background: #f3f3f4;
  border: none;
  border-radius: 2px;
  color: #939598;
  float: right;
  font-size: larger;
  padding: 10px 0;
  position: relative;
  text-shadow: none;
  top: 11px;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(1) > div > img,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(2) > div > img,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(3) > div > img,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(4) > div > img {
  position: relative;
  top: 15px;
  width: 40px;
}

body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(1) > div > span,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(2) > div > span,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(3) > div > span,
body div:nth-of-type(2) > div > div > div > div:nth-of-type(2) >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > ul > li:nth-of-type(4) > div > span {
  font-family: sans-serif;
  font-weight: 300;
  left: 20px;
  position: relative;
  top: 17px;
}
hr.devider {
  background-color: #ccc;
  border: none;
  display: block;
  height: 1px;
  margin: 12px auto;
  overflow: visible;
  position: relative;
  top: 17px;
  width: 30%;
}
hr.devider:after {
  background-color: white;
  content: 'or';
  height: 25px;
  left: 45%;
  margin-left: -1.5625em;
  padding: 0 20px 0 20px;
  position: relative;
  top: -0.6875em;
  width: 3.125em;
}
/*login popup devider -or-
----------------------------------------------*/
hr.loginpopup {
  background-color: #ccc;
  border: none;
  display: block;
  height: 1px;
  margin: 16px auto;
  overflow: visible;
  position: relative;
  top: -2px;
  width: 14%;
}
hr.loginpopup:after {
  background-color: rgb(251, 251, 251);
  content: 'or';
  height: 25px;
  left: 27%;
  margin-left: -1.5625em;
  padding: 0px 5px 0 5px;
  position: relative;
  top: -0.6875em;
  width: 3.125em;
}

/*Merchant, Supplier, Business registration steps
------------------------------------------------------------------*/
.business-registration {
  min-height: 100px;
}

.business-registration .navbar-brand {
  padding: 14px 22px;
}

.business-registration .business-reg-logo {
  margin-left: 0px;
}

/*Form Wizard*/
.business-reg-wizard {
  margin-left: 20px;
  padding: 0 0 10px 0;
}
.business-reg-wizard > .business-reg-wizard-step {
  padding: 0;
  position: relative;
}
.business-reg-wizard > .business-reg-wizard-step + .business-reg-wizard-step,
.business-reg-wizard > .business-reg-wizard-step .business-reg-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.business-reg-wizard > .business-reg-wizard-step .business-reg-wizard-info {
  color: #999;
  font-size: 14px;
  left: -10px;
  position: absolute;
}
.business-reg-wizard > .business-reg-wizard-step.complete > .business-reg-wizard-dot {
  background-image: url("../images/check-mark-completed.png");
  background-repeat: no-repeat;
  height: 24px;
  left: -2px;
  position: absolute;
  top: 12px;
  width: 24px;
} 
.business-reg-wizard > .business-reg-wizard-step.complete > .business-reg-wizard-info {
  left: -14px;
}
.business-reg-wizard > .business-reg-wizard-step.active > .business-reg-wizard-info {
  left: -35px;
}
.business-reg-wizard > .business-reg-wizard-step.active > .business-reg-wizard-dot {
  background-image: url("../images/check-mark-steps.png");
  background-repeat: no-repeat;
  height: 24px;
  left: -2px;
  position: absolute;
  top: 12px;
  width: 24px;
} 
.business-reg-wizard > .business-reg-wizard-step > .progress {
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
  margin: 22px 0;
  position: relative;
}

.business-reg-wizard > .business-reg-wizard-step > .progress > .progress-bar {
  background: #fbe8aa;
  box-shadow: none;
  width:0px;
}
.business-reg-wizard > .business-reg-wizard-step.complete,
.business-reg-wizard > .business-reg-wizard-step.active,
.business-reg-wizard > .business-reg-wizard-step.disabled {
  margin-left: 0px
}
.business-reg-wizard > .business-reg-wizard-step.complete > .progress > .progress-bar {
  width:0%;
}
.business-reg-wizard > .business-reg-wizard-step.active > .progress > .progress-bar {
  width:0%;
}
.business-reg-wizard > .business-reg-wizard-step:first-child.active > .progress > .progress-bar {
  width:0%;
}
.business-reg-wizard > .business-reg-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.business-reg-wizard > .business-reg-wizard-step.disabled > .business-reg-wizard-dot {
  background: #ccc;
}
.business-reg-wizard > .business-reg-wizard-step.disabled > .business-reg-wizard-dot:after {
  opacity: 0;
}
.business-reg-wizard > .business-reg-wizard-step:first-child  > .progress {
  left: 3%;
  width: 100%;
}
/*completed sign up proces*/
.business-reg-wizard > .business-reg-wizard-step:first-child.completed-step1  > .progress,
.business-reg-wizard > .business-reg-wizard-step:first-child.completed-step2  > .progress,
.business-reg-wizard > div.complete:nth-of-type(2) > div.progress-completed {
  background: #57cbf5;
}

.business-reg-wizard > .business-reg-wizard-step:last-child  > .progress {
  width: 3%;
}
.business-reg-wizard > .business-reg-wizard-step.disabled a.business-reg-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.additional-information {
  margin-bottom: 35px;
}

/*==========  Media Queries  ==========*/
/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, .visible-lg-* */
@media (max-width: 1366px) {
    .container.submiting {
        width: 840px;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {

    * {
        margin: 0;
        padding: 0;
    }

  .name-field {
    width: 100%;
  }

  .personal-info .control-label {
    text-align: center;
    width: 100%;
  }

  .change-image-button {
    margin-top: 5px;
  }

  select.birth-day {
    margin-right: 30px;
    width: 20%;
  }

  select.birth-month {
    margin-right: 30px;
    width: 22%;
  }

  select.birth-year {
    width: 22%;
  }

  .birthdate-dropdown select.birth-month,
  .birthdate-dropdown select.birth-year {
    background-position: 50px 20px;
  }

  .mailRgtrForm-field {
    border: none;
    border-radius: 0;
    color: #58595B;
    font-size: 18px;
    height: 30px;
    margin-bottom: 2px;
    padding: 10px;
    width: 100%;
  }

  /*Register Address on mobile*/
  .verify-address--mobile {
      margin: 0;
  }
  .verify-address-container {
      padding: 0 15px;
  }

  .verify-address-header h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
  }
  
  .verify-address-header p {
      font-size: 12px;
  }

  .unit-number {
      padding: 0 0 0 10px;
      width: 100%;
  }

  .unitNumber {
      padding: 0;
      width: 100%;
  }

  .unitNumber-holder {
    padding-left: 15px;
}

  .form-field-holder--mobile {
      padding: 0;
  }

  .form-field--mobile {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .form-field-dropdown--mobile {
    font-size: 15px;
    height: 40px;
    width: 100%;
    background: none;
    background-color: #f3f3f4;
  }

  .streettype-regist-field,
  .gender-regist-field,
  .suburb-regist-field,
  .birthday-regist-field,
  .phone-regist-field {
      width: 100%;
      padding: 0;
  }

  .birthday-regist-field {
      -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .content-form {
      margin-bottom: 15px;
  }

  .form-group {
      margin: 0;
  }

  .checkbox-updates {
      margin-top: 15px;
    }

  .devide-sections {
    right: 0;
    width: 100%;
  }

  .verify-more-about {
      margin-bottom: 20px;
  }

  .birth-info-holder--mobile {
      margin-bottom: 10px;
  }

    .gender-dropdown select.custom-dropdown {
        background-position: 288px 19px;
    }

  .custom-dropdown {
      font-size: 12px;
  }

  .registration-streettype-dropdown select {
      background-position: 330px 19px;
      margin-bottom: 10px;
  }

  .registration-suburb-dropdown select {
        background-position: 330px 19px;
  }

  .registration-birthdate-dropdown select.birth-day {
      background-position: 70px 20px;
      width: 20%;
      margin-right: 15px;
      padding: 0 0 0 15px;
  }

  .registration-birthdate-dropdown select.birth-month {
      background-position: 130px 20px;
      width: 35%;
      margin-right: 15px;
      padding: 0 0 0 15px;
  }

  .registration-birthdate-dropdown select.birth-year {
      background-position: 90px 20px;
      width: 25%;
      margin: 0;
      padding: 0 0 0 15px;
  }

  .registration-gender-dropdown select {
        background-position: 330px 19px;
  }

  .registration-labels {
      float: none;
  }

    .need-help {
        margin: 40px 0;
    }

  .submiting .verify-next-page {
      margin: 0;
      padding: 0 15px;
  }
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 394px) {
    .registration-birthdate-dropdown select.birth-day {
      background-position: 55px 20px;
        width: 18%;
      margin-right: 15px;
      padding: 0 0 0 15px;
  }

  .registration-birthdate-dropdown select.birth-month {
      background-position: 85px 20px;
      width: 30%;
      margin-right: 15px;
      padding: 0 0 0 15px;
  }

  .registration-birthdate-dropdown select.birth-year {
      background-position: 60px 20px;
      width: 25%;
      margin: 0;
      padding: 0 0 0 15px;
  }

  .registration-streettype-dropdown select {
      margin-bottom: 10px;
  }

  /*Login screen after login faliure on mobile*/
    .main-login-info {
        width: 100%;
    }

    /*AddHouseholdMembers*/
    .container.submiting {
        width: 100%;
    }
}

/*validating field error
------------------------------------*/
.input-validation-error {
  border: 1px solid #ec1b31;
  color: #ec1b31;
}
.field-validation-error {
  color: #ec1b31;
}

#addUserRgtrForm .field-validation-error {
  font-size: 10px;
}