.marginTop {
  margin-top: 15px;
}

.centerAlign {
  text-align: center;
}

.hidden {
  display: none;
}

.centerMargins {
  margin-left: auto;
  margin-right: auto;
}

.notificationBackground {
  color: white;
  margin-bottom: 2px;
}

.notificationBackground li {
  color: white;
}

.notificationMessage {
  margin-left: 25px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.notificationExit {
  margin-right: 10px;
}

.notificationExitButton {
  width: 40px;
}


.notificationBackground-debug {
  background-color: #00895A;
}

.notificationBackground-info {
  background-color: #6F7887;
}

.notificationBackground-success {
  background-color: #3C71F7;
}

.notificationBackground-warning {
  background-color: #D9C800;
}

.notificationBackground-error {
  background-color: #D93526;
}

.topNavRight {
  margin-right: 0px !important;
}

.topNavRight:hover {
  cursor: pointer;
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.youtubeIcon {
  width: 35px;
  height: 30px;
  color: #373c44;
}

.twitterIcon {
  width: 35px;
  height: 30px;
}

.noLinkDecoration {
  color: #373c44;
  text-decoration: none;
}

#dashboardContent {
  margin-left: 20px;
  width: 100%;
}

#leftNav { 
  max-width: 150px;
  border-right: 1px solid black;
}

.navButtonLink {
  margin-left: -5px;
  color: #373c44;
}

.noLinkColor {
  color: #373c44;
}

footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

#dashboardContainer {
  display: inline-flex;
  position: relative;
  width: 100%;
}

.djhj-button {
  color: black;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible:before {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.collapseactive:before {
  content: "\2212";
  color: black;
}

.opencontent_ticket {
  padding-left: 5px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  transition: max-height 0.2s ease-out;
}

.opencontent_event {
  padding-left: 5px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  transition: max-height 0.2s ease-out;
}


@media (max-width: 767px) {
  #leftNav { 
    max-width: 102px;
  }
}

.marginBelowX {
  margin-top: 50px;
}