/*
--------------------------------------------------------------------------------
zakladni styly pro (myko)atlas
--------------------------------------------------------------------------------
*/
h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 6px;
}
.h1
{
    font-size: 24px;
    font-weight: bold;
}
h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.h3
{
    font-size: 20px;
    font-weight: bold;
}
h3.fieldset
{
    margin-top: 8px
}
.subtitle
{
    margin-top: 4px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
p
{
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
}
p.atlas-taxonomy, p.atlas-synonyms
{
    margin-top: 0px;
    margin-bottom: 0px;
}
cite
{
    font-style: italic;
    color: green;
}
span
{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
span.small
{
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
span.olive
{
    color: olive;
}
select, input, textarea
{
    font-size: 16px;
}
table
{
    width: 100%;
}
label
{
    padding-top: 6px;
}
.italic, .scientific
{
    font-style: italic;
}
#language select
{
    font-size: 16px;
    padding: 2px;
}
#switchlanguage
{
    width: 300px;
    height: 26px;
}
button.submit
{
    width: 200px;
}
button.mykoeditor
{
    width: 100px;
}
button.micrometer
{
    width: 50px;
}
#administration button.bottom4px
{
    margin-bottom: 4px;
}
p.actual-menu
{
    font-weight: bold;
}
p.non-implemented-menu
{
    color: grey;
}
div.item-menu
{
    background-color: cornsilk;
}

/*
-----------------------------------------------------------------------------------------------------------------------
obecne styly pro administraci
-----------------------------------------------------------------------------------------------------------------------
*/
#administration
{
    font-size: 16px;
    line-height: 20px;
}
#administration fieldset
{
    margin: 10px 0px;
    padding: 6px 12px;
}
#administration fieldset.bottom
{
    margin-bottom:10px;
}
#administration .errormessage
{
    color: red;
    margin-bottom: 2px;
}
#administration td.input
{
    padding-bottom: 4px;
}
.vertical-top-text
{
    vertical-align: top;
}
.vertical-middle-text
{
    vertical-align: middle;
}
.inputs-space /* mezera mezi inputy na jednom radku */
{
    margin-right: 4px;
}
textarea
{
    width: 100%;
    font-family: arial;
    height: 120px;
    resize: vertical;
    padding: 4px;
}
div.flex100
{
    width:100%;
    display:flex;
}
div.clear
{
    clear: both
}
div.mykoeditor-buttons
{
    padding-top: 0px;
    padding-bottom: 2px;
    text-align: right;
}
.width30
{
    width: 30%;
}
.width40
{
    width: 40%;
}
.width50
{
    width: 50%;
}
.width60
{
    width: 60%;
}
.width70
{
    width: 70%;
}
.width100
{
    width: 100%;
}
#administration div.top6px
{
    padding-top:6px;
}