a:hover, a:active, a:link, a:focus {
  text-decoration: none;
  outline: none;
}
button {
  outline: none;
  border: none;
}
button:hover, button:active, button:link, button:focus {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%
}
.nopad {
  padding: 0;
}

.noborder {
  border: none;
}
.nomargin {
  margin: 0;
}
.vcenter {
  vertical-align: middle;
  float: none;
  display: inline-block;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.posr {
  position: relative;
}
/* SystemMessages */
#SystemMessagesWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 10000;
}
#SystemMessages {
    max-width: 600px;
    margin: 0 auto;
}
#SystemMessages>div {
    display: none;
    border-radius: 1px;
    padding: 11px 18px;
}
#SystemMessages .error {
    background: red;
    border: 2px solid #000;
    border-color: #a51a1a;
    color: #fff;
}
#SystemMessages .message {
    background: green;
    border: 2px solid #000;
    border-color: #18be2d;
    color: #fff;
}
#SystemMessages .hiddenMessage {
    display: none;
}
#SystemMessages .messageBig {
    font-size: 25px;
    text-align: center;
    padding: 74px 20px;
    background: rgba(87, 174, 234, 0.94);
    color: #fff;
    border: 2px solid #000;
    border-color: rgb(60, 147, 206);
    margin-bottom: 20%;
}
ion {
    display: none;
}