﻿#MrBazDialogRoot {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MrBazDialogRoot.wide .modalBody {
  width: 800px !important;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #MrBazDialogRoot.wide .modalBody {
    width: calc(100% - 20px);
  }
}
#MrBazDialogRoot .curtain {
  display: none;
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#MrBazDialogRoot .curtain.radialWhite {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
#MrBazDialogRoot .curtain.radialRed {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.1) 0%, rgba(255, 0, 4, 0.8) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 0, 4, 0.1)), color-stop(100%, rgba(255, 0, 4, 0.8)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.1) 0%, rgba(255, 0, 4, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.1) 0%, rgba(255, 0, 4, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.1) 0%, rgba(255, 0, 4, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 0, 4, 0.1) 0%, rgba(255, 0, 4, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aff0004', endColorstr='#ccff0004', GradientType=1);
}
#MrBazDialogRoot .curtain.radialGrey {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#80000000', GradientType=1);
}
#MrBazDialogRoot .curtain.radialBlack {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#cc000000', GradientType=1);
}
#MrBazDialogRoot .curtain.solidBlack {
  background-color: rgba(0, 0, 0, 0.8);
}
#MrBazDialogRoot .curtain.solidGrey {
  background-color: rgba(0, 0, 0, 0.5);
}
#MrBazDialogRoot .curtain.solidWhite {
  background-color: rgba(255, 255, 255, 0.8);
}
#MrBazDialogRoot .bodyContainer {
  z-index: 100003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
#MrBazDialogRoot .modalBody {
  z-index: 100004;
  background-color: #e9e9e9;
  background-color: white;
  height: auto;
  -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
  display: none;
  -moz-opacity: 0;
  opacity: 0;
  cursor: default;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 479px) {
  #MrBazDialogRoot .modalBody {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #MrBazDialogRoot .modalBody {
    width: calc(75% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #MrBazDialogRoot .modalBody {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  #MrBazDialogRoot .modalBody {
    width: 500px;
  }
}
#MrBazDialogRoot .modalBody .contentContainer {
  display: block;
  padding: 5px 10px 5px 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #404040;
  text-align: center;
  overflow-y: auto;
  max-height: 550px;
  cursor: default;
}
@media only screen and (max-width: 479px) {
  #MrBazDialogRoot .modalBody .contentContainer {
    padding: 20px 10px 30px 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #MrBazDialogRoot .modalBody .contentContainer {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #MrBazDialogRoot .modalBody .contentContainer {
    padding: 20px 40px 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  #MrBazDialogRoot .modalBody .contentContainer {
    padding: 20px 50px 30px 50px;
  }
}
#MrBazDialogRoot .modalBody .contentContainer.center {
  text-align: center;
}
#MrBazDialogRoot .modalBody .contentContainer.left {
  text-align: left;
}
#MrBazDialogRoot .modalBody .contentContainer.right {
  text-align: right;
}
#MrBazDialogRoot .modalBody .contentContainer.justify {
  text-align: justify;
}
#MrBazDialogRoot .modalBody .contentContainer .receipts-list {
  display: inline-block;
  float: left;
  width: 100%;
  max-height: 291px;
  overflow-y: auto;
}
#MrBazDialogRoot .modalBody .contentContainer .receipts-list .order-receipt-item {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #3aa9f7;
  margin-bottom: 5px;
  font-size: 14px;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 24px;
}
#MrBazDialogRoot .modalBody .contentContainer .receipts-list .order-receipt-item:hover {
  background-color: #60bdff;
}
#MrBazDialogRoot .modalBody .contentContainer .receipts-list .order-receipt-item .receipt-date {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .receipts-list .order-receipt-item .amount {
  display: inline-block;
  float: right;
}
#MrBazDialogRoot .modalBody .contentContainer .licence-terms-box {
  display: inline-block;
  float: left;
  width: 100%;
  height: 350px;
  overflow-y: auto;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #6e6e6e;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .line {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .line .fal,
