.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body{ 
  background: #000;
  background: url(../images/bg.jpg) center 0px no-repeat, #000;
  background-attachment: fixed;
  background-size: cover;
}

h2{
  font-size: 1.5rem;
  margin: 0;
  margin-top: 10px;
}

h3{
  font-size: 1.4rem;
}

h4{
  font-size: 1.3rem;
}

a::-moz-focus-inner, button::-moz-focus-inner,  {border: 0 !important;}
a:focus, button:focus, button::-moz-focus-inner {outline:none !important;}
button:focus{border: 0 !important;outline:none !important;}

a:hover{
  color: #000;
}

.error{
  color: #dd0021;
}

.error-inline{
  background: #FFF;
  padding: 1rem;
  border-left: 10px solid #dd0021;
}

#alert-non-neglish-characters{
  font-size: 0.9rem;
  color: #c4354a;
}

.pagination{
  margin-top: 4px;
  margin-bottom: 4px;
  clear: both;
}

.top-scorers{
  background: #FFF;
}

.team-players ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-players ul li{
  display: inline-block;
  background: #FFF;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  margin: 5px;
  padding: 0.25rem;
  font-size: 0.85rem;
}

.text-center{text-align: center !important;}
.hand-pointer{cursor: hand; cursor: pointer;}

.btn{
  text-decoration: none;
}

.btn-success.focus, .btn-success:focus{
  /*box-shadow: none !important;*/
  box-shadow: 0 0 4px #000;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus{
  box-shadow: none !important;
}

.alert-success {
  background: #c7e23c;
  border: 1px solid #afc63a;
  color: #434829;
}

.alert-danger {
  background: rgb(252,176,69);
  background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  background: rgb(197,0,31);
  background: -moz-linear-gradient(top, rgba(197,0,31,1) 0%, rgba(197,0,31,1) 65%, rgba(221,0,33,1) 99%);
  background: -webkit-linear-gradient(top, rgba(197,0,31,1) 0%,rgba(197,0,31,1) 65%,rgba(221,0,33,1) 99%);
  background: linear-gradient(to bottom, rgba(197,0,31,1) 0%,rgba(197,0,31,1) 65%,rgba(221,0,33,1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3e17', endColorstr='#dd0021',GradientType=0 );
  color: #FFF;
  border: none;
}

.alert-info {
  background: #dccb98;
  background: #e7e5dd;
  color: #503d06;
  border-color: #c2b48b;
  border-radius: 4px;
  font-size: 0.9rem;
}

.white-gradient{
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(241,241,241,0.8) 50%, rgba(225,225,225,0.8) 51%, rgba(246,246,246,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf6f6f6',GradientType=0 );
  background: none;
}

.body-overlay{
  background: url(../images/gridtile_3x3.png), rgba(0,0,0,.44);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.57+17,0.29+50,0.57+91,1+100 */
  background: url(../images/gridtile_3x3.png), -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.57) 17%, rgba(0,0,0,0.29) 50%, rgba(0,0,0,0.57) 91%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: url(../images/gridtile_3x3.png), -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.57) 17%,rgba(0,0,0,0.29) 50%,rgba(0,0,0,0.57) 91%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../images/gridtile_3x3.png), linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.57) 17%,rgba(0,0,0,0.29) 50%,rgba(0,0,0,0.57) 91%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  /*url(../images/gridtile_3x3.png), linear-gradient(to bottom, rgb(74, 5, 20) 0%,rgba(0,0,0,0.57) 17%,rgba(0,0,0,0.29) 50%,rgba(0,0,0,0.57) 91%,rgb(255, 0, 0) 100%)*/

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c0107+0,000000+100&1+0,0.57+17,0.29+50,0.57+91,1+100 */
  background: url(../images/gridtile_3x3.png),-moz-linear-gradient(-45deg, rgba(28,1,7,1) 0%, rgba(97, 68, 5, 0.16) 17%, rgba(14,1,4,0.29) 50%, rgba(3,0,1,0.57) 91%, rgba(0,0,0,1) 100%);
  background: url(../images/gridtile_3x3.png),-webkit-linear-gradient(-45deg, rgba(28,1,7,1) 0%,rgba(97, 68, 5, 0.16) 17%,rgba(14,1,4,0.29) 50%,rgba(3,0,1,0.57) 91%,rgba(0,0,0,1) 100%);
  background: url(../images/gridtile_3x3.png),linear-gradient(135deg, rgba(28,1,7,1) 0%,rgba(97, 68, 5, 0.16) 17%,rgba(14,1,4,0.29) 50%,rgba(3,0,1,0.57) 91%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0107', endColorstr='#000000',GradientType=1 );

  background: url(../images/gridtile_3x3.png),linear-gradient(135deg, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0.78) 17%,rgba(14,1,4,0.29) 50%,rgba(3,0,1,0.57) 91%,rgba(0,0,0,1) 100%);
  background: url(../images/gridtile_3x3.png),linear-gradient(135deg, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 17%,rgba(14,1,4,0.29) 50%,rgba(3,0,1,0.2) 91%,rgba(0,0,0,1) 100%);

  position: fixed;
  width: 100%;height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.btn-mobile{

}

