.btn-primary {
	background: #232729;
	border-color: #232729;
}

.btn-primary:hover {
	background: #333739;
	border-color: #333739;
}

.btn-white {
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover {
	background: #cccccc;
	border-color: #cccccc;
}

.navbar-default, .navbar-collapse {
	background: #fff;
    border: none;
}

.badge {
	background-color: #7B92AD;
}

.badge.danger {
	background-color: #ff0000;
}



.navbar {
	border-radius: 0;
	height: 65px !important;
	margin-bottom: 0px;
	z-index: 5000;
}

.navbar-nav > li > a {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    height: 55px;
}

.navbar-brand {
	padding-top: 9px !important;
}

.navbar-header {
	height: 65px;
}


.contact-item {
	background: #fff;
	border-radius: 5px;
	padding: 3px;
}

.contact-item h2 {
	font-size: 20px;
    color: #232729;
    padding: 0 10px;
    margin: 5px 0;
    font-weight: bold;
}

.contact-item h3 {
	font-size: 16px;
    color: #3D4143;
    padding: 0 10px;
    margin: 10px 0px;
    font-weight: bold;
}

.contact-item-header {
	padding: 15px;
}

.contact-item-data {
	background: #E7EAF3;
	padding: 15px;
	float: none;
	display: inline-block;
	vertical-align: top;
	min-height: 66px;
}

.contact-item-data-label {
	color: #697F94;
	font-size: 12px;
}

.contact-item-data-value {
	color: #16314E;
	font-size: 14px;
}




.demand-card-overlay {
	display: none;
	background: -moz-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(162,166,168,0.6)), color-stop(100%, rgba(35,39,41,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2A6A8', endColorstr='#232729',GradientType=1 ); /* ie6-9 */
	position: absolute;
	border-radius: 5px;
	margin-left: -3px;
    text-align: center;
    vertical-align: middle;
    margin-top: -168px;
}

.demand-card-overlay-text {
	display: inline-block;
    text-align: left;
    margin-top: 50px;
    color:#fff;
    font-size: 22px;
    margin-left: 50%;
}

.demand-card:hover .demand-card-overlay {
	display: block;
}



.player-card:hover .player-card-overlay {
	display: block;
}

.player-card-overlay {
	display: none;
	background: -moz-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(162,166,168,0.6)), color-stop(100%, rgba(35,39,41,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(162,166,168,0.6) 0%, rgba(35,39,41,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2A6A8', endColorstr='#232729',GradientType=1 ); /* ie6-9 */
	position: absolute;
	border-radius: 5px;
	margin-left: -3px;
    text-align: center;
    vertical-align: middle;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin-top: 0 !important;
}
.player-card-overlay-text {
	display: inline-block;
    text-align: left;
    margin-top: 65px;
    color:#fff;
    font-size: 22px;
    margin-left: 50%;
}
button.sidebar-button img, button.sidebar-button h2{
	display: inline-block;
}

button.sidebar-button img {
	float: left;
    margin-top: 13px;
}

a.sidebar-button.collapsed img  {
    margin-top: 5px;
}

button.sidebar-button h2 {
	margin-top: 19px;
	padding-left: 6px;
}

a.sidebar-button img, a.sidebar-button h2{
	display: inline-block;
}

a.sidebar-button img {
	float: left;
}

a.sidebar-button h2 {
	margin-top: 19px;
	padding-left: 6px;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 300px;
        border-right: 1px solid #CCD0D8;
        height: 100%;
    }

    .navbar-collapse {
        margin-left: 300px;
        max-height: 100% !important;
    }
}


.player-image-focus-container {
	overflow: hidden;
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-bottom: -5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	vertical-align: top;
}

.player-details-focus-withimage .row:first-of-type {
	background: #fff;
	margin: 8px !important;
}


.player-image-container {
	overflow: hidden;
	display: inline-block;
	width: 160px;
	height: 160px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.player-details-withimage {
	overflow: hidden;
	display: inline-block;
	width: calc(100% - 160px);
	margin-bottom: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	margin-top: -154px !important;
	display: block;
	margin-left: 162px
}

.player-details-focus-withimage {
	overflow: hidden;
	display: inline-block;
	width: calc(100% - 160px);
	margin-bottom: -5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff;
}


.sidebar {
	z-index: 2;
	background: #333333;
	box-shadow: 5px 0 10px 0 #222222;
	height: 100%;
	position: fixed;
	width: 300px;
	left: 0;
	top: 0;
	padding-bottom: 100px !important;
	padding-top: 75px;
    overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar-button {
    border: none;
    background: none;
    margin-top: -6px;
    /* margin-left: -24px; */
}

.sidebar-button.collapsed {
    /* float: left;
    left: 257px; */
    border: none;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	/*padding-left: 300px;*/
	padding-top: 72px;
    overflow-x: hidden;
}

.navbar {
	margin-left: -300px !important;
}
body.no-sidebar {
	padding-left: 0px;
}

body.no-sidebar .navbar-header {
    border-right: none;
}

.nav-buttons {
	margin-top: 15px;
}

/* For the dashboard */
.container-fluid .container {
	margin-top: 20px;
}

.main {
	color: #fff;
}

.main .well {
	color: #000;
}

.dashboad-image {
	margin-top: 5px;
}

h3 {
	font-size: 14px;
	width: 100%;
	border-bottom: thin solid rgba(255,255,255,.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

@media (max-width: 797px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* .player-custom .well-dashboard{
	height: 165px;
} */

.well-dashboard {
	background-image: linear-gradient(-180deg, #3D4143 0%, #303436 100%);
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.50);
	border-radius: 10px;
	border: 0px;
	margin-bottom: 2px;
	padding: 5px 0px;
}

.well-dashboard:hover {
	/* background-image: linear-gradient(-180deg, #494D4F 0%, #303436 100%); */
	box-shadow: 1px 1px 5px 0px #FFFFFF4D;
	background: linear-gradient(180deg, #393D40 0%, #5C6469 100%);

}

.dashboard-link {
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
    padding: 10px;
}

.dashboard-link a {
    color: #ffffff;
    text-decoration: none;
}

.dashboard h2 {
	color: #ffffff;
	width: 100%;
	border-bottom: thin solid rgba(255,255,255,.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.dashboard-link .badge{
	background-image: linear-gradient(-180deg, #0A0E10 0%, #000103 100%);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.50);
	border-radius: 3px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    margin-right: -10px;
    margin-top: -10px;
}

.network-country .well {
	margin-bottom: 20px;
}

.nav-sidebar {
	margin-top: 20px;
}

.nav-sidebar.nav>li>a {
	color: #fff;
	background: none;
	border-radius: 5px;
}

.nav-sidebar.nav>li.active, .nav-sidebar.nav>li>a:hover {
	background-image: linear-gradient(+90deg, #A2A6A8 53%, #636769 100%);
	border-radius: 5px;

}

.nav-sidebar.nav>li.magico-event>a {
	background: #3D4143;
	margin-bottom: 2px;
	padding: 5px 20px;
}

.nav-sidebar.nav>li.user-event>a {
	background: #8098B2;
	margin-bottom: 2px;
	padding: 5px 20px;
}

.position-badges {
	margin: 0;
}

.primary-position-badge {
	background: #232729;
    padding: 1px 10px;
    margin-top: 10px;
    display: inline-block;
    color:#fff;
    border-radius: 11px;
    margin-left: 10px;
}

.secondary-position-badge {
	background: #00B6FF;
    padding: 1px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 11px;
    color:#fff;
}


.menu_title {
    color: #232729;
    font-weight: 200;
    margin: 0;
    padding-top: 15px;
    padding-left: 27px;
    padding-bottom: 17px;
    margin-left: 35px;
    float: left;
    border-left: 1px solid #CED2D5;
}

.sidebar label, .sidebar h4 {
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

.sidebar .text {
	color: #ffffff;
	padding-top: 20px;
}


.sidebar.search-form label {
	padding-top: 0px;
	text-transform: none;
	font-weight: 500;
    color: #ffffff;
}

.sidebar .form-group {
	margin-bottom: 5px;
}

/* -----------------------------------------------
	Sticky footer styles
-------------------------------------------------- */


.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  color: #FFF;
  background: #820007;
  padding-top: 10px;
  padding-left: 20px;
  z-index: 100;
  margin-top: 20px;
}

body.no-sidebar .footer {
	margin-left: 0px;
}

body {
	background: #232729;
}

/** Login Form **/

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 40px;
}

.form-signin label {
	color: #fff;
}

.form-signin .form-signin-heading {
	margin-bottom: 20px;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="submit"] {
	margin-bottom: 20px;
}

.form-signin a {
	color: #fff;
}



/** News Page **/

.news-headline {
	margin-bottom: 20px;
}

.news-headline h2 {
	color: #820007;
}

.featured-img {
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	background: #ffffff;
	padding: 10px;
}



/** Discussion Page **/

.media-heading.discussion {
	margin-top: 15px;
	margin-bottom: 15px;
}

/** Calendar **/
#calendar {
	height: 800px;
}
.fc {
	padding: 10px;
}

.fc .fc-toolbar h2 {
	color: #ffffff;
}

.fc .fc-view-container {
	background: #ffffff;
	border-radius: 10px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 7em !important;
}

.fc-widget-content,
.fc-widget-header,
.fc-unthemed thead,
.fc .fc-row,
.fc tr th {
	border: none !important;
	border-style: none !important;
}

.fc tr th {
	padding: 20px;
}

.fc-ltr .fc-basic-view .fc-day-number {
	color: #232729;
	font-size: 18px;
	padding: 5px;
}

.fc-state-default,
.fc button .fc-button {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.fc button .fc-icon {
	color: #ffffff;
}

.fc-day {
	border: thin solid #8098B2 !important;
}

.fc .fc-head .fc-row {
	border-bottom: thin solid #8098B2 !important;
}

/*** Contract Templates ***/
.template-link {
	width: 100%;
	display: block;
	padding: 20px;
	background: #ffffff;
	border-radius: 5px;
	color: #000000;
}

.template-link:hover {
	text-decoration: none;
}

.template-link .pdf-icon{
	padding-right: 10px;
}

.template-link .download-link{
    float: right;
    background: #3D4143;
    height: 100%;
    display: block;
    height: 68px;
    margin-top: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0px 5px 5px 0px;
}



/** Player Page **/

.player-profile {
	margin-top: 10px;
}

.player-profile .header-info{
	border-bottom: thin solid rgba(255,255,255,.2);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.player-photo img {
	border: 2px solid #7ED321;
}

.player-profile h3 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	border: none;

}

.player-profile h4 {
	font-size: 18px;
	color: #CCD8E4;
}

.player-profile .info-line .info {
	font-size: 14px;
	color: #00BBFF;
	padding-right: 20px;
}

.player-profile .info-line2{
	margin-top: 10px;
}

.player-profile .info-line2 .info {
	font-size: 14px;
	padding-right: 20px;

}

.player-profile .player-actions a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: right;
    padding-right: 60px;
    padding-top: 15px;
    color: white;
}

.player-profile .player-actions .email {
	background: url('../img/email-icon.png') no-repeat 100% 0;
}

.player-profile .player-actions .pdf {
	background: url('../img/pdf-icon.png') no-repeat 100% 0;
}

.player-profile .profile-buttons form {
	display: block !important;
}

.player-profile .profile-buttons .btn {
	display: block;
	width: 100%;
	background: #A4B3C2;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.player-profile .nav-tabs {
    padding: 0px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 5px;
    border: 4px solid #ffffff;
}

.player-profile .nav-tabs li {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;

}

.player-profile .nav-tabs li a {
    border: none;
    background: #A8BDD0;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
}

.player-profile .nav-tabs li.active a {
    border: none;
    color: #ffffff;
    background: #232729;
}

.player-profile .stats-table {
	background: #3D4143;
	margin: 0px auto 20px;
    width: 800px;
}

.player-profile .stats-table tr{

}

.player-profile .stats-table tr th, .player-profile .stats-table tr td{
    border-left: thin solid rgba(156, 172, 188, 0.5);
}

.player-profile .stats-table tr th:first-child, .player-profile .stats-table tr td:first-child{
	border: none;
}

.player-profile .stats-table tr th{
	text-align: center;
	color: #9CACBC;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.player-profile .stats-table tr td{
	text-align: center;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

.player-profile .stats-table tr td span{
	color: #48A4FF;
}

.table-striped {
	color: #000000;
	border: 4px solid #ffffff;
	border-radius: 10px;
	border-collapse: separate;
}

.table tr {
	background: #EAEAEA;
}

.table.table-striped th {
	color: #000000;
	font-weight: normal;
	border: none;
}

.table.table-striped th.title {
	font-weight: bold;
}

.table.table-striped td {
	color: #232729;
	border: none;
}



.demand-list .row {
    background: #ffffff;
    margin: 10px;
    border-radius: 5px;
    border: 3px solid white;
}


.demand-list .col-xs-4, .demand-list .col-xs-8 {
	margin: 0px;
	padding: 0px;
}

.demand-list .demand-card h4 {
	font-size: 22px;
    font-weight: bold;
	color: #232729;
	padding: 0 10px;
	margin: 5px 0;
}
.demand-list .demand-card h3 {
	font-size: 16px;
	color: #3D4143;
	padding: 0 10px;
}

.demand-list .demand-card .availability {
    font-size: 12px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
    background: #8098B2;
}

.demand-list .demand-card .proposed-none {
	font-size: 12px;
	color: #232729;
	border: 2px solid #232729;
	border-radius: 15px;
    padding: 3px 10px;
	display: inline-block;
}

.demand-list .demand-card .proposed-some {
    font-size: 12px;
    color: #FFFFFF;
    background: #232729;
    border: 2px solid #232729;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
}
.demand-list .demand-card .proposed-danger {
    font-size: 12px;
    color: #FFFFFF;
    background: #d9534f;
    border: 2px solid #a94442;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
}


.demand-list .avatar {
	border: 2px solid #7ED321;
}

.demand-list .row.index-stats{
    margin: 0px;
    background: #E6EAF0;
    border: none;
    border-radius: 0px;
    padding-bottom: 2px;
}

.demand-list .index-stats .stat{
	font-size: 14px;
	color: #161A1C;
	border-right: thin solid white;
	text-align: center;
	padding-top: 2px;
}

.demand-list .index-stats .stat span{
	display: block;
	font-size: 10px;
	color: #5B7188;
    padding-top: 2px;
}



.demand-list .position {
    color: #7ED321;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.demand-list .additional-details {
    color: #9DADBD;
}

.demand-list .additional-details h4 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
}

.demand-list .additional-details span {
	padding-right: 30px;
}

.demand-list div.view {
    background: #E7000A;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 97px;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}



.btn-dark {
	width:100%;
	background: #232729;
	border: 0;
	padding: 7px 16px;
	color: #fff;
	margin-bottom: 4px;
}

.btn-dark:hover {
	background: #303436;
	border: 0;
	color: #fff;
}

.btn-dark img {
    margin-top: -3px;
}

.player-list .row {
    background: #ffffff;
    margin: 10px;
    border-radius: 5px;
    border: 3px solid white;
}


.player-list .col-xs-4, .player-list .col-xs-8 {
	margin: 0px;
	padding: 0px;
}
.player-focus {
}

.player-focus h4, .player-focus h3 {
	font-weight: bold;
}

.player-card-big-values {
	color: #3D4143;
	font-weight: bold;
}

.player-card-big-labels {
	color: #9DAFC3;
}

.player-list .player-card h4 {
	font-size: 20px;
	color: #131719;
	padding: 0 10px;
	margin: 5px 0;
}
.player-list .player-card h3 {
	font-size: 16px;
	color: #172123;
	padding: 0 10px;
}

.player-list .player-card .availability {
    font-size: 12px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
    background: #8098B2;
    margin: 8px 10px;

}

.player-list .player-card .salary {
	font-size: 12px;
	color: #232729;
	border: 2px solid #232729;
	border-radius: 15px;
    padding: 3px 10px;
	display: inline-block;
    margin: 8px 10px;
}

.player-list .avatar {
	border: 2px solid #7ED321;
}

.player-list .row.index-stats{
    margin: 0px;
    background: #E6EAF0;
    border: none;
    border-radius: 0px;
    padding-bottom: 2px;
    margin-bottom: 0px;
    margin-top: 22px;
}

.player-list .index-stats .stat{
	font-size: 14px;
	color: #091315;
	border-right: thin solid white;
	text-align: center;
	padding-top: 2px;
}

.player-list .index-stats .stat span{
	display: block;
	font-size: 10px;
	color: #5B7188;
    padding-top: 2px;
}


.player-list .index-stats .focus-stat{
	font-size: 14px;
	color: #232729;
	border-right: thin solid white;
	text-align: center;
	padding-top: 2px;
	display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.player-list .index-stats .focus-stat span{
	display: block;
	font-size: 10px;
	color: #5B7188;
    padding-top: 2px;
}




.player-list .position {
    color: #7ED321;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.player-list .additional-details {
    color: #9DADBD;
}

.player-list .additional-details h4 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
}

.player-list .additional-details span {
	padding-right: 30px;
}

.player-list div.view {
    background: #E7000A;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 97px;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}


.player-details-avatar {
	border: 2px solid #E7000A;
}


.player-request h2 {
	font-size: 20px;
	width: 100%;
	border-bottom: thin solid rgba(255,255,255,.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}


.player-request .my-players {
	background: url('../img/issued-icon.png') no-repeat;
}

.player-request .my-requests {
	background: url('../img/requested.png') no-repeat;
}

.reset a{
    background: url('../img/reset-icon.png') no-repeat;
    color: #ffffff;
    padding-left: 28px;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
}

.table-club-demands {
	background: none;
	border: none;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.table-club-demands tr {
	background: none;
	border: none;
}


.table-club-demands>tbody>tr>th, .table-club-demands>tbody>tr>td {
	background: none;
	border: none;
	text-align: center;
	font-size: 16px;
}

.table-club-demands>tbody>tr>td {
	background: #ffffff;
	color: #7B92AD;
	padding: 20px;

}
.table-club-demands>tbody>tr>td:first-child {
    border-radius: 10px 0 0 10px;
	font-size: 18px;
	color: #000000;
}

.table-club-demands>tbody>tr>td:last-child {
    border-radius: 0 10px 10px 0 ;
    padding: 13px;
    text-align: right;
}

.small-avatar {
	max-width: 50px;
}


.network-country {
	text-align: center;
}

.network-country .network-country-name {
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
}

.register-form input[type=file], .register-form label{
	color: #ffffff;
}

/*** TO SORT ***/

.rep_type_checkboxes, .availability-container {
	display: none;
}


.search-admin {
  width:300px;
  float:right;
}

.news-search-button {
  float:right !important;
}

.date-picker-container {
  position: relative;
}

h3 .date, h4 .date {
	color: #ffffff;
}


.bootstrap-datetimepicker-widget {
	color: #000000;
}


.slider {
	margin-left: 20px;
}


.player-list-avatar {
	max-height: 70px;
}


.input-group-btn {
    width: auto;
}

.status-contract, .status-free {
	display: none;
}

.table-link, .table-link:hover {
	color: #ffffff;
}

.pitch-position {
	display: block;
	background: url(../img/3d-pitch/shirt-plain.png);
	text-transform: uppercase;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-position: 50%;
	position: relative;
}

.pitch-position span {
    background: #357914;
    width: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    border-radius: 10px;
    top: 44px;
}

.pitch-position:hover {
	background-image: url(../img/3d-pitch/shirt-blue.png);
}

.click-position-1 {
    top: -419px;
    left: 350px;
}

.click-position-2 {
    top: -410px;
    left: 235px;
}

.click-position-3 {
    top: -460px;
    left: 350px;
}

.click-position-4 {
    top: -510px;
    left: 470px;
}

.click-position-5 {
    top: -490px;
    left: 305px;
}

.click-position-6 {
    top: -506px;
    left: 387px;
}

.click-position-7 {
    top: -510px;
    left: 209px;
}

.click-position-8 {
    top: -560px;
    left: 504px;
}

.click-position-9 {
    top: -582px;
    left: 350px;
}

.click-position-10 {
    top: -552px;
    left: 350px;
}


@media (max-width: 1199px) {

	.click-position-1 {
	    top: -419px;
	    left: 284px;
	}

	.click-position-2 {
	    top: -410px;
	    left: 169px;
	}

	.click-position-3 {
	    top: -460px;
	    left: 284px;
	}

	.click-position-4 {
	    top: -510px;
	    left: 404px;
	}

	.click-position-5 {
	    top: -490px;
	    left: 239px;
	}

	.click-position-6 {
	    top: -506px;
	    left: 321px;
	}

	.click-position-7 {
	    top: -510px;
	    left: 143px;
	}

	.click-position-8 {
	    top: -560px;
	    left: 438px;
	}

	.click-position-9 {
	    top: -582px;
	    left: 284px;
	}

	.click-position-10 {
	    top: -552px;
	    left: 284px;
	}


}


@media (max-width: 992px) {

	.click-position-1 {
	    top: -419px;
	    left: 335px;
	}

	.click-position-2 {
	    top: -410px;
	    left: 220px;
	}

	.click-position-3 {
	    top: -460px;
	    left: 335px;
	}

	.click-position-4 {
	    top: -510px;
	    left: 455px;
	}

	.click-position-5 {
	    top: -490px;
	    left: 290px;
	}

	.click-position-6 {
	    top: -506px;
	    left: 362px;
	}

	.click-position-7 {
	    top: -510px;
	    left: 194px;
	}

	.click-position-8 {
	    top: -560px;
	    left: 489px;
	}

	.click-position-9 {
	    top: -582px;
	    left: 335px;
	}

	.click-position-10 {
	    top: -552px;
	    left: 335px;
	}

}

.del-search {
	float: right;
	margin-top: -26px;
}

#instat-analysis {
	border-radius: 10px;
}

.white-box {
	background: #ffffff;
	color: #000000;
	padding: 20px;
	margin-top: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.media-heading.discussion {
    color: #232729;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.discussion-text {
	color: #8098B2;
	font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.discussion-box hr {
	margin-top: 0px;
	margin-bottom: 25px;
}

.white-box h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.white-box .media {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.white-box .date {
	color: #48A4FF;
	padding-top: 5px;
	font-size: 14px;
}

.news-body {
	color: #8098B2;
	font-size: 16px;
}

.news-body p {
	padding-bottom: 10px;
}

.news-article h4 {
	color: #E7000A;
}

.player-list .row .player-image, .player-image {
	/* background-size: cover; */
    padding: 0 0 100%;
    width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.featured-img.player-image {
    border: 2px solid #7ED321;
}

.sidebar-image {
	width: 38px;
	display: inline-block;
	float: right;
	position: relative;
	top: -30px;
}

.pitch {
	height: 620px;
}

.show-mobile{
	display: none;
}

.show-pc{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.show-pc a.btn{
	background: white;
    color: #333;
}


@media (max-width: 767px) {
	.show-mobile{
		display: block;
	}
	.show-pc{
		display: none;
	}

	.player-profile .nav-tabs li a{
		min-height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
	}

	.player-list .row {
		margin: 0;
		zoom: .9;
	}

	.demand-list .row {
		margin: 0;
	}

	.player-card {
		margin: 10px !important;
	}

	.menu_title {
		font-size: 20px;
		margin-top: 24px !important;
    	padding-left: 10px !important;
	}


	.player-list .index-stats .focus-stat{
		height: 60px;
		width: 32%;
	}

}


.visible-u-500 {
	display: none;
}


/*  adjusting player cards because theres no way they can stay the same at this size */
@media (max-width: 350px) {
	.player-list .row {
		zoom: .8;
	}
}
@media (max-width: 500px) {

	.player-image-container {
	    width: 100px;
	    height: 100px;
		vertical-align: top;
		margin-bottom: 0;
	}
	.player-details-withimage {
	    width: calc(100% - 100px);
	}

	.player-details-focus-withimage {
	    width: calc(100%);
	}

	.player-image-focus-container {
		width: 100%;
		height: unset;
	}

	.no-padding-mobile {
		padding: 0;
	}
	.player-list {
		padding-left: 0;
		padding-right: 0;
	}

	.demand-list {
		padding-left: 0;
		padding-right: 0;
	}


	.hidden-u-500 {
		display: none;
	}
	.visible-u-500 {
		display: block;
	}


}

.index-stats .visible-u-500 {
	margin-bottom: 0px;
}

.player-focus .row.nopadding {
	margin: 0px !important;
}

@media (max-width: 630px) {
	.template-link {
		padding: 11px;
		margin-bottom: 10px;
	}

	.template-link .download-link {
		margin-top: -11px;
	}

	.template-link .pdf-icon {
	    margin-top: -10px;
	    margin-bottom: 10px;
	}

	.contract-template .text {
		max-width: 100px;
		display: inline-block;
	}

}


@media (max-width: 767px) {
	.demand-list .row {
		margin-bottom: 10px;
	}

	a.sidebar-button {
	    border: none;
	    background: none;
	    margin-top: 0px;
	    margin-left: -10px;
	}

}


.phoca-flag.flag-small {
	width: 100%;
	height: 20px;
}

.remember {
	color: #ffffff;
}

.sidebar-button, .sidebar-button:hover{
	background-color: transparent !important;
}

.sidebar-button.sidebar-slide {
	background: url(../img/sidebar-in.png);
	width: 43px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    /* margin-top: 14px; */
    margin-right: 5px;
}

.sidebar-out .sidebar-button.sidebar-slide, .no-sidebar .sidebar-button.sidebar-slide{
	background: url(../img/sidebar-out.png);
    background-repeat: no-repeat;
}

.stats-area {
	overflow: auto;
}

.instat-label {
	font-size: 12px;
    padding-top: 2px;
}

.instat-bar .progress {
	border-radius: 10px;
	background: rgba(255,255,255,0.2);
}
.instat-value {
	padding-right:5px;
}

.instat-bar .progress-bar {
	border-radius: 10px;
	background: #1BE0FF; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #1BE0FF , #4B85D7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #1BE0FF, #4B85D7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #1BE0FF, #4B85D7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #1BE0FF , #4B85D7); /* Standard syntax */
}

.logo {
	margin-top: 5px;
	max-height: 55px;
}


@media (max-width: 1280px) {
	.player-list .index-stats .stat {
		padding-left: 0px;
		padding-right: 0px;
	}

	.player-list .player-card h3 {
	    font-size: 14px;
	    padding-bottom: 2px;
	}

	.player-list .player-card h4 {
		font-size: 17px;
		padding-bottom: 3px;
	}

	.player-list .player-card .availability, .player-list .player-card .salary {
	    margin: 8px 5px;
	}
}


@media (max-width: 500px) {
	.player-list .row.index-stats {
		margin-top: 0px;
	}

	.player-details-withimage {
	    margin-bottom: 0px;
	    margin-top: -90px !important;
	    margin-left: 100px;
	}
}

.phoca-box.small-box {
	width: 40%;
	display: inline-block;
}

.phoca-box.small-box .phoca-flagbox {
	width: 100%;
}

.demand-club {
	color: #000;
}

.pdf_size a {
	font-size: 20px;
	font-weight: 600;
}


@media (max-width: 767px) {
	.navbar {
		margin:0 !important;
		max-width: 100vw;
	}

	.navbar-brand {
		padding-top: 0px !important;
		margin: 0px;
	}
	.navbar-collapse .logo {
		display: none;
	}
}


.full-width {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}



.d-flex {
	display: flex;
}

.mr-10 {
	margin-right: 10px;
}

.align-items-center {
	align-items: center;
}

.d-md-table-cell {
	display: table-cell;
}

.mt-30 {
	margin-top: 30px;
}

.left-width {
	width: 200px;
}

.header-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 76px;
	background: #9DB5C8;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 0 30px;
}

.header-profile span {
	font-family: "Source Sans Pro";
	font-size: 36px;
	font-weight: 700;
	line-height: 45.25px;
	text-align: left;
	color: #2A2A2A;
}

.btn-update-details {
	background: #088BCB;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 194px;
	height: 43px;
	text-decoration: none;
}

.btn-update-details-v2 {
	display: none;
}

.d-xs-show {
	display: none;
}

.table td svg{
	cursor: pointer;
}
.d-flex{
	display: flex;
	align-items: center;
}
.position-relative{
	position: relative;
}
.d-flex .transfermarket_value-size{
	font-size: 18px;
}

.image-transfermarket_value img{
	width: 80px;
    height: 50px;
    object-fit: cover;
}
.mobile-transfer-market-value{
	display: none;
}
.pc-transfer-market-value{
	display: flex;
}

.small-logo{
	width: 100px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.small-logo img{
	width: 50px;
}
.carousel .img-responsive{
	width: 100%;
}

.sidebar .sidebar-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
}

@media (max-width: 576px) {
	.player-custom .dashboard-link > a{
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.player-custom .dashboard-link .well-dashboard svg{
		height: 50px;
        width: 57px;
	}

	.player-custom .dashboard-link .well-dashboard{
		height: 150px;
		width: 150px;
		margin: 0;
	}
}

@media (max-width: 797px) {

	
	

	.mobile-transfer-market-value{
		display: block;
		position: absolute;
		right: 10px;
		top: -5px;
	}
	.mobile-transfer-market-value .nopadding {
		flex-direction: column;
		zoom: 0.7;
	}
	.mobile-transfer-market-value .transfermarket_value-size {
		white-space: nowrap;
	}
	.pc-transfer-market-value{
		display: none;
	}

	.custom-div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.d-none {
		display: none;
	}

	.d-xs-show {
		display: block;
	}

	.header-profile span {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}

	.btn-update-details {
		display: none;
	}

	.btn-update-details-v2 {
		display: block;
		width: 100%;
		height: 40px;
		background: #088BCB;
		color: #fff;
		border-radius: 5px;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}

	.full-width .player-profile{
		flex-grow: 1;
	}
}