
.over-black {
    color:#7aa93c;
}

.apps {
    width: 100%;
    border: none;
    min-height: 800px;
    height: fill-available; 
    height: -moz-available;
    height: -webkit-fill-available;
}

.logo-club-name-base {
    /*margin-left:10px;
    margin-top: 15px;
    float:left;*/
    margin-left:120px;
    margin-top: 13px;
    float:left;
}

.logo-club-name-base-xs {
    margin-left:10px;
    margin-top: 10px;
    float:left;
}

.logo-image {
    float: left;
}

.logo-club-name {
    font-size:1.5rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.logo-club-name-city {
    /*font-size:1rem;
    font-weight: 300;
    letter-spacing: -0.3px;*/
    font-size:1.5rem;
    font-weight: 300;
}

.logo-club-name-city-xs {
    font-size:1rem;
    font-weight: 300;
    letter-spacing: -0.3px;
}

@media only screen and (max-width: 990px){
    .content-logo .logo img {
        width: fit-content;
    }
}

@media only screen and (min-width: 561px) and (max-width: 762px) {
    .logo-club-name-base {
        margin-top:8px;
    }

    .content-logo .logo img {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 35%;
        margin-right: auto;
    }
}

@media only screen and (min-width: 391px) and (max-width: 560px){
    .logo-club-name-base {
        margin-top:8px;
    }

    .content-logo .logo img {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 30%;
        margin-right: auto;
    }
}

@media only screen and (max-width: 390px){
    .logo-club-name-base {
        margin-top:8px;
    }

    .content-logo .logo img {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25%;
        margin-right: auto;
    }
}



/******************
*
*   NEWS
*
*******************/

.news-entry.ng-enter 
  {
      -webkit-transition: 1s;
      transition: 1s;
      opacity:0;
  }
  .news-entry.ng-enter-active 
  {
      opacity:1;
  }


  .news-entry.ng-leave 
  {
      -webkit-transition: 1s;
      transition: 2s;
  }
  .news-entry.ng-leave-active 
  {
      opacity:0;
  }

/******************
*
*   SINGLE NEWS
*
*******************/
.back-img-single-news {
    background: transparent url(/img/cttv/bola-terra.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/******************
*
*   BUSY INDICATOR
*
*******************/

div.cg-busy.cg-busy-animation > div {
    top:40% !important;
    text-align: center;
}

/******************
*
*   GENERAL
*
*******************/

.ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-score-title h3 {
      text-align: left;
  }

/******************
*
*   SINGLE NEWS
*
*******************/
#single-news .bx-viewport{
    height: 450px !important;
}

.accordion {
    cursor: pointer;
}

.accordion.cttv-accordion-open {
    background: #7aa93c;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.accordion.cttv-accordion-open i {
    color: #fff;
}


/******************
*
*   TOURNAMENTS
*
*******************/
.fpt i.fa-fw {
    background: transparent;
}

.match-tbs .fpt i {
    font-size: 8px;
}

.tab-score td img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.tab-score td {
    font-size: 14px;
    height: 60px;
}

.tab-score .top-scrore-table td {
    font-size: 12px;
    height: 60px;
}

.levels-content {
    border-bottom: 1px solid #eee;
    padding-top: 2px;
    padding-bottom: 2px;
    float:left;
}
.levels-content a{
	padding: 5px 0px 5px 3px;
	float:left;
	line-height: 2em;
	background: #363d43;
    color: #fff;
    font-weight: 400;
    padding-left: 10px;
    width: 100%;
}

.levels-content a:hover{
	text-decoration: none;
    background: #21212170;
    color:#fff !important;
}

.levels-content .pressed{
    background: #7aa93c;
}


/*.tab-score td {
    font-size: 16px;
}*/

/******************
*
*   TABS
*
*******************/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border-bottom: 2px solid #7aa93c;
    border-left: none;
    border-right: none;
    border-top: none;
}

.nav-tabs > li > a:hover {
    /*border-bottom: 1px solid #7aa93c;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.academy a:hover, .tournaments a:hover {
    color: #7aa93c;
}


/******************
*
*   ANIMATIONS
*
*******************/

/*ITEMS DA ESCOLA PREÇOS*/
div.academy-item.ng-enter {
    opacity: 0;
    padding-left:30px;
    transition: all ease 100ms;
}

div.academy-item.ng-enter-stagger {
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;

    /*Se o stagger não funcionar*/
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

div.academy-item.ng-enter-active {
    opacity: 1.0;
    padding-left: 0px;
}

/******************
*
*   SLIDER HOME
*
*******************/
.slider .flex-viewport {
    max-height: 197px;
}


/******************
*
*   CONTACTS
*
*******************/
#info-company p i.fa-facebook {
    padding: 5px 8px 5px 8px;
}

a.facebook:hover {
    color: #7aa93c;
}

#info-company p i.fa-mobile {
    padding: 5px 4px 5px 8px;
}

#info-company .department {
    font-weight: 600;
}

#info-company .function {
    font-weight: 600;
    color: #555;
    margin-top: 20px;

}

#info-company .name {
    font-size: 1.3rem;
}

#info-company uib-tab-heading {
    font-size: 1.3rem;
    height: 50px;
    font-weight: 600;
}

#info-company a:hover{
    color: #555;
}

/******************
*
*   BOOSTRAP
*
*******************/
.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}

button.uib-right:before{
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f054"
}

button.uib-left:before{
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f053"
}


/******************
*
*   HOME MANSONARY
*
*******************/
.mans-grid {
   display: grid;
   grid-gap: 10px;
   grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
}