﻿/*---------------------------------------------------------------------------*/
/*******************************************************/
/*spacing*/
/*******************************************************/
.margin-top-05 {
  margin-top: 0.5em;
}

.margin-top-10 {
  margin-top: 1em;
}

.margin-top-15 {
  margin-top: 1.5em;
}

.margin-top-20 {
  margin-top: 2em;
}

.margin-top-25 {
  margin-top: 2.5em;
}

.margin-top-30 {
  margin-top: 3em;
}

.margin-right-05 {
  margin-right: 0.5em;
}

.margin-right-10 {
  margin-right: 1em;
}

.margin-right-15 {
  margin-right: 1.5em;
}

.margin-right-20 {
  margin-right: 2em;
}

.margin-right-25 {
  margin-right: 2.5em;
}

.margin-right-30 {
  margin-right: 3em;
}

.margin-left-05 {
  margin-left: 0.5em;
}

.margin-left-10 {
  margin-left: 1em;
}

.margin-left-15 {
  margin-left: 1.5em;
}

.margin-left-20 {
  margin-left: 2em;
}

.margin-left-25 {
  margin-left: 2.5em;
}

.margin-left-30 {
  margin-left: 3em;
}

.margin-bottom-05 {
  margin-bottom: 0.5em;
}

.margin-bottom-10 {
  margin-bottom: 1em;
}

.margin-bottom-15 {
  margin-bottom: 1.5em;
}

.margin-bottom-20 {
  margin-bottom: 2em;
}

.margin-bottom-25 {
  margin-bottom: 2.5em;
}

.margin-bottom-30 {
  margin-bottom: 3em;
}

@media all and (max-width: 480px) {
  .mobile-margin-top-10 {
    margin-top: 1em;
  }
  .mobile-margin-bottom-10 {
    margin-bottom: 1em;
  }
}
.padding-top-05 {
  padding-top: 0.5em;
}

.padding-top-10 {
  padding-top: 1em;
}

.padding-top-15 {
  padding-top: 1.5em;
}

.padding-top-20 {
  padding-top: 2em;
}

.padding-top-25 {
  padding-top: 2.5em;
}

.padding-top-30 {
  padding-top: 3em;
}

.padding-right-05 {
  padding-right: 0.5em;
}

.padding-right-10 {
  padding-right: 1em;
}

.padding-right-15 {
  padding-right: 1.5em;
}

.padding-right-20 {
  padding-right: 2em;
}

.padding-right-25 {
  padding-right: 2.5em;
}

.padding-right-30 {
  padding-right: 3em;
}

.padding-left-05 {
  padding-left: 0.5em;
}

.padding-left-10 {
  padding-left: 1em;
}

.padding-left-15 {
  padding-left: 1.5em;
}

.padding-left-20 {
  padding-left: 2em;
}

.padding-left-25 {
  padding-left: 2.5em;
}

.padding-left-30 {
  padding-left: 3em;
}

.padding-bottom-05 {
  padding-bottom: 0.5em;
}

.padding-bottom-10 {
  padding-bottom: 1em;
}

.padding-bottom-15 {
  padding-bottom: 1.5em;
}

.padding-bottom-20 {
  padding-bottom: 2em;
}

.padding-bottom-25 {
  padding-bottom: 2.5em;
}

.padding-bottom-30 {
  padding-bottom: 3em;
}

