/* -- start setup -- */
/*
font-family: 'Inter', sans-serif;
*/

* {
    font-family: 'Inter', sans-serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    color: #3D3D3D;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

.pointer {
    cursor:pointer;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.minH200 {min-height:   200px;}

.maxW600 {max-width:600px;}
.maxW1014 {max-width:1014px;}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #f2f2f2;
    background-image: url(../pcs/pcs_layout/top-eclipse.png);
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
    background-attachment: fixed;
    padding-top: 70px;
}

body .container {
    background-color: White;
    background-image: url(../pcs/pcs_layout/top-line.png);
    background-position: top center;
    background-repeat: repeat-x;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

body .containerBottom {
    height: 2px;
}

.conferenceBox {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 500px;
}

h1 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 41.6px */
}

h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

h3 {
    text-align: center;
    color: #3D3D3D;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

span.titleNum {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #1279D9;
    color: White;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    margin-right: 15px;
}

.formPartBox {
    margin: 40px auto;
    padding: 30px 15px;
    border: 1px solid rgba(153, 205, 255, 0.50);
}


@media (min-width: 720px) {
    .formPartBox {
        padding: 30px 20px;
    }
}

@media (min-width: 960px) {

    .formPartBox {
        padding: 30px 25px;
    }

}

@media (min-width: 1140px) {
    .formPartBox {
        max-width: 1016px;
        margin: 40px auto;
        padding: 30px 110px;
    }
}

.formular label {
    color: #3D3D3D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    margin-top: 10px;
}

.formular input,
.formular select,
.formular textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #99CDFF;
}

.formular textarea.textarea1Line {
    min-height:30px;
}

.formular textarea.textarea2Line {
    min-height:60px;
}

.formular textarea.textarea3Line {
    min-height:90px;
}

.formular textarea.textarea4Line {
    min-height:120px;
}

.formular input,
.formular select {
    /*padding-top:    25px;
    padding-bottom:  25px;*/
    /*min-height:    50px;*/
    font-size: 15px;
}

.formular textarea {
    min-height: 90px;
}


.table th {
    border: 1px solid #1279D9;
}


.table td {
    border: 1px solid #C2E1FF;
}

.table th {
    background-color: #1279D9;
    color: White;
}


.tableSmallText th,
.tableSmallText td, .tableSmallText th strong,
.tableSmallText td strong {
    font-size: 12px;
}

.tableSmallText th,
.tableSmallText td {
padding:7px;
}

.rekapitulaceTabulka {
    max-width: 880px;
    margin: 0 auto;
}

.tdW120 {
    width: 120px;
}

.tdW240 {
    width: 240px;
}


.note {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF3C9;
    padding: 24px;
    margin-bottom: 30px;
}

.link {
    color: #1279D9;
    text-decoration: underline;
}

.link:HOVER {
    color: #1279D9;
    text-decoration: none;
}


.submitButton {
    padding-right: 30px;
    margin: 0 auto;
    font-weight: 700;
    display: block;
    color: White;
    font-size: 16px;
    width: 186px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #1279D9;
    border-bottom: 3px solid #0663ba !important;
    background-image: url(../pcs/pcs_layout/button-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.submitButtonFinish {
    width: 260px;
}

.submitButton320 { width: 300px;  }

.submitButton:HOVER {
    background-color: #0663ba;
    color: White;
    text-decoration: none;
}

.radioBox {
    margin-top: 10px;
    padding: 15px 15px 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 130px;
    border: 1px solid #99CDFF;
}

.radioBoxNoBorder {     border: none;  }

.radioBoxTitle {
    font-weight: 600;
    font-size: 16px;
}

.custom-file-label {}

.custom-file-label::after {
    background-color: #e21035;
    border: none;
    color: White;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Vybrat soubor";
}




/* Vlastní stylizace pro radio buttony jako tlačítka */
.custom-radio-btn {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
}

.custom-radio-btn label {
    display: block;
    padding: 0 60px;
    font-size: 15px;
    line-height: 45px;
    color: #1279D9;
    background: rgba(153, 205, 255, 0.30);


    border: 1px solid #1279D9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-radio-btn input[type="radio"] {
    display: none;
}

.custom-radio-btn input[type="radio"]:checked+label {
    background-color: #1279D9;
    color: #fff;
    border-color: #1279D9;
}



/* Skryjeme původní radio button */
.custom-radio .custom-control-input {
    xxdisplay: none;
    opacity: 1 !important;
    /* Žádná průhlednost */
    border: none !important;
}

/* Přidáme stylizovaný label s obrázky pro radio button */
.custom-radio .custom-control-label {
    position: relative;
    padding-left: 36px;
    /* Šířka obrázku + mezera od levého okraje */
    cursor: pointer;
    line-height: 24px;
    /* Výška obrázku */
    opacity: 1 !important;
    border: none !important;
}

/* Přidáme stylizovaný obrázek pro nezaškrtnutý radio button */
.custom-radio .custom-control-label::before {
    content: url('../pcs/pcs_layout/nezasrtnuty.svg');
    /* Cesta k obrázku pro nezaškrtnutý stav */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    /* Velikost obrázku */
    height: 24px;
    opacity: 1 !important;
    border: none !important;
}

/* Přidáme stylizovaný obrázek pro zaškrtnutý radio button */
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    content: url('../pcs/pcs_layout/zasrtnuty.svg');
    /* Cesta k obrázku pro zaškrtnutý stav */


    background-color: transparent !important;
}

.shortTableInput {
    padding-left:10px!important;
    padding-right:10px!important;
    text-align:     center;
}

.maxW220 {
max-width:220px !important;
}


/* custom radio 2024 */
   /* Schováme původní radio button */


/* Schováme původní radio button */
.custom-radio input[type="radio"] {
  display: none;
}

/* Vytvoříme nový styl pro neaktivní stav */
.custom-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.custom-radio .custom-radio-btn {
  width: 20px;
  height: 20px;
  border: 2px solid #c9e5ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Vnitřní modrá kulička při zvolení */
.custom-radio .custom-radio-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1179da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Styl pro zvolený stav (aktivní) */
.custom-radio input[type="radio"]:checked + label .custom-radio-btn {
  border-color: #c9e5ff;
}

.custom-radio input[type="radio"]:checked + label .custom-radio-btn::after {
  opacity: 1;
}

/* Styl pro deaktivovaný (disabled) stav */
.custom-radio-disabled, .custom-radio-disabled-lekar, .custom-radio-disabled-sestra {
  pointer-events: none; /* Zakáže interakce (klikání) */
}

.custom-radio-disabled .custom-radio-btn, .custom-radio-disabled-lekar .custom-radio-btn, .custom-radio-disabled-sestra .custom-radio-btn {
  border-color: #bfbfbf; /* Světle šedý rámeček */
  background-color: White; /* Světle šedé pozadí */
}

.custom-radio-disabled label, .custom-radio-disabled-lekar label, .custom-radio-disabled-sestra label {
  cursor: not-allowed; /* Změní kurzor na zakázaný */
  color: #bfbfbf; /* Světle šedý text */
}

.custom-radio-disabled .custom-radio-btn::after, .custom-radio-disabled-lekar .custom-radio-btn::after, .custom-radio-disabled-sestra .custom-radio-btn::after {
  background-color: White; /* Šedá vnitřní kulička */
  opacity: 0.5; /* Poloviční průhlednost */
}





    .greyText,
.greyText * {
    color: #bfbfbf !important;
}

.smallText {font-size: 13px; margin-left:5px;}

.regBox {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px 15px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e0f0ff;
    border:1px solid #1279d9;
    min-height: 350px;
}

.regBoxTitle {
color: #127bd9;    
font-size: 18px;
line-height:    24px;
min-height:     75px;
display:block;
margin-bottom:  5px;
}

.regBoxCena {
color: #127bd9;    
font-size: 18px;
}