#main-container {
  padding-top: 80px;
}

.cf-mnu-ico {
  margin-right: 10px;
}

.row a {
  font-weight: bold;
  text-decoration: underline;
}

.card {
  border-radius: 0rem !important;
}

.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

.cf-form-control-sm {
  font-size: .875rem !important;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.warning-message-section {
  background-color: #e6baba;
  border-radius: 5px;
  padding: 5px;
  color: #c30000;
  font-weight: 500;
  margin-bottom: 10px;
}

.cf-breadcrumb a {
  text-decoration: none;
}

.cf-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001 !important;
  background-color: black;
  opacity: 0.5;
  /* fx, safari, opera */
}

/* Your custom styles */
.video-button {
  padding: 0;
}

.video-button > span {
  font-style: italic;
}

.embedded-youtube-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: white;
  padding: 50px 15% 15% 15%;
}

.embedded-youtube-overlay .embedded-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.embedded-youtube-overlay .embedded-youtube .embedded-youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#message-container {
  z-index: 100;
  position: fixed;
  border-radius: 5px;
  background-color: white;
  top: 70px;
  min-width: 40px;
  max-width: 270px;
  min-height: 40px;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.46);
}

#message-container .m-icon {
  display: block;
  text-align: center;
  background-color: #1876d2;
  color: white;
  border-radius: 0px 5px 5px 0px;
  min-height: 40px;
  padding: 8px 5px 5px 5px;
  cursor: pointer;
}

#message-container .m-icon:active {
  background-color: #aaa;
}

#message-container .m-messages {
  display: none;
  font-size: 0.9rem;
}

#message-container h4 {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

#message-container ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#message-container ul li {
  margin: 0 10px;
  border-bottom: solid 1px #e7e7e7;
}

#message-container ul li .item-header {
  font-weight: bold;
}

#message-container ul li .lnk {
  float: right;
}
/*# sourceMappingURL=style.css.map */