/* ========================
 * Foundation
 */
html,
body
{
  height: 100%;
}

.mch-link,
.mch-link:visited
{
  color: #75bc3e;
  font-weight: bold;
  text-decoration: underline;
}

/* ========================
 * Container
 */
.mch-elem-content {
  margin: 0 auto;
  width: 900px;
}

@media all and (max-width: 959px) {
  .mch-elem-content {
    width: 90%;
  }
}

.mch-public-contanier {
  padding-top: 80px;
}

.mch-admin-contanier {
  padding-top: 50px;
}

/* ========================
 * Header
 */
.mch-header {
   align-items: center;
   background-color: white;
   border-bottom: 1px solid rgba(0, 0, 0, .15);
   display: flex;
   height: 55px;
   left: 0;
   position: fixed;
   top: 0;
   user-select: none;
   width: 100%;
}

.mch-service-logo {
  width: 218px;
}

.mch-service-name {
  border-left: 2px solid #bbb;
  color: #bbb;
  display: inline-block;
  font-size: .8rem;
  font-weight: 900;
  margin-left: .5rem;
  padding-left: .5rem;
  position: relative;
  top: 2px;
}

@media all and (max-width: 959px) {
  .mch-service-name {
    font-size: .6rem;
  }
}

/* ========================
 * Body
 */
.mch-main {
  min-height: calc(100% - 55px);
  padding-top: 55px;
}


/* ========================
 * Modal
 */
.uk-modal-body > .uk-text-right > .uk-modal-close {
  margin-right: 5px;
}

.uk-modal-body .uk-button > .fa-spinner {
  display: none;
}

.uk-modal-body .uk-button.-active > span {
  display: none;
}

.uk-modal-body .uk-button.-active > .fa-spinner {
  display: inline-block;
}

/* ========================
 * Card
 */
.uk-card-default {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 4px 7px rgba(0, 0, 0, .12)
}

.uk-card-danger {
  background: #f0506e;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  color: #fff;
}

.uk-card-danger .uk-card-title {
  color: #fff;
}

/* ========================
 * Notification
 */
.uk-notification {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, .12);
  width: auto;
}

.uk-notification-message {
  padding-right: 50px;
}

.uk-notification-message > div {
  font-size: 1rem;
}

/* ========================
 * Typography
 */

.mch-section-title {
  font-size: 1.3rem;
  font-weight: bold;
}

/*
 * Notification
 */
.uk-notification-message {
  background-color: rgba(0, 0, 0, .7);
  font-weight: bold;
  min-width: 250px;
}

/* ========================
 * Util
 */
.mch-align-center {
  text-align: center;
}

.mch-position-center {
  margin-left: auto;
  margin-right: auto;
}

.mch-sp {
  display: none;
}

@media all and (max-width: 959px) {
  .mch-sp {
    display: block;
  }
}

/* ========================
 * Admin
 */
.mch-admin-contanier .uk-card {
  margin-bottom: 20px;
}

.mch-admin-current-system-status {
  font-size: 1.5rem;
  margin: 35px 0 !important;
  text-align: center;
}

.system-status.uk-card {
  align-items: center;
  display: flex;
  justify-content: center;
}

.prevent-action {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1011;
}

.prevent-action.-show {
  display: block;
}

/* ========================
 * Public
 */
 .mc-public-inset {
  text-align: center;
}

.-correct > .mch-public-system-status {
  margin-top: 50px;
}

.mch-public-system-status-icon {
  font-size: 96px;
}

.-correct .mch-public-system-status-icon {
  font-size: 48px;
}

.mch-public-system-status-icon > .fa-check-circle {
  color: #75bc3e;
}

.mch-public-system-status-icon > .fa-exclamation-circle {
  color: #fe2851;
}

.mch-public-system-status-message {
  font-size: 2rem;
  font-weight: bold;
}

.-correct .mch-public-system-status-message {
  font-size: 1.3rem;
}

.mch-guidance {
  margin-top: 50px;
}

.mch-guidance .mch-link {
  padding: 0 .2rem;
}

.-correct > .mch-guidance {
  margin-top: 0;
}

.mch-faq-section {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: left;
}

.mch-faq-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
}

.mch-faq-list li {
  padding-left: 1.4rem;
  position: relative;
}

.mch-faq-list li::before {
  content: '▶︎';
  left: 0;
  position: absolute;
  top: 0;
}

.mch-faq-other {
  text-align: right;
}
