
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.modal-close {
  display: none;
}
.modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
}
.modal-background {
  background-color: rgba(26, 32, 44, 0.8);
  position: fixed;
  inset: 0;
  z-index: 20;
}
.modal-container {
  width: 300px;
  background-color: white;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.passkeys-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.delete-passkey-button {
  line-height: 30px;
  text-decoration: none;
  background-color: #F83E26;
  border-radius: 5px;
  border: 0px;
  color: #FFF;
  width: 50px;
  height: 30px;
  text-align: center;
}

.add-passkey-form {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 50px;
  width: 780px;
  background-color: white;
  font: 16px/24px Hiragino Sans;
  text-align: center;
  color: #666666;
}
.add-passkey-form label {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  color: #707070;
}
.add-passkey-form abbr {
  width: 37px;
  height: 20px;
  background-color: #F83A22;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.add-passkey-form input[type=text],
.add-passkey-form input[type=email],
.add-passkey-form input[type=number],
.add-passkey-form input[type=tel],
.add-passkey-form input[type=date],
.add-passkey-form input[type=password],
.add-passkey-form input[type=url] {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 15px;
}
.add-passkey-form .controls {
  margin-top: 20px;
}
.add-passkey-form .form-checkbox {
  margin-top: 20px;
}
.add-passkey-form .form-checkbox input[type=checkbox] {
  margin-right: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.add-passkey-form .form-checkbox input[type=checkbox]:checked {
  background-color: #1E90FF;
  border-color: #1E90FF;
}
.add-passkey-form .form-checkbox input[type=checkbox]:checked:hover {
  background-color: #166bda;
  border-color: #166bda;
}
.add-passkey-form .form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.add-passkey-form input[type=submit] {
  width: 100%;
  height: 50px;
  background: #F83E26;
  color: #FFFFFF;
  font-size: 16px;
  border: #F83E26;
  border-radius: 5px;
  cursor: pointer;
}
.add-passkey-form input[type=submit]:hover {
  background: #DE240C;
}
.add-passkey-form ul.parsley-errors-list {
  font-size: 12px;
}
.add-passkey-form .controls {
  margin-top: 20px;
}

.unregistered-passkeys-title {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 780px) {
  .passkey-content {
    width: 100%;
  }
  .add-passkey-form {
    width: 100%;
  }
}
.authform__background {
  width: 100%;
  padding: 50px 0 0 0;
  min-height: 100vh;
}
.authform__background .authform__container {
  width: 650px;
  height: 100%;
  box-sizing: border-box;
  font: 16px/24px Hiragino Sans;
  color: #666;
  text-align: center;
  margin: 0 auto;
}
.authform__background .authform__container .authform__title_header {
  display: flex;
  margin-bottom: 50px;
}
.authform__background .authform__container .authform__title_header .authform__title {
  font: 24px/30px Hiragino Sans;
  font-weight: bold;
  color: #333;
}
.authform__background .authform__container label {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  color: #707070;
}
.authform__background .authform__container abbr {
  width: 37px;
  height: 20px;
  background-color: #F83A22;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.authform__background .authform__container input[type=text],
.authform__background .authform__container input[type=email],
.authform__background .authform__container input[type=number],
.authform__background .authform__container input[type=tel],
.authform__background .authform__container input[type=date],
.authform__background .authform__container input[type=password],
.authform__background .authform__container input[type=url] {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 15px;
}
.authform__background .authform__container .controls {
  margin-top: 20px;
}
.authform__background .authform__container .form-checkbox {
  margin-top: 20px;
}
.authform__background .authform__container .form-checkbox input[type=checkbox] {
  margin-right: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked {
  background-color: #1E90FF;
  border-color: #1E90FF;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked:hover {
  background-color: #166bda;
  border-color: #166bda;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.authform__background .authform__container input[type=submit] {
  width: 100%;
  height: 50px;
  background: #F83E26;
  color: #FFFFFF;
  font-size: 16px;
  border: #F83E26;
  border-radius: 5px;
  cursor: pointer;
}
.authform__background .authform__container input[type=submit]:hover {
  background: #DE240C;
}
.authform__background .authform__container ul.parsley-errors-list {
  font-size: 12px;
}
.authform__background .authform__container label {
  font-size: 18px;
  color: #666;
}
.authform__background .authform__container input[type=email], .authform__background .authform__container input[type=password] {
  display: block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-size: 24px;
  border: 1px solid #707070;
  border-radius: 10px;
}
.authform__background .authform__container input[type=submit] {
  width: 300px;
  background: #00A4DE;
  border: #00A4DE;
}
.authform__background .authform__container input[type=submit]:hover {
  background: #00A4DE;
}
.authform__background .authform__container .controls {
  margin-top: 20px;
}
.authform__background .authform__container .controls-submit {
  margin-top: 50px;
}
.authform__separator {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.authform__separator p {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
}
.authform__separator p span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 5px;
  position: relative;
  top: -15px;
}
.authform__separator p {
  background-color: #707070;
}
.authform__separator p span {
  background-color: #FFF;
  color: #666;
}

.passkey-auth-container {
  display: flex;
  justify-content: center;
}
.passkey-auth-container .passkey-form-container {
  margin-top: 24px;
  text-align: center;
  width: 300px;
}
.passkey-auth-container .passkey-form-container .passkey-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.passkey-auth-container .passkey-form-container .passkey-icons img {
  width: 40px;
  height: 40px;
}
.passkey-auth-container .passkey-form-container .passkey-form {
  margin-bottom: 30px;
}
.passkey-auth-container .passkey-form-container .passkey-description-links {
  display: grid;
  text-align: left;
}
.passkey-auth-container .passkey-form-container .passkey-description-link {
  margin-bottom: 12px;
  gap: 4px;
  display: flex;
  align-items: center;
}
.passkey-auth-container .passkey-form-container .passkey-description-link img {
  width: 12px;
  height: 12px;
}
.passkey-auth-container .passkey-form-container .passkey-description-link a {
  color: #01A2D8;
  font-size: 12px;
  line-height: 18px;
}
.passkey-title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}
.passkey-content {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EEE;
  width: 100%;
}

.maintenanceNotice {
  background-color: #00A4DE;
}
.maintenanceNotice a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.pagination {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination a.prev {
  padding-right: 0.5em;
}
.pagination a.next {
  padding-left: 0.5em;
}
.pagination span {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}
.pagination span.page.current {
  border: none;
}

.alert-message {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: relative;
}
.alert-message p {
  font-size: 14px;
}
.alert-message .close {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  padding: 0.5em;
  position: absolute;
  top: 0;
  right: 10px;
}

@media all and (min-width: 1123px) {
  .pagination {
    font-size: 24px;
    padding: 20px 0;
  }
  .pagination span {
    border-width: 2px;
  }
}
.balloon, .maHeader__sub .subElements .shopFunctions__elements dl, .maHeader__sub .subElements .notices__elements dl {
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 10px;
  position: absolute;
  z-index: 999;
}
.balloon::before, .maHeader__sub .subElements .shopFunctions__elements dl::before, .maHeader__sub .subElements .notices__elements dl::before, .balloon::after, .maHeader__sub .subElements .shopFunctions__elements dl::after, .maHeader__sub .subElements .notices__elements dl::after {
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  border: solid transparent;
  border-width: 10px;
  position: absolute;
  pointer-events: none;
}
.balloon::after, .maHeader__sub .subElements .shopFunctions__elements dl::after, .maHeader__sub .subElements .notices__elements dl::after {
  border-bottom-color: #FFF;
  margin-left: -10px;
}
.balloon::before, .maHeader__sub .subElements .shopFunctions__elements dl::before, .maHeader__sub .subElements .notices__elements dl::before {
  border-bottom-color: #999;
  margin-left: -10px;
}

.maHeader {
  display: table;
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  background-color: #000;
  padding: 10px;
}
.maHeader svg {
  width: 240px;
  height: 240px;
}
.maHeader svg circle {
  fill: #00A4DE;
}
.maHeader svg path {
  fill: #FFF;
}
.maHeader__main, .maHeader__sub {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.maHeader__main .mainElements {
  display: table;
}
.maHeader__main .mainElements .logo, .maHeader__main .mainElements .membershipType {
  display: table-cell;
  vertical-align: middle;
}
.maHeader__main .mainElements .logo {
  padding-right: 15px;
}
.maHeader__main .mainElements .logo img {
  width: 50px;
  height: auto;
  vertical-align: top;
}
.maHeader__sub .subElements {
  display: table;
  margin: 0 0 0 auto;
}
.maHeader__sub .subElements .notices, .maHeader__sub .subElements .shopFunctions, .maHeader__sub .subElements .signOut {
  display: table-cell;
  vertical-align: middle;
}
.maHeader__sub .subElements .signOut a {
  color: #FFF;
  text-decoration: none;
}
.maHeader__sub .subElements .notices {
  padding-left: 15px;
  position: relative;
}
.maHeader__sub .subElements .notices img {
  width: 17px;
  height: auto;
  vertical-align: top;
  cursor: pointer;
}
.maHeader__sub .subElements .notices span.count {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 9px;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -5px;
}
.maHeader__sub .subElements .notices__elements {
  position: relative;
}
.maHeader__sub .subElements .notices__elements.open {
  display: block;
}
.maHeader__sub .subElements .notices__elements.close {
  display: none;
}
.maHeader__sub .subElements .notices__elements dl {
  width: 300px;
  top: 20px;
  right: -10px;
}
.maHeader__sub .subElements .notices__elements dl::before, .maHeader__sub .subElements .notices__elements dl::after {
  right: 12px;
  border-width: 6px;
}
.maHeader__sub .subElements .notices__elements dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #999;
  padding: 15px 20px;
}
.maHeader__sub .subElements .notices__elements dl dd {
  color: #666;
}
.maHeader__sub .subElements .notices__elements dl dd ul li {
  border-bottom: 1px solid #999;
  line-height: 1.3;
}
.maHeader__sub .subElements .notices__elements dl dd ul li:last-child {
  border-bottom: none;
}
.maHeader__sub .subElements .notices__elements dl dd ul li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  padding: 15px 20px;
}
.maHeader__sub .subElements .notices__elements dl dd ul li a span {
  display: table-cell;
  vertical-align: top;
}
.maHeader__sub .subElements .notices__elements dl dd ul li a span.icon {
  width: 75px;
}
.maHeader__sub .subElements .notices__elements dl dd ul li a span.icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.maHeader__sub .subElements .notices__elements dl dd ul li a span.text time {
  display: block;
  font-size: 12px;
  background: url(/assets/page_domain/dashboards/icon-clock-c0e820401a760754a43e7a6a8a09e1d9c56945afae3cbd81866e67aa27fd8e2f.webp) no-repeat center left;
  padding-left: 15px;
  margin-top: 10px;
}
.maHeader__sub .subElements .shopFunctions__tap-target {
  cursor: pointer;
}
.maHeader__sub .subElements .shopFunctions__icon {
  width: 40px;
  height: 40px;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.maHeader__sub .subElements .shopFunctions__shopName {
  display: none;
}
.maHeader__sub .subElements .shopFunctions__elements {
  position: relative;
}
.maHeader__sub .subElements .shopFunctions__elements.open {
  display: block;
}
.maHeader__sub .subElements .shopFunctions__elements.close {
  display: none;
}
.maHeader__sub .subElements .shopFunctions__elements dl {
  width: 300px;
  top: 10px;
  right: 0;
  z-index: 999;
}
.maHeader__sub .subElements .shopFunctions__elements dl::before, .maHeader__sub .subElements .shopFunctions__elements dl::after {
  right: 12px;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li {
  font-size: 16px;
  border-bottom: 1px solid #999;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 20px;
  transition: background-color 0.5s;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li a:hover {
  background-color: #CCC;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li:first-child a {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li:last-child {
  border-bottom: none;
}
.maHeader__sub .subElements .shopFunctions__elements dl dd ul li:last-child a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media all and (min-width: 768px) {
  .maHeader {
    padding: 20px;
  }
  .maHeader__main .mainElements .menuOpener {
    cursor: pointer;
    padding-right: 15px;
  }
  .maHeader__main .mainElements .menuOpener img {
    width: 20px;
    height: auto;
    vertical-align: top;
  }
  .maHeader__main .mainElements .logo img {
    width: 79px;
    height: 35px;
  }
  .maHeader__sub .subElements .notices img {
    width: 25px;
    height: auto;
  }
  .maHeader__sub .subElements .notices span.count {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    font-size: 12px;
    padding-top: 2px;
    top: 0;
    right: -10px;
  }
  .maHeader__sub .subElements .notices__elements dl {
    top: 23px;
    right: -20px;
  }
  .maHeader__sub .subElements .notices__elements dl::before, .maHeader__sub .subElements .notices__elements dl::after {
    right: 20px;
    border-width: 10px;
  }
  .maHeader__sub .subElements .notices__elements dl::after {
    margin-left: -10px;
  }
  .maHeader__sub .subElements .notices__elements dl::before {
    border-width: 11px;
    margin-left: -11px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl {
    top: 14px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::before, .maHeader__sub .subElements .shopFunctions__elements dl::after {
    right: 8px;
    border-width: 10px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::after {
    margin-left: -10px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::before {
    border-width: 11px;
    margin-left: -11px;
  }
}
@media all and (min-width: 1112px) {
  .maHeader {
    padding: 20px;
  }
  .maHeader__main .mainElements .menuOpener {
    display: none;
  }
  .maHeader__main .mainElements .logo img {
    width: 79px;
    height: 35px;
  }
  .maHeader__sub .subElements .notices__elements dl {
    top: 23px;
  }
  .maHeader__sub .subElements .notices__elements dl::after {
    border-width: 10px;
    margin-left: -10px;
  }
  .maHeader__sub .subElements .notices__elements dl::before {
    border-width: 11px;
    margin-left: -11px;
  }
  .maHeader__sub .subElements .shopFunctions__icon, .maHeader__sub .subElements .shopFunctions__shopName {
    display: inline-block;
    vertical-align: middle;
  }
  .maHeader__sub .subElements .shopFunctions__shopName {
    font-size: 14px;
    padding-left: 10px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl {
    top: 14px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::before, .maHeader__sub .subElements .shopFunctions__elements dl::after {
    right: 20px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::after {
    border-width: 10px;
    margin-left: -10px;
  }
  .maHeader__sub .subElements .shopFunctions__elements dl::before {
    border-width: 11px;
    margin-left: -11px;
  }
}
.layout-screenContainer .layout-contents {
  height: 100%;
  position: relative;
}
.layout-screenContainer .layout-contents__sidemenu {
  display: none;
}
.layout-screenContainer .layout-contents__main {
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.layout-screenContainer .layout-contents__main.edit {
  min-height: 100vh;
  background-color: #EEE;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__heading .pageHeader {
  background-color: #EEE;
  margin-bottom: 0;
  padding-left: 20px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__heading .pageHeader__title {
  background-color: #EEE;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EEE;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__footer a.backLink {
  display: inline-block;
  font-size: 14px;
  color: #00A4DE;
  text-decoration: none;
  margin-bottom: 20px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__footer span.help-block {
  font-size: 16px;
  color: #F83A22;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__footer span.help-block a {
  text-decoration: none;
  color: #00A4DE;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content {
  display: table;
  width: 100%;
  box-sizing: border-box;
  color: #666;
  text-decoration: none;
  background-color: #EEE;
  border-radius: 5px;
  padding: 15px 24px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__image, .layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title, .layout-screenContainer .layout-contents__main.edit .dashboardContents__content__status, .layout-screenContainer .layout-contents__main.edit .dashboardContents__content__position, .layout-screenContainer .layout-contents__main.edit .dashboardContents__content__amount {
  display: table-cell;
  vertical-align: middle;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__image {
  width: 45px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__image img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title {
  background-color: #EEE;
  padding-right: 5px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title dl {
  margin-bottom: 5px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title dl dt span {
  font-size: 10px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__title time {
  font-size: 10px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__status {
  width: 80px;
  color: #999;
  text-align: right;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__status span {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  border-radius: 30px;
  padding: 2px 4px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__status span.published {
  color: #666;
  background-color: #FFF;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__status span.draft {
  color: #FFF;
  background-color: #666;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__position {
  width: 30px;
  box-sizing: border-box;
  padding-right: 5px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__position object {
  display: block;
  text-align: center;
  margin: 3px 0;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__position object a {
  color: #999;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__links {
  margin: 5px 5px 20px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__links a {
  color: #00A4DE;
  text-decoration: none;
  margin-right: 10px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__delete {
  padding-left: 10%;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__delete p {
  font-size: 14px;
  padding-bottom: 5px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content__delete a {
  display: block;
  color: #00A4DE;
  text-align: center;
  text-decoration: none;
  padding-top: 30px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content label.location {
  font-size: 18px;
  font-weight: bold;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content p.cautionaryNote, .layout-screenContainer .layout-contents__main.edit .dashboardContents__content p.publicUrl {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
  margin-bottom: 10px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content p.publicUrl {
  margin-top: 50px;
}
.layout-screenContainer .layout-contents__main.edit .dashboardContents__content a.locationMainPageLink {
  display: inline-block;
  color: #00A4DE;
  text-decoration: none;
  padding-left: 5px;
  margin-bottom: 50px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm .location_main_page_setting_address, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm .location_main_page_setting_address {
  margin-top: 40px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label {
  color: #333;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label.required::after, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label.required::after {
  content: " *";
  font-size: 20px;
  font-weight: bold;
  color: #F83A22;
  margin-left: 2px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label span.title, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label span.title {
  font-size: 18px;
  font-weight: bold;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label span.title::after, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label span.title::after {
  content: " *";
  font-size: 20px;
  font-weight: bold;
  color: #F83A22;
  margin-left: 2px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label span.caution, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label span.caution {
  color: #666;
  font-size: 14px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm label.image, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm label.image {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm .imageUploader, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm .imageUploader {
  margin-bottom: 5px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm span.google_map_helper, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm span.google_map_helper {
  font-size: 14px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm span.google_map_helper a, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm span.google_map_helper a {
  color: #666;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm .location_main_page_setting_published .control-label, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm .location_main_page_setting_published .control-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm .location_main_page_setting_published span label, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm .location_main_page_setting_published span label {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
}
.layout-screenContainer .layout-contents__main.edit .locationMainPageSettingForm .location_main_page_setting_published span .radio_buttons, .layout-screenContainer .layout-contents__main.edit .locationMainPageLinkForm .location_main_page_setting_published span .radio_buttons {
  width: 30px;
  height: 30px;
  padding-top: 10px;
  margin-right: 15px;
}
.layout-screenContainer .layout-contents__main.edit .soLinks {
  padding: 0 0 30px 20px;
  background-color: transparent;
}
.layout-screenContainer .layout-contents__main.edit .soLinks a {
  font-weight: bold;
  color: #00A4DE;
  text-decoration: none;
}
.layout-screenContainer .layout-contents__main.external_linkages table a {
  color: #00A4DE;
  text-decoration: none;
}
.layout-screenContainer .layout-contents__main.external_linkages table.monthly_report_table td, .layout-screenContainer .layout-contents__main.external_linkages table.monthly_report_table th {
  text-align: left;
}
.layout-screenContainer .layout-contents__main.external_linkages table.monthly_report_table th {
  padding-left: 10px;
}
.layout-screenContainer .layout-contents__main.external_linkages .pageHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.layout-screenContainer .layout-contents__main.external_linkages .pageHeader__title {
  margin-top: 10px;
}
.layout-screenContainer .layout-contents__main.external_linkages .pageHeader__form form select {
  width: 80px;
  height: 40px;
  padding: 5px;
  margin-right: 10px;
}
.layout-screenContainer .layout-contents__main.external_linkages .pageHeader__form form input {
  width: 60px;
  height: 40px;
  margin-right: 10px;
}
.layout-screenContainer .layout-contents__main.external_linkages .button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  background-color: #00A4DE;
  border-radius: 5px;
  padding: 4px 10px;
}
.layout-screenContainer .layout-contents.inputs {
  min-height: 100vh;
  background-color: #EEE;
  padding: 0;
}
.layout-screenContainer .layout-contents.inputs .inputHeading {
  background-color: #FFF;
  padding: 10px;
}
.layout-screenContainer .layout-contents.inputs .inputHeading .pageHeader {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.layout-screenContainer .layout-contents.inputs .inputHeading .pageHeader__button, .layout-screenContainer .layout-contents.inputs .inputHeading .pageHeader__title {
  margin-bottom: 0;
}
.layout-screenContainer .layout-contents.inputs .inputContent {
  padding: 10px;
}
.layout-screenContainer .dashboardContents {
  background-color: #FFF;
  border-radius: 5px;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable {
  background-color: #FFF;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable a {
  color: #00A4DE;
  text-decoration: none;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable button {
  display: inline;
  color: #00A4DE;
  background: none;
  border: none;
  padding-left: 0;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable button:hover {
  cursor: pointer;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable form.button_to {
  display: inline-block;
}
.layout-screenContainer .dashboardContents .businessAnalyticsTable form.button_to button {
  padding-left: 0;
}
.layout-screenContainer .dashboardContents__heading a.backLink {
  display: inline-block;
  font-size: 14px;
  color: #00A4DE;
  text-decoration: none;
  margin-bottom: 20px;
}
.layout-screenContainer .dashboardContents__content a.addButton {
  display: block;
  width: 180px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00A4DE;
  border-radius: 5px;
  padding: 8px 0;
  margin-left: auto;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks {
  width: 100%;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks .addButton {
  margin-bottom: 50px;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink {
  display: table;
  width: 100%;
  height: 120px;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 20px 5px;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea a {
  text-decoration: none;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__position, .layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__image, .layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__title {
  display: table-cell;
  vertical-align: middle;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__position {
  width: 45px;
  box-sizing: border-box;
  margin-left: 20px;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__position object {
  display: block;
  text-align: center;
  margin: 3px 0;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__position object a {
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  position: relative;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__position object a i {
  display: block;
  color: #999;
  position: absolute;
  top: 7px;
  left: 9px;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__image {
  width: 110px;
  height: 110px;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__image img {
  display: block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  object-fit: cover;
}
.layout-screenContainer .dashboardContents__content .locationMainPageLinks__content .locationMainPageLink__editLinkArea .editLink__title {
  font-size: 16px;
  color: #333;
  word-break: break-all;
  padding-left: 10px;
}
.layout-screenContainer .dashboardContents__footer a.backLink {
  margin: 20px;
}
.layout-screenContainer .dashboardContents p.locationShopsCautionText {
  margin: 5px 0 0 5px;
}
.layout-screenContainer .dashboardContents .form-group label {
  font-size: 14px;
  color: #333;
  margin: 20px 5px;
}
.layout-screenContainer .dashboardContents .form-group a {
  text-decoration: none;
  color: #00A4DE;
}
.layout-screenContainer .dashboardContents .form-group input[type=radio] {
  margin-right: 10px;
}
.layout-screenContainer .dashboardContents .form-group .subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.layout-screenContainer .dashboardContents.nomuraRe.dayly .pageHeader.horizontalActions .pageHeader__title {
  width: 430px;
}
.layout-screenContainer .dashboardContents.nomuraRe.dayly .pageHeader.horizontalActions .pageHeader__actions form {
  justify-content: unset;
}
.layout-screenContainer .dashboardContents.nomuraRe.monthly .pageHeader.horizontalActions .pageHeader__actions form {
  justify-content: unset;
  padding-left: 25px;
}
.layout-screenContainer .dashboardContents.nomuraRe .dashboardContents__content .reportsTable table thead {
  text-align: center;
  border-bottom: 1px solid #CDCDCD;
}
.layout-screenContainer .dashboardContents.nomuraRe .dashboardContents__content .reportsTable table tbody {
  text-align: center;
}

@media all and (min-width: 768px) {
  .layout-screenContainer {
    display: flex;
    flex-direction: column;
  }
  .layout-screenContainer .layout-contents {
    display: flex;
    flex: 1;
    height: 100%;
  }
  .layout-screenContainer .layout-contents__sidemenu {
    display: none;
  }
  .layout-screenContainer .layout-contents__main {
    width: 100%;
    box-sizing: border-box;
    color: #666;
    line-height: 1.3;
    padding: 20px 22px;
  }
  .layout-screenContainer .layout-contents__main .title {
    color: #333;
  }
  .layout-screenContainer .dashboardContents .dashboardContents__content {
    display: flex;
    justify-content: space-between;
  }
  .layout-screenContainer .dashboardContents {
    max-width: 968px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1112px) {
  .layout-screenContainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
  }
  .layout-screenContainer .layout-contents {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
  }
  .layout-screenContainer .layout-contents__sidemenu {
    display: block;
    width: 260px;
    box-sizing: border-box;
    background-color: #FFF;
    border-right: 1px solid #999;
  }
  .layout-screenContainer .layout-contents__main {
    flex: 1;
    padding: 20px 22px;
  }
  .layout-screenContainer .layout-contents__main .dashboardContents .dashboardContents__content.selfOrders, .layout-screenContainer .layout-contents__main .dashboardContents .dashboardContents__content.transactions {
    display: block;
  }
  .layout-screenContainer .layout-contents__main .dashboardContents, .layout-screenContainer .layout-contents__main .analyticsContents, .layout-screenContainer .layout-contents__main .shopsContents, .layout-screenContainer .layout-contents__main .reportContents, .layout-screenContainer .layout-contents__main .landingContents, .layout-screenContainer .layout-contents__main .indexContents, .layout-screenContainer .layout-contents__main .noticesContents, .layout-screenContainer .layout-contents__main .subscriptionsContents, .layout-screenContainer .layout-contents__main .photosContents, .layout-screenContainer .layout-contents__main .menusContents, .layout-screenContainer .layout-contents__main .couponsContents, .layout-screenContainer .layout-contents__main .resrakuAnalyticsContents, .layout-screenContainer .layout-contents__main .editsContents, .layout-screenContainer .layout-contents__main .twilioContents, .layout-screenContainer .layout-contents__main .inputsContents, .layout-screenContainer .layout-contents__main .noShowContents, .layout-screenContainer .layout-contents__main .payoutContents {
    margin: 0 auto 0 0;
  }
  .layout-screenContainer .layout-contents__main .inputsContents {
    margin: 0 auto;
  }
}
.settings .setting {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #EEE;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 10px;
}
.settings .setting__title, .settings .setting__status {
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.settings .setting__title {
  width: 40%;
  color: #666;
}
.settings .setting__status {
  color: #999;
  padding-left: 1em;
}
.settings .setting__status .icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.pageHeader {
  margin-bottom: 20px;
}
.pageHeader__title {
  color: #333;
  position: relative;
  margin-bottom: 20px;
}
.pageHeader__title h1, .pageHeader__title h2 {
  font-weight: bold;
}
.pageHeader__title h1 {
  font-size: 18px;
}
.pageHeader__title h2 {
  font-size: 14px;
}
.pageHeader__title p {
  font-size: 12px;
  margin: 10px 0;
}
.pageHeader__title .users {
  font-size: 17px;
  width: 640px;
  display: block;
  text-align: right;
  text-decoration: none;
}
.pageHeader.horizontalActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pageHeader.horizontalActions .pageHeader__title {
  width: 50%;
  margin-bottom: 10px;
}
.pageHeader.horizontalActions .pageHeader__actions {
  width: 50%;
  text-align: right;
  margin-bottom: 10px;
}
.pageHeader.horizontalActions .pageHeader__actions form {
  display: flex;
  justify-content: end;
}
.pageHeader.horizontalActions .pageHeader__actions form select, .pageHeader.horizontalActions .pageHeader__actions form a {
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
}
.pageHeader.horizontalActions .pageHeader__actions form select, .pageHeader.horizontalActions .pageHeader__actions form input[type=submit] {
  display: inline-block;
  border: 1px solid #CDCDCD;
  padding: 4px 10px;
  margin-right: 10px;
}
.pageHeader.horizontalActions .pageHeader__actions a {
  box-sizing: border-box;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #00A4DE;
  padding: 10px;
  outline: none;
}
.pageHeader.horizontalActions .pageHeader__actions a.printButton {
  display: block;
  width: 140px;
  font-size: 14px;
  padding: 8px 0;
  margin-left: auto;
}
.pageHeader.horizontalActions.eids, .pageHeader.horizontalActions.users {
  width: 650px;
}
.pageHeader.horizontalActions.eids h1, .pageHeader.horizontalActions.users h1 {
  width: 300px;
}
.pageHeader.horizontalActions.eids h1.year_users_reports, .pageHeader.horizontalActions.users h1.year_users_reports {
  width: 450px;
}
.pageHeader.horizontalActions.eids a, .pageHeader.horizontalActions.users a {
  color: #00A4DE;
  text-decoration: none;
  background-color: initial;
}
.pageHeader.horizontalActions.users a {
  color: #FFF;
  background-color: #00A4DE;
  padding: 10px 20px;
  margin-right: 10px;
}

.pagination a {
  color: #00A4DE;
}

.basicButton {
  margin-bottom: 10px;
}
.basicButton a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00A4DE;
  border: none;
  border-radius: 5px;
  padding: 12px 0;
  margin: 0 auto;
  cursor: pointer;
}

.btn {
  text-decoration: none;
  border-radius: 5px;
  border: none;
  color: #FFF;
  background-color: #00A4DE;
  padding: 10px 20px;
  appearance: none;
}

.messageBlock {
  color: #666;
  line-height: 1.5;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.messageBlock__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.messageBlock__title span {
  font-weight: inherit;
  color: #F83A22;
  padding-left: 5px;
}
.messageBlock__content a {
  color: #00A4DE;
}
.messageBlock__content p {
  font-size: 14px;
  margin-bottom: 30px;
}
.messageBlock__content p span {
  font-weight: bold;
}
.messageBlock__content .example {
  text-align: center;
}
.messageBlock__content .example span {
  font-size: 14px;
}
.messageBlock__content .example img {
  display: block;
  width: 100%;
  height: auto;
}
.messageBlock__content dl, .messageBlock__content ol, .messageBlock__content ul {
  font-size: 12px;
}
.messageBlock__content dl li, .messageBlock__content ol li, .messageBlock__content ul li {
  margin-bottom: 5px;
}

.selfOrderReceipt {
  width: 300px;
  font-size: 14px;
  margin-left: 10px;
}
.selfOrderReceipt .receiptHeader table, .selfOrderReceipt .receiptDate table, .selfOrderReceipt .receiptDetails table {
  width: 100%;
}
.selfOrderReceipt .receiptHeader table tr, .selfOrderReceipt .receiptDate table tr, .selfOrderReceipt .receiptDetails table tr {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.selfOrderReceipt .receiptHeader table tr td:nth-child(2), .selfOrderReceipt .receiptDate table tr td:nth-child(2), .selfOrderReceipt .receiptDetails table tr td:nth-child(2) {
  font-size: 12px;
}
.selfOrderReceipt .receiptHeader tr, .selfOrderReceipt .receiptDate tr {
  justify-content: flex-start;
}
.selfOrderReceipt .receiptHeader tr td:nth-child(2), .selfOrderReceipt .receiptDate tr td:nth-child(2) {
  margin-left: 10px;
}
.selfOrderReceipt .receiptDetails tr {
  justify-content: space-between;
}

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

.text-right {
  text-align: right;
}

@media all and (min-width: 768px) {
  .pageHeader {
    margin-bottom: 30px;
  }
  .pageHeader__title p {
    font-size: 16px;
    margin: 20px 0;
  }
  .pageHeader__subTitle p {
    font-size: 16px;
  }
  .pageHeader.horizontalActions .pageHeader__title {
    width: 50%;
  }
  .pageHeader.horizontalActions .pageHeader__title.analytics {
    width: 30%;
  }
  .pageHeader.horizontalActions .pageHeader__actions {
    width: 50%;
  }
  .pageHeader.horizontalActions .pageHeader__actions.analytics {
    width: 70%;
  }
  .pageHeader.horizontalActions .pageHeader__actions form select, .pageHeader.horizontalActions .pageHeader__actions form a {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
  }
  .pageHeader.horizontalActions.forLocation .pageHeader__title {
    width: 75%;
  }
  .pageHeader.horizontalActions.forLocation .pageHeader__actions {
    width: 25%;
  }
  .basicButton {
    margin-bottom: 20px;
  }
  .basicButton a {
    width: 400px;
    font-size: 20px;
    border-radius: 10px;
    padding: 24px 0;
  }
  .messageBlock {
    line-height: 1.5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .messageBlock__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .messageBlock__content p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .messageBlock__content .example {
    width: 400px;
  }
  .messageBlock__content .example span {
    font-size: 16px;
  }
  .messageBlock__content dl, .messageBlock__content ol, .messageBlock__content ul {
    font-size: 14px;
  }
  .messageBlock__content dl li, .messageBlock__content ol li, .messageBlock__content ul li {
    margin-bottom: 10px;
  }
}
.tooltips {
  position: relative;
  top: 2px;
}
.tooltips__icon {
  display: inline-block;
  background: url(/assets/icon_information-fb0da3ae85def7b5e46c31864386d4b965d369caa08117eb85ce863d913ad82c.png) no-repeat 50% 50%/12px 13px;
  width: 12px;
  height: 13px;
  cursor: help;
}
.tooltips__text {
  display: none;
}
.tooltips:hover .tooltips__text {
  display: block;
  width: 150px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: left;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 10;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.tooltips:hover .tooltips__text:after, .tooltips:hover .tooltips__text:before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  right: 100%;
  top: 10px;
  pointer-events: none;
}
.tooltips:hover .tooltips__text:after {
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-color: #FFF;
  margin-top: -2px;
}
.tooltips:hover .tooltips__text:before {
  border-color: rgba(205, 205, 205, 0);
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-color: #DDD;
  margin-top: -3px;
  margin-right: 1px;
}

.bdMenu {
  padding: 20px;
}
.bdMenu ul {
  font-size: 16px;
}
.bdMenu ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}
.bdMenu ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin-left: 15px;
}
.bdMenu ul li span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.bdMenu ul li span.icon {
  width: 20px;
  height: 20px;
  background: url(/assets/page_domain/dashboards/sidemenuIcons-aabccdbe1cf98af5fe46835843d03611164a1814aad43e8cec586711754b0f13.svg) no-repeat 0/40px auto;
}
.bdMenu ul li span.icon.dashboards {
  background-position: -20px 0px;
}
.bdMenu ul li span.icon.analytics {
  background-position: -20px -20px;
}
.bdMenu ul li span.icon.topics {
  background-position: -20px -40px;
}
.bdMenu ul li span.icon.notices {
  background-position: -20px -60px;
}
.bdMenu ul li span.icon.reservations {
  background-position: -20px -80px;
}
.bdMenu ul li span.icon.twilio_transactions {
  background-position: -20px -100px;
}
.bdMenu ul li span.icon.customers {
  background-position: -20px -120px;
}
.bdMenu ul li span.icon.deliveries {
  background-position: -20px -140px;
}
.bdMenu ul li span.icon.subscriptions_report {
  background-position: -20px -160px;
}
.bdMenu ul li span.icon.deposit {
  background-position: -20px -180px;
}
.bdMenu ul li span.icon.subscriptions {
  background-position: -20px -200px;
}
.bdMenu ul li span.icon.shops_shop_messages {
  background-position: -20px -220px;
}
.bdMenu ul li span.icon.settings {
  background-position: -20px -240px;
}
.bdMenu ul li span.icon.faqs {
  background-position: -20px -260px;
}
.bdMenu ul li span.icon.super_admins_dashboards {
  background-position: -20px -280px;
}
.bdMenu ul li span.icon.downloads {
  background-position: -20px -300px;
}
.bdMenu ul li span.contents {
  width: 20px;
  height: 20px;
  background: url(/assets/bd/contents-0ff55deede5871491fb22bea2613d26ff504a0236a7b4c6d40b23eaa3b1d2ab6.webp) no-repeat 50% 50%/6px 9.5px;
}
.bdMenu a.backLink {
  text-decoration: none;
  color: #00A4DE;
}
.bdMenu hr {
  border-top: 1px solid #999;
  margin: 20px 0;
}
.bdMenu.location ul {
  margin-top: 10px;
}
.bdMenu.location ul li {
  margin-bottom: 15px;
}
.bdMenu.location ul li.menuName {
  padding-top: 20px;
  border-top: 1px solid #333;
}
.bdMenu.location ul li a {
  margin-left: 26px;
}
.bdMenu.location ul li a span {
  font-size: 14px;
  font-weight: normal;
}

.brandListTable, .reportsTable {
  width: 100%;
  max-width: 968px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px;
}
.brandListTable table, .reportsTable table {
  width: 100%;
}
.brandListTable table thead tr th, .reportsTable table thead tr th {
  font-size: 14px;
  color: #999;
  padding-left: 38px;
}
.brandListTable table tbody tr, .reportsTable table tbody tr {
  border-bottom: 1px solid #CCC;
}
.brandListTable table tbody tr:last-child, .reportsTable table tbody tr:last-child {
  border-bottom: none;
}
.brandListTable table tbody tr td, .reportsTable table tbody tr td {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding: 20px 0;
}
.brandListTable table tbody tr td.login, .brandListTable table tbody tr td.users, .brandListTable table tbody tr td.usageLogs, .reportsTable table tbody tr td.login, .reportsTable table tbody tr td.users, .reportsTable table tbody tr td.usageLogs {
  width: 147px;
  padding-left: 30px;
}
.brandListTable table tbody tr td.csv, .reportsTable table tbody tr td.csv {
  width: 200px;
}
.brandListTable table tbody tr td.csv a, .reportsTable table tbody tr td.csv a {
  color: #FFF;
}

.reportsTable a {
  text-decoration: none;
  color: #00A4DE;
}
.reportsTable .year {
  padding-left: 20px;
}

.reports__main {
  width: 500px;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px 40px;
}
.reports__main ol li {
  margin-top: 10px;
}
.reports__main ol li a {
  text-decoration: none;
  color: #00A4DE;
}

.businessAnalyticsTable {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 30px 20px;
}
.businessAnalyticsTable.selfOrders, .businessAnalyticsTable.transactions, .businessAnalyticsTable.summary {
  margin-bottom: 40px;
}
.businessAnalyticsTable.mallpro table tbody tr {
  border-bottom: 1px dotted #CCC;
}
.businessAnalyticsTable.mallpro table tbody tr td {
  text-align: center;
}
.businessAnalyticsTable.transactions table tr, .businessAnalyticsTable.summary table tr {
  border-bottom: none;
}
.businessAnalyticsTable.transactions table tr th, .businessAnalyticsTable.summary table tr th {
  font-weight: bold;
}
.businessAnalyticsTable.transactions table tr td.subtotal, .businessAnalyticsTable.summary table tr td.subtotal {
  font-weight: bold;
}
.businessAnalyticsTable.transactions table tr.contents td, .businessAnalyticsTable.summary table tr.contents td {
  padding-left: 10px;
}
.businessAnalyticsTable.transactions table tr.contents.mobileOrder td:nth-child(2), .businessAnalyticsTable.transactions table tr.contents.mobileOrder td:nth-child(3), .businessAnalyticsTable.summary table tr.contents.mobileOrder td:nth-child(2), .businessAnalyticsTable.summary table tr.contents.mobileOrder td:nth-child(3) {
  padding-right: 30px;
}
.businessAnalyticsTable.transactions table tr.contents.mobileOrder td:nth-child(4), .businessAnalyticsTable.summary table tr.contents.mobileOrder td:nth-child(4) {
  padding-right: 10px;
}
.businessAnalyticsTable.transactions table tr.contents.selfOrder td:nth-child(3), .businessAnalyticsTable.transactions table tr.contents.selfOrder td:nth-child(5), .businessAnalyticsTable.summary table tr.contents.selfOrder td:nth-child(3), .businessAnalyticsTable.summary table tr.contents.selfOrder td:nth-child(5) {
  padding-right: 10px;
}
.businessAnalyticsTable.transactions table tr.contents.selfOrder td:nth-child(4), .businessAnalyticsTable.summary table tr.contents.selfOrder td:nth-child(4) {
  padding-right: 20px;
}
.businessAnalyticsTable.transactions.invoiceHistory table thead tr th, .businessAnalyticsTable.summary.invoiceHistory table thead tr th {
  padding: 0 0 20px 0;
}
.businessAnalyticsTable.transactions.invoiceHistory table thead:nth-child(2), .businessAnalyticsTable.summary.invoiceHistory table thead:nth-child(2) {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable.transactions.invoiceHistory table thead:nth-child(2) th, .businessAnalyticsTable.summary.invoiceHistory table thead:nth-child(2) th {
  padding-bottom: 10px;
}
.businessAnalyticsTable.transactions.invoiceHistory table thead:nth-child(2) th:first-child, .businessAnalyticsTable.summary.invoiceHistory table thead:nth-child(2) th:first-child {
  width: 25%;
}
.businessAnalyticsTable.transactions.invoiceHistory table tbody tr td, .businessAnalyticsTable.summary.invoiceHistory table tbody tr td {
  padding-right: 10px;
}
.businessAnalyticsTable.salesReports table thead tr th:first-child {
  width: 300px;
}
.businessAnalyticsTable.salesReports table thead tr th:nth-child(2) {
  width: 200px;
}
.businessAnalyticsTable.salesReports table thead tr th:nth-child(3) {
  width: 200px;
}
.businessAnalyticsTable.salesReports table tbody tr, .businessAnalyticsTable.salesReports table tfoot tr {
  border-bottom: 1px dotted #CCC;
}
.businessAnalyticsTable.salesReports table tbody tr:last-child, .businessAnalyticsTable.salesReports table tfoot tr:last-child {
  border-top: 1px solid #CCC;
  border-bottom: none;
}
.businessAnalyticsTable.salesReports table tbody tr td, .businessAnalyticsTable.salesReports table tfoot tr td {
  vertical-align: middle;
}
.businessAnalyticsTable.salesReports table tbody tr td:first-child, .businessAnalyticsTable.salesReports table tfoot tr td:first-child {
  font-weight: bold;
}
.businessAnalyticsTable.salesReports table tbody tr td:nth-child(2), .businessAnalyticsTable.salesReports table tfoot tr td:nth-child(2) {
  padding-right: 30px;
}
.businessAnalyticsTable.salesReports table tbody tr td:nth-child(3), .businessAnalyticsTable.salesReports table tfoot tr td:nth-child(3) {
  padding-right: 30px;
}
.businessAnalyticsTable.salesReports table tbody tr td:last-child, .businessAnalyticsTable.salesReports table tfoot tr td:last-child {
  padding-right: 0;
}
.businessAnalyticsTable.summary table tbody tr td:first-child {
  font-weight: bold;
}
.businessAnalyticsTable.selfOrder table thead, .businessAnalyticsTable.mobileOrder table thead {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable.selfOrder table tbody tr td, .businessAnalyticsTable.mobileOrder table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable.selfOrder table tbody tr td:last-child, .businessAnalyticsTable.mobileOrder table tbody tr td:last-child {
  padding-right: 0;
}
.businessAnalyticsTable.selfOrder table thead tr th:first-child {
  width: 25%;
}
.businessAnalyticsTable.selfOrder table thead tr th:nth-child(2) {
  width: 40%;
}
.businessAnalyticsTable.selfOrder table thead tr th:nth-child(3) {
  width: 15%;
}
.businessAnalyticsTable.selfOrder table thead tr th:nth-child(4) {
  width: 10%;
}
.businessAnalyticsTable.selfOrder table thead tr th:last-child {
  width: 10%;
}
.businessAnalyticsTable.selfOrder table tbody tr td:nth-child(4) {
  padding-right: 40px;
}
.businessAnalyticsTable.mobileOrder table thead tr th:first-child {
  width: 18%;
}
.businessAnalyticsTable.mobileOrder table thead tr th:nth-child(2) {
  width: 30%;
}
.businessAnalyticsTable.mobileOrder table thead tr th:nth-child(3) {
  width: 6%;
}
.businessAnalyticsTable.mobileOrder table thead tr th:nth-child(4) {
  width: 22%;
}
.businessAnalyticsTable.mobileOrder table thead tr th:nth-child(5) {
  width: 16%;
}
.businessAnalyticsTable.mobileOrder table thead tr th:last-child {
  width: 8%;
}
.businessAnalyticsTable.mobileOrder table tbody tr td {
  font-size: 12px;
}
.businessAnalyticsTable.mobileOrder table tbody tr td:nth-child(4) {
  padding: 0 20px;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:first-child {
  width: 20%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:nth-child(2) {
  width: 20%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:nth-child(3) {
  width: 30%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:nth-child(4) {
  width: 10%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:nth-child(5) {
  width: 10%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:nth-child(6) {
  width: 5%;
}
.businessAnalyticsTable.items.mobileOrder table thead tr th:last-child {
  width: 10%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:first-child {
  width: 20%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:nth-child(2) {
  width: 25%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:nth-child(3) {
  width: 30%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:nth-child(4) {
  width: 10%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:nth-child(5) {
  width: 5%;
}
.businessAnalyticsTable.items.selfOrder table thead tr th:last-child {
  width: 10%;
}
.businessAnalyticsTable.items.selfOrder table tbody tr td {
  vertical-align: middle;
}
.businessAnalyticsTable.items.selfOrder table tbody tr td:nth-child(2) {
  padding-right: 30px;
}
.businessAnalyticsTable.items.selfOrder table tbody tr td:nth-child(4) {
  padding-right: 10px;
}
.businessAnalyticsTable.items tbody tr td {
  font-size: 12px;
}
.businessAnalyticsTable table {
  width: 100%;
}
.businessAnalyticsTable table caption {
  font-size: 12px;
  caption-side: bottom;
  padding-top: 10px;
}
.businessAnalyticsTable table thead tr {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable table thead tr th {
  font-size: 12px;
  color: #999;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}
.businessAnalyticsTable table thead tr th.text-left {
  text-align: left;
}
.businessAnalyticsTable table thead tr th.text-right {
  text-align: right;
}
.businessAnalyticsTable table thead tr th.invoiceHeading {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: left;
  padding-top: 45px;
  position: relative;
}
.businessAnalyticsTable table thead tr th.invoiceHeading .resend-receipt-link {
  width: 8rem;
  color: #FFF;
  text-decoration: none;
  background-color: #00A4DE;
  border-radius: 5px;
  padding: 1px 10px;
  position: absolute;
  left: 100px;
}
.businessAnalyticsTable table thead tr.invoiceHeading {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:first-child {
  width: 15%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:nth-child(2) {
  width: 25%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:nth-child(3) {
  width: 30%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:nth-child(4) {
  width: 10%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:nth-child(5) {
  width: 5%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.selfOrder th:last-child {
  width: 15%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.mobileOrder th:first-child {
  width: 50%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.mobileOrder th:nth-child(2) {
  width: 15%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.mobileOrder th:nth-child(3) {
  width: 15%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.mobileOrder th:nth-child(4) {
  width: 5%;
}
.businessAnalyticsTable table thead tr.invoiceHeading.mobileOrder th:last-child {
  width: 15%;
}
.businessAnalyticsTable table thead.sortable th {
  cursor: pointer;
}
.businessAnalyticsTable table tbody tr, .businessAnalyticsTable table tfoot tr {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable table tbody tr.invoiceHeading, .businessAnalyticsTable table tfoot tr.invoiceHeading {
  border-bottom: 1px solid #CCC;
}
.businessAnalyticsTable table tbody tr td, .businessAnalyticsTable table tfoot tr td {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 15px 0;
}
.businessAnalyticsTable table tbody tr td:first-child, .businessAnalyticsTable table tfoot tr td:first-child {
  width: 14em;
}
.businessAnalyticsTable table tbody tr td.text-left, .businessAnalyticsTable table tfoot tr td.text-left {
  text-align: left;
}
.businessAnalyticsTable table tbody tr td.text-right, .businessAnalyticsTable table tfoot tr td.text-right {
  text-align: right;
}
.businessAnalyticsTable table tbody tr td.soArrow-left, .businessAnalyticsTable table tfoot tr td.soArrow-left {
  width: 3em;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.businessAnalyticsTable table tbody tr td.soArrow-left.selfOrderTabs, .businessAnalyticsTable table tfoot tr td.soArrow-left.selfOrderTabs {
  padding-left: 5px;
}
.businessAnalyticsTable table tbody tr td.soText-right, .businessAnalyticsTable table tfoot tr td.soText-right {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 5px;
}
.businessAnalyticsTable table tbody tr td.plan-id, .businessAnalyticsTable table tfoot tr td.plan-id {
  width: 4em;
}
.businessAnalyticsTable .location_shops_container {
  margin-top: 30px;
}
.businessAnalyticsTable .location_shops_container td {
  vertical-align: middle;
}
.businessAnalyticsTable .location_shops_container td:first-child {
  width: 30em;
}
.businessAnalyticsTable .location_shops_container td:nth-child(2) {
  width: 5em;
}
.businessAnalyticsTable .location_shops_container td:nth-child(3) {
  width: 10em;
}
.businessAnalyticsTable .location_shops_container td form {
  height: 24px;
}
.businessAnalyticsTable .location_shops_container td form .pickupButton {
  display: flex;
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid #666;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.businessAnalyticsTable .location_shops_container td form .pickupButton .checked {
  width: 12px;
  height: 10px;
  background-color: #666;
  border-radius: 50%;
  position: relative;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.businessAnalyticsTable .location_shops_container td form .pickupLabel {
  display: flex;
  width: 100px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  bottom: 37px;
  cursor: pointer;
}
.businessAnalyticsTable .location_shops_container td form .publishedButton {
  width: 60px;
  height: 25px;
  vertical-align: middle;
  background-color: #DCDCDC;
  border: 0.5px solid #666;
  border-radius: 15px;
  padding: 1px 0;
  margin-bottom: 5px;
}
.businessAnalyticsTable .location_shops_container td form .publishedButton.published {
  background-color: #32CD32;
}
.businessAnalyticsTable .location_shops_container td form .publishedButton span {
  display: inline-block;
  width: 20px;
  height: 19px;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 50%;
}
.businessAnalyticsTable .location_shops_container td form .publishedButton span.published {
  margin-left: 30px;
}
.businessAnalyticsTable .location_shops_container td form .publishedButton span.unpublished {
  margin-right: 30px;
}

.tableCaption {
  padding-left: 20px;
  margin-top: 20px;
}
.tableCaption dl {
  font-size: 12px;
}
.tableCaption dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.tableCaption dl dd ul li {
  line-height: 1.6em;
}
.tableCaption dl dd ul li.dotStyle {
  list-style: none;
}
.tableCaption dl dd ul li.dotStyle::before {
  content: "・";
}

.bdDashboardWidget--half {
  width: 100%;
}
.bdDashboardWidget--full {
  width: 100%;
}
.bdDashboardWidget--half, .bdDashboardWidget--full {
  margin-bottom: 20px;
}
.bdDashboardWidget--half .title, .bdDashboardWidget--full .title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}
.bdDashboardWidget--sales, .bdDashboardWidget--salesTotal, .bdDashboardWidget--membersTotal, .bdDashboardWidget--usageLogsTotal, .bdDashboardWidget--activeSubscriptions, .bdDashboardWidget--newSubscriptions, .bdDashboardWidget--toMonthUsageLogs, .bdDashboardWidget--averageUsageLogs, .bdDashboardWidget--cancellationRate, .bdDashboardWidget--ltv, .bdDashboardWidget--items, .bdDashboardWidget--shops, .bdDashboardWidget--stations, .bdDashboardWidget--crossSubscriptions, .bdDashboardWidget--timeOfUse, .bdDashboardWidget--customersPerStore, .bdDashboardWidget--LTVMultiplicationCustomersPerStore {
  width: 100%;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 22px 10px;
  margin-bottom: 12px;
}
.bdDashboardWidget__header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.bdDashboardWidget__header span {
  font-size: 12px;
}
.bdDashboardWidget__header span::before {
  content: "\a";
  white-space: pre;
}
.bdDashboardWidget__subheader {
  display: flex;
  justify-content: space-between;
}
.bdDashboardWidget__subheader .content {
  box-sizing: border-box;
}
.bdDashboardWidget__subheader .content.half.prevMonth {
  color: #CCC;
}
.bdDashboardWidget__subheader .content.half.prevMonth .subtitle, .bdDashboardWidget__subheader .content.half.prevMonth .value {
  font-size: 12px;
  text-align: right;
  margin: 0;
}
.bdDashboardWidget__subheader .content.half.prevMonth .value {
  font-weight: bold;
  padding: 15px 5px 0;
}
.bdDashboardWidget__subheader .content.quoter {
  min-width: 10%;
  margin-right: 2%;
}
.bdDashboardWidget__subheader .content.quoter:nth-child(1), .bdDashboardWidget__subheader .content.quoter:nth-child(2) {
  min-width: 25%;
}
.bdDashboardWidget__subheader .content.quoter.prevMonth {
  color: #CCC;
}
.bdDashboardWidget__subheader .content.quoter.prevMonth .value {
  font-size: 10px;
  font-weight: bold;
  padding-top: 10px;
}
.bdDashboardWidget__subheader .content .subtitle {
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 7px;
  margin-right: 14px;
  position: relative;
}
.bdDashboardWidget__subheader .content .subtitle__sub {
  display: inline-block;
}
.bdDashboardWidget__subheader .content .subtitle__sub .supplementInfo {
  display: flex;
  align-items: center;
}
.bdDashboardWidget__subheader .content .subtitle .increase-badge {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 3px;
  margin-left: 5px;
}
.bdDashboardWidget__subheader .content .subtitle .increase-badge.up {
  color: #00A4DE;
  background-color: #CBECF8;
}
.bdDashboardWidget__subheader .content .subtitle .increase-badge.down {
  color: #666;
  background-color: #EEE;
}
.bdDashboardWidget__subheader .content .value {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
.bdDashboardWidget__table {
  width: 100%;
}
.bdDashboardWidget__table th, .bdDashboardWidget__table td {
  font-weight: bold;
  padding: 5px 5px 5px 0;
}
.bdDashboardWidget__table th {
  font-size: 0.5em;
  color: #333;
}
.bdDashboardWidget__table td {
  font-size: 0.75em;
}
.bdDashboardWidget__table td.number {
  text-align: right;
}
.bdDashboardWidget__content .amount {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.bdDashboardWidget__content .amount span {
  font-size: 30px;
  font-weight: bold;
}
.bdDashboardWidget__content .amountDetail {
  display: flex;
  margin-bottom: 20px;
}
.bdDashboardWidget__content .amountDetail dl {
  width: 50%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.bdDashboardWidget__content .amountDetail dl dd span {
  font-size: 20px;
  font-weight: bold;
}
.bdDashboardWidget__content .amountDetail dl dd span.up {
  color: #93C445;
}
.bdDashboardWidget__content .amountDetail dl dd span.down {
  color: #F83A22;
}
.bdDashboardWidget__content .legend {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
.bdDashboardWidget__content .legend span {
  font-size: 8px;
  font-weight: bold;
  color: #CDCDCD;
  padding: 0 10px;
}
.bdDashboardWidget__content .legend span::before {
  display: inline-block;
  content: "";
  width: 20px;
  margin-right: 4px;
  transform: translateY(-3px);
}
.bdDashboardWidget__content .legend span::before.prevMonth {
  color: #CDCDCD;
}
.bdDashboardWidget__content .legend span.toMonth::before {
  border-top: 0.3rem solid #00A4DE;
}
.bdDashboardWidget__content .legend span.prevMonth::before {
  border-top: 0.3rem solid #CDCDCD;
}
.bdDashboardWidget__content .form {
  display: inline-block;
}
.bdDashboardWidget__content .form input[type=submit] {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #00A4DE;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  appearance: none;
}
.bdDashboardWidget__content .form-group {
  display: inline-block;
}
.bdDashboardWidget__content .form-group select {
  font-size: 12px;
  background-image: url(/assets/page_domain/bg_icon-select-5157d9147e62a275a437729e7c196976a5d16526661568400717a22fdfde1723.svg);
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: auto 6px;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 5px;
  appearance: none;
}
.bdDashboardWidget__content .form-group select#graph_year {
  width: 150px;
}
.bdDashboardWidget__content .form-group select#graph_month {
  width: 75px;
}

.shared-hidden {
  display: none;
}

.skipRequireTelOption {
  margin-left: 26px;
}

@media all and (min-width: 768px) {
  .bdDashboardWidgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bdDashboardWidget--half {
    width: 49%;
  }
  .bdDashboardWidget--items, .bdDashboardWidget--shops {
    width: 49%;
  }
  .bdDashboardWidget--activeSubscriptions, .bdDashboardWidget--newSubscriptions, .bdDashboardWidget--toMonthUsageLogs, .bdDashboardWidget--averageUsageLogs, .bdDashboardWidget--stations, .bdDashboardWidget--cancellationRate, .bdDashboardWidget--ltv, .bdDashboardWidget--customersPerStore, .bdDashboardWidget--LTVMultiplicationCustomersPerStore {
    width: 24%;
  }
  .bdDashboardWidget--crossSubscriptions {
    width: 100%;
  }
  .bdDashboardWidget--timeOfUse {
    width: 74%;
  }
  .skipRequireTelOption {
    margin-left: 40px;
  }
}
@media all and (min-width: 1112px) {
  .dashboardWidget--mediaSites {
    padding: 20px 14px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content {
    background-position: top 60px right 20px;
    padding: 15px 35px 10px 20px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content table caption span {
    font-size: 14px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content table tr th {
    font-size: 12px;
    padding: 10px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content table tr td {
    font-size: 30px;
    padding: 0 0 6px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content table tr td span {
    font-size: 12px;
  }
  .dashboardWidget--mediaSites .mediaSites__content .results .mediaSite-content table tr td .error {
    font-size: 12px;
  }
}
.imageUploader {
  margin-bottom: 15px;
}
.imageUploader__preview {
  height: 150px;
  background-color: #CDCDCD;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.imageUploader__preview.icon {
  width: 100%;
  height: 150px;
  margin: 0 auto;
}
.imageUploader__preview.dragging {
  background-color: #EEE;
}
.imageUploader__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.imageUploader__preview p {
  color: #FFF;
  text-align: center;
  background-image: url(/assets/page_domain/bg_icon-imageUploader-847dd9deba219f278de0fe0181cff05b0bc16a85c15625c365647fa127aea8b2.png);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.imageUploader__preview p.upload {
  font-size: 16px;
  background-size: 30px auto;
  background-position: top 45px center;
  padding-top: 75px;
}
.imageUploader__preview p.change {
  width: 100%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 30px auto;
  background-position: top 8px center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 34px 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.dashboardContents .simple_form abbr, .editsContents .simple_form abbr {
  display: none;
}
.dashboardContents .simple_form .none, .editsContents .simple_form .none {
  display: none;
}
.dashboardContents .simple_form .alert, .editsContents .simple_form .alert {
  color: #F83A22;
  border: 1px solid #F83A22;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.dashboardContents .simple_form input[type=submit], .dashboardContents .simple_form .delete, .dashboardContents .simple_form .add, .dashboardContents .simple_form .start, .editsContents .simple_form input[type=submit], .editsContents .simple_form .delete, .editsContents .simple_form .add, .editsContents .simple_form .start {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: #00A4DE;
  border: none;
  border-radius: 5px;
  padding: 12px 0;
  margin: 0 auto;
  appearance: none;
  cursor: pointer;
}
.dashboardContents .simple_form .delete, .dashboardContents .simple_form .add, .editsContents .simple_form .delete, .editsContents .simple_form .add {
  text-decoration: none;
  margin-top: 10px;
}
.dashboardContents .simple_form .delete, .editsContents .simple_form .delete {
  background-color: #666;
}
.dashboardContents .simple_form .add, .editsContents .simple_form .add {
  color: #00A4DE;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
}
.dashboardContents .simple_form .add::before, .editsContents .simple_form .add::before {
  content: "＋";
  padding-right: 5px;
}
.dashboardContents .simple_form .start, .editsContents .simple_form .start {
  text-decoration: none;
}
.dashboardContents .simple_form .textLink, .editsContents .simple_form .textLink {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.dashboardContents .simple_form .textLink a, .editsContents .simple_form .textLink a {
  color: #00A4DE;
  text-decoration: none;
}
.dashboardContents .simple_form p.help-block, .editsContents .simple_form p.help-block {
  font-size: 12px;
  padding-top: 5px;
}
.dashboardContents .simple_form p.help-block span, .editsContents .simple_form p.help-block span {
  color: #F83A22;
}
.dashboardContents .simple_form span.help-block, .editsContents .simple_form span.help-block {
  font-size: 12px;
  color: #F83A22;
}
.dashboardContents .simple_form label, .editsContents .simple_form label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.dashboardContents .simple_form .form-group label, .editsContents .simple_form .form-group label {
  font-weight: bold;
}
.dashboardContents .simple_form .form-group.check_boxes, .editsContents .simple_form .form-group.check_boxes {
  margin-bottom: 15px;
}
.dashboardContents .simple_form .form-group.check_boxes .checkbox, .editsContents .simple_form .form-group.check_boxes .checkbox {
  display: block;
  margin-bottom: 10px;
}
.dashboardContents .simple_form .form-group.check_boxes .checkbox label, .editsContents .simple_form .form-group.check_boxes .checkbox label {
  font-size: 14px;
}
.dashboardContents .simple_form .form-group.check_boxes .checkbox input[type=checkbox], .editsContents .simple_form .form-group.check_boxes .checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.dashboardContents .simple_form .form-group.boolean, .editsContents .simple_form .form-group.boolean {
  margin-bottom: 15px;
}
.dashboardContents .simple_form .form-group.boolean label, .editsContents .simple_form .form-group.boolean label {
  font-size: 14px;
}
.dashboardContents .simple_form .form-group.boolean input[type=checkbox], .editsContents .simple_form .form-group.boolean input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.dashboardContents .simple_form .form-group.string, .dashboardContents .simple_form .form-group.tel, .dashboardContents .simple_form .form-group.date, .dashboardContents .simple_form .form-group.email, .dashboardContents .simple_form .form-group.password, .dashboardContents .simple_form .form-group.url, .dashboardContents .simple_form .form-group.integer, .editsContents .simple_form .form-group.string, .editsContents .simple_form .form-group.tel, .editsContents .simple_form .form-group.date, .editsContents .simple_form .form-group.email, .editsContents .simple_form .form-group.password, .editsContents .simple_form .form-group.url, .editsContents .simple_form .form-group.integer {
  margin-bottom: 15px;
}
.dashboardContents .simple_form .form-group.string label, .dashboardContents .simple_form .form-group.tel label, .dashboardContents .simple_form .form-group.date label, .dashboardContents .simple_form .form-group.email label, .dashboardContents .simple_form .form-group.password label, .dashboardContents .simple_form .form-group.url label, .dashboardContents .simple_form .form-group.integer label, .editsContents .simple_form .form-group.string label, .editsContents .simple_form .form-group.tel label, .editsContents .simple_form .form-group.date label, .editsContents .simple_form .form-group.email label, .editsContents .simple_form .form-group.password label, .editsContents .simple_form .form-group.url label, .editsContents .simple_form .form-group.integer label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboardContents .simple_form .form-group.string input[type=text], .dashboardContents .simple_form .form-group.string input[type=email], .dashboardContents .simple_form .form-group.string input[type=number], .dashboardContents .simple_form .form-group.string input[type=tel], .dashboardContents .simple_form .form-group.string input[type=date], .dashboardContents .simple_form .form-group.string input[type=password], .dashboardContents .simple_form .form-group.string input[type=url], .dashboardContents .simple_form .form-group.tel input[type=text], .dashboardContents .simple_form .form-group.tel input[type=email], .dashboardContents .simple_form .form-group.tel input[type=number], .dashboardContents .simple_form .form-group.tel input[type=tel], .dashboardContents .simple_form .form-group.tel input[type=date], .dashboardContents .simple_form .form-group.tel input[type=password], .dashboardContents .simple_form .form-group.tel input[type=url], .dashboardContents .simple_form .form-group.date input[type=text], .dashboardContents .simple_form .form-group.date input[type=email], .dashboardContents .simple_form .form-group.date input[type=number], .dashboardContents .simple_form .form-group.date input[type=tel], .dashboardContents .simple_form .form-group.date input[type=date], .dashboardContents .simple_form .form-group.date input[type=password], .dashboardContents .simple_form .form-group.date input[type=url], .dashboardContents .simple_form .form-group.email input[type=text], .dashboardContents .simple_form .form-group.email input[type=email], .dashboardContents .simple_form .form-group.email input[type=number], .dashboardContents .simple_form .form-group.email input[type=tel], .dashboardContents .simple_form .form-group.email input[type=date], .dashboardContents .simple_form .form-group.email input[type=password], .dashboardContents .simple_form .form-group.email input[type=url], .dashboardContents .simple_form .form-group.password input[type=text], .dashboardContents .simple_form .form-group.password input[type=email], .dashboardContents .simple_form .form-group.password input[type=number], .dashboardContents .simple_form .form-group.password input[type=tel], .dashboardContents .simple_form .form-group.password input[type=date], .dashboardContents .simple_form .form-group.password input[type=password], .dashboardContents .simple_form .form-group.password input[type=url], .dashboardContents .simple_form .form-group.url input[type=text], .dashboardContents .simple_form .form-group.url input[type=email], .dashboardContents .simple_form .form-group.url input[type=number], .dashboardContents .simple_form .form-group.url input[type=tel], .dashboardContents .simple_form .form-group.url input[type=date], .dashboardContents .simple_form .form-group.url input[type=password], .dashboardContents .simple_form .form-group.url input[type=url], .dashboardContents .simple_form .form-group.integer input[type=text], .dashboardContents .simple_form .form-group.integer input[type=email], .dashboardContents .simple_form .form-group.integer input[type=number], .dashboardContents .simple_form .form-group.integer input[type=tel], .dashboardContents .simple_form .form-group.integer input[type=date], .dashboardContents .simple_form .form-group.integer input[type=password], .dashboardContents .simple_form .form-group.integer input[type=url], .editsContents .simple_form .form-group.string input[type=text], .editsContents .simple_form .form-group.string input[type=email], .editsContents .simple_form .form-group.string input[type=number], .editsContents .simple_form .form-group.string input[type=tel], .editsContents .simple_form .form-group.string input[type=date], .editsContents .simple_form .form-group.string input[type=password], .editsContents .simple_form .form-group.string input[type=url], .editsContents .simple_form .form-group.tel input[type=text], .editsContents .simple_form .form-group.tel input[type=email], .editsContents .simple_form .form-group.tel input[type=number], .editsContents .simple_form .form-group.tel input[type=tel], .editsContents .simple_form .form-group.tel input[type=date], .editsContents .simple_form .form-group.tel input[type=password], .editsContents .simple_form .form-group.tel input[type=url], .editsContents .simple_form .form-group.date input[type=text], .editsContents .simple_form .form-group.date input[type=email], .editsContents .simple_form .form-group.date input[type=number], .editsContents .simple_form .form-group.date input[type=tel], .editsContents .simple_form .form-group.date input[type=date], .editsContents .simple_form .form-group.date input[type=password], .editsContents .simple_form .form-group.date input[type=url], .editsContents .simple_form .form-group.email input[type=text], .editsContents .simple_form .form-group.email input[type=email], .editsContents .simple_form .form-group.email input[type=number], .editsContents .simple_form .form-group.email input[type=tel], .editsContents .simple_form .form-group.email input[type=date], .editsContents .simple_form .form-group.email input[type=password], .editsContents .simple_form .form-group.email input[type=url], .editsContents .simple_form .form-group.password input[type=text], .editsContents .simple_form .form-group.password input[type=email], .editsContents .simple_form .form-group.password input[type=number], .editsContents .simple_form .form-group.password input[type=tel], .editsContents .simple_form .form-group.password input[type=date], .editsContents .simple_form .form-group.password input[type=password], .editsContents .simple_form .form-group.password input[type=url], .editsContents .simple_form .form-group.url input[type=text], .editsContents .simple_form .form-group.url input[type=email], .editsContents .simple_form .form-group.url input[type=number], .editsContents .simple_form .form-group.url input[type=tel], .editsContents .simple_form .form-group.url input[type=date], .editsContents .simple_form .form-group.url input[type=password], .editsContents .simple_form .form-group.url input[type=url], .editsContents .simple_form .form-group.integer input[type=text], .editsContents .simple_form .form-group.integer input[type=email], .editsContents .simple_form .form-group.integer input[type=number], .editsContents .simple_form .form-group.integer input[type=tel], .editsContents .simple_form .form-group.integer input[type=date], .editsContents .simple_form .form-group.integer input[type=password], .editsContents .simple_form .form-group.integer input[type=url] {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 10px;
  appearance: none;
  outline: none;
}
.dashboardContents .simple_form .form-group.string input[type=text]::placeholder, .dashboardContents .simple_form .form-group.string input[type=email]::placeholder, .dashboardContents .simple_form .form-group.string input[type=number]::placeholder, .dashboardContents .simple_form .form-group.string input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.string input[type=date]::placeholder, .dashboardContents .simple_form .form-group.string input[type=password]::placeholder, .dashboardContents .simple_form .form-group.string input[type=url]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=text]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=email]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=number]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=date]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=password]::placeholder, .dashboardContents .simple_form .form-group.tel input[type=url]::placeholder, .dashboardContents .simple_form .form-group.date input[type=text]::placeholder, .dashboardContents .simple_form .form-group.date input[type=email]::placeholder, .dashboardContents .simple_form .form-group.date input[type=number]::placeholder, .dashboardContents .simple_form .form-group.date input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.date input[type=date]::placeholder, .dashboardContents .simple_form .form-group.date input[type=password]::placeholder, .dashboardContents .simple_form .form-group.date input[type=url]::placeholder, .dashboardContents .simple_form .form-group.email input[type=text]::placeholder, .dashboardContents .simple_form .form-group.email input[type=email]::placeholder, .dashboardContents .simple_form .form-group.email input[type=number]::placeholder, .dashboardContents .simple_form .form-group.email input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.email input[type=date]::placeholder, .dashboardContents .simple_form .form-group.email input[type=password]::placeholder, .dashboardContents .simple_form .form-group.email input[type=url]::placeholder, .dashboardContents .simple_form .form-group.password input[type=text]::placeholder, .dashboardContents .simple_form .form-group.password input[type=email]::placeholder, .dashboardContents .simple_form .form-group.password input[type=number]::placeholder, .dashboardContents .simple_form .form-group.password input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.password input[type=date]::placeholder, .dashboardContents .simple_form .form-group.password input[type=password]::placeholder, .dashboardContents .simple_form .form-group.password input[type=url]::placeholder, .dashboardContents .simple_form .form-group.url input[type=text]::placeholder, .dashboardContents .simple_form .form-group.url input[type=email]::placeholder, .dashboardContents .simple_form .form-group.url input[type=number]::placeholder, .dashboardContents .simple_form .form-group.url input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.url input[type=date]::placeholder, .dashboardContents .simple_form .form-group.url input[type=password]::placeholder, .dashboardContents .simple_form .form-group.url input[type=url]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=text]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=email]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=number]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=tel]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=date]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=password]::placeholder, .dashboardContents .simple_form .form-group.integer input[type=url]::placeholder, .editsContents .simple_form .form-group.string input[type=text]::placeholder, .editsContents .simple_form .form-group.string input[type=email]::placeholder, .editsContents .simple_form .form-group.string input[type=number]::placeholder, .editsContents .simple_form .form-group.string input[type=tel]::placeholder, .editsContents .simple_form .form-group.string input[type=date]::placeholder, .editsContents .simple_form .form-group.string input[type=password]::placeholder, .editsContents .simple_form .form-group.string input[type=url]::placeholder, .editsContents .simple_form .form-group.tel input[type=text]::placeholder, .editsContents .simple_form .form-group.tel input[type=email]::placeholder, .editsContents .simple_form .form-group.tel input[type=number]::placeholder, .editsContents .simple_form .form-group.tel input[type=tel]::placeholder, .editsContents .simple_form .form-group.tel input[type=date]::placeholder, .editsContents .simple_form .form-group.tel input[type=password]::placeholder, .editsContents .simple_form .form-group.tel input[type=url]::placeholder, .editsContents .simple_form .form-group.date input[type=text]::placeholder, .editsContents .simple_form .form-group.date input[type=email]::placeholder, .editsContents .simple_form .form-group.date input[type=number]::placeholder, .editsContents .simple_form .form-group.date input[type=tel]::placeholder, .editsContents .simple_form .form-group.date input[type=date]::placeholder, .editsContents .simple_form .form-group.date input[type=password]::placeholder, .editsContents .simple_form .form-group.date input[type=url]::placeholder, .editsContents .simple_form .form-group.email input[type=text]::placeholder, .editsContents .simple_form .form-group.email input[type=email]::placeholder, .editsContents .simple_form .form-group.email input[type=number]::placeholder, .editsContents .simple_form .form-group.email input[type=tel]::placeholder, .editsContents .simple_form .form-group.email input[type=date]::placeholder, .editsContents .simple_form .form-group.email input[type=password]::placeholder, .editsContents .simple_form .form-group.email input[type=url]::placeholder, .editsContents .simple_form .form-group.password input[type=text]::placeholder, .editsContents .simple_form .form-group.password input[type=email]::placeholder, .editsContents .simple_form .form-group.password input[type=number]::placeholder, .editsContents .simple_form .form-group.password input[type=tel]::placeholder, .editsContents .simple_form .form-group.password input[type=date]::placeholder, .editsContents .simple_form .form-group.password input[type=password]::placeholder, .editsContents .simple_form .form-group.password input[type=url]::placeholder, .editsContents .simple_form .form-group.url input[type=text]::placeholder, .editsContents .simple_form .form-group.url input[type=email]::placeholder, .editsContents .simple_form .form-group.url input[type=number]::placeholder, .editsContents .simple_form .form-group.url input[type=tel]::placeholder, .editsContents .simple_form .form-group.url input[type=date]::placeholder, .editsContents .simple_form .form-group.url input[type=password]::placeholder, .editsContents .simple_form .form-group.url input[type=url]::placeholder, .editsContents .simple_form .form-group.integer input[type=text]::placeholder, .editsContents .simple_form .form-group.integer input[type=email]::placeholder, .editsContents .simple_form .form-group.integer input[type=number]::placeholder, .editsContents .simple_form .form-group.integer input[type=tel]::placeholder, .editsContents .simple_form .form-group.integer input[type=date]::placeholder, .editsContents .simple_form .form-group.integer input[type=password]::placeholder, .editsContents .simple_form .form-group.integer input[type=url]::placeholder {
  color: #CDCDCD;
  line-height: normal;
}
.dashboardContents .simple_form .form-group.select, .editsContents .simple_form .form-group.select {
  border-radius: 10px;
  margin-bottom: 16px;
}
.dashboardContents .simple_form .form-group.select label, .editsContents .simple_form .form-group.select label {
  font-size: 16px;
}
.dashboardContents .simple_form .form-group.select select, .editsContents .simple_form .form-group.select select {
  width: 100%;
  font-size: 16px;
  color: #666;
  background-color: #FFF;
  background-image: url(/assets/page_domain/bg_icon-select-5157d9147e62a275a437729e7c196976a5d16526661568400717a22fdfde1723.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto 6px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 10px;
  appearance: none;
}
.dashboardContents .simple_form .form-group.text, .editsContents .simple_form .form-group.text {
  margin-bottom: 15px;
}
.dashboardContents .simple_form .form-group.text label, .editsContents .simple_form .form-group.text label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboardContents .simple_form .form-group.text textarea, .editsContents .simple_form .form-group.text textarea {
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 5px;
  appearance: none;
  outline: none;
  resize: vertical;
}
.dashboardContents .simple_form .form-group.text textarea::placeholder, .editsContents .simple_form .form-group.text textarea::placeholder {
  color: #CDCDCD;
  line-height: normal;
}
.dashboardContents .simple_form .form-group.file input[type=file], .editsContents .simple_form .form-group.file input[type=file] {
  display: none;
}

@media all and (min-width: 768px) {
  .imageUploader {
    margin-bottom: 30px;
  }
  .imageUploader__preview {
    height: 300px;
    border-radius: 10px;
  }
  .imageUploader__preview img {
    border-radius: 10px;
  }
  .imageUploader__preview p {
    padding-top: 50px;
  }
  .imageUploader__preview p.upload {
    font-size: 24px;
    background-size: 60px auto;
    background-position: top 100px center;
    padding-top: 150px;
  }
  .imageUploader__preview p.change {
    font-size: 18px;
    background-size: 30px auto;
    background-position: top 10px center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 33.5px 0 10px;
  }
  .imageUploader__preview.icon {
    height: 300px;
  }
  .dashboardContents .simple_form input[type=submit], .dashboardContents .simple_form .delete, .dashboardContents .simple_form .add, .dashboardContents .simple_form .start, .editsContents .simple_form input[type=submit], .editsContents .simple_form .delete, .editsContents .simple_form .add, .editsContents .simple_form .start {
    width: 400px;
    font-size: 20px;
    border-radius: 10px;
    padding: 24px 0;
  }
  .dashboardContents .simple_form .delete, .dashboardContents .simple_form .add, .editsContents .simple_form .delete, .editsContents .simple_form .add {
    margin-top: 12px;
  }
  .dashboardContents .simple_form .add, .editsContents .simple_form .add {
    border-width: 2px;
  }
  .dashboardContents .simple_form .add::before, .editsContents .simple_form .add::before {
    padding-right: 10px;
  }
  .dashboardContents .simple_form .textLink, .editsContents .simple_form .textLink {
    font-size: 16px;
    padding-top: 20px;
  }
  .dashboardContents .simple_form p.help-block, .editsContents .simple_form p.help-block {
    font-size: 16px;
  }
  .dashboardContents .simple_form span.help-block, .editsContents .simple_form span.help-block {
    font-size: 16px;
  }
  .dashboardContents .simple_form .form-group.check_boxes, .editsContents .simple_form .form-group.check_boxes {
    margin-bottom: 30px;
  }
  .dashboardContents .simple_form .form-group.check_boxes .checkbox, .editsContents .simple_form .form-group.check_boxes .checkbox {
    margin-bottom: 20px;
  }
  .dashboardContents .simple_form .form-group.check_boxes .checkbox label, .editsContents .simple_form .form-group.check_boxes .checkbox label {
    font-size: 16px;
  }
  .dashboardContents .simple_form .form-group.check_boxes .checkbox input[type=checkbox], .editsContents .simple_form .form-group.check_boxes .checkbox input[type=checkbox] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .dashboardContents .simple_form .form-group.boolean, .editsContents .simple_form .form-group.boolean {
    margin-bottom: 30px;
  }
  .dashboardContents .simple_form .form-group.boolean label, .editsContents .simple_form .form-group.boolean label {
    font-size: 16px;
  }
  .dashboardContents .simple_form .form-group.boolean input[type=checkbox], .editsContents .simple_form .form-group.boolean input[type=checkbox] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .dashboardContents .simple_form .form-group.string, .dashboardContents .simple_form .form-group.tel, .dashboardContents .simple_form .form-group.date, .dashboardContents .simple_form .form-group.email, .dashboardContents .simple_form .form-group.password, .dashboardContents .simple_form .form-group.url, .editsContents .simple_form .form-group.string, .editsContents .simple_form .form-group.tel, .editsContents .simple_form .form-group.date, .editsContents .simple_form .form-group.email, .editsContents .simple_form .form-group.password, .editsContents .simple_form .form-group.url {
    margin-bottom: 30px;
  }
  .dashboardContents .simple_form .form-group.string label, .dashboardContents .simple_form .form-group.tel label, .dashboardContents .simple_form .form-group.date label, .dashboardContents .simple_form .form-group.email label, .dashboardContents .simple_form .form-group.password label, .dashboardContents .simple_form .form-group.url label, .editsContents .simple_form .form-group.string label, .editsContents .simple_form .form-group.tel label, .editsContents .simple_form .form-group.date label, .editsContents .simple_form .form-group.email label, .editsContents .simple_form .form-group.password label, .editsContents .simple_form .form-group.url label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .dashboardContents .simple_form .form-group.string input[type=text], .dashboardContents .simple_form .form-group.string input[type=email], .dashboardContents .simple_form .form-group.string input[type=number], .dashboardContents .simple_form .form-group.string input[type=tel], .dashboardContents .simple_form .form-group.string input[type=date], .dashboardContents .simple_form .form-group.string input[type=password], .dashboardContents .simple_form .form-group.string input[type=url], .dashboardContents .simple_form .form-group.tel input[type=text], .dashboardContents .simple_form .form-group.tel input[type=email], .dashboardContents .simple_form .form-group.tel input[type=number], .dashboardContents .simple_form .form-group.tel input[type=tel], .dashboardContents .simple_form .form-group.tel input[type=date], .dashboardContents .simple_form .form-group.tel input[type=password], .dashboardContents .simple_form .form-group.tel input[type=url], .dashboardContents .simple_form .form-group.date input[type=text], .dashboardContents .simple_form .form-group.date input[type=email], .dashboardContents .simple_form .form-group.date input[type=number], .dashboardContents .simple_form .form-group.date input[type=tel], .dashboardContents .simple_form .form-group.date input[type=date], .dashboardContents .simple_form .form-group.date input[type=password], .dashboardContents .simple_form .form-group.date input[type=url], .dashboardContents .simple_form .form-group.email input[type=text], .dashboardContents .simple_form .form-group.email input[type=email], .dashboardContents .simple_form .form-group.email input[type=number], .dashboardContents .simple_form .form-group.email input[type=tel], .dashboardContents .simple_form .form-group.email input[type=date], .dashboardContents .simple_form .form-group.email input[type=password], .dashboardContents .simple_form .form-group.email input[type=url], .dashboardContents .simple_form .form-group.password input[type=text], .dashboardContents .simple_form .form-group.password input[type=email], .dashboardContents .simple_form .form-group.password input[type=number], .dashboardContents .simple_form .form-group.password input[type=tel], .dashboardContents .simple_form .form-group.password input[type=date], .dashboardContents .simple_form .form-group.password input[type=password], .dashboardContents .simple_form .form-group.password input[type=url], .dashboardContents .simple_form .form-group.url input[type=text], .dashboardContents .simple_form .form-group.url input[type=email], .dashboardContents .simple_form .form-group.url input[type=number], .dashboardContents .simple_form .form-group.url input[type=tel], .dashboardContents .simple_form .form-group.url input[type=date], .dashboardContents .simple_form .form-group.url input[type=password], .dashboardContents .simple_form .form-group.url input[type=url], .editsContents .simple_form .form-group.string input[type=text], .editsContents .simple_form .form-group.string input[type=email], .editsContents .simple_form .form-group.string input[type=number], .editsContents .simple_form .form-group.string input[type=tel], .editsContents .simple_form .form-group.string input[type=date], .editsContents .simple_form .form-group.string input[type=password], .editsContents .simple_form .form-group.string input[type=url], .editsContents .simple_form .form-group.tel input[type=text], .editsContents .simple_form .form-group.tel input[type=email], .editsContents .simple_form .form-group.tel input[type=number], .editsContents .simple_form .form-group.tel input[type=tel], .editsContents .simple_form .form-group.tel input[type=date], .editsContents .simple_form .form-group.tel input[type=password], .editsContents .simple_form .form-group.tel input[type=url], .editsContents .simple_form .form-group.date input[type=text], .editsContents .simple_form .form-group.date input[type=email], .editsContents .simple_form .form-group.date input[type=number], .editsContents .simple_form .form-group.date input[type=tel], .editsContents .simple_form .form-group.date input[type=date], .editsContents .simple_form .form-group.date input[type=password], .editsContents .simple_form .form-group.date input[type=url], .editsContents .simple_form .form-group.email input[type=text], .editsContents .simple_form .form-group.email input[type=email], .editsContents .simple_form .form-group.email input[type=number], .editsContents .simple_form .form-group.email input[type=tel], .editsContents .simple_form .form-group.email input[type=date], .editsContents .simple_form .form-group.email input[type=password], .editsContents .simple_form .form-group.email input[type=url], .editsContents .simple_form .form-group.password input[type=text], .editsContents .simple_form .form-group.password input[type=email], .editsContents .simple_form .form-group.password input[type=number], .editsContents .simple_form .form-group.password input[type=tel], .editsContents .simple_form .form-group.password input[type=date], .editsContents .simple_form .form-group.password input[type=password], .editsContents .simple_form .form-group.password input[type=url], .editsContents .simple_form .form-group.url input[type=text], .editsContents .simple_form .form-group.url input[type=email], .editsContents .simple_form .form-group.url input[type=number], .editsContents .simple_form .form-group.url input[type=tel], .editsContents .simple_form .form-group.url input[type=date], .editsContents .simple_form .form-group.url input[type=password], .editsContents .simple_form .form-group.url input[type=url] {
    font-size: 20px;
    padding: 20px;
  }
  .dashboardContents .simple_form .form-group.select, .editsContents .simple_form .form-group.select {
    margin-bottom: 30px;
    background-position-x: right 20px;
    background-size: 23px 12px;
  }
  .dashboardContents .simple_form .form-group.select label, .editsContents .simple_form .form-group.select label {
    font-size: 18px;
  }
  .dashboardContents .simple_form .form-group.select select, .editsContents .simple_form .form-group.select select {
    font-size: 20px;
    background-color: #FFF;
    padding: 18px 16px;
  }
  .dashboardContents .simple_form .form-group.text, .editsContents .simple_form .form-group.text {
    margin-bottom: 30px;
  }
  .dashboardContents .simple_form .form-group.text label, .editsContents .simple_form .form-group.text label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .dashboardContents .simple_form .form-group.text textarea, .editsContents .simple_form .form-group.text textarea {
    font-size: 20px;
    padding: 20px;
  }
  .dashboardContents .simple_form .contentCount, .editsContents .simple_form .contentCount {
    text-align: right;
    margin: -25px 5px 25px 0;
  }
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
