body.modal-open {
    overflow: hidden;
}

.context-menu {
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

section#slider {
  background-position: 0px -20px !important;
}

div.marquee {
  white-space: no-wrap;
  overflow: hidden;
}

div.marquee-text {
  white-space: nowrap;
  display: inline;
  width: auto;
  font-weight: 300;
  font-size: 22px;
}

#embeddedYT {
  max-width: 80%;
  margin-left: 10%;
  margin-bottom: 8%;
}

.heading-block:after {
  border-top: none !important;
}

form#login-form {
  padding: 30px;
}

.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: 2.5;
  opacity: 1;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-5 {
  padding: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-15 {
  padding-left: 15px;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}

.visibilityHidden {
  visibility: hidden;
}

div#loginError {
  margin-bottom: 10px;
  margin-top: -20px;
  color: red;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

button.toast-close-button {
  margin-top: 12px;
  margin-right: 5px;
}

.profile-content, .users-content {
  padding-left: 15px;
}

#primary-menu ul li > a {
	padding: 39px 9px;
}

@media (max-width: 479px) {
  button.toast-close-button {
    margin-top: 6px;
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1076px) {
  #primary-menu ul li>a {
    padding: 39px 5px;
  }
}

@media (max-width: 991px) button.toast-close-button {
  margin-top: 10px;
  margin-right: 5px;
}

label.error {
  display: inline-block !important;
  width: 100%;
  text-transform: inherit;
}

@-webkit-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

.m-loader, .m-loader:hover {
  color: transparent;
  text-shadow: none;
}

.m-loader:before {
  border-top-color: #fff !important;
}

.m-loader-green:before {
  border-top-color: #1ABC9C !important;
}

.m-loader:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  border-top-width: 2px;
  border-right-width: 2px;
}

.m-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  -moz-animation: m-loader-rotate 0.6s linear infinite;
  -ms-animation: m-loader-rotate 0.6s linear infinite;
  -o-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
}

#loginButtonLoader {
  position: relative;
  width: 47px;
  top: 1px;
}

#loginButtonText {
  padding-bottom: 32px;
}

.loading-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading-spinner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading-spinner .loading-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading-spinner .loading-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.fancy-title.center h1, .fancy-title.center h2, .fancy-title.center h3, .fancy-title.center h4, .fancy-title.center h5, .fancy-title.center h6 {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
