.md-block.text-center {
  text-align: center;
}

.marginH20 {
  clear: both;
  height: 20px;
}

/* fix : angular material design : start */
._md-select-menu-container {
  z-index: 99999;
}

.md-pane-open {
  z-index: 99999;
}

.md-datepicker-calendar-pane {
  z-index: 99999;
}

/* fix : angular material design : start */
div[ui-customer-box], ui-customer-box {
  /* UiCustomerBox */
}

div[ui-customer-box] .ui-customer-loading-progress, ui-customer-box .ui-customer-loading-progress {
  width: 200px;
  text-align: center;
  margin: auto;
  position: relative;
  top: 100px;
}

div[ui-customer-box] a, ui-customer-box a {
  cursor: pointer;
}

div[ui-customer-box] .-close, ui-customer-box .-close {
  margin: 10px 0;
  position: relative;
  display: inline-block;
  float: right;
  z-index: 1095;
  width: 25px;
  height: 25px;
  transition: all 0.3s linear;
}

div[ui-customer-box] .-close:before, ui-customer-box .-close:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #21262a;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s linear;
}

div[ui-customer-box] .-close:after, ui-customer-box .-close:after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #21262a;
  transform: translateX(-50%) rotate(135deg);
  transition: all 0.3s linear;
}

div[ui-customer-box] .-close:hover:before,
div[ui-customer-box] .-close:hover:after, ui-customer-box .-close:hover:before,
ui-customer-box .-close:hover:after {
  background-color: #77dbe0;
}

div[ui-customer-box] .-close:active:before,
div[ui-customer-box] .-close:active:after, ui-customer-box .-close:active:before,
ui-customer-box .-close:active:after {
  background-color: #0f989e;
}

div[ui-customer-box] .-close.is-active:before, ui-customer-box .-close.is-active:before {
  transform: rotate(90deg);
}

div[ui-customer-box] .-close.is-active:after, ui-customer-box .-close.is-active:after {
  transform: rotate(90deg);
}

div[ui-customer-box] .btn, ui-customer-box .btn {
  cursor: pointer;
}

div[ui-customer-box] .btn:active, ui-customer-box .btn:active {
  box-shadow: none;
  opacity: 1;
}

div[ui-customer-box] .btn:focus, ui-customer-box .btn:focus {
  outline: none;
}

div[ui-customer-box] .btn.modal-close, ui-customer-box .btn.modal-close {
  width: 72px;
  height: 72px;
}

div[ui-customer-box] .btn.modal-close:hover, ui-customer-box .btn.modal-close:hover {
  opacity: 0.8;
}

div[ui-customer-box] .btn.modal-close svg, ui-customer-box .btn.modal-close svg {
  width: 100%;
  height: 100%;
}

div[ui-customer-box] .label, ui-customer-box .label {
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  min-height: 20px;
  overflow: hidden;
}

div[ui-customer-box] .label.formHeader, ui-customer-box .label.formHeader {
  font-weight: 500;
  font-size: 48px;
  color: #333;
  font-weight: 300;
  margin: 0px 0px;
  min-height: 60px;
}

div[ui-customer-box] .label.formHeader.sm, ui-customer-box .label.formHeader.sm {
  font-size: 24px;
}

div[ui-customer-box] .label.normal, ui-customer-box .label.normal {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  margin: 0px 0px;
  min-height: 60px;
}

div[ui-customer-box] .label.normal.center, ui-customer-box .label.normal.center {
  text-align: center;
}

div[ui-customer-box] .notifytext, ui-customer-box .notifytext {
  text-align: center;
}

div[ui-customer-box] .notifytext.size24, ui-customer-box .notifytext.size24 {
  font-size: 24px;
}

div[ui-customer-box] .notifytext.size18, ui-customer-box .notifytext.size18 {
  font-size: 18px;
}

div[ui-customer-box] .UiCustomerBox-modal-filter, ui-customer-box .UiCustomerBox-modal-filter {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
  z-index: 10000;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body {
  position: relative;
  top: 0px;
  left: 0px;
  background: #fff;
  margin: auto;
  width: 100%;
  min-height: 100%;
  padding: 10px;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .btn.modal-close, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .btn.modal-close {
  float: right;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .btn.modal-forgotpassword, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .btn.modal-forgotpassword {
  float: right;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .customer-modal-topbar, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .customer-modal-topbar {
  position: relative;
  z-index: 1200;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .customer-form, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .customer-form {
  display: block;
  z-index: 1000;
  margin: auto;
  width: 100%;
  min-height: 100px;
  position: relative;
  top: 8%;
  max-width: 650px;
  min-width: 300px;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .customer-form .customer-form-input, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .customer-form .customer-form-input {
  height: 50px;
  font-size: 24px;
}

div[ui-customer-box] .UiCustomerBox-modal-filter .customer-modal-body .customer-form .customer-form-input.password, ui-customer-box .UiCustomerBox-modal-filter .customer-modal-body .customer-form .customer-form-input.password {
  font-size: 32px;
}

div[ui-customer-box] div[ng-message], ui-customer-box div[ng-message] {
  height: 50px;
}

div[ui-customer-box] .UiCustomerBox-modal-loader, ui-customer-box .UiCustomerBox-modal-loader {
  z-index: 1200;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

div[ui-customer-box] .customer-form-content, ui-customer-box .customer-form-content {
  min-height: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0px;
}

div[ui-customer-box] .customer-form-content.full, ui-customer-box .customer-form-content.full {
  max-width: 100%;
}

div[ui-customer-box] .customer-form-content md-content, div[ui-customer-box] .customer-form-content [md-content], div[ui-customer-box] .customer-form-content .md-content, ui-customer-box .customer-form-content md-content, ui-customer-box .customer-form-content [md-content], ui-customer-box .customer-form-content .md-content {
  margin: 0px;
}

div[ui-customer-box] .datebox .date_select_label, ui-customer-box .datebox .date_select_label {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
}

div[ui-customer-box] .social_button, ui-customer-box .social_button {
  padding: 0px;
  background-color: #3b5998;
  width: 196px;
  height: 40px;
  margin-left: 0px;
  margin-right: 10px;
}

div[ui-customer-box] .social_button.facebook, ui-customer-box .social_button.facebook {
  background-color: #3b5998;
}

div[ui-customer-box] .social_button.facebook:not([disabled]):hover, ui-customer-box .social_button.facebook:not([disabled]):hover {
  background-color: #3b5998;
}

div[ui-customer-box] .social_button.google, ui-customer-box .social_button.google {
  width: 185px;
  background-color: #dc4e41;
}

div[ui-customer-box] .social_button.google:not([disabled]):hover, ui-customer-box .social_button.google:not([disabled]):hover {
  background-color: #dc4e41;
}

div[ui-customer-box] .social_button.twitter, ui-customer-box .social_button.twitter {
  width: 178px;
  background-color: #1da1f2;
}

div[ui-customer-box] .social_button.twitter:not([disabled]):hover, ui-customer-box .social_button.twitter:not([disabled]):hover {
  background-color: #1da1f2;
}

div[ui-customer-box] .clear-margin-left, ui-customer-box .clear-margin-left {
  margin-left: 0px;
}

/* ui-customer-box */