.sport-tag{
  background: #4c75c5;
  background: #2f6de4;
  background: #648ddc;
  border: 1px dotted #FFF;
  padding: 3px 7px;
  color: #FFF;
  font-size: 12px;
  font-weight: 100;
}


.scorer-item{
  /*background: #7ac744;*/    
  /*padding: 10px;*/
  /*margin: 10px 0;*/
  color: #000;
  font-size: 16px;
  background: transparent;
  margin: 0;
  padding: 0;
}

.main-landing-container
{
  /*background: rgba(255,255,255,0.9);*/
  border-radius: 4px;
  padding: 0;
}

.very-small-btn{
  font-size: 0.6rem;
  padding: 5px !important;
}

.text-small{
  font-size: 13px;
}

.btn-success{
  background: #b6d517 !important;
  color: #222;
  /*border: 1px solid #a29f9f;*/
  border: none;
  transition: all 0.2s ease !important;
}

.btn-success:hover{
  background: #bcdc1a !important;
  color: #000 !important;
  /*border: 1px solid #222;*/
  border: none;
  transition: all 0.2s ease !important;
}
.btn-primary{
  background: #0080bc !important;
  border-color: #0080bc !important;
}


#wrapper form{
  /*
  background: rgba(0,0,0,0.8);
  border: 1px solid #383838;
  */
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

#wrapper form label{
  font-size: 1rem;
}

.class-title{
  width: 288px;
}

.pdf-file{
  border-radius: 4px;
  margin: 10px 0px;
  padding: 0.56rem 0.8rem;
  display: table;
  color: #000;
  background: #b6d517;
  background: #FFF;
  border: 1px solid #777777;
  border: 1px solid #c2c2c2;
  color: #222;
  transition: all 0.5s ease !important;
  font-size: .9rem;
}

.pdf-file:hover{
  text-decoration: none;
  background: #e6e7e1;
  transition: all 0.5s ease !important;
}

.academy-logo-image img{
  border-radius: 4px;
}

.academy-logo-image-absolute{
  position: absolute;
  z-index: 9999;
  margin-top: 64px;
  border-radius: 4px;
  overflow: hidden;
  right: 25px;    
}

.hide-on-desktop{
  display: none;
}

.fix-nav-button-mobile{
  white-space: initial;
}

