/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.icons {
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}

a.icon-info {
  color: rgba(0, 0, 0, 0.54);
}

ul.shortcut-links {
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.shortcut-links li
{
  list-style:none;
  float: left;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;

}

.shortcut-links li:hover
{
  background-color: rgba(154, 214, 214, 0.1);
  cursor: pointer;
}

.shortcut-links a.icon-active li {
    background-color: #E0E0E0;
}

.shortcut-links .material-icons
{
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 30px;
}

table.mctable tr {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.mctable td {
    padding-top: 2px;
    padding-bottom: 2px;
}

span.faded {
    color: #999999;
}

div.no-row-pad {
    margin-bottom: 6px;
}

div.col.faded {
    color: #606060;
    font-size: 0.8em;
    margin-bottom: -8px;
}

div.col.otp {
    color: #e65100;
    font-size: 3.5em;
    font-weight: bolder;
    padding-top: 38px;
}

div.col.points {
    color: #e65100;
    font-size: 4em;
    font-weight: bolder;
    padding-top: 36px;
    padding-bottom: 26px;
}

div.col.ticket-amount {
    color: #e65100;
    font-size: 2.5em;
    font-weight: bolder;
    padding-top: 6px;
}
label.invalid {
    color: #E53935;
}

input.select-dropdown.invalid {
    border-bottom: 1px solid #E53935 !important;
}

a.recover {
    color: yellow;
}

label.bday {
    width: 300%;
}

h3.cardno {
    font-size: 8vmin;
}

div.side-menu-view {
  margin-bottom: 18px;
}

img.side-menu-app-icon {
    display: block;
    padding-top: 8px;
    padding-left: 8px;
}

span.side-menu-name {
    display: block;
    padding-left: 12px;
    line-height: 18px;
    margin-top: 8px;
}

span.side-menu-brand {
    display: block;
    padding-left: 12px;
    padding-bottom: 8px;
    line-height: 18px;
    font-size: 75%;
}

ul.side-nav li.side-nav-a>a {
    margin-left: 8px;
    padding: 0;
}

ul.side-nav li.side-nav-a>a>i {
    margin-left: 8px;
    margin-right: 16px;
    padding: 0;
}

img.nav-gmd {
    margin-left: 8px;
    margin-right: 16px;
    padding: 0;
    vertical-align: middle;
}

img.top-nav-gmd {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

img.fab-gmd {
    margin-left: auto;
	margin-right: auto;
    margin-top: 16px;
	display: block;
}

img.icon-gmd {
    margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
    margin-bottom: 8px;
	display: block;
}

.qrscanner {
    height: 75%;
}

.brand-logo-app {
    font-size: 1.8rem !important;
}

.form-note {
    display: block;
    padding-left: 35px;
    color: #9e9e9e;
    font-style: italic;
}

span.card-title-small {
    font-size: 16px !important;
}

input.mx-table-select {
    position: relative !important;
    opacity: 100 !important;
    pointer-events: all !important;
}

span.faded-label {
    font-size: small;
}

span.mx-error {
    padding: 12px;
}

.mcparallax {

    /* Set a specific height */
    height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    content: "";
    display: block;
    /*position: fixed;*/
    width: 100%;
    /*height: 100%;*/
    z-index: -10;


}

.animate {
   animation : shimmer 4s infinite;
   background: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
   background-size: 1000px 100%;
}


@keyframes shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
