﻿html {
    height: 100%;
}

body {
    min-height: 100%;
}

@media only screen and (max-width : 499px) {
    .HIDE_FOREVER {
        display: none;
    }

    .HIDE_MOBILE {
        display: none
    }

    .MAINMENU_ON {
        width: 100%
    }

    .MAINMENU_OFF {
        display: none
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        display: none
    }

    .PAGE_ON {
        width: 100%;
        border-spacing: 0px;
    }

    .PAGE_OFF {
        display: none
    }

    .buttonsAlign {
        text-align: center;
    }

    .SHOWONDESKTOP {
        display: none;
    }

    .SHOWONMOBILE {
    }
}

@media only screen and (min-width : 500px) {
    .HIDE_FOREVER {
        display: none;
    }

    .HIDE_MOBILE {
        display: table-cell
    }

    .MAINMENU_ON {
        width: 175px
    }

    .MAINMENU_OFF {
        width: 175px
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        width: 100%
    }

    .PAGE_ON {
        width: 100%;
        border-spacing: 0px;
    }

    .PAGE_OFF {
        width: 100%
    }

    .dinamycButton {
        width: auto;
        display: inline;
        margin: 5px;
        padding: 5px;
        background-color: #985758;
    }

        .dinamycButton:hover {
            width: auto;
            display: inline;
            margin: 5px;
            padding: 5px;
            background-color: #9cB89f;
        }

    .buttonsAlign {
        text-align: left;
    }

    .SHOWONDESKTOP {
    }

    .SHOWONMOBILE {
        display: none;
    }
}

.F_Transparent {
    display: none;
    position: fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.0); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.0;
}

.F_GrayGlass {
    position: fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.5); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1.0;
}

#iTopLeftBar {
    width: 100%;
}

#iTopRightBar {
    display: none;
}

@media only screen and (max-width : 1023px) {
    .oTopLeftBar {
        width: 100%;
    }

    .oTopRightBar {
        display: none;
    }
}

@media only screen and (min-width : 1024px) {
    .oTopLeftBar {
        width: 600px;
    }

    .oTopRightBar {
        background-color: #7fcacf;
    }
}

#TB_Title {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}