#MrBazDialogRoot .modalBody .contentContainer .message-body .line .fa,
#MrBazDialogRoot .modalBody .contentContainer .message-body .line .far {
  margin-right: 10px;
  color: #555555;
  color: #6e6e6e;
  width: 15px;
  text-align: center;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .line:last-of-type {
  margin-bottom: 0px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .line a {
  color: #6e6e6e;
  text-decoration: underline;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .smallprint {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 15px;
  text-align: justify;
  padding: 0px 15px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .title {
  color: #484848;
  font-size: 24px;
  font-size: 30px;
  line-height: 32px;
  width: 100%;
  display: inline-block;
  padding: 0px 0px 20px 0px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .icon {
  font-size: 44px;
  width: 100%;
  display: inline-block;
  padding: 0px 0px 20px 0px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .warning {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item {
  display: inline-block;
  width: 235px;
  text-align: center;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item {
  display: inline-block;
  float: left;
  width: 235px;
  margin-bottom: 5px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item.total {
  border-top: 1px solid #0097f5;
  padding-top: 15px;
  margin-top: 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .fal {
  display: inline-block;
  width: 25px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .fa-times {
  display: inline-block;
  width: 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .label-item {
  display: inline-block;
  width: 150px;
  text-align: left;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .count-item {
  display: inline-block;
  width: 30px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .total-label {
  display: inline-block;
  float: left;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .table-item .line-item .total-price {
  display: inline-block;
  float: right;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown {
  display: inline-block;
  width: 100%;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordertotal {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #c7c7c7;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordertotal.no-border-top {
  border-top: none;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordertotal .sub-total {
  display: inline-block;
  float: left;
  line-height: 20px;
  color: #6e6e6e;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordertotal .total {
  display: inline-block;
  float: right;
  line-height: 20px;
  color: black;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordertotal .comments {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  background-color: rgba(226, 226, 226, 0.04);
  float: left;
  padding: 5px 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem:nth-of-type(odd) {
  background-color: rgba(221, 221, 221, 0.1);
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem .description {
  display: inline-block;
  float: left;
  width: 80%;
  text-align: left;
  line-height: 20px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem .cost {
  display: inline-block;
  float: right;
  line-height: 20px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem .cost.discounted {
  color: #FF3366 !important;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem.discount {
  border: 2px dashed #FF3366;
  background-color: white;
  padding: 7px 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem.discount .description {
  color: #FF3366 !important;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem.discount.expired {
  border: 2px dashed #cecece;
  background-color: white;
  padding: 7px 10px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-breakdown .ordercostitem.discount.expired .description {
  color: #909090 !important;
  width: 100%;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body #card-element {
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #55a6f8;
  padding: 15px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .input-label {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6e6e6e;
  margin-bottom: 5px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .input {
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #55a6f8;
  padding: 15px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .input.half {
  display: inline-block;
  float: left;
  width: 50%;
  border-radius: 0px;
  border: 1px solid #55a6f8;
  padding: 15px;
  border-top: none;
  border-right: none;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .input.half.border-right {
  border-right: 1px solid #55a6f8;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body #card-errors {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #b30000;
  margin-top: 10px;
  padding: 0px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-details {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
#MrBazDialogRoot .modalBody .contentContainer .message-body .order-details .order-title {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
#MrBazDialogRoot .modalBody #payment-failed {
  text-align: left;
}
#MrBazDialogRoot .modalBody #payment-failed .inline-warning {
  padding: 5px 15px 10px 15px;
}
#MrBazDialogRoot .modalBody #payment-failed .inline-warning .title {
  font-size: 16px;
  text-align: left;
  padding: 5px 0px;
  margin: 0px;
}
#MrBazDialogRoot .modalBody #payment-failed .inline-warning .message {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding: 0px;
}
#MrBazDialogRoot .modalBody #KeySafeInstallDate {
  width: auto;
  text-align: center;
  float: none;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #0097f5;
  font-size: 16px;
}
#MrBazDialogRoot .modalBody #subscription-received {
  font-size: 18px;
  line-height: 22px;
}
#MrBazDialogRoot .modalBody #subscription-received .thanks {
  margin-bottom: 10px;
}
#MrBazDialogRoot .modalBody #subscription-received .inline-warning {
  padding: 5px 15px 10px 15px;
}
#MrBazDialogRoot .modalBody #subscription-received .inline-warning .title {
  font-size: 16px;
  text-align: left;
  padding: 5px 0px;
  margin: 0px;
}
#MrBazDialogRoot .modalBody #subscription-received .inline-warning .message {
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
  padding: 0px;
  margin-top: 5px;
  text-align: justify;
}
#MrBazDialogRoot .modalBody .buttonBackground {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center !important;
  overflow: hidden;
  padding: 0px 0px 30px 0px;
  border-radius: 0px 0px 5px 5px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer {
  display: inline-block;
  text-align: center !important;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .pleasewait {
  margin-top: 4px;
  display: inline-block;
  padding: 10px 30px;
  color: #464646;
  font-size: 18px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .pleasewait #modalspinner {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #464646;
  margin-bottom: -6px;
  margin-right: 5px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #ffffff;
  padding: 10px 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: none !important;
  filter: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  margin: 5px 3px 5px 3px;
  /*-webkit-box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2), 0px 1px 3px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5);
                    -moz-box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2),0px 1px 3px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5);
                    box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5);*/
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.focused {
  -webkit-box-shadow: inset 0 -30px 40px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.7), inset 0px 1px 3px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 -30px 40px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.7), inset 0px 1px 3px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -30px 40px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.7), inset 0px 1px 3px rgba(255, 255, 255, 0.5);
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.red {
  border: 1px solid #e40000;
  background-color: #cb0000;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.red.focused,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.red:hover {
  background-color: #ee0000;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.grey {
  border: 1px solid #afaeae;
  background-color: #9a9a9a;
  /*&.focused, &:hover
                        {
                            background-color: #afaeae;
                            -webkit-box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2), 0px 1px 3px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5) !important;
                            -moz-box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2),0px 1px 3px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5) !important;
                            box-shadow: inset 0 -30px 40px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.7), inset 0px 1px 3px rgba(255,255,255,0.5) !important;

                        }*/
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.green {
  border: 1px solid #578001;
  background-color: #578001;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.green.focused,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.green:hover {
  background-color: #699a01;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.blue {
  border: 1px solid #0078c2;
  background-color: #0078c2;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.blue.focused,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.blue:hover {
  background-color: #0087dc;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.orange {
  border: 1px solid #ffa133;
  background-color: #ff8900;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.orange.focused,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.orange:hover {
  background-color: #ff951a;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .btnIcon {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  margin-bottom: -7px;
  position: relative;
  top: -2px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .btnIcon.tv {
  background-image: url('img/tv.png');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 21px;
  -o-background-size: 21px;
  -webkit-background-size: 21px;
  background-size: 21px;
  top: -3px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .btnIcon.check {
  background-image: url('img/check.png');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
  top: -3px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.disabled {
  opacity: 0.5;
  cursor: default;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase.mg-t-30 {
  margin-top: 30px;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .hidden {
  display: none;
}
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .fal,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .fa,
#MrBazDialogRoot .modalBody .buttonBackground .buttonContainer .buttonBase .fas {
  margin-right: 10px;
}
#MrBazDialogRoot .modalBody .modalHeader {
  display: inline-block;
  width: 100%;
  height: auto;
  color: white;
  border-radius: 5px 5px 0px 0px;
}
#MrBazDialogRoot .modalBody .modalHeader.orange {
  background-color: #ff8900;
}
#MrBazDialogRoot .modalBody .modalHeader.grey {
  background-color: #6e6e6e;
}
#MrBazDialogRoot .modalBody .modalHeader.lightGrey {
  background-color: #f9f9f9;
}
#MrBazDialogRoot .modalBody .modalHeader.red {
  background-color: #e40000;
}
#MrBazDialogRoot .modalBody .modalHeader.blue {
  background-color: #0097f5;
}
#MrBazDialogRoot .modalBody .modalHeader.green {
  background-color: #7ab301;
}
#MrBazDialogRoot .modalBody .modalHeader.white {
  background-color: white;
}
#MrBazDialogRoot .modalBody .modalHeader .close {
  display: inline-block;
  position: relative;
  float: right;
  color: #6e6e6e;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 9px;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#MrBazDialogRoot .modalBody .modalHeader .close:hover {
  opacity: 1;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft {
  display: inline-block;
  float: left;
  height: 40px;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont {
  display: inline-block;
  float: left;
  width: 40px;
  height: 39px;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.orange {
  background-color: #b36000;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.grey {
  background-color: #484848;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.red {
  background-color: #980000;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.blue {
  background-color: #0068a9;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.green {
  background-color: #466701;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.dialog {
  background-image: url('img/tv.png');
  background-repeat: no-repeat;
  background-position: center center;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .iconCont.calculator {
  background-image: url('img/calculator.png');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 21px;
  -o-background-size: 21px;
  -webkit-background-size: 21px;
  background-size: 21px;
  top: 0px;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword {
  display: inline-block;
  float: left;
  color: white;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: default;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword.orange {
  background-color: #cc6e00;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword.grey {
  background-color: #555555;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword.red {
  background-color: #b10000;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword.blue {
  background-color: #0078c2;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .keyword.green {
  background-color: #578001;
}
#MrBazDialogRoot .modalBody .modalHeader .headerLeft .title {
  display: inline-block;
  float: left;
  color: white;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  cursor: default;
}
.noScroll {
  overflow: hidden !important;
}