.accordion-body.in { overflow:visible; }
.accordion-body.in:hover { overflow:visible; }

.playerIsOnPitch {
	background-color: #226b21;
}

.playerIsOnBench {
	background-color: #a38a0a;
}

#pitch {
	width: 450px;
	height: 680px;
	border: 1px solid black;
	background-color: green;
	position: relative;
	margin-bottom: 10px;
	
	background-image: url('../img/formation_pitch_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

@media (max-width:600px) {

	.einwechsler {
		max-width:350px;
	}

#pitch {
	width: 470px;
	transform: scale(0.70);
	height: 680px;
	background-color: rgb(175, 208, 162);
	box-shadow: inset 0px 0px 60px rgba(192, 224, 232, 0.6);
	position: relative;
	/* border-radius: 3px; */
	left: -65px;
	margin-top: -100px;
	margin-bottom: -110px;
	background-image: url(../img/formation_pitch_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
}

@media (max-width:400px) {

	.einwechsler {
		max-width:270px;
	}

#pitch {
	width: 470px;
	transform: scale(0.55);
	height: 680px;
	background-color: rgb(175, 208, 162);
	box-shadow: inset 0px 0px 60px rgba(192, 224, 232, 0.6);
	position: relative;
	border-radius: 3px;
	left: -85px;
	margin-top: -150px;
	margin-bottom: -160px;
	background-image: url(../img/formation_pitch_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
}

@media (max-width:350px) {

	.einwechsler {
		max-width:270px;
	}

#pitch {
	width: 470px;
	transform: scale(0.50);
	height: 680px;
	background-color: rgb(175, 208, 162);
	box-shadow: inset 0px 0px 60px rgba(192, 224, 232, 0.6);
	position: relative;
	border-radius: 0;
	left: -105px;
	margin-top: -170px;
	margin-bottom: -170px;
	background-image: url(../img/formation_pitch_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
}



.playersColumn {
	margin-left: 0px;
}

.pitchColumn {
	width: 470px;
}

@media (max-width: 979px) and (min-width: 768px) {
	.playersColumn {
		margin-left: 20px;
	}
}

#playersSelection .accordion-inner {
	 padding: 0;
}

.playerinfo {
	border-top: 1px solid #e5e5e5;
	padding: 0 4px;
	position: relative;
	cursor: default;
}

.playerBlocked {
	opacity: 0.5;
	background-color: #1a404e;
}

.playerinfoBar {
	height: 24px;
	font-size: 12px;
}

.playerinfoIcons {
	position: absolute;
	right: 5px;
	padding-top: 2px;
}

.playerBlockedLabel {
	color: red;
	font-weight: bold;
	opacity: 1;
}

.playerinfoStrengthRow {
	width: 100%;
}

.playerinfoStrengthRow:before, .playerinfoStrengthRow:after {
	display: table;
	line-height: 0;
	content: "";
}

.playerinfoStrengthRow:after {
	clear: both;
}

.playerinfoStrength >.bar {
	 	color: white;
	font-size: 12px;
	line-height: 14px;
    font-weight: bold; /* Destaca o título */
}

.playerinfoStrength {
	height: 14px;
	margin: 0;
}

.playerinfoStrengthLabelFull {
	display: block;
	float: left;
	width: 80px;
	font-size: 12px;
}
	
.mainposition {
	color: #e6e7dc;
    background: #187317;
    padding: 3px 3px;
}

.secondposition {
	color: #2f96b4;
}

.position {
	position: absolute;
	width: 90px;
	height: 60px;
}

.positionLabel {
	text-align: center;
	margin-top: 25px;
	font-size: 1em;
	font-weight: bold;
	cursor: default;
	color: white;
     
}

.positionPlayer {
    color: white;
	background-color: #16701e;
	border: 0px solid black;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60px;
	left: -1px;
	word-wrap: break-word;
	border-radius: 3px;
	cursor: default;
}


.position >.playerinfoStrength {
	position: absolute;
	top: -18px;
	width: 100%;
}

.positionPlayerRemove {
	position: absolute;
	top: -5px;
	right: 0;
}

.positionPlayerIcons {
	position: absolute;
	top: -5px;
	right: 0;
}

.position.T {
	bottom: 50px;
	left: 180px;
}

.position.LV, .position.IV.leftWing {
	bottom: 160px;
	left: 18px;
}

.position.LV.goalyRow, .position.RV.goalyRow {
	bottom: 50px;
}

.position.IV {
	bottom: 160px;
	left: 180px;
}

.position.IV.leftPos {
	left: 126px;
}

.position.IV.rightPos {
	left: 234px;
}

.position.RV, .position.IV.rightWing {
	bottom: 160px;
	left: 342px;
}

.position.DM {
	bottom: 270px;
	left: 180px;
}

.position.DM.leftPos {
	left: 126px;
}

.position.DM.rightPos {
	left: 234px;
}

.position.DM.leftOuterPos {
	left: 18px;
}

.position.DM.rightOuterPos {
	left: 342px;
}

.position.LM {
	bottom: 380px;
	left: 18px;
}

.position.ZM {
	bottom: 380px;
	left: 180px;
}

.position.ZM.leftPos {
	left: 126px;
}

.position.ZM.rightPos {
	left: 234px;
}

.position.RM {
	bottom: 380px;
	left: 342px;
}

.position.OM {
	bottom: 490px;
	left: 180px;
}

.position.OM.leftPos {
	left: 126px;
}

.position.OM.rightPos {
	left: 234px;
}

.position.OM.leftOuterPos {
	left: 18px;
}

.position.OM.rightOuterPos {
	left: 342px;
}

.position.LS {
	bottom: 600px;
	left: 18px;
}

.position.MS {
	bottom: 600px;
	left: 180px;
}

.position.MS.leftPos {
	left: 126px;
}

.position.MS.rightPos {
	left: 234px;
}

.position.RS {
	bottom: 600px;
	left: 342px;
}

.freePosition {
	background-color: black;
    border-radius: 50px 50px;
    opacity: 0.7;
}

.playerDropHover {
	background-color: #CCCCCC;
	opacity: 1.0;
}

.playerRemoveLink {
	display: none;
	background-color: red;
}

.formationPlayerPicture {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}

.formationPlayerPicture > img {
	max-width: 90px;
	max-height: 60px;
}

.positionStatePrimary.jersey {
	background-image: url('../img/kit_black.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.positionStateSecondary.jersey {
	background-image: url('../img/kit_blue.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.positionStateWrong.jersey {
	background-image: url('../img/kit_red.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.positionStateSecondary {
	color: blue;
}

.positionStateWrong {
	color: red;
    background-color: red;
}

.playerinfo.ui-draggable-dragging {
	background-color: #000000;
	border: 1px solid black;
	border-radius: 6px;
	opacity: 0.95;
	max-width: 160px;
	
	
}

.playerinfo.ui-draggable-dragging .playerinfoIcons,
.playerinfo.ui-draggable-dragging .playerinfoStrengthRow {
	display: none;
}

.benchPlaceholder {
	font-style: italic;
	text-transform: uppercase;
}

.benchPlayerRemove,
.benchPlayerSubAdd,
.benchPlayerSubInfo,
.benchPlayerSubInfoConditionTie,
.benchPlayerSubInfoConditionLeading,
.benchPlayerSubInfoConditionDeficit {
	display: none;	
}


.progress-info .bar, .progress .bar-info {
    background-color: #1b5482;
    }

/* MUDANCAS MAIS RECENTES DA PAGINA FORMATION  */

 .spieleraufstellung {margin-right: 0px; background-image: url(../img/silueta.png); background: linear-gradient(19deg, #407d97c4, #ecececd4);background-size: cover;background-position: center;border-radius: 50px;max-height: 63px;max-width: 63px;box-shadow: 1px 1px 6px #00000040;overflow: hidden;position: relative;/* left: -20px; */margin: 0px 20px 0px 10px;top: 30px;}

.spielerround {margin-right: 0px;  background-image: url(../img/silueta.png); background: linear-gradient(19deg, #407d97c4, #ecececd4);background-size: cover;background-position: center;border-radius: 50px;max-height: 43px;max-width: 63px;box-shadow: 1px 1px 6px #00000040;overflow: hidden;position: relative;margin: 0px 10px;/* left: -20px; */}


 .icon-bank {

 	border-radius: 50%;
 	width:30px
 }

 @media (min-width: 0px) AND (max-width: 600px) {

 .pitchColumn {
    width: 290px;
}
}

.flexbox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;margin-bottom: 3px;}


.flexplayer {

	background: repeating-linear-gradient(to right, rgba(236, 241, 247, 0.9), rgba(236, 241, 247, 0.3));
    flex-basis: 48%;
    margin-bottom: 14px;
    display: flex;
    /* margin-left: 0px; */
    padding: 7px;
    flex-wrap: wrap;
	justify-content: space-between;
	
}

.table-form {
	width: 100%;
	margin-bottom: 0px !important;
	background: none !important;
	padding: 2px;
	/* line-height: 18px; */
}

.jerseynumber-formation {
    background: #46819a;
    width: 20px;
    height: 20px;
    color: white;
    position: relative;
    left: 55px;
    top: 80px;
    margin-bottom: -20px;
    box-shadow: #00000061 2px 3px 6px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    font-size: 100%;
    vertical-align: middle;
    line-height: 20px;
    padding: 0px;
    border-radius: 50%;
    font-family: 'matics_b', 'Impact';
    font-weight: bold;
}

.jerseynumber-formation-feld {
    background: #46819a;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    position: relative;
    left: 58px;
    top: 30px;
    margin-bottom: -20px;
    box-shadow: #00000061 2px 3px 6px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    font-size: 90%;
    vertical-align: middle;
    line-height: 20px;
    padding: 0px;
    border-radius: 50%;
    font-family: 'matics_b', 'Impact';
    font-weight: bold;
}
 