#vstup_formular
{
    position:relative;
    margin:0 auto;
    background-color:#ecf1f7;
    width:400px;
    padding:20px;
}

@media screen and (max-width: 1280px) {
    #vstup_formular
    {
        width:90%;
        padding:5%;
    }
}

.vstup_formular_logo
{
    text-align: center;
}

.vstup_zpravy_logo
{
    margin-left:0px !important;
}

#vstup_formular_nadpis
{
    border:0px;
    margin-bottom:10px;
}

.vstup_formular_polozka
{
    width:400px;
}

@media screen and (max-width: 1280px) {
    .vstup_formular_polozka
    {
        width:100%;
    }
}

.vstup_formular_polozka input
{
    width:100%;
    height:20px;
}

.vstup_formular_polozka_heslo
{
    margin-top:10px;
}

.vstup_formular_polozka_chyba
{
    font-weight: bold;
    color:#e80034;
    text-align: center;
}

.vstup_formular_polozka_stred
{
    margin-top:20px;
    text-align:center;
}

.vstup_formular_tlaciko
{
    background-color:#e80034;
    color:#ffffff;
    width:150px;
    height:35px;
    margin-top:20px;
    margin-left:125px;
    border:0px;
    border-radius:5px;
    font-size:17px;
}

.vstup_formular_tlaciko:hover
{
    cursor:pointer;
}

@media screen and (max-width: 1280px) {
    .vstup_formular_tlaciko
    {
        width:40%;
        height:35px;
        margin-top:20px;
        margin-left:30%;
        border:0px;
        border-radius:5px;
        font-size:17px;
    }
}

.vstup_zpravy_kolem_tlacitka
{
    width:100%;
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

.vstup_zpravy_tlacitko
{
    background-color:#e80034;
    color:#ffffff;
    border:0px;
    border-radius:5px;
    font-size:17px;
    padding:20px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none;
    text-align:center
}

.vstup_zpravy_koncove_tlacitko
{
    width:33%;
    margin-left:33%;
}

@media screen and (max-width: 1280px) {
    .vstup_zpravy_tlacitko
    {
        width:100%;
        margin-left:0%;
    }
    
    .vstup_zpravy_koncove_tlacitko
    {
        padding-left:0px;
        padding-right:0px;
    }
}

.stranka-rozmer-vstup
{
    width:1160px;
}

@media screen and (max-width: 1280px) {
    .stranka-rozmer-vstup
    {
        width:100% !important;
    }
    
    .obsah .stranka-rozmer-vstup
    {
        width:96% !important;
        margin-left:2%;
        margin-right:2%;
    }
    
    .mobil_nulove_odsazeni
    {
        margin:0 !important;
        padding:0 !important;
    }
}

.vstup_zpravy_pruh_cerveny
{
    text-align:right;
    width:1280px;
}

.vstup_zpravy_pruh_cerveny_prihlasen
{
    font-weight:normal;
}

@media screen and (max-width: 1280px) {
    .vstup_zpravy_pruh_cerveny
    {
        width:100%;
    }
}

.vstup_zpravy_zmena_hesla:hover
{
    color:#ffffff !important;
    text-decoration:none !important;
}

.vstup_zpravy_odhlasit
{
    margin-left:25px;
}

.vstup_zpravy_odhlasit:hover
{
    color:#ffffff !important;
    text-decoration:none !important;
}

#vstup_zpravy_nadpis
{
    border:0px;
    text-align:left;
    margin-top:50px;
}

.vstup_zpravy_clanek
{
    padding:15px;
    width:100%;
    margin-top:15px;
}

@media screen and (max-width: 1280px) {
    .vstup_zpravy_clanek
    {
        padding:0;
    }
}

.vstup_zpravy_top_clanek
{
    background-color:#ecf1f7;
}

.vstup_zpravy_clanek_nadpis
{
    color:#ea3757;
    font-size:20px;
    font-weight:bold;
}

.vstup_zpravy_clanek_datum
{
    font-size:13px;
    font-style: italic;
}

.vstup_zpravy_clanek_text
{
    font-size:17px;
    height:auto;
}

.vstup_zpravy_clanek_text img
{
    max-width: 100%;
    height:auto;
}

.vstup_zpravy_clanek_oddeleni
{
    width:100%;
    border-top:1px solid #ecf1f7;
}

.vstup_paticka_text
{
    width:100%;
    text-align:center;
}