
/***************************************************
* Formulár
***************************************************/
form {
    margin-left: auto;
    margin-right: auto;
  }

form br {
    clear: both;
  }

fieldset {
    margin: 2px;
    padding: 2px;
    width: auto;
  }

/***************************************************
* Popisky formulára
***************************************************/
label {
    float: left;
    display: block;
    padding-right: 3px;
    padding-left: 10px;
    width: 60px;
  }

.disabled {
    color: gray;
  }

/***************************************************
* Inputy
***************************************************/
input {
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 2px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    font-size: 13px;
  }

input[type=text] {
    width: 130px;
  }

/* tlačítko aby bolo vycentrované pod popisom
* (centruje sa to k rodičovskému divu, respektive kontajneru
* s určenou šírkou)
*---------------------------------------*/
input[type=submit], input[type=button] {
    display: block;
    float: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

input[type=submit] {
    margin-top: 7px;
}

input#teamKlub{
    width: 410px;
}

input#teamMesto{
    width: 336px;
}

.boxButton {
    float: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

/*---------------------------------------
* Selekty
*---------------------------------------*/
select {
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 2px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    font-size: 13px;
  }

#selStat, #JselStat, #DselStat{
    width: 345px;
  }

/**************************************************
* FORMULÁR PRIHLÁŠKY
**************************************************/
div.edit {
    background : #EAEAEA;
    border: solid 2px #84AAD8;
    display : none;
    width: 450px;
    height : auto;
    position : absolute;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    z-index : 10;
  }

#prihlaskaTeam {
    width: 460px;
}

.titleBar {
    background-color : #84AAD8;
    color: white;
    height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0px;
  }

/* nadpis formulára */
.barText {
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    height: auto;
  }

/* zatvárací krížik (X) */
.barExit {
    float: right;
    border: 1px solid #d7e0ff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 20px;
    text-align: center;
    cursor: pointer;
  }

.editBody {
    border: 0px;
    margin-left: 10px;
    margin-right: 5px;
    padding: 5px;
    width: auto;
  }

/* div s formulárom, pri hláškach mu dám display none
----------------------------------------------------*/
#formular {
  }

.oznamenie {
    background-color : red;
    display : none;
    height : 100%;
    left : 0px;
    position : absolute;
    text-align : center;
    top : 0px;
    vertical-align : middle;
    width : 100%;
  }

.hrniec {
    display : none;
  }

.nadpis {
    font-weight : bold;
  }