.clear{clear:both}



.wrap h1{

	text-align:center;

	font-size:36px;

	color:#000;

}



.wrap input[type="submit"]{

  width: 25%;
  cursor: pointer;
  background: rgb(61, 157, 179);
  padding: 5px;
  font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
  color: #fff;
  font-size: 20px;
  border: 1px solid rgb(28, 108, 122);
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wrap input[type="button"].makeVisible{
	background: green;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    text-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
    width: 100%;
    font-size: 16px;
    padding: 0 5px;
    margin-top: 10px;
    border: 1px solid;
}


.wrap td {

color:#678197;

border-bottom:1px solid #e5eff8;

border-left:1px solid #e5eff8;

padding:.3em 1em;

text-align:center;

}


.wrap{

	width:1200px;
	background:white;
	margin:0px auto;
	box-shadow:1px 1px 5px #ccc;
	-moz-box-shadow:1px 1px 5px #ccc;
	-wekbit-box-shadow:1px 1px 5px #ccc;
	-o-box-shadow:1px 1px 5px #ccc;
	padding:20px;
}

.wrap .edit_player{
	cursor:pointer
}

.wrap .toggleBox{
	display:none;	
}
.banner_img{
	width:180px;
	height:180px;
	margin-left:2%;
	cursor: pointer;
}



.banner_img img{
	width:100%;
}


.wrap .logo{
	width:145px;
	margin:10px auto;
}



.wrap .logo img{
	width: 100%;

}



td.img_td{

	padding: 5px 0;

}



.wrap td.remove_banner,.add_banner{
	padding-left:0px;
	color:red;
	font-size:20px;
	cursor:pointer;
}



.wrap .add_banner{

	padding:5px 11px;
	border:1px dashed #888;
	width:15px;

	color:#888;

}





.wrap table{

	width:100%;

	text-align:center;

border-top:1px solid #e5eff8;

border-right:1px solid #e5eff8;

margin:1em auto;

border-collapse:collapse;

}



.wrap input[type='text'] {

	width:100%;

	padding:5px 10px;

	border-radius:5px;

	-moz-border-radius:5px;

	-o-border-radius:5px;

	-webkit-border-radius:5px;

	margin-bottom:5px;

}

.team-block{
	width:47%;
	margin-right:1%;
	display:inline-block;
}

.wrap #loader_cover{

	width: 100%;

	height: 100%;

	position: fixed;

	top: 0px;

	background: rgba(255, 255, 255, 0.68);

	z-index: 30000;

	display:none

}



.wrap #loader{
  width: 480px;
  height: 320px;
  background: url(../images/loading.gif);
  position: absolute;
  top: 25%;
  left: 20%;
  margin: -50px 0 0 -40px;

}





.wrap .close_delete{

	width:16px;

	height:16px;

	background:url(../images/close_delete.png) no-repeat;

}



.team_player_left{

	float:left;

	width:50%;

	margin-top:50px;

}



.team_player_right{
	float:left;
	width:47%;
	margin-left:2%;
	margin-top:50px;
}

.user-icon{
	width:32px;height:20px;
	background:url(../images/user.png) no-repeat;
	background-position: 50%;
	display: inline-block;
}

.knltb-icon{
	width:56px;height:20px;
	background:url(../images/knltb.png) no-repeat;
	margin-left:5px;
	background-position: 50%;
	display: inline-block;
}

#success {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 200px;
  min-height: 60px;
  padding: 20px;
  background: #04aeda;
  text-align: center;
  z-index: 500;
  font-size: 16px;
  border: 21px solid skyblue;
  color: white;
}

.maintaince{
	box-sizing: border-box;
	position: relative;
	left: 0;
	width: 100% !important;
	max-width: 100% !important;
	background: #f07d00;
	color: white;
	padding: 50px 0 ;
}
.maintaince-inner {
	padding-left: 250px;
	background: url(../images/warning-icon-png.png) no-repeat left center;
	min-height: 150px;
}
.maintaince-inner p {
	color: #fff;
	line-height: 30px;
}



.info-flash{
	display: none;
	position: fixed;
	z-index: 3000000;
	top: 120px;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, 0%);
	background-color: rgb(228 114 7 / 90%);
	background-image:  url(./images/info-icon.png);
	background-repeat: no-repeat;
	background-position: 17% 0;
	width: 64%;
	color: white;
	padding: 200px 10% 100px;
	border: 1px solid white;
}

.info-flash p{
	padding: 0;
	margin: 0;
}

.info-flash .image-content img{
	width: 100%;
}
.info-flash-title{
	position: absolute;
	top: 0;
	left: 0;
	background: #F08000;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
}
.info-flash-title span{
	font-weight: bold;
}
.info-flash-title span.info-arrows{
	font-weight: 500;
	font-size: 26px;
	line-height: 28px;
}

.info-flash-inner{
	margin: 0 auto;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 35px;
}
.info-flash-inner span{
	font-weight: bold;
}
.info-flash-inner span.orange-text{
	font-weight: 500;
}
.close-info{
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

@media all and (max-width:767px){
	.info-flash{
		width: 90%;
		top: 10%;
		padding: 30% 5% 40px;
		background-size: 22%;
	}

	.info-flash-inner {
		margin: 0 auto;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		padding-top: 28px;
	}
	.close-info {
		top: 15px;
		right: 15px;
	}
}

@media all and (max-width:600px){
	.info-flash-inner {
		font-size: 15px;
	}
}