#impresionTable th {
  background-color: #e2e2e2;
  font-weight: bold;
}
#impresionTable {
  margin-top: 15px;
  text-transform: uppercase;
}
.right {
  text-align: right !important;
}
.red {
  color: #cc0033;
}
.green {
  color: #18B300;
}
.yellow {
  color: #FBF20B;
}
.blue {
  color: #1163A1;
}
.fa-bold,
.text-bold {
  font-weight: bold;
}
/* here you can put your own css to customize and override the theme */
.xbox {
  color: #89C310 !important;
}
.psn {
  color: #0077ee !important;
}
.origin {
  color: #DC363B !important;
}
a.xbox:hover {
  color: #B5EF3D !important;
}
a.psn:hover {
  color: #379BFF !important;
}
a.origin:hover {
  color: #A81E21 !important;
}
.label-important,
.label,
.label-lat {
  color: #fff;
}
.label-important {
  background-color: #cc0033;
}
.label-mid {
  background-color: #ccc;
}
.label-lat {
  background-color: #00f000;
}
.label-inverse {
  background-color: #000;
}
.label-ext {
  background-color: #1C31A0;
}
#kopa-footer h4,
#kopa-footer a,
#kopa-footer {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
#kopa-footer a {
  font-size: 13px;
}
form[novalidate] input {
  border-left-width: 6px !important;
  border-color: #3498db !important;
  border-style: solid !important;
}
input[required].ng-pristine,
select[required].ng-pristine,
textarea[required].ng-pristine {
  border-color: #e74c3c !important;
}
input.ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
  border-color: #e74c3c !important;
}
input.ng-valid.ng-dirty,
select.ng-valid.ng-dirty,
textarea.ng-valid.ng-dirty {
  border-color: #2ecc71 !important;
}
.ng-valid {
  border-color: #2ecc71 !important;
}
.ng-invalid {
  border-color: #e74c3c !important;
}
/* USER PROFILE PAGE */
.card {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(214, 224, 226, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-color: #ffffff;
}
.card.hovercard .card-background {
  height: 130px;
}
.card-background img {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  margin-left: -100px;
  margin-top: -200px;
  min-width: 130%;
}
.card.hovercard .useravatar {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
.card.hovercard .useravatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.1);
}
.card.hovercard .card-info {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.btn-pref .btn {
  -webkit-border-radius: 0 !important;
}
/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
body {
  background: #F1F3FA;
}
/* Profile container */
.profile {
  margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 40% !important;
  height: 40% !important;
  max-height: 80px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active {
  border-bottom: none;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
.comment {
  background-color: #f2f2f2 !important;
}
.blockUI {
  width: 100% !important;
  text-align: center !important;
}
.odd-row {
  background-color: #eee;
}
.row-calendar {
  padding: 10px 0;
}
.fixture-info {
  background-color: #DC363B;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}
.row-success {
  background-color: #dff0d8 !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.row-danger {
  background-color: #f2dede !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.row-warning {
  background-color: #f2dede !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.row-info {
  background-color: #d9edf7 !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#formation {
  position: relative;
}
.team-home-body,
.team-visit-body {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.team-home-body {
  /*background-color: #cc0033;*/
  /*opacity: 0.7;*/
  top: 0;
}
.team-visit-body {
  /*background-color: #ccc;*/
  /*opacity: 0.7;*/
  top: 50%;
}
.tlogo {
  position: absolute;
  left: 20%;
  top: 20%;
  /*margin-left:-50px;*/
  /*margin-top:-50px;*/
  width: 60%;
  height: 60%;
}
.defense,
.gk,
.midfield,
.strikers {
  width: 100%;
  height: 13%;
  position: relative;
  text-align: center;
}
.team1.defense {
  margin-top: 3%;
}
.team2.defense {
  margin-top: 8%;
}
.midfield {
  margin-top: 5.5%;
}
.team1.strikers {
  margin-top: 6%;
}
.team2.strikers {
  margin-top: 1%;
}
.team2.gk {
  margin-top: 5%;
}
.defense a,
.gk a,
.midfield a,
.strikers a {
  background: rgba(0, 0, 0, 0.4);
  color: #fff !important;
  font-size: 9px !important;
  display: inline-block;
}
.team1.midfield.midfield-line-4 {
  margin-top: 9.5%;
}
.team1.strikers.midfield-line-4 {
  margin-top: 8.5%;
}
.team2.gk.midfield-line-4 {
  margin-top: 10%;
}
.defense a:hover,
.gk a:hover,
.midfield a:hover,
.strikers a:hover {
  color: #DC363B !important;
}
.defense-team1.defense-4,
.defense-team2.defense-4,
.midfield-team1.midfield-4,
.midfield-team2.midfield-4,
.strikers-team1.strikers-4,
.strikers-team2.strikers-4 {
  width: 22%;
  height: 100%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  text-align: center;
  /*border:1px solid #fff;*/
}
.defense-team1.defense-3,
.defense-team2.defense-3,
.midfield-team1.midfield-3,
.midfield-team2.midfield-3,
.strikers-team1.strikers-3,
.strikers-team2.strikers-3 {
  width: 30%;
  height: 100%;
  margin-right: 1.65%;
  margin-left: 1.65%;
  float: left;
  text-align: center;
  /*border-1px solid #ccc;*/
}
.defense-team1.defense-2,
.defense-team2.defense-2,
.midfield-team1.midfield-2,
.midfield-team2.midfield-2,
.strikers-team1.strikers-2,
.strikers-team2.strikers-2 {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  /*border:1px solid #ccc;*/
}
.defense-team1.defense-1,
.defense-team2.defense-1,
.midfield-team1.midfield-1,
.midfield-team2.midfield-1,
.strikers-team1.strikers-1,
.strikers-team2.strikers-1,
.gk-team1,
.gk-team2 {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  /*border:1px solid #ccc;*/
}
.defense img,
.gk img,
.midfield img,
.strikers img {
  height: 100%;
  display: inline-block;
}
#form-pitch {
  margin: 0;
  width: 100%;
}

.pitch-container {
  position: relative;
}
.form-pitch {
  margin: 0 auto;
  position: relative;
}
.formation-body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.league-logo-big {
  height: 120px;
  width: 120px;
}
.league-logo-big.grow-img:hover{
  height: 130px;
  width: 130px;
}
.league-logo-small {
  height: 30px;
  width: 30px;
}
.league-logo-mid {
  height: 40px;
  width: 40px;
}
.team-logo-big {
  height: 100px;
  width: 100px;
}
.team-logo-giant {
  height: 120px;
  width: 120px;
}
.team-logo-small {
  height: 21px;
  width: 21px;
}
.img-24 {
  height: 24px;
  width: 24px;
}
.img-15 {
  height: 15px;
  width: 15px;
}
.img-avatar {
  height: 64px;
  width: 64px;
}

.row-th {
  background-color: #DC363B;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.row-tr {
  padding: 10px 0;
}
.shoutbox-message{
  padding-left: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    background: #fff;
}
.nav-stacked > li.active, .nav-stacked li.active a {
  background-color: #DC363B;
  color: #fff;
}
.ads-pushed {
  margin: 10px 0;
}
.tab-content {
  min-height: 150px;
}

.growl-item {
  z-index: 99999999999999999999 !important;
}

.animated.shake {
  color: #147229;
  font-weight: bold;
  border: 2px solid #1A7B16;
}

.tr-success {
  background-color: #dff0d8;
}

.tr-danger {
  background-color: #f2dede;
}

.comment-white {
  background-color: #fff !important;
}

.color-button:hover{
  color: #fff;
}

.team-header {
  background-image: url('../../backgrounds/team_header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain 100%;
  padding: 20px ;
}

.team-header-img {
  float: left;
}

.team-header-info {
  float: left;
  margin-left: 10px;
}

.team-header h4 {
  font-weight: bold;
}

.team-header h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
  text-align: right;
}

.badges h4 {
  margin: 0px;
}

@media (max-width: 767px){
  .team-header-img {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
  }

  .team-header-info{
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .badges {
    text-align: center;
    margin-top: 20px;
  }

  .team-header h5 {
    margin-top: 10px;
    text-align: left;
  }

}