.green-color{ color: #7dbf24 !important; }
.listing-details-header li, .green-background{ 
  color: #000;
  background: #FFF;
}

.listing-details-header li{
  font-size: 0.9rem;
}

.listing-numeric{
  width: 77px;
}

.listing-ranking-team{
  width: 80%;
}

.rankings-team-name{
  width:  200px;
}

.ranking-points-mobile{
  background: #036195;
  text-align: center;
  padding: 5px;
  content: #FFF;
  color: #FFF;
}

.ranking-details-mobile{
  padding: 10px !important;
  color: #666;
}

a{
  /*color: #0056b3;*/
  color: #222;
}

.fixed-top{
  /*border-top: 2px solid #FFF;*/
  /*border-bottom: 2px solid #FFF;*/
  /*border-radius: 0px 50px 0px 0px;*/
}

.title-grad{
  /*
  background-color: #ffc857;
  background-image: linear-gradient(316deg, #ffc857 0%, #3e2f5b 74%);
  */
}

.gold-bg{
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.gradient-bg{
  background-image: url(../images/gridtile_3x3.png), linear-gradient(to right,#3f00ff,#da1b60);
  background-image: url(../images/gridtile_3x3.png)-webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
  background-image: url(../images/gridtile_3x3.png), linear-gradient(to right,#ff8a00,#da1b60);
  position: relative;
}
.header-gradient{
  display: block !important;
  clear: both;
}

.btn{
  /*background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));*/
  /*background-image: linear-gradient(to right,#ff8a00,#da1b60);*/
  /*background: #0c7bff;*/
  white-space: normal;
  padding: 0.4rem 0.7rem;
}

.btn-small-text{
  font-size: 11px;
}

.sidebar-entry{
  list-style: none;
  padding: 0;margin: 0;
  background: #FFF;
  box-shadow: 0 0 5px #c0c0c0;
  padding: 10px;
  border-radius: 4px;

}

.navbar-brand img{
  width: 175px;
}

.bg-dark{
  background: #cec9c4;
}
.bg-dark {
  background-color: #2b2a28 !important;
}

#wrapper{
  /*background: rgba(255, 255, 255, 0.48);*/
  padding: 0 50px;
}
.wrapper-inner{
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  /*background: rgba(255, 255, 255, 0.75);*/
  background: rgba(255, 255, 255, 0.84);
  /*color: #FFF;*/
  /*background: url(../images/gridtile_3x3.png), #2b2a28d6;*/
  border: 1px solid #3f3f3f;

}

.header-section-old-app{
  padding: 0 50px;
  color: #FFF;
}
.banner img{
  width: 100%;
  border-radius: 4px;
}

.header-section{
  padding: 50px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
.header-section-inner{
  margin-top: 44px;
  padding: 50px;
  border-radius: 4px;
  background: url(../images/12.jpg) center center no-repeat;
  box-shadow: 0 0 30px #000;
  /*background-attachment: fixed;*/
  background-size: cover;
  position: relative;overflow: hidden;
  z-index: 1;

  border: 1px solid #383838;
}
.header-section-text
{
  position: relative;overflow: hidden;
  z-index: 4;
}
.overlay{
  background: url(../images/gridtile_3x3.png), rgba(0,0,0,0.3);
  position: absolute;
  padding: 500px;
  /*margin-top: -100px;margin-left: -100px;*/
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;    
}
.card-selection{
  background: #000;
  background: rgba(0,0,0,0.7);
  background: url(../images/gridtile_3x3.png), #191815d6;
  font-size: 4rem;
  border: 1px solid;
  border: 1px solid #998a56;
  border: 1px solid #b7b7b7;
  border: 1px solid #3c3c3c;
  padding: 4rem 2rem;
  border-radius: 4px;
}

.card-selection a i
{
  /*background: #FFF;*/
  padding: 10px;
  color: #FFF;
  border-radius: 50px;
  color: #7dbf24;
  text-shadow: none;
}

.card-select{ position: relative;overflow: hidden;  }

.card-select a{
  position: relative;overflow: hidden;
  /*color: #7dbf24;*/
  /*color: #249ae2;*/
  color: #FFF;

  transition: all 0.5s ease;
}
.card-select a:hover{
  text-decoration: none;
  color: #FFF;
  transition: all 0.5s ease;
}

.listing-details{
  text-shadow: none !important;
}

.listing-details-left{
  text-align: right;
  width: 145px;
  font-weight: normal;
  color: #0a0a0a;
  text-shadow: none;
  font-size: .8rem;
  font-weight: 400;
}

.listing-details-left:after{
  /*content: ': ';*/
}

.evaluation-title{
  background: #3f9503;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 1.5rem;
  display: table;
}
.evaluation-sub-title{
  background: #3f9503;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 1rem;
  display: table;
}


.evaluation-card-left{
  width: 245px;
}

.listing-fixed ul{
  display: table-row;
  border-spacing: 5px 5px;
  border-collapse: separate;
}
.listing-wrapper{
  list-style: none;
  margin: 0; padding: 0;
  background: rgba(0,0,0,0.7);
  padding: 10px;
  border-radius: 4px;

  background: rgba(0,0,0,0.7);
  border: 1px solid;
  color: #7dbf24;

}
.listing-fixed li{
  display: table-cell;
  padding: 0px 10px;
  padding: 3px 6px;
  vertical-align: middle;
  overflow: hidden;
  word-break: break-word;
  font-size: 13px;
}

.listing-fixed:not(.listing-header) li{
  background: #FFF;
  word-break: break-word;
}

.listing-details:not(.listing-header){
  display: table;
  table-layout: fixed;
  width: 100%;
  text-shadow: 0 0 #e8e8e8;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0px 2px;
  border-spacing: 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.9rem;
}

.listing-details .date{
  width: 96px;
}

.listing-details .action{
  width: 39px;
}

.student-image{
  display: inline-table;
  margin-top: 5px;
}
.student-image img{
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.student-image.big img{
  width: 200px;
}

.team-image-container{
  display: inline-table;
  margin-top: 5px;
}
.team-image{
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-image.big{
  width: 200px;
}
.team-image.small{
  width: 40px;
}
.team-image{
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-image.big img{
  width: 200px;
}
.team-image.small img{
  width: 40px;
}

.student-subscriptions-list{
  padding: 0; margin: 0;
  list-style: none;
  padding-left: 10px;
}
.student-subscriptions-list li{
  display: table;
  width: 100%;
  /*border-bottom: 1px solid */
  border-bottom: 1px solid #3c3c3c;
  color: #8e8c8c;
}
.student-subscriptions-list .class{
  display: table-cell;
  width: 30%;
}
.student-subscriptions-list .date-from-to{
  display: table-cell;
  width: 60%;
}

.member-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  border: 1px solid #c0c0c0;
  background: #021424;
  border-radius: 16px;
  color: #FFF;
  background: url(../images/member-card-bg.jpg) center -150px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  height: 298px;
}

.loyalty-logo{
  width: 150px;
  padding: 10px;
  background: #FFF;
  border-radius: 4px;
}

.loyalty-input-yellow{
  background: #f2b41b !important;  
  color: #000;
}

.select-member-card{
  background: #ff9129;
  padding: 0.75rem 1.50rem;
  font-size: 0.9rem;
  border-radius: 4px;
  border: none;
  margin-right: 10px;
  background: #3097d3;
  color: #FFF;

  color: #FFF;
  border: 1px solid #3188bb;
  box-shadow: 0 0 3px #9d9d9d;

  background: #ffffffc7;
  border: none;
  color: #42413d;
}

.select-member-card{
  display: block;
  margin-bottom: 10px;
  transition: all 0.4s !important;
}

.select-member-card:hover{
  text-decoration: none;
  color: #DDD;
  transition: all 0.4s !important;
  background: #2488c3;
}

.member-card-uuid,
.member-card-credit
{
  color: #373735;
  font-weight: 900;
}

.total-monthly-profit{
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: right;
}

.gdpr-form-buttons-wrapper{
  /*background: #DDD;*/
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin-top: 1rem;
}

.gdpr-form-buttons-wrapper .inner{
  /*background: #fff;*/
  /*padding: 1rem;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.account-external-links{
  background: #FFF;
  padding: .5rem 0.1rem;
}

.account-actions-wrapper{
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-actions{
  background: #FFF;
  padding: 0.25rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.academy-equipment-link{
  text-align: center;
  display: block;
  background: #1A1A1A;
  padding: 0.4rem;
  color: #FFF;
  border-radius: 4px;
}

.academy-equipment-link:hover{
  color: #DDD;
}

.academy-equipment-link img{
  width: 80%;
}

.account-balance{
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 5px;
  margin: 5px 0; 
  border-radius: 4px;
  border: 1px solid;
}
.account-balance li{
  display: inline-flex;
  margin-right: 16px;
  font-size: .9rem;
}

.account-items-row{
  display: flex;
  margin: 0 auto;
  width: 100%;
}

.account-items-row .item{
  display: inline-block;
  width: 19%;
  margin-right: 1%;
  font-size: 1rem;
}

.account-items-row .item img{
  width: 90px;
  margin-top: -20px;
}

.account-items-row .item-25{
  width: 25%;
}

.my-account-item{
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  text-shadow: none;
  transition: all 0.5s ease;
  height: 125px;
  padding-top: 23px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100&0.8+0,0.8+100;White+Gloss+%231 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(241,241,241,0.8) 50%, rgba(225,225,225,0.8) 51%, rgba(246,246,246,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf6f6f6',GradientType=0 ); /* IE6-9 */
  background: #FFF;
  color: #4a4a4a;
}


.my-account-item p{
  margin: 0;
  height: 43px;
  font-size: 0.9rem;
}

.my-account-item:hover{
  /*color: #FFF;*/
  color: #444;
  transition: all 0.5s ease;
}
.my-account-item i{
  font-size: 2rem;
  background: #FFF !important;
  color: #4a4a4a;
  border: 1px solid #bcbcbc;  
  padding: 10px;
  border-radius: 4px;
}

.ball{
  background: #FFF !important;
  color: #000 !important;
  padding: 2px;
  border-radius: 50px;
}

.reset-password-link{
  font-size: 0.8rem;
}

.rating-cluster{

}

.rating-cluster .fa{
  font-weight: 100;
}

.rating-cluster .off{
  color: #666;
  text-shadow: none;
}

.tournaments-public-list{
  list-style: none;
  padding: 0; margin: 0;
}

.tournaments-public-list a{
  text-decoration: none;
}

.tournaments-public-list li{
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  background: #FFF;
}

.tournament-phases,
.tournament-phases li,
.tournament-phases-nav,
.tournament-phases-nav li
{
  padding: 0; margin: 0; list-style: none;
}

.tournament-title, .tournament-title a{
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1rem;
  text-align: left;
}

.phase-title{
  display: table;  
  margin: 0 auto;
  margin: 10px auto;
  padding: 10px 30px;
  /*border-radius: 10%;*/
  /*box-shadow: 0 0 3px #5a5a5a;*/
  font-size: 1.4rem;
}

.tournaments-public-list a:hover
{
  text-decoration: none;
}

.tournaments-public-list .phases{
}
.tournaments-public-list .phases p{
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 5px;
  margin: 0;
  text-shadow: none;
  font-size: 0.7rem;
}

.tournament-phases-nav{
  display: inline-flex;
}
.tournament-phases-nav li{
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}

.tournament-phases-nav li a{
  color: #FFF;
  padding: 5px 10px;
  font-size: .8rem;
  background: #036195;
  color: #FFF;
}

.tournament-phases li{
  /*display: inline-flex;*/
  /*display: inline-block;*/
  text-shadow: none;
}


.tournament-phases li .wrapper{
  margin-bottom: 10px;
  padding: 5px;
  background: #FFF;
  display: inline-block;
}


.phase-matchday{
  /*Asumes green-background is aplied */
  text-shadow: none;
  color: #000;
  font-size: 0.9rem;
  padding: 0; margin: 0;
  display: table;
  border-radius: 4px;
  margin: 10px 0px;
  padding: 7px 14px;
  box-shadow: 0 0 10px #afafaf;
}
.listing-fixtures{
  /*background: #252525a3;*/
  margin-bottom: 10px;
}

.listing-fixtures ul{
  margin-bottom: 10px !important;
}

.listing-fixtures .score{
  /*background: #0056b3 !important;*/
  background: #036195 !important;
  text-align: center;
  width: 120px;
  padding: 5px;
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
}


.listing-fixtures .score-match-details{
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 60px;
}

.score-small
{
  background: #0056b3 !important;
  text-align: center;
  width: 65px;
  padding: 5px;
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  width: auto;
  padding: 0px 10px;
}

.mobile-score-wrapper{
  display: table-cell;
  vertical-align: middle;
}

.listing-fixtures .score-seperator{
  text-align: center;
  /*width: 100px;*/
  padding: 10px;
}

.listing-fixtures .team{
  text-align: center;
}

.matchday-wrapper{
  background: #FFF;
  box-shadow: 0 0 4px #bbb;
}

.fixture, .fixture li{
  padding: 0; margin: 0; list-style: none;
}
.fixture{
  display: block;
  width: 100%;
}
.fixture li{
  display: inline-flex;
  padding: 5px;
  /*background: #FFF;*/
  text-shadow: none;
}

.day-off{
  background-color: #ffa33f;
  padding: 2px 11px;
  color: #2a2a2a;
  border: 1px dashed #000;
  background: #ffb564;
  border: 1px dashed #656565;
  font-size: 0.75rem;
  border-radius: 3px;
  opacity: 0.7;
}

#evaluation-chart{
  align-content: center;
  display: flex;
  justify-content: center;
  width: 100%; 
  height: 300px;
}

.evaluation-charts-button{
  display: table; 
  margin: 0 auto;
}

.modal-header{
  padding: 0.25rem;
}

.modal-header h3{
  font-size: 1.2rem;
}

.modal-header .close{
  margin: 0;
}

footer{
  padding: 0 50px;
  color: #444;
  margin-bottom: 50px;
  font-size: 0.8rem; 
}

footer a{
  color: #000;
}

.footer-inner{
  background: rgba(255, 255, 255, 0.84);
  background: #ffffffd6;
  border-radius: 4px;
  padding: 2rem 0.2rem;
  color: #4a4431;
  /*background: none;*/
  /*background: #191815d6;*/
  /*border: 1px solid #3c3c3c;*/
  /*color: #FFF;*/
}

.footer-inner a{
  /*color: #FFF;*/
}

.footer-inner img{
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  width: 170px;
}

.footer-silktech-logo{
  width: auto !important;
  height: 70px;
}

.opap-logo{
  height: 70px;
}

.soccer_plus_collaboration{
  height: 240px;
}

.amway_promo{
  width: 352px;
}

.promo_image{
  width: 352px;
}

.opap-link{
  background: #FFF;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
}

.listing-fixed ul.top-scorers li.top-scorer-score{
  width: 25px;
}

.qr-image{
  width: 150px;
}

@media all and (max-width: 1000px)
{
  .listing-numeric{
    width: 100%;
  }

  .header-section, .header-section-old-app{
    padding-left: 0px;
    padding-right: 0px;
  }

  #wrapper, footer{
    padding: 0;
  }

  .student-subscriptions-list{
    font-size: 0.8rem;
  }
  .student-subscriptions-list .class, .student-subscriptions-list .date-from-to{
    display: block;
    width: 100%;
  }

  .listing-details-left{
    width: 110px;
    font-size: 0.8rem;
    /*background: none !important;*/
    /*color: #909090;*/
    text-align: center;
  }
  .listing-fixed ul{
    margin: 0;
  }

  .account-items-row{
    display: block;
  }
  .account-items-row .item{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1000px)
{
  .rankings-team-name{
    width: auto;
    padding: 10px 0px;
  }

  .btn-mobile{
    margin-bottom: 10px;
    padding: .375rem .75rem;
  }

  .hide-on-mobile{
    display: none !important;
  }

  .header-client-details{
    margin-top: 10px;
  }

  .header-client-details .inner{
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    padding: 20px;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .header-client-details-mobile{
    background: #ffffffd6;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .card-selection{
    margin-bottom: 20px;
  }
  .show-on-mobile{
    display: initial;
  }

  .listing-details-table-row li{
    display: block;
  }
  .listing-details-table-row {
    margin-bottom: 10px;
    border: none;
  }

  .listing-fixtures{}

  .listing-fixed ul{
    display: block;
    padding: 0;
    width: 100%;
    background-color: #FFF;
  }

  .listing-fixed li{
    border-bottom: none;
  }

  .listing-fixed ul.top-scorers{
    display: table-row;
  }

  .listing-fixed ul.top-scorers li{
    display: table-cell;
  }

  .listing-fixtures .score, .listing-fixtures .score-seperator, .listing-fixtures .team{
    display: inline-block;
  }
  .listing-fixtures .score{
    text-align: center;
    /*border-radius: 0px;*/
    padding: 5px; 5px;
    width: 50px;
  }
  .listing-fixtures .score, .listing-fixtures .score-seperator, .listing-fixtures .team{
    padding: 0;
  }

  .class-title{
    width: auto;
  }

}

@media all and (max-width: 1000px)
{
  .listing-fixtures .team{

    display: block;
    /*background: #565656 !important;*/
    /*width: 90%;*/
    margin: 10px auto;
  }

  .listing-fixtures .date, .listing-fixtures .action{
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }

  .mobile-score-wrapper{
    background: #c7c7c7;
    border-radius: 4px;
    display: table;
    width: 40%;
    margin: 0 auto;
  }
  .mobile-score-wrapper .score, .mobile-score-wrapper .score-seperator{
    display: table-cell;
    width: 19px;
  }

  .tournament-phases-nav{
    display: block;
  }

  .top-scorers li, .top-scorers li.team, .top-scorers div.mobile-score-wrapper{
    display: inline-block;
  }

  .member-card{
    padding: 1rem;
    /*height: auto;*/
    /*background-size: auto;*/
    /*background-position: center -185px;*/
    background-position: center center;
  }

  .member-card .entry{
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .select-member-card{
    /*display: inline-block;*/
  }
}

@media all and (max-width: 767px){

  .member-card{
    display: block;
    height: auto;
    background-size: cover;
    background-position: center center;
  }

  .member-card .entry{
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

}

@media all and (max-width: 570px)
{
  .opap-logo{
    height: auto;
    width: 100%;
  }
  
  .soccer_plus_collaboration{
    height: auto;
    width: 100%;
  }

  .amway_promo{
    height: auto;
    width: 100%;
  }

  .promo_image{
    height: auto;
    width: 100%;
  }

  .loyalty-logo{
    display: table;
    margin: 0 auto;
    width: 80%;
  }

  .member-card-uuid{
    /*display: table;*/
    /*margin: 0 auto;*/
    font-size: 0.7rem;
  }

}

@media all and (max-width: 460px)
{
  .listing-details-left{
    display: block !important;
    width: 100%;
  }

  .btn-mobile{
    /*width: 100%;*/
  }

  .reset-margin{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .listing-fixed:not(.listing-header) li{
    /*display: block;*/
    padding: 10px;
  }

  .text-center-sm{
    text-align: center;
  }
  .d-block-sm{
    display: block !important;
  }

  .mobile-score-wrapper{
    width: 90%;
  }

  .mobile-score-wrapper .score, .mobile-score-wrapper .score-seperator{
    padding: 0px !important;
  }

  .pagination .btn{
    font-size: 0.6rem;
    margin: 0;
  }

}

@media all and (max-width: 375px)
{
  .footer-inner img{
    width: 100%;
  }
}