﻿/* Styles for LoginCMSContent page */

#demoInfo {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #7AB51D;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 7px;
    color: black;
}

#main-menu-trigger, #user-menu-trigger {
    display: none;
}

#header-elements {
    margin-left: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    #header-elements {
        margin-left: 20px;
    }
}

#content {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    #header-description {
        display: block !important;
        width: 100px;
    }

    #header-elements {
        width: 100%;
    }
}

@media only screen and (max-width: 959px) {
    #header #topNav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20002;
        height: auto;
        text-align: center;
        background-color: rgba(16, 44, 76, 0.8);
    }

    #header #topNav #disableCookieInfo {
        display: block;
        width: 300px;
        margin: 10px auto;
        padding: 0.5em 0;
        text-decoration: none;
        color: #102c4c;
        background-color: #fff;
        border-radius: 5px;
    }
}

/* Skalowanie obrazków w CMS content aby nie rozjeżdżały layoutu */
.loginColumns img {
    max-width: 100%;
    height: auto;
}
