/* MOVED EVERYTHING INSIDE THEME CSS ADDITIONS */
/* ONLY GLOBAL CSS FOLLOWS */

/* Stock search input */
.clearable-input {
  position: relative;
}

.clearable-input > input {
  padding-right: 1.4em;
}

.clearable-input >[data-clear-input] {
  display: none;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
  z-index: 9;
  line-height: 22px;
}

.clearable-input > input::-ms-clear {
  display: none;
}
/* End of Stock search input */

/* Portfolio visible tooltip */
a.tooltips {
  position: relative;
  display: inline;
}

a.tooltips span {
  position: absolute;
  width: 200px;

  color: #000000;
  background: #D6D6D6;
  border: 2px solid #000000;

  line-height: 20px;
  text-align: left;
  visibility: hidden;
  border-radius: 4px;

  padding: 5px;
}

a.tooltips span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 38%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid #000000;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 38%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #D6D6D6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 38%;
  margin-left: -76px;
  z-index: 999;
}
/* End of Portfolio visible tooltip */

/* Benchmark player */
.benchmark-player-highlight {
  font-weight: bold;
  text-decoration: underline;
}
/* End of Benchmark player */

/* Custom row expander */
.customRowExpander {
  display: none;
}
/* End of Custom row expander */

.lds-spinner {
    color: #fff;
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    z-index: 10001;
    top: 50%;
    left: 50%;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 10000;
}

#loadingLayer {
    display: none;
}

@media screen and (min-width: 1000px) {

	section.news-block > .container > div, section#about_section article.card#borsenwissen_box_loggedin, section#about_section article.card#welcome_text, section#about_section .container div#container_player_info_mini, section#about_section div.news-box {
		min-height: 500px;
	}

	section.news-block > .container > div .ui-tabs-panels, section.container > div .ui-tabs-panels {
		min-height:453px;
	}

	section.news-block > .container > div .ui-tabs .ui-tabs-nav.ui-widget-header li a, section.container > div .ui-tabs .ui-tabs-nav.ui-widget-header li a {
		min-height: 43px;
	}
}

.divider{
	padding-left: 5mm;
}

@media screen and (max-width: 700px) {
	p > img {
		display:block;width:100% \9;max-width:100%;height:auto;
	}

	p > a {
		word-wrap: break-word;
		word-break: break-all;
	}
}


#teamInfoDialog{
	color:#333;
}

.fa.additional-fa{
    display: inline;
}

#container_player_info .fa.additional-fa{
    display: inline;
}

#container_player_info .player-box-col.additional-box{
    width: 60%
}

.ui-selectonemenu.contestWelcomeSelect {
  width: 100%;
  padding: 10px;
}
#header .navbar a {
    height: 80px;
    width: 200px;
}
.contest-logo {
    max-height: 80px;
    max-width: 200px;
}

.color-green {
    color: green !important;
}
.color-red {
    color: red !important;
}

.ui-radiobutton-icon {
    margin-left: -1px;
    margin-top: -2px;
}

.ui-radiobutton .ui-radiobutton-box {
    width: 18px;
    height: 18px;
}

.ui-chkbox-icon.ui-icon.ui-c.ui-icon-check {
    margin-left: -2px;
    margin-top: -4px;
}