﻿.error, .povinny {
    color: red;
    display: inline;
}

.box h2 {
    font-size: 2.5em;
    text-align:left;
}
.box h2.hlavninadpis {
    font-size: 3em;
    text-align:center;
    margin-bottom: 40px;
}
.box h4 {
    font-weight:400;
    text-align:left;
}
.box h3 {
    text-align:left;
    margin: 20px;
}

table {
    width: 100%;
    margin: 0
}
table td {
    text-align:left;
    vertical-align:middle;
    width:auto;
    padding-bottom: 10px;
}

table.prihlaska td:nth-child(1){
    width: 25%!important;
    text-align: right;
    padding-right: 20px;
}
table.prehled td {
    padding: 7px 5px;
}
table.prehled .suda {
    background-color:#070B12;
}


.btn {
  color: #0a0e12;
  background-color: #ffce02;
  border-color: #ffce02;
  font-weight: bold;
}
.btn:focus,
.btn.focus {
  color: #0a0e12;
  background-color: #cea600;
  border-color: #685400;
}
.btn:hover {
  color: #0a0e12;
  background-color: #FFD835; /*#cea600;*/
  border-color: #FFD835;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #0a0e12;
  background-color: #FFD835;
  border-color: #aa8900;
}
.btn:active:hover,
.btn.active:hover,
.open > .dropdown-toggle.btn:hover,
.btn:active:focus,
.btn.active:focus,
.open > .dropdown-toggle.btn:focus,
.btn:active.focus,
.btn.active.focus,
.open > .dropdown-toggle.btn.focus {
  color: #0a0e12;
  background-color: #FFD835;
  border-color: #685400;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus {
  background-color: #ffce02;
  border-color: #e8bb00;
}
.btn .badge {
  color: #ffce02;
  background-color: #0a0e12;
}


input[type=text], select, textarea {
    line-height: inherit;
    height: 42px;
    color: white;
    background-color: #181C25;
    border-color: transparent;
    padding: 10px 10px;
    font-size: 15px;
    display: inline;
    width: 80%;
    background-image: none;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    font-family: inherit;
    font: inherit;

    text-rendering: auto;

    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;

    text-align: start;
    cursor: text;
}
input:before, input:after {
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    display: inline;
    margin: 0 20px 0 20px;
    color:red!important;
}
input:disabled {
    color: gray!important;
    border-color: gray!important;
}

#ctl00_ContentPlaceHolder1_DenNarozeni, #ctl00_ContentPlaceHolder1_MesicNarozeni {
    width: 3em!important;
}
#ctl00_ContentPlaceHolder1_RokNarozeni {
    width: 5em!important;
}
#ctl00_ContentPlaceHolder1_Voucher {
    width: 50%;
    margin-left: 20px;
}

/* skryti buttonu dalsi registrace*/
#ctl00_ContentPlaceHolder1_BtnDalsiReg {
    display: none;
}
