﻿.POP_MenuOff{
    display: none!important;
}

.POP_MenuOut {
    position: fixed;
    z-index: 1;
    opacity: 0.0;
    display: none;
    max-height: 20px;
    -webkit-animation: menuFadeOut 1.0s ease-out;
    -moz-animation: menuFadeOut 1.0s ease-out;
    -o-animation: menuFadeOut 1.0s ease-out;
    animation: menuFadeOut 1.0s ease-out;
}

    @-webkit-keyframes menuFadeOut {
        0% { display: block; opacity: 1; max-height: 600px }
        75% { display: block; opacity: 1; max-height: 165px }
        99% { display: block; opacity: 0; max-height: 20px }
        100% { display: none; opacity: 0; max-height: 20px }
    }

    @-moz-keyframes menuFadeOut {
        0% { display: block; opacity: 1; max-height: 600px }
        75% { display: block; opacity: 1; max-height: 165px }
        99% { display: block; opacity: 0; max-height: 20px }
        100% { display: none; opacity: 0; max-height: 20px }
    }

    @-o-keyframes menuFadeOut {
        0% { display: block; opacity: 1; max-height: 600px }
        75% { display: block; opacity: 1; max-height: 165px }
        99% { display: block; opacity: 0; max-height: 20px }
        100% { display: none; opacity: 0; max-height: 20px }
    }

    @keyframes menuFadeOut {
        0% { display: block; opacity: 1; max-height: 600px }
        75% { display: block; opacity: 1; max-height: 165px }
        99% { display: block; opacity: 0; max-height: 20px }
        100% { display: none; opacity: 0; max-height: 20px }
    }

.POP_ICO16Fix{
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
}

@media only screen and (max-width : 499px)
{
    .POP_MenuOn {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 9000;
        left: 5% !important;
        width: 90% !important;
        display: block;
        max-height: initial;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        background-color: #404156;
        border-style: solid;
        border-width: 1px;
        border: 1px solid #07070c;
        text-align: right;
        -webkit-animation: menuFadeIn 1.0s ease-out;
        -moz-animation: menuFadeIn 1.0s ease-out;
        -o-animation: menuFadeIn 1.0s ease-out;
        animation: menuFadeIn 1.0s ease-out;
    }

    .POP_MenuOut {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 9000;
        left: 5% !important;
        width: 90% !important;
        display: block;
        max-height: initial;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border: 1px solid #07070c;
        text-align: right;
    }

    .POP_MenuItem {
        height: 36px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        width: 100% !important;
        padding-top: 12px;
        padding-bottom: 12px;
        white-space: nowrap;
        opacity: 0.7;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        background-color: transparent;
        border-bottom-color: white;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

        .POP_MenuItem:hover {
            opacity: 1.0;
            background-color: #E0E0FF;
            color: #202020;
            border-bottom-color: silver;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

    .POP_MenuHeader {
        text-align: right;
        background-color: #404156;
        width: 100%;
        padding-top: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
    }

}
@media only screen and (min-width : 500px)
{
    .POP_MenuOn {
        position: absolute;
        z-index: 9000;
        display: block;
        max-height: initial;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        cursor: pointer;
        background-color: #404156;
        border: 1px solid #07070c;
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 2px 2px 2px #97adff;
        -webkit-animation: menuFadeIn 1.0s ease-out;
        -moz-animation: menuFadeIn 1.0s ease-out;
        -o-animation: menuFadeIn 1.0s ease-out;
        animation: menuFadeIn 1.0s ease-out;
    }

    .POP_MenuOut {
        position: absolute;
        z-index: 9000;
        display: block;
        max-height: initial;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        cursor: pointer;
        background-color: white;
        border: 1px solid #07070c;
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #585858;
    }

    .POP_MenuOn tr {
    }

    .POP_MenuItem {
        height: 26px;
        color: #ffffff;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        width: auto !important;
        white-space: nowrap;
        opacity: 0.7;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        background-color: transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

        .POP_MenuItem:hover {
            opacity: 1.0;
            background-color: #E0E0FF;
            color: #202020;
            border-bottom-color: silver;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

    .POP_MenuHeader {
        text-align: right;
        background-color: #404156;
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 20px;
        white-space: nowrap;
    }

}

.noTextSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}


    @-webkit-keyframes menuFadeIn {
        0% { display: none; opacity: 0; max-height: 20px }
        1% { display: block; opacity: 0; max-height: 20px }
        25% { display: block; opacity: 1; max-height: 165px }
        100% { display: block; opacity: 1; max-height: 600px }
    }

    @-moz-keyframes menuFadeIn {
        0% { display: none; opacity: 0; max-height: 20px }
        1% { display: block; opacity: 0; max-height: 20px }
        25% { display: block; opacity: 1; max-height: 165px }
        100% { display: block; opacity: 1; max-height: 600px }
    }

    @-o-keyframes menuFadeIn {
        0% { display: none; opacity: 0; max-height: 20px }
        1% { display: block; opacity: 0; max-height: 20px }
        25% { display: block; opacity: 1; max-height: 165px }
        100% { display: block; opacity: 1; max-height: 600px }
    }

    @keyframes menuFadeIn {
        0% { display: none; opacity: 0; max-height: 20px }
        1% { display: block; opacity: 0; max-height: 20px }
        25% { display: block; opacity: 1; max-height: 165px }
        100% { display: block; opacity: 1; max-height: 600px }
    }