.btn-secondary {
  color: #03c32c;
  background-color: #DDD;
  border-color: #ccc;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #03c32c;
  background-color: rgb(195.5, 195.5, 195.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-secondary:hover {
  color: #03c32c;
  background-color: rgb(195.5, 195.5, 195.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #03c32c;
  background-color: rgb(195.5, 195.5, 195.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #03c32c;
  background-color: rgb(177.65, 177.65, 177.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #DDD;
  border-color: #ccc;
}
.btn-secondary .badge {
  color: #DDD;
  background-color: #03c32c;
}

a:link {
  font-weight: normal;
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #FFFFFF;
  background-color: #247b09;
}

a img {
  vertical-align: middle;
}

a:hover img {
  background-color: #FFFFFF !important;
}

a.TextLink {
  text-decoration: underline;
}

a.LinkWithImage {
  background: url("/images/dreieck1.gif") no-repeat;
  background-position: 0px 50%;
  padding-left: 16px;
  color: #111;
  font-size: 1.2em;
}

a.LinkWithImageOnGreen {
  background: url("../images/WhiteTriangle.png") no-repeat 0px 4px;
  padding-left: 16px;
  color: #FFFFFF;
}
a.LinkWithImageOnGreen:hover {
  background-color: #247b09;
}

h1 {
  color: #03c32c;
}
@media (max-width: 767px) {
  h1 {
    font-size: 31px;
  }
}

h2 {
  /*font-weight: 700;
  font-size: 12pt;*/
}

.clear {
  clear: both;
}

/* highlighted text in a search */
.highlight {
  background-color: Yellow;
}

.ErrorLabel {
  color: red;
  display: none;
}

/*************************************************************************************************/
/* image layout */
/*************************************************************************************************/
img.ttv-image-layout {
  object-fit: cover;
  aspect-ratio: 16/9;
  object-position: 50% 25%;
  min-width: 100%;
}
img.ttv-image-layout.ttv-img-fitting-cover {
  object-fit: cover;
}
img.ttv-image-layout.ttv-img-fitting-fill {
  object-fit: fill;
}
img.ttv-image-layout.ttv-img-fitting-contain {
  object-fit: contain;
}
img.ttv-image-layout.ttv-img-fitting-none {
  object-fit: none;
}
img.ttv-image-layout.ttv-img-aspect-ratio-auto {
  aspect-ratio: auto;
}
img.ttv-image-layout.ttv-img-aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}
img.ttv-image-layout.ttv-img-aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}
img.ttv-image-layout.ttv-img-aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}
img.ttv-image-layout.ttv-img-aspect-ratio-16-4 {
  aspect-ratio: 16/4;
}
img.ttv-image-layout.ttv-img-aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
img.ttv-image-layout.ttv-img-object-position-ignore {
  object-position: unset !important;
}
img.ttv-image-layout.ttv-img-object-position-centered {
  object-position: 50% 50%;
}
img.ttv-image-layout.ttv-img-object-position-middle-top {
  object-position: 50% 5%;
}
img.ttv-image-layout.ttv-img-object-position-middle-bottom {
  object-position: 50% 95%;
}
img.ttv-image-layout.ttv-img-border-none {
  border-style: none;
}
img.ttv-image-layout.ttv-img-border-thin {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(85.425, 85.425, 85.425);
}
img.ttv-image-layout.ttv-img-border-thin-spaced {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(85.425, 85.425, 85.425);
}

/*************************************************************************************************/
/* mb loader */
/*************************************************************************************************/
.mb-loader .mb-loader-popup {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mb-loader .mb-loader-text {
  display: block;
}

.glyphicon-refresh-animate {
  animation: spin 0.7s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/*************************************************************************************************/
/* bootstrap extension */
/*************************************************************************************************/
.form-group.required .control-label:after, .form-group.required label:after {
  content: "*";
  margin-left: 0.3em;
  font-size: 0.8em;
}

/*************************************************************************************************/
/* asp-validation: asp-validation-summary etc. */
/*************************************************************************************************/
/* asp-validation Div should be not displayed if it is rendered as alert-danger */
div.alert.alert-danger.validation-summary-valid {
  display: none;
}

span.text-danger.field-validation-error {
  text-align: left;
  display: inline-block;
}

.ttv-separator {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #03c32c;
  height: 2px;
}

.AutoCompleteComboboxCtrl {
  /*display:inline-block;*/
}

/* detailsRow */
tr.detailsRow {
  /*border:1px solid #999;*/
  background: #efefef;
  height: 200px;
}

.plus {
  width: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

/*---------------------------------------------------------------------------*/
.LoginTextBox {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.Login img {
  margin-right: 5px;
  margin-top: 10px;
}

.LoginButton {
  text-align: center;
}

.login-page-links li {
  padding-left: 15px;
}

/*---------------------------------------------------------------------------*/
/* Pagination control */
/*---------------------------------------------------------------------------*/
.ttv-pagination h4 {
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .ttv-pagination h4 {
    text-align: center;
  }
}
.ttv-pagination nav {
  text-align: right;
}
@media (max-width: 767px) {
  .ttv-pagination nav {
    text-align: center;
  }
}

/*---------------------------------------------------------------------------*/
/* SearchCriteria control */
/*---------------------------------------------------------------------------*/
.SearchCriteria .ExtendedSearchCriteria:hover {
  cursor: pointer;
}

/*---------------------------------------------------------------------------*/
/* Home Page */
/*---------------------------------------------------------------------------*/
.HomePageLinkHeader {
  background-color: #03c32c;
  color: White;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.standartLeft {
  text-align: left;
}

/*---------------------------------------------------------------------------*/
/* modules */
/*---------------------------------------------------------------------------*/
.TTVModule {
  margin-bottom: 20px;
  border: solid 1px #000000;
}
.TTVModule.no-border {
  border: none;
}
.TTVModule .collapse-border.Tabelle thead th:first-child {
  border-left: 0px;
}
.TTVModule .collapse-border.Tabelle tbody td:first-child {
  border-left: 0px;
}
.TTVModule .collapse-border.Tabelle thead th:last-child {
  border-right: 0px;
}
.TTVModule .collapse-border.Tabelle tbody td:last-child {
  border-right: 0px;
}
.TTVModule .collapse-border.Tabelle tbody tr:last-child td {
  border-bottom: 0px;
}

.TTVModuleHeader {
  display: block;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.moreLink {
  margin-left: 5px;
  text-decoration: underline;
}

.ttv-rows-table {
  margin-left: 15px;
  margin-right: 15px;
}
.ttv-rows-table .row-striped:nth-of-type(odd) {
  background-color: #efefef;
}
.ttv-rows-table .row-striped:nth-of-type(even) {
  /*background-color: #ffffff;*/
}
.ttv-rows-table .ttv-rows-header {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ttv-rows-table .ttv-rows-column {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ttv-rows-table .ttv-rows-body {
  font-weight: normal;
}
.ttv-rows-table .ttv-rows-body.ttv-rows-striped > div:nth-of-type(odd) > div {
  /*background-color: #f9f9f9;*/
}
.ttv-rows-table .ttv-rows-body.ttv-rows-striped > div:nth-of-type(odd) > div:first-child {
  /*margin-left: 15px;*/
}
.ttv-rows-table .ttv-rows-body.ttv-rows-striped > div:nth-of-type(odd) > div:last-child {
  /*margin-right: 15px;*/
}

/*---------------------------------------------------------------------------*/
/* Event Preview control */
/*---------------------------------------------------------------------------*/
.EventPreviewCell {
  text-align: left;
}

.EventPreviewDate {
  font-style: italic;
  display: block;
  margin-bottom: 3px;
}

.EventPreviewName {
  font-weight: bold;
  color: #247b09;
  display: block;
}

a.EventPreviewNameLink {
  font-weight: bold !important;
  color: #247b09 !important;
  display: block;
}

a:hover.EventPreviewNameLink {
  color: #FFFFFF !important;
  background-color: #247b09 !important;
}

/*---------------------------------------------------------------------------*/
/* EventResult control */
/*---------------------------------------------------------------------------*/
.EventResult {
  width: 100%;
}

.EventResultCell h2 {
  border-bottom: solid 1px #247b09;
  color: #247b09;
  font-size: 1.1em;
  margin: 1.8em 0 0.8em 0;
  text-align: left;
}

.EventResultDate {
  float: right;
}

.EventResultText {
  text-align: left;
}

.EventResultLinks {
  text-align: left;
}

/*---------------------------------------------------------------------------*/
/* StoryResult control */
/*---------------------------------------------------------------------------*/
.StoryResult {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.StoryResultCell h2 {
  border-bottom: solid 1px #247b09;
  color: #247b09;
  font-size: 1.1em;
  margin: 1.8em 0 0.8em 0;
  text-align: left;
}
.StoryResultCell h2 .StoryResultDate {
  float: right;
}
.StoryResultCell .StoryResultPicture {
  float: left;
  padding-right: 0.8em;
}
.StoryResultCell .StoryResultPicture img {
  border-width: 0px;
  width: 100px;
}
.StoryResultCell .StoryResultText {
  text-align: left;
}

/*---------------------------------------------------------------------------*/
/* PictureGalleryResult control */
/*---------------------------------------------------------------------------*/
.PictureGalleryResult {
  width: 100%;
}

.PictureGalleryResultCell h2 {
  border-bottom: solid 1px #247b09;
  color: #247b09;
  font-size: 1.1em;
  margin: 1.8em 0 0.8em 0;
  text-align: left;
}
.PictureGalleryResultCell h2 .PictureGalleryResultDate {
  float: right;
}
.PictureGalleryResultCell .PictureGalleryResultPicture {
  float: left;
  padding-right: 0.8em;
}
.PictureGalleryResultCell .PictureGalleryResultText {
  text-align: left;
}

.PicItemNaviLabel {
  margin-left: 5px;
  margin-right: 5px;
}

/*---------------------------------------------------------------------------*/
/* BreakingNewsModule */
/*---------------------------------------------------------------------------*/
.BreakingNewsModule .BreakingNews {
  padding: 5px;
}
.BreakingNewsModule .BreakingNews .BreakingNewsContentCell {
  text-align: left;
}
.BreakingNewsModule .BreakingNews .BreakingNewsContentCell .BreakingNewsHeading {
  font-weight: bold;
  color: #247b09;
  display: block;
  margin-bottom: 3px;
}
.BreakingNewsModule .BreakingNews .BreakingNewsContentCell .BreakingNewsText.alert {
  margin-bottom: 0px;
}

/*---------------------------------------------------------------------------*/
/* TopNewsModule */
/*---------------------------------------------------------------------------*/
.TopNewsModule .TopNewsStory {
  /*		padding: 5px;
  		border-top: 1px solid black;
  */
}
.TopNewsModule .TopNewsStory .TopNewsPicCell img {
  min-width: 100%;
}
.TopNewsModule .TopNewsStory .TopNewsContentCell {
  text-align: left;
  vertical-align: top;
}
.TopNewsModule .TopNewsStory .TopNewsContentCell .TopNewsHeading {
  font-weight: bold;
  color: #247b09;
  display: block;
  margin-bottom: 3px;
}
.TopNewsModule .TopNewsStory .TopNewsContentCell .TopNewsDate {
  font-style: italic;
  display: block;
  margin-bottom: 3px;
}
.TopNewsModule .TopNewsStoryContainer:last-child {
  border-bottom-style: none;
}
.TopNewsModule .TopNewsStoryContainer {
  padding: 5px;
}
.TopNewsModule .swiper-wrapper {
  margin-bottom: 25px;
}
.TopNewsModule .swiper-button-prev, .TopNewsModule .swiper-button-next {
  position: absolute;
  top: 95%;
}

/*---------------------------------------------------------------------------*/
/* TopPictureGalleryModule */
/*---------------------------------------------------------------------------*/
.TopPictureGalleryModule {
  padding-bottom: 3px;
}
.TopPictureGalleryModule .TopPictureGalleryLink {
  display: block;
  margin-top: 3px;
  border-top: solid 1px #DDDDDD;
  vertical-align: middle;
}
.TopPictureGalleryModule .TopPictureGalleryImage {
  float: left;
  margin-right: 5px;
  width: 100px;
  vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
/* TopVideoModule */
/*---------------------------------------------------------------------------*/
.TopVideoModule {
  padding-bottom: 3px;
}
.TopVideoModule .TopVideoLink {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: solid 1px #DDDDDD;
  text-align: left;
  vertical-align: middle;
}
.TopVideoModule .TopVideoImage {
  float: left;
  margin-right: 5px;
  width: 100px;
  vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
/* PicOfTheDayModule */
/*---------------------------------------------------------------------------*/
.PicOfTheDayModule .PicOfTheDayLink {
  display: block;
  vertical-align: middle;
}
.PicOfTheDayModule .PicOfTheDayLink span {
  display: block;
  margin-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.PicOfTheDayModule .PicOfTheDayImage {
  width: 100%;
  vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
/* GoBackInTimeModule */
/*---------------------------------------------------------------------------*/
.GoBackInTimeModule .GoBackInTimeLink {
  display: block;
  vertical-align: middle;
}
.GoBackInTimeModule .GoBackInTimeLink span {
  display: block;
  margin-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.GoBackInTimeModule .GoBackInTimeImage {
  width: 100%;
  vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
/* ShareModule */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* all Show controls */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* EditorToolbar control */
/*---------------------------------------------------------------------------*/
.EditorToolbar {
  margin-top: 10px;
  text-align: right;
  border: 1px solid;
  background-color: lightgray;
  padding: 5px;
}

.editor-form {
  text-align: left;
}
.editor-form .save-button {
  text-align: center;
}

/*---------------------------------------------------------------------------*/
/* ShowGame page */
/*---------------------------------------------------------------------------*/
.ShowGameHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowGameTeams {
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ShowGameTeams {
    font-size: 2em;
  }
}

.ShowGameDate {
  float: right;
  margin-right: 15px;
}

.ShowGameLeague {
  float: left;
  margin-right: 15px;
}

.ShowGameResult {
  font-size: 2em;
}

.ShowGamePicture {
  float: left;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  /*@media (min-width: $screen-lg-min) {
  	width:50%;  
  }*/
}
.ShowGamePicture .Game-image {
  min-width: 100%;
}
.ShowGamePicture a {
  display: block;
  position: relative;
}

.image-button {
  cursor: pointer;
  display: block;
  left: 10px;
  bottom: 10px;
  position: absolute;
}

a:hover .image-button {
  color: transparent !important;
  background-color: transparent !important;
}

.ShowGameAuthor {
  text-align: center;
  font-size: 1.2em;
}

.ShowGameTeaser {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

.ShowGameText {
  text-align: left;
}

.ShowGameLinks {
  margin-top: 30px;
  text-align: left;
}
.ShowGameLinks a {
  display: block;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------*/
/* ShowStory page */
/*---------------------------------------------------------------------------*/
.ShowStoryHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowStoryHeading {
  float: left;
  margin-left: 15px;
}

.ShowStoryDate {
  float: right;
  margin-right: 15px;
}

.ShowStoryPicture {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  /*@media (min-width: $screen-lg-min) {
  	width:50%;  
  }*/
}
.ShowStoryPicture .story-image {
  min-width: 100%;
}
.ShowStoryPicture a {
  display: block;
  position: relative;
}
.ShowStoryPicture figcaption {
  font-style: italic;
  background-color: #ccc;
}

.image-button {
  cursor: pointer;
  display: block;
  left: 10px;
  bottom: 10px;
  position: absolute;
}

a:hover .image-button {
  color: transparent !important;
  background-color: transparent !important;
}

.ShowStoryTeaser {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

.ShowStoryText {
  margin-top: 1em;
  text-align: left;
}

.ShowStoryLinks {
  text-align: left;
}
.ShowStoryLinks a {
  display: block;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------*/
/* ShowPictureGallery control */
/*---------------------------------------------------------------------------*/
.ShowPictureGalleryHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowPictureGalleryHeading {
  float: left;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .ShowPictureGalleryHeading {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
}

.ShowPictureGalleryDate {
  float: right;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .ShowPictureGalleryDate {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  /*	.swiper-button-next {
  		 background-image: url(/images/next_pressed_32.png);
  	}

  	.swiper-button-prev {
  		 background-image: url(/images/back_pressed_32.png);
  	}
  */
}
.swiper-container figcaption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.swiper-container .swiper-pagination {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.5em 5px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #247b09;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  width: 32px;
  height: 32px;
  margin-top: -22px;
  -moz-background-size: 32px 32px;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  color: #03c32c;
}

.ShowPicGalleryItemPicture {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ShowPicGalleryItemPicture img {
  max-height: 600px;
  max-width: 950px;
}

.ShowPicGalleryItemCaption {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.ShowPictureGalleryLinks {
  text-align: left;
}
.ShowPictureGalleryLinks a {
  display: block;
  margin-bottom: 10px;
}

.ShowPictureGalleryNaviTop .ShowPictureGalleryNaviBottom {
  width: 100%;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
/* EditVideo control */
/*---------------------------------------------------------------------------*/
.EditVideoFile {
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

.EditVideoFileNo {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #333333;
  color: #EEEEEE;
}

.EditVideoFileNo span {
  font-weight: bold;
}

.EditVideoFileUrl {
  width: 300px;
  padding-right: 5px;
}

.EditVideoFileVideoProfile {
  width: 100px;
  padding-right: 5px;
}

.EditVideoFileNbKBytes {
  width: 150px;
  padding-right: 5px;
}

.EditVideoFileDuration {
  width: 150px;
}

/*---------------------------------------------------------------------------*/
/* ShowVideo control */
/*---------------------------------------------------------------------------*/
.ShowVideoHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowVideoHeading {
  float: left;
  margin-left: 15px;
}

.ShowVideoDate {
  float: right;
  margin-right: 15px;
}

.ShowVideoPlayer {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ShowVideoDescription {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.ShowVideoLinks {
  text-align: left;
}
.ShowVideoLinks a {
  display: block;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------*/
/* EditSurvey control */
/*---------------------------------------------------------------------------*/
.EditSurveyChoiceItem {
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

.EditChoiceItemNo {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #333333;
  color: #EEEEEE;
}

.EditChoiceItemtNo span {
  font-weight: bold;
}

.EditChoiceItemText {
  width: 700px;
}

/*---------------------------------------------------------------------------*/
/* for Survey-Module */
/*---------------------------------------------------------------------------*/
.Survey {
  text-align: left;
}

.SurveyContent {
  padding: 5px;
}

.Survey H2 {
  margin-top: 5px;
  font-size: 1em;
}

.SurveyVote {
  margin-top: 10px;
}

.SurveyResult {
  margin-top: 10px;
}

.SurveyRow {
  display: block;
}

.SurveyRow input {
  float: left;
}

.SurveyRow div {
  float: left;
  width: 80%;
  margin-left: 5px;
}

.SurveyRow .SurveyChoiceDivider {
  clear: both;
}

.SurveyButtonWrapper {
  display: inline;
  padding-top: 5px;
  margin-top: 10px;
}

.SurveyTotalVotes {
  margin: 1em 0px 0px;
  float: right;
  color: #999;
}

.SurveyBarWrapper {
  /*width: 7.33em;*/
  width: 100%;
  float: left;
}

.SurveyBarLabel {
  width: 80%;
  margin-bottom: 0.66em;
  float: left;
}

.SurveyBar {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  padding-bottom: 0px;
  line-height: 0.5em;
  margin: 0.25em 0.5em 0px 0px;
  padding-left: 0px;
  /*width: 3.33em;*/
  width: 80%;
  padding-right: 0px;
  float: left;
  /*height: 0.5em; */
  height: 100%;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding-top: 0px;
}

.SurveyBar IMG {
  height: 10px;
}

.SurveyBar DIV {
  padding-bottom: 0px;
  line-height: 0.1em;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: #369;
  height: 0.5em;
  padding-top: 0px;
}

/*---------------------------------------------------------------------------*/
/* ShowEvent page */
/*---------------------------------------------------------------------------*/
.ShowEventHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowEventName {
  float: left;
  margin-left: 15px;
}

.ShowEventDate {
  float: right;
  margin-right: 15px;
}

.ShowEventText {
  text-align: left;
}

.ShowEventLinks {
  text-align: left;
}
.ShowEventLinks a {
  display: inline-block;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------*/
/* ShowWorkingSchedule control */
/*---------------------------------------------------------------------------*/
.ShowWorkingScheduleToolbar {
  margin-top: 10px;
  text-align: right;
}

.ShowWorkingScheduleHeader {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.ShowWorkingScheduleName {
  float: left;
  margin-left: 15px;
}

.ShowWorkingScheduleDate {
  float: right;
  margin-right: 15px;
}

.ShowWorkingScheduleText {
  text-align: left;
}

.ShowWorkingScheduleLinks {
  text-align: left;
}
.ShowWorkingScheduleLinks a {
  display: inline-block;
  margin-bottom: 10px;
}

div.WorkingUnit {
  padding: 2px;
  overflow: hidden;
  position: relative;
}
div.WorkingUnit.UnAssigned {
  color: Red;
  background-color: #EEEEEE;
  font-style: italic;
}
div.WorkingUnit.UnAssigned.Editable:hover {
  cursor: pointer;
}
div.WorkingUnit.Assigned.Editable:hover span.glyphicon-trash {
  cursor: pointer;
}
div.WorkingUnit.WorkingScheduleLocked {
  color: #000000;
  background-color: #FFFFFF;
}
div.WorkingUnit.WorkingScheduleLocked:hover {
  cursor: default !important;
}
div.WorkingUnit a {
  color: inherit;
}
div.WorkingUnit a:hover {
  color: inherit;
  background-color: inherit;
}
div.WorkingUnit a span.glyphicon-info-sign {
  margin-left: 5px;
}
div.WorkingUnit span.glyphicon-trash {
  margin-left: 5px;
  display: block;
  margin-top: 5px;
  text-align: right;
  /*position:absolute;
  top:unset;
  right:0px;
  bottom:0px;*/
}

table.WorkingSchedule td {
  height: 20px;
  text-align: center;
}
table.WorkingSchedule br {
  height: 0px;
}

#DlgAddWorkingUnit table td {
  padding: 5px;
}

/*---------------------------------------------------------------------------*/
/* Exerciseplanning control */
/*---------------------------------------------------------------------------*/
.TrainingParticipationList .row {
  border-top: 1px solid #ddd;
}
.TrainingParticipationList .row div.Participation-Person {
  text-align: left;
}
.TrainingParticipationList .row div.Participation-Time {
  text-align: right;
}
.TrainingParticipationList .row div.Participation-Comment {
  text-align: center;
}

.TrainingParticipationHeader {
  color: #fff;
  background-color: #03c32c;
}
.TrainingParticipationHeader div.Participation-Person {
  text-align: left;
}
.TrainingParticipationHeader div.Participation-Time {
  text-align: right;
}
.TrainingParticipationHeader div.Participation-Comment {
  text-align: center;
}

#DlgAddParticipation table td {
  padding: 5px;
}

/*---------------------------------------------------------------------------*/
/* GridView */
/*---------------------------------------------------------------------------*/
.GridViewHeader, .GridViewFooter {
  color: #fff;
  background-color: #03c32c;
  font-weight: bold;
}

/*---------------------------------------------------------------------------*/
/* team / teamplayer views */
/*---------------------------------------------------------------------------*/
.TeamModule .swiper-wrapper {
  margin-bottom: 25px;
}
.TeamModule .ttv-team {
  width: 100%;
}
.TeamModule .TeamImage {
  margin-bottom: 10px;
}
.TeamModule .TeamImage img {
  text-align: center;
  width: 100%;
}
.TeamModule .TeamPlayersHeading {
  width: 100%;
  color: white;
  background-color: #03c32c;
  padding: 5px;
}
.TeamModule .TeamPlayersContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 15px;
}
.TeamModule .TeamPlayersContainer.swiper-container {
  display: block;
}
.TeamModule .TeamPlayersContainer.swiper-container .TeamPlayer {
  width: 100% !important;
}
.TeamModule .TeamPlayersContainer .TeamPlayer {
  width: 100%;
  border: 2px solid #ccc;
  padding: 2px;
}
@media (min-width: 768px) {
  .TeamModule .TeamPlayersContainer .TeamPlayer {
    width: 270px;
  }
}
.TeamModule .TeamPlayersContainer .TeamPlayer figure {
  margin: 0 auto;
  position: relative;
  color: white;
}
.TeamModule .TeamPlayersContainer .TeamPlayer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 3/4;
}
.TeamModule .TeamPlayersContainer .TeamPlayer figure figcaption {
  position: absolute;
  font-weight: bold;
  left: 10px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
}
.TeamModule .TeamPlayersContainer .TeamPlayer figure .TeamPosition {
  position: absolute;
  font-weight: bold;
  font-size: 1.3em;
  left: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.2em;
}
.TeamModule .swiper-button-prev, .TeamModule .swiper-button-next {
  position: absolute;
  top: 95%;
}

table.table.TeamPlayerDetails {
  text-align: left;
  width: 100%;
}
table.table.TeamPlayerDetails th {
  background-color: #C0C0C0;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
table.table.TeamPlayerDetails td {
  border-width: 0px !important;
}

/*---------------------------------------------------------------------------*/
.PlayDayScoreTable .TeamName .normal {
  display: inline-block;
}
.PlayDayScoreTable .TeamName .short {
  display: none;
}
@media (max-width: 767px) {
  .PlayDayScoreTable .TeamName .normal {
    display: none;
  }
  .PlayDayScoreTable .TeamName .short {
    display: inline-block;
  }
}

/*---------------------------------------------------------------------------*/
.playday-header {
  display: inline-block;
  width: 100%;
  background-color: #03c32c;
  color: #FFFFFF !important;
  text-align: center;
}

.playday-table {
  margin-bottom: 10px;
  text-align: left;
}
.playday-table .playday-weekday {
  display: inline-block;
  width: 30px;
}
.playday-table .playday-date {
  display: inline-block;
  width: 80px;
}
.playday-table .playday-time {
  display: inline-block;
  width: 80px;
}
.playday-table .playday-teams {
  display: inline-block;
  text-align: center;
}
.playday-table .playday-hostteam {
  display: inline-block;
  text-align: right;
}
.playday-table .playday-team-devider {
  display: inline-block;
  text-align: center;
  width: 10px;
}
.playday-table .playday-guestteam {
  display: inline-block;
  text-align: left;
}
.playday-table th {
  background-color: #03c32c;
  color: #FFFFFF !important;
  text-align: center;
}
.playday-table .playday-ttv-team {
  font-weight: bold;
}

/*---------------------------------------------------------------------------*/
.CurrentPlayResultTable {
  border-width: 0px;
  width: 100%;
}
.CurrentPlayResultTable td {
  border-style: none !important;
}

.Tabelle td.CurrentPlayResultTableFooterLink, .Tabelle td.PlayResultPreviewTableFooterLink {
  text-align: left;
}

/*---------------------------------------------------------------------------*/
/* Championship control */
/*---------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .ShowChampionshipName {
    display: inline-block;
  }
}

.ShowChampionshipLinks {
  text-align: left;
}
.ShowChampionshipLinks a {
  display: inline-block;
  margin-bottom: 10px;
}

.ChampionshipTable {
  margin-bottom: 20px;
  width: 100%;
}
.ChampionshipTable th {
  text-align: center;
}
.ChampionshipTable td:first-child {
  width: 20%;
}
.ChampionshipTable.Person {
  width: 550px;
}
.ChampionshipTable.Person .Year {
  width: 250px;
}
.ChampionshipTable.Person .PlacementDouble {
  width: 100px;
}
.ChampionshipTable.Person .PlacementSingle {
  width: 300px;
}
.ChampionshipTable.Person .WithPlayers {
  width: 200px;
}
@media (max-width: 767px) {
  .ChampionshipTable.Person {
    width: 100%;
  }
  .ChampionshipTable.Person .Year {
    width: 50%;
  }
  .ChampionshipTable.Person .PlacementDouble {
    width: 20%;
  }
  .ChampionshipTable.Person .PlacementSingle {
    width: 50%;
  }
  .ChampionshipTable.Person .WithPlayers {
    width: 30%;
  }
}

/*---------------------------------------------------------------------------*/
/* Paging of Query results
/*---------------------------------------------------------------------------*/
/* with style for all the divs in the qryResultConent (foreach row a seperate is used) */
.PagingBottomContainer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #247b09;
}

/* the prefix of the qryResult navigation */
.QryResultPrefix {
  padding-right: 10px;
}

/* the backwardLink of the qryResult navigation */
.QryResultBackwardLink {
  text-decoration: none !important;
  padding-right: 5px;
}

/* the backwardMore of the qryResult navigation */
.QryResultBackwardMore {
  text-decoration: none !important;
  padding-right: 5px;
}

/* the pageLink of the qryResult navigation */
.QryResultPageLink {
  text-decoration: none !important;
  padding-left: 2px;
  padding-right: 2px;
}

/* the pageSelection of the qryResult navigation */
.QryResultPageSelection {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: -2px;
}

/* the activePage of the qryResult navigation */
.QryResultActivePage {
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

/* the forwardMore of the qryResult navigation */
.QryResultForwardMore {
  text-decoration: none !important;
  padding-left: 5px;
}

/* the forwardLink of the qryResult navigation */
.QryResultForwardLink {
  text-decoration: none !important;
  padding-left: 5px;
}

/* the postfix of the qryResult navigation */
.QryResultPostfix {
  text-decoration: none;
  padding-left: 25px;
}

/* the style of the <hr> which seperates the qryResult from each other */
.QryResultSeparator {
  margin: 3px 3px 3px 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*visibility:hidden;*/
}

/*---------------------------------------------------------------------------*/
.Tabelle {
  border-collapse: collapse;
  text-align: left;
}
.Tabelle th {
  border: solid 1px #000000;
  padding: 5px;
  background-color: #03c32c;
  color: #FFFFFF;
  text-align: center;
}
.Tabelle td {
  border: solid 1px #000000;
  padding: 5px;
}

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

.Header {
  background-color: #03c32c;
  color: #FFFFFF;
  font-size: 10pt;
}

.ueberschrift {
  font-weight: 900;
  font-size: 14pt;
  color: #03c32c;
}

.Error {
  font-weight: bold;
  color: Red;
}

.mittelweiss {
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
}

.Vorstand {
  border: solid 2px #000000;
  border-collapse: collapse;
}

.Vorstand td {
  border: solid 1px #000000;
  height: 60px;
}

.tabblelight {
  background-color: #03c32c;
  color: #FFFFFF;
}

.tableheader {
  background-color: #247b09;
}

.tableueberschrift {
  font-weight: bold;
  font-size: 8pt;
  color: #ffffff;
}

.rot {
  color: #ff0000;
}

.linksmall {
  font-size: 8pt;
}

.listenueber1 {
  font-weight: bolder;
  font-size: 12pt;
}

.listenueber2 {
  font-weight: bold;
  font-size: 10pt;
}

.LabelRow {
  padding-top: 10px;
  /*margin-top:10px;*/
}

.ControlLabel {
  font-weight: bold;
  text-align: left;
  margin-bottom: 3px;
}

.liste {
  padding-left: 20px;
  list-style-position: inside;
}

.fett {
  font-weight: bold;
  color: #000000;
}

@page {
  margin-left: 1.5cm;
  margin-right: 1.5cm;
}
.popup_menu {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 5px;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.bildueberschrift {
  font-weight: 900;
  font-size: 12px;
  color: #03c32c;
}

.bildunterschrift {
  font-weight: normal;
  color: #000000;
}

.NoBorder {
  border-style: none !important;
}

/*---------------------------------------------------------------------------*/
/* tinyMCE control */
/*---------------------------------------------------------------------------*/
body.mceContentBody {
  font-size: 14px;
}

/*---------------------------------------------------------------------------*/
/* Calendar control */
/*---------------------------------------------------------------------------*/
.WebDateCtrlCalendar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

.WebDateCtrlCalendarTitle {
  font-weight: bold;
  background-color: #EEEEEE;
}

.WebDateCtrlCalendarDayHeader {
  font-style: italic;
  color: #222222;
}

.WebDateCtrlCalendarDay {
  color: #222222;
}

.WebDateCtrlCalendarWeekendDay {
  color: #999999;
}

.WebDateCtrlCalendarTodayDay {
  background-color: #999999;
  color: #FFFFFF;
}

.WebDateCtrlCalendarSelectedDay {
  background-color: #247b09;
  color: #FFFFFF;
}

/*Reorder List*/
.dragHandle {
  width: 10px;
  height: 100px;
  background-color: Green;
  /*background-image:url(images/bg-menu-main.png);*/
  cursor: move;
  border: outset thin white;
}

.callbackStyle {
  border: thin blue inset;
}

.callbackStyle table {
  background-color: #5377A9;
  color: Black;
}

.PicGalleryItemList {
  width: 800px;
}

.PicGalleryItemList ul {
  list-style-type: none;
  list-style-image: none;
}

.PicGalleryItemList li {
  /*list-style:none;*/
  margin: 2px;
  background-color: #EEEEEE;
  /*background-image:url(images/bg_nav.gif);
  background-repeat:repeat-x;
  color:#FFF;*/
}

.PicGalleryItemList li a {
  color: #FFF !important;
  font-weight: bold;
}

.reorderCue {
  border: dashed thin black;
  width: 100%;
  height: 100px;
}

.itemArea {
  margin-left: 15px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  text-align: left;
}

.edit-section-header {
  color: #247b09;
  font-size: 1.5em;
}

/*---------------------------------------------------------------------------*/
/* CropPicture */
/*---------------------------------------------------------------------------*/
.CropControls {
  display: flex;
  justify-content: space-between;
}

/*---------------------------------------------------------------------------*/
/* ImageResultModule */
/*---------------------------------------------------------------------------*/
.ImageSearchResult .swiper-container {
  height: auto;
}
@media (max-width: 767px) {
  .ImageSearchResult .swiper-container {
    height: auto;
  }
}
.ImageSearchResult .swiper-container figure img {
  height: 600px;
}
@media (max-width: 991px) {
  .ImageSearchResult .swiper-container figure img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .ImageSearchResult .swiper-container figure img {
    height: 300px;
  }
}
.ImageSearchResult .image-buttons {
  position: absolute;
  bottom: 3.5em;
  z-index: 301;
}
.ImageSearchResult.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: #222;
}
.ImageSearchResult.fullscreen .swiper-container {
  height: 100%;
}
.ImageSearchResult.fullscreen .swiper-container figure h4 {
  position: absolute;
  top: 0px;
  left: 1px;
  right: 1px;
  margin-top: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  /*background: #222;*/
  background: rgba(34, 34, 34, 0.6);
}
.ImageSearchResult.fullscreen .swiper-container figure img {
  height: 100%;
}
.ImageSearchResult.fullscreen .swiper-container figure figcaption {
  position: absolute;
  bottom: 0px;
  left: 1px;
  right: 1px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  /*background: #222;*/
  background: rgba(34, 34, 34, 0.6);
}
.ImageSearchResult.fullscreen .swiper-container .image-buttons {
  bottom: 2.5em;
}
@media (max-width: 767px) {
  .ImageSearchResult.fullscreen .swiper-container .image-buttons {
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    right: 0.1em;
  }
  .ImageSearchResult.fullscreen .swiper-container .image-fullscreen {
    position: absolute;
    left: 0em;
  }
  .ImageSearchResult.fullscreen .swiper-container .image-auto-play {
    position: absolute;
    right: 0em;
  }
}

/*---------------------------------------------------------------------------*/
/* UserNavigatorModule */
/*---------------------------------------------------------------------------*/
.UserNavigatorModule ul.nav-left {
  background-color: #eee;
  color: #383a3b;
  margin-bottom: 2em;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.UserNavigatorModule ul.nav-left li.nav-head {
  line-height: 3em;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #ddd;
  padding-left: 1em;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #666;
}
.UserNavigatorModule ul.nav-left li {
  line-height: 3em;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #ddd;
  padding-left: 1em;
  background-color: #fff;
}
.UserNavigatorModule ul.nav-left li:hover {
  border-left: solid 3px #03c32c;
  padding-left: 13px;
  background-color: #eee;
}
.UserNavigatorModule ul.nav-left a.nav {
  color: #383a3b;
}
.UserNavigatorModule ul.nav-left a.nav.active {
  font-weight: bold;
}
.UserNavigatorModule ul.nav-left a.nav:hover {
  color: #03c32c;
}
.UserNavigatorModule ul.nav-left span.badge {
  margin-left: 5px;
  background-color: #999;
  color: #fff;
}
.UserNavigatorModule ul.nav-left span.badge:hover {
  background-color: #777;
}
