
html{
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}


body{
    width: 800px;
    margin: 10px auto;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
  }

  .odsadenie{
    margin-left: 10px;
  }
 
  .col-10 {
    float: left;
    width: 10%;
    margin-top: 6px;
  }

  .col-10r {
    float: right;
    width: 10%;
    margin-top: 6px;
  }

  .col-20 {
    float: left;
    width: 20%;
    margin-top: 6px;
  }
  
  .col-60 {
    float: left;
    width: 60%;
    margin-top: 6px;
  }

  .col-70 {
    float: left;
    width: 70%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }

  .col-85 {
    float: left;
    width: 85%;
    margin-top: 6px;
  }
  
  .col-95 {
    float: left;
    width: 95%;
    margin-top: 6px;
  }
  
  .left{
      float: left;
  }

  .right{
    float: right;
  } 

  .pocitadlo {
    float: right;
    font-size: 14px;
  }
  
  .popis{
    font-size: 14px;
  }
  
.tip-box {
    background: #fff7d6;
    border: 1px solid #f0c040;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 40px 0 0 0;
    font-size: 0.95em;
    line-height: 1.5;
}
.tip-box strong {
    text-transform: uppercase;
    margin-right: 4px;
}

    .tip-box.warning {
        background-color: #ffe6e6;
        border-left: 5px solid #d9534f;
        padding: 10px;
    }

a {
    color: #0066cc;
    text-decoration: none;
} 

a:hover {
    color: #002e66;        /* tmavšia modrá */
    text-decoration: underline;
}


#sum_value_95, #total_sum_value, .sumar{
    margin: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .mena{
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
  }

  .nadpis_v_ramiku{
    background: #004a6c;
    color: #ffc426;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  #ochrana_osobnych_udajov{
    text-align: justify;
  }
/*
  a{
    text-decoration: none;
    color: #ffc426;
  }

  
  a:hover{
    color: #004a6c;
  }
*/
  .linka{
    cursor: pointer;
    color: #000;
  }

  .linka:hover{
    color: #ffc426;
  }

  dt{
    color: #ffc426;
  }

  dd{
    margin-left: 15px;
  }
  
  dt:hover{
    color: #004a6c;
  }

  dd:hover, dt:hover{
    cursor: pointer;
  }

  li{
    padding: 8px;
    font-size: 14px;
  }

form{
  margin-top: 30px;
}

.aktivita{
  color: #004a6c;
  font-weight: 700;
  font-style: italic;
}

.sekcia_nadpis{
  background: #004a6c;
  color: #ffc426;
  margin: -22px -21px 10px -20px;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  border-radius: 5px 5px 0 0;
}

.oramovanie{
  border: 1px solid #004a6c;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;
  font-size: 14px;
  }

  input[type=number], input[type=text],input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}


input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 22px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin: 50px 0;
  font-size: 15px;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background-color: #45a049;
}




/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.clear{
  clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

#show_hide_div { display: none; }

.cestne_vyhlasenie_checkbox{
            margin-left: 20px;
            margin-top: 30px;
          }

.spracovanie_osobnych_udajov_checkbox{
            margin-left: 20px;
            margin-top: 80px;
          }

.checkbox_popis{
  font-size: 12px;
  line-height: 15px;
  width: 570px;
  text-align: justify;
}

p{
  line-height: 20px;
}

h2{
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}


.float-left {
	float: left;
}

.float-right {
	float: right;
}


.group:before,
.group:after {
	content: " ";
	display: table;
}
.group:after {
	clear: both;
}

