﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    background-color: #ffffff;
}

.HIDE_FOREVER {
    width: 1px;
    height: 0px;
    opacity: 0.0;
    overflow: hidden;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.HIDE_ALL {
    display: none;
}

.FORCED_ICONS {
    width: 52px;
    max-width: 52px;
    opacity: 1.0;
    overflow-x: hidden;
    background-color: #31d2c9;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.MAINMENU_ON {
    font-size: 14px;
    font-weight: 600;
    background-color: #31d2c9;
}

.MAINMENU_OFF {
    font-size: 14px;
    font-weight: 600;
    background-color: #31d2c9;
}

@media only screen and (max-width : 1099px) {
    .HIDE_MOBILE {
        display: none
    }

    .MAINMENU_ON {
        width: 25px;
    }

    .MAINMENU_OFF {
        width: 25px;
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .TOPMENU_HIDE {
        width: 0px;
        height: 0px;
        opacity: 0.0;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .buttonsAlign {
        text-align: left;
    }

    .SHOWONDESKTOP {
        display: none;
    }

    .SHOWONMOBILE {
    }
}

@media only screen and (min-width : 1100px) {
    .HIDE_MOBILE {
        display: table-cell
    }

    .MAINMENU_ON {
        width: 175px
    }

    .MAINMENU_OFF {
        width: 175px
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        width: 100%;
        border-spacing: 0px;
    }

    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .dinamycButton {
        width: auto;
        display: inline;
        margin: 5px;
        padding: 5px;
        background-color: #3F678C;
    }

        .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;
}
