/**
 * @version     CVS: 1.0.0
 * @package     com_strelci
 * @copyright   2022 holdysoftware
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      holdysoftware <office@holdysoftware.sk>
 */


.btn-group{  float: left; padding: 0px 20px 0px 0px}
.ordering-select{ float: right; padding-top: 10px }


.control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  position: relative;
}

.control-group .control-label {
  padding: .3rem 1rem .3rem 0;
  width: 240px;
}

.control-group .controls {  
  flex: 1;
  min-width: 210px;
  position: relative;
}

.form-control {
  background-color: #fff;
  border: 1px solid var(--template-bg-dark-20);
  border-radius: .25rem;
  max-width: 100%;
}


.hviezda {
  height: auto;
  width: 20px;  
  float: left;
  padding:2px;
}

#pretekList .th-blue{
    color: #fff;
    text-transform: none;    
    text-align: left;
    background: #00a0e3;
    font-weight: 100;
    font-size: 12px;
}

#pretekList .th-black{
    color: #fff;
    text-transform: none;    
    text-align: left;
    background: #000;
    font-weight: 100;
    font-size: 12px;
}

#pretekList .td-blue{
    color: #000;
    text-transform: none;    
    text-align: left;    
    font-weight: 100;
    font-size: 12px;
    text-align: left;
}

@media screen and (max-width: 760px) {
  #pretekList .td-blue{
    color: #000;
    text-transform: none;    
    text-align: left;    
    font-weight: 100;
    font-size: 8px;
    text-align: left;
}
#pretekList .th-black{
    color: #fff;
    text-transform: none;    
    text-align: left;
    background: #000;
    font-weight: 100;
    font-size: 8px;
}


}








.reddot {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.greendot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.blackdot {
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}


.krajina{
  height: auto;
  width: 45px; 
  padding:5px; 
}