.tf_ga {
  
}

.tf_ga .tf_ga_continent {
  font-weight: bold;
  
  background-color: #99cc33;
  color: #fff;
  font-famiy: frutiger_regular_bold;
  
  padding: 5px 10px;
}

.tf_ga .tf_ga_loading_row {
  position: relative;
  padding: 0px !important; 
}

.tf_ga #tf_ga_loading {
  position: absolute;
  
  top: 50%;
  left: 10px;
  
  margin-top: -9px;
  
  height: 18px;
  line-height: 18px;
  
  padding-left: 25px;
  
  background-image: url('./../../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center left;
}

.tf_ga .tf_ga_type_row {
  
}

.tf_ga .tf_ga_type {  
  width: 25%; 
  text-align: center; 
  font-weight: bold;
  background-color: #e0e0e0;
  
  padding: 2px 10px;
  border-right: 1px solid #ccc;
}

.tf_ga .tf_ga_type a {
  display: block;
  
    
  font-size: 10px;
  
  color: #585;
}

.tf_ga .tf_ga_type:last-child {
  border-right: none;
}

.tf_ga .tf_ga_type.tf_ga_type_uifn {
  border-top-left-radius: 10px;
}

.tf_ga .tf_ga_country:hover td {
  background-color: rgba(153, 204, 51, 0.2);
}

.tf_ga .tf_ga_country td {
  width: 25%;
  
  padding: 3px 10px;
  border-top: 1px solid #f1f1f1;   
  border-bottom: 1px solid #f1f1f1;   
}

.tf_ga .tf_ga_country td:first-child {
  vertical-align: middle !important; 
}

.tf_ga .tf_ga_country td:first-child img {
  vertical-align: middle !important;
  
  margin: -1px 5px 0 0;
}

.tf_ga .tf_ga_country .tf_ga_country_column {
  text-align: center;
}

.tf_ga tr.tf_ga_country:nth-child(even) {
  background-color: #f9f9f9;

}

.tf_ga .tf_ga_country .tf_ga_country_column .fa-minus {
  color: #f0f0f0; 
}

.tf_ga .tf_ga_country .tf_ga_country_column .fa-check {
  color: #99cc33; 
}

#fixedtableheader0 {
  top: 60px !important;
}

#fixedtableheader0 .tf_ga_type_row td {  
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
}

#fixedtableheader0 .tf_ga_type_row .tf_ga_type_uifn {
  border-top-left-radius: 0px !important;
  border-left: 1px solid #ccc;
}

#fixedtableheader0 #tf_ga_loading {
  display: none !important;
}