@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

.color-new-info {
	color: #ffbb00 !important;;
}

html, body{
	margin: 0;
	padding: 0;
	font-size:84%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white {color: #ffffff !important;}
.yellow {color: #fff600 !important;}
.red {color: #f63434 !important;}
.green {color: #1cc900 !important;}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -158px;
    top: 130px;
    width: 200px;
    z-index: 900;
}

ul.sticky{
    padding: 0;
    list-style: none;
}

.sticky li{
	list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    font-family: 'Source Sans Pro', sans-serif;
}

.sticky li:hover{
	margin-left: -115px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky-container li a {
    color: #fff;
    text-decoration: none;
}

.sticky li p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 43px;
}

.outer-wrapper{
	background: url(../images/bg_body.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
}

.main-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-wrapper-inner{
	width: 1281px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	/*padding-left:55px;*/
}

@media (min-width: 120rem) {
	.main-wrapper-inner{
		width: 1581px;
	}
}

#ligamanager_content_1, #ligamanager_header {
	margin: 10px 0;
}

#ligamanager_content_1 {
/*	height: 100% !important;*/
	background: url(../images/900_250_anzeige_4.svg) no-repeat;
	background-size: 100% auto;
	height: 270px !important;
}

#ligamanager_content_1 > div, #ligamanager_header > div {
	/*background-color: gold;*/
	/*border: 10px solid gray !important;*/
	margin: auto;
}

#ligamanager_sidebar_1 {
	position: fixed;
}

.main-wrapper-inner-left{
	width: 1200px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

.main-wrapper-inner-right{
	width: 300px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	float: left;
}

.head-wrapper{
	width: 100%;
	height: 193px;
	font-size: 15px;
}

.logo-wrapper{
	width: 369px;
	height: 133px;
	position: absolute;
	background: url(../images/bg_logo.png) no-repeat;
}

.logo-wrapper img{
	padding-left: 32px;
	padding-top: 28px;
}

.ad-wrapper-top{
	width: 728px;
	height: 90px;
	margin-left: 377px;
	position: absolute;
}

.account-wrapper{
	width: 762px;
	height: 40px;
	position: absolute;
	margin-left: 437px;
	margin-top: 98px;
	background: url(../images/bg_account.png) no-repeat;
}

.main-menu{
	width: 1199px;
    height: 55px;
    background: #001126;
    margin-top: 138px;
    position: absolute;
}

.content-wrapper{
	max-width: 1199px;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	background: rgba(222, 222, 222, 0.7);
}

.content-head-wrapper{
	width: 1199px;
	height: 152px;
}

.content-head-inner{
	width: 1199px;
	height: 152px;
	background: url(../images/bg_content_head.png) no-repeat;
	z-index: 2;
    position: relative;
    pointer-events: none;

}

.head-submenu-wrapper{
	width: 642px;
	height: 33px;
	position: absolute;
	z-index: 1;
	margin-top: -46px;
	pointer-events: all;
}

.head-submenu-left{
	width: 342px;
	height: 33px;
	float: left;
	background: #0059c6;
	background: -moz-linear-gradient(top, #0059c6 0%, #00285a 100%);
	background: -webkit-linear-gradient(top, #0059c6 0%,#00285a 100%);
	background: linear-gradient(to bottom, #0059c6 0%,#00285a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059c6', endColorstr='#00285a',GradientType=0 );
	pointer-events: all;
}

.head-submenu-right{
	width: 300px;
	height: 100px;
	float: left;
	pointer-events: all;
}

.head-submenu-left ul{
	margin: 0;
    padding: 0;
    margin-left: 110px;
    width: 232px;
    height: 33px;
}

.head-submenu-left li{
	float: left;
	list-style-type: none;
}

.head-submenu-left a,
.head-submenu-left a:link,
.head-submenu-left a:visited{
	font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    font-weight: 600;
    display: block;
}

.head-submenu-left a:hover,
.head-submenu-left a:active{
	background: #00285a;
	background: -moz-linear-gradient(top, #00285a 0%, #0059c6 100%);
	background: -webkit-linear-gradient(top, #00285a 0%,#0059c6 100%);
	background: linear-gradient(to bottom, #00285a 0%,#0059c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285a', endColorstr='#0059c6',GradientType=0 );
}

.chat-wrapper{
	width: 463px;
	height: 222px;
	position: absolute;
	margin-left: 736px;
	background: url(../images/bg_chat.png) no-repeat;
	z-index: 93;
}

.footer-wrapper{
	width: 100%;
	height: 67px;
	background: #001126;
	margin-bottom: 50px;
}

.account-id{
	width: 160px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 42px;
    float: left;
    margin-top: 11px;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

.account-select{
	width: 350px;
	height: 21px;
	float: left;
	margin: 12px 0 8px 10px;
}

.account-select select{
	width: 250px;
	float: left;
	margin-top: -2px;
	height:25px;
}

.nextTeam{
	width: 25px;
	height: 25px;
	float: left;
}

.prevTeam{
	width: 25px;
	height: 25px;
	float: left;
}

.prevTeam a,
.nextTeam a{
	opacity: 0.8;
}

.prevTeam a:hover,
.nextTeam a:hover{
	opacity: 1;
}

.sponsor-wrapper{
	width: 93px;
    height: 70px;
    margin-left: 1002px;
    margin-top: 98px;
    position: absolute;
    z-index: 1;
}

.login-users{
	width: 130px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
}

.login-users-left {
    width: 55px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #5d3e18;
    font-weight: 600;
}

.login-users-right {
   width: 70px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #5d3e18;
    font-weight: 600;
}

.login-users-left img, .login-users-right img {
    margin-bottom: -2px;
}

.icon-info-wrapper{
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 4px;
}

.main-menu ul{
	padding: 0;
	margin: 0;
}

.main-menu li{
	list-style-type: none;
	float: left;
}

.main-menu li a,
.main-menu li a:link,
.main-menu li a:visited{
	font-family: 'Source Sans Pro', sans-serif;
	color: #b0c1d6;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	background: #001126;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

.main-menu li a:hover,
.main-menu li a:active,
.main-menu li.active a{
	background: url(../images/bg_menu_hover.png) repeat-x;
	color: #fff;
}

.main-menu li.devider{
	width: 1px;
	height: 55px;
	float: left;
	list-style-type: none;
}

.team-wrapper{
	width: 94px;
	height: 114px;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	pointer-events: all;
}

.team-wrapper img{
	-webkit-filter: drop-shadow(0px 0 7px rgba(0, 0, 0, 0.5));
	-moz-filter: 	drop-shadow(0px 0 7px rgba(0, 0, 0, 0.5));
	-o-filter: 		drop-shadow(0px 0 7px rgba(0, 0, 0, 0.5));
    filter:         drop-shadow(0px 0 7px rgba(0, 0, 0, 0.5));
}

.team-name-wrapper{
	width: 257px;
	height: auto;
	min-height: 25px;
	/*overflow: hidden;*/
	float: left;
	margin-left: 21px;
}

.team-name{
	width: 100%;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff;
	text-indent: 2px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: -13px;
	margin-left: -3px;
	font-weight: 700;
}

.team-class{
	width: 100%;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-weight: 700;
}

.team-license-wrapper{
	width: 94px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-right: 8px;
	cursor: pointer;
}

.team-license-wrapper-left{
	width: 60px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.team-license-wrapper-right{
	width: 32px;
	height: 21px;
	float: left;
}

.team-license-grass-right{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin-top: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.team-settings-league,
.team-settings-trophy,
.team-settings-int,
.team-settings-fs,
.team-settings-nat,
.team-settings-ama{
	width: 41px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	/*margin-right: 8px;*/
	cursor:pointer;
}

.team-settings-league-left,
.team-settings-trophy-left,
.team-settings-int-left,
.team-settings-fs-left,
.team-settings-nat-left,
.team-settings-ama-left{
	text-align:center;
	width: 41px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.team-settings-league-right,
.team-settings-trophy-right,
.team-settings-int-right,
.team-settings-fs-right,
.team-settings-nat-right,
.team-settings-ama-right{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin-top: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.green-gradient{
	background: #00ff48;
	background: -moz-linear-gradient(top, #00ff48 0%, #008425 100%);
	background: -webkit-linear-gradient(top, #00ff48 0%,#008425 100%);
	background: linear-gradient(to bottom, #00ff48 0%,#008425 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff48', endColorstr='#008425',GradientType=0 );
}

.yellow-gradient{
	background: #ffe400;
	background: -moz-linear-gradient(top, #ffe400 0%, #b19600 100%);
	background: -webkit-linear-gradient(top, #ffe400 0%,#b19600 100%);
	background: linear-gradient(to bottom, #ffe400 0%,#b19600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe400', endColorstr='#b19600',GradientType=0 );
}

.red-gradient{
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #8e0000 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#8e0000 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#8e0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8e0000',GradientType=0 );
}

/*
.team-settings-league {width: 42px !important;}

.team-settings-trophy			{width: 42px !important;}
.team-settings-trophy-left		{width: 36px !important;}

.team-settings-int				{width: 42px !important;}
.team-settings-int-left			{width: 36px !important;}

.team-settings-fs				{width: 42px !important;}
.team-settings-fs-left			{width: 36px !important;}

.team-settings-nat				{width: 42px !important;}
.team-settings-nat-left			{width: 36px !important;}

.team-settings-ama				{width: 42px !important;}
.team-settings-ama-left			{width: 36px !important;}
*/
.team-settings{
	width: 100%;
	min-width: 272px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	pointer-events: all;
	margin-top:4px;
	padding: 2px;
	display:inline-block;
	margin-left: -16px;
}

.team-settings-item{
	height: auto;
	min-height: 10px;
	overflow: hidden;
	pointer-events: all;
	display:inline-block;
	background-color:#001126;
}

.team-license{
	width: 100%;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	margin-top: 2px;
	pointer-events: all;
}

.manager-wrapper{
	width: 245px;
	height: 103px;
	background: url(../images/bg_manager.png) no-repeat;
	float: left;
	margin-top: 2px;
	text-align:left;
	margin-left: 8px;
	pointer-events: all;
}

.manager-img{
	width: 76px;
	height: 85px;
	float: left;
	margin-left: 7px;
	margin-top: 7px;
}

.ressources-wrapper{
	width: 145px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	float: left;
	margin-left: 12px;
	margin-top: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.ressources-one,
.ressources-two,
.ressources-three,
.ressources-four{
	width: 145px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
}

.ressources-two,
.ressources-three,
.ressources-four{
	margin-top: 4px;
}

.ressources-one-left{
	width: 20px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
    text-align: center;
}

.ressources-two-left{
	width: 20px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
    text-align: center;
}

.ressources-three-left{
	width: 20px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
    text-align: center;
}

.ressources-four-left{
	width: 20px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
    text-align: center;
}

.ressources-one-left img,
.ressources-two-left img,
.ressources-three-left img,
.ressources-four-left img{
	-webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
	-moz-filter: 	drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
	-o-filter: 		drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
    filter:         drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
}

.ressources-one-left img{
	position: relative;
	top: 1px;
}

.ressources-two-left img{
	position: relative;
	top: 1px;
}

.ressources-three-left img{
	position: relative;
	top: 0;
}

.ressources-four-left img{
	position: relative;
	top: 0;
}

.ressources-one-right{
	width: 95px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	margin-top: -1px;
}

.ressources-two-right{
	width: 90px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	margin-top: -1px;
}

.ressources-three-right{
	width: 90px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	margin-top: -2px;
}

.ressources-four-right{
	width: 90px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	margin-top: -2px;
}

.chat-head-wrapper{
	width: 100%;
	height: 19px;
}

.chat-head-left{
	width: 300px;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	float: left;
	color: #797979;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 12px;
	margin-top: 1px;
	margin-right: 8px;
}

.chat-head-left a,
.chat-head-left a:link,
.chat-head-left a:visited{
	text-decoration: none;
}

.chat-head-left a:hover{
	text-decoration: underline;
}


.chat-head-right{
	width: 100px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	float: left;
	margin-left: 25px;
	margin-top: 1px;
}

.chat-main-wrapper{
	width: 425px;
	margin-left: 20px;
	margin-right: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 20px;
	margin-top: 1px;
}

.chat-main-wrapper a{color:#000;font-weight:bold;text-decoration:none;}
.chat-main-wrapper a:hover{color:#000;font-weight:bold;text-decoration:underline;}
.chat-main-wrapper a:visited{color:#000;font-weight:bold;text-decoration:none;}

.chat-footer-wrapper{
	width: 416px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	margin-left: 47px;
}

.chat-footer-left{
	width: 300px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	float: left;
}

.chat-footer-left input{
	background: transparent;
	border: 0 solid;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	color: #b0c1d6;
	padding: 7px 9px;
	width: 282px;
	outline: none !important;
}

::-webkit-input-placeholder{
    color:    #b0c1d6;
}
:-moz-placeholder {
   color:    #b0c1d6;
   opacity:  1;
}
::-moz-placeholder {
   color:    #b0c1d6;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #b0c1d6;
}

.chat-footer-right{
	width: 116px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	float: left;
}

.chat-footer-right a,
.chat-footer-right a:link,
.chat-footer-right a:visited{
	width: 100%;
	height: 20px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	text-align: center;
	background: #ffb400;
	background: -moz-linear-gradient(top, #ffb400 0%, #e66700 100%);
	background: -webkit-linear-gradient(top, #ffb400 0%,#e66700 100%);
	background: linear-gradient(to bottom, #ffb400 0%,#e66700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#e66700',GradientType=0 );
	text-decoration: none;
	text-transform: uppercase;
}

.chat-footer-right a:hover,
.chat-footer-right a:active{
	background: #e66700;
	background: -moz-linear-gradient(top, #e66700 0%, #ffb400 100%);
	background: -webkit-linear-gradient(top, #e66700 0%,#ffb400 100%);
	background: linear-gradient(to bottom, #e66700 0%,#ffb400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66700', endColorstr='#ffb400',GradientType=0 );
}

.credits-wrapper {
	width: 100%;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 20px;
}

.credits-wrapper ul {
	margin: 0;
	padding: 0;
}

.credits-wrapper li {
	display: inline-block;
	list-style-type: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
}

.credits-wrapper a, .credits-wrapper a:link, .credits-wrapper a:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

.credits-wrapper a:hover, .credits-wrapper a:active{
	text-decoration: underline;
}

.popupmenu{
	list-style:none outside;
	display:block;
	text-align:left;
	margin:0;
	padding:0 6px 0 6px;
	background-color: rgba(255, 255, 255, 0.95);
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 12px !important;
}

.popupmenu li{
	display:block;
	line-height:26px;
	height:26px;
	border-bottom:1px solid #d9d9d9;
	margin:0px;
}

.popupmenu li strong{
	text-transform: uppercase;
	color: #001126;
}

.strike{
	text-transform: uppercase;
}

.popupmenu a,
.popupmenu a:link,
.popupmenu a:visited{
	color:#4570a6;
	display:block;
	font-size:1rem; /* old 100%*/
	text-decoration:none;
	line-height:26px;
	height:26px;
	padding:0 0 0 6px;
	margin:0px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}

.popupmenu a:hover{
	color:#ffa316;
}

.popupmenu li:last-child{
	border-bottom: 0 solid !important;
}

.gui-sticky-container li a{
	color: #fff;
	text-decoration: none;
	float: right;
}

.gui-sticky-container{
	padding: 0;
	margin: 0;
	position: fixed;
	left: -159px;
	top: 58px;
	width: 200px;
	z-index: 20001;
}

.gui-sticky li{
	list-style-type: none;
	background-color: #333;
	color: #efefef;
	height: 43px;
	padding: 0;
	margin: 0 0 1px 0;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
}

.gui-sticky li img,
.gui-sticky li a{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.gui-sticky li:hover{
	margin-right: -115px;
}

.gui-sticky li:hover img,
.gui-sticky li:hover a{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.gui-sticky li img{
	float: right;
	margin: 5px;
}

.gui-sticky li p{
	padding: 0 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	line-height: 43px;
	font-size: 16px;
	font-weight: 600;
}

.notification-reminder{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #ce0000;
	border: 1px solid #800000;
	position: absolute;
	margin-left: 148px;
	margin-top: -7px;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	z-index: 1000;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.52);
	-moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.52);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.52);
}

.notification-reminder span{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 1px;
	font-weight: 600;
}

.gui-sticky li:hover .notification-reminder{
	margin-left: 263px;
}

.modal-layer{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20000;
	animation-name: ModalIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.modal-window{
	z-index: 20001;
	display: block;
	background: #fff;
	width: 500px;
	min-height: 100px;
	max-height: 500px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;

	animation-name: bounceIn;
	animation-duration: .75s;
	animation-fill-mode: both;
}

@keyframes ModalIn {
	0%{
		background: rgba(0, 0, 0, 0);
	}

	100%{
		background: rgba(0, 0, 0, 0.7);
	}
}


@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.modal-window table{
	color: #000;
}

.modal-window a{
	color: #000;
}

.forum-link {
	color: #7c773d;
	font-weight: bold;
	text-transform: uppercase;
}

.award-icon {
	margin:8px 0 0 34px;
}

.chat-selection{
	position: absolute;
	width: 146px;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	margin-left: -28px;
	margin-top: 2px;
}

.chat-selection ul{
	margin: 0;
	padding: 0;
}

.chat-selection li{
	list-style-type: none;
	background: #002a5d;
	border-top: 1px solid #134179;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	cursor: pointer;
}

.chat-select{
	cursor: pointer;
}

.chat-select-icon{
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 90px;
	transform: rotate(90deg);
	margin-top: -2px;
}

.click-redirect {
	cursor: pointer;
}

.btn-default {
    background-color: #fff;
}

.btn-default:hover {
    background-color: #e6e6e6;
}

.btn-blue {
    background-color: #337ab7;
}

.btn-blue:hover {
    background-color: #286090;
}

.btn-green {
    background-color: #1d9d74;
}

.btn-green:hover {
    background-color: #157254;
}

.btn-darkgreen {
    background-color: #2a7000;
}

.btn-darkgreen:hover {
    background-color: #1D421A;
}

.btn-yellow {
    background-color: #985f0d;
}

.btn-yellow:hover {
    background-color: #984305;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 2px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal-layer-pipo {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20000;
	background: rgba(0, 0, 0, 0.7);
}

.modal-window-pipo {
	z-index: 20001;
	display: block;
	/*max-height: 500px;*/
	margin-left: auto;
	position: relative;
	margin-right: auto;
	margin-top: 100px;
	width: 630px;
	min-height: 430px;
}

.modal-window-pipo-inner {
	background: #038300; /* Old browsers */
	background: -moz-linear-gradient(top, #32561d 0%, #184100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #32561d 0%,#184100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #32561d 0%,#184100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32561d', endColorstr='#184100',GradientType=0 ); /* IE6-9 */
	width: 630px;
	min-height: 430px;
	padding: 10px;
	border: 3px solid #ffbb00;
}

.pipo{
	width: 205px;
	height: 403px;
	position: absolute;
	margin-top: -90px;
	margin-left: -140px;
}

.pipoQB{
	width: 205px;
	height: 403px;
	position: absolute;
	margin-top: -520px;
	margin-left: -140px;
}

.modal-content{
	width: 490px;
	padding-left: 90px;
	color: #fff;
}

.modal-content h2{
	color: #00469d;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-content p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 22px;
}

.modal-button{
	width: 100%;
	height: 47px;
	display: block;
	position: absolute;
	margin-left: 270px;
}

.modal-button a{
	width: 137px;
	height: 47px;
	display: block;
	background: url(../images/btn_ok.png) no-repeat;
}

/*Scout*/
.scout-notification {
	font-size:1.6em;
	font-weight: 400;
	color:#FF9600;
}

.imgFlag{
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 0;
}