﻿#TD_Botonera {
    background-image: url(images/LatPanel.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.MAINMENU_0 {
    font-size: 14px;
    font-weight: 600;
    background-color: #1e3148;
    display: none;
}

.MAINMENU_1 {
    font-size: 14px;
    font-weight: 600;
    background-color: #1e3148;
    width: 46px;
    max-width: 46px;
    overflow-x: hidden;
/*    border-top-right-radius: 6px;*/
    border-bottom-right-radius: 6px;
}

.MAINMENU_2 {
    font-size: 14px;
    font-weight: 600;
    background-color: #1e3148;
    width: 169px;
    max-width: 169px;
    overflow-x: hidden;
/*    border-top-right-radius: 6px;*/
border-bottom-right-radius: 6px;
}

.PAGE_ON {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

@media only screen and (max-width : 1099px) {
    .HIDE_FOREVER {
        display: none;
    }

    .HIDE_MOBILE {
        display: none
    }

    .TOPMENU_ON {
        display: none
    }

    .TOPMENU_OFF {
        display: none
    }

    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .buttonsAlign {
        text-align: center;
    }
}

@media only screen and (min-width : 1100px) {
    .HIDE_FOREVER {
        display: none;
    }

    .HIDE_MOBILE {
        display: table-cell
    }

    .TOPMENU_ON {
        display: none
    }

    .TOPMENU_OFF {
        display: none
    }

    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .dinamycButton {
        width: auto;
        display: inline;
        margin: 2px;
        padding: 2px;
        background-color: #676767;
    }

        .dinamycButton:hover {
            width: auto;
            display: inline;
            margin: 2px;
            padding: 2px;
            background-color: #9f9f9f;
        }

    .buttonsAlign {
        text-align: left;
    }
}

.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;
}

#ARR_LEFT {
    width: 50%;
    height: 24px;
    line-height: 10px;
    opacity: 0.3;
    background-image: url(graphics/arr_left.png?v=3);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default;
}

#ARR_RIGHT {
    width: 50%;
    height: 24px;
    line-height: 10px;
    opacity: 0.3;
    background-image: url(graphics/arr_right.png?v=3);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default;
}

.LeftMenuButton {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 7px center;
    text-align: left;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 45px;
    font-weight: 500;
    font-size: 14px;
    color: white;
    width: 170px;
    font-family: Roboto, sans-serif;
}

.LeftMenuButtonOff {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 7px center;
    text-align: left;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 45px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: lightgray;
    width: 170px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.LeftMenuButton:hover {
    background-color: rgba(255,255,255,0.4);
}

