.noscript
{
    position:                                   fixed;
    bottom:                                     20px;
    left:                                       0;
    right:                                      0;
    margin:                                     auto;
    max-width:                                  250px;
    max-height:                                 50px;
    color:                                      #000000;
    text-align:                                 center;
    font-family:                                US-101, Tahoma;
}

#notification
{
    z-index:                                    999999998;
    display:                                    none;
    position:                                   fixed;
    top:                                        0;
    left:                                       0;
    right:                                      0;
    height:                                     55px;
    /*min-width:                                  150px;
    max-width:                                  250px;*/
    height:                                     auto;
    padding:                                    15px 0px 15px 0px;
    background-color:                           #ff7800;
    font-weight:                                300;
    font-size:                                  11pt;
    color:                                      #ffffff;
    /*border-radius:                              0;
    -moz-border-radius:                         0;
    -webkit-border-radius:                      0;*/
    cursor:                                     pointer;
    box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);
}
/*
#notification img
{
    float:                                      right;
    width:                                      9px;
    height:                                     9px;
}
*/
.notification
{
    padding-right:                              30px;
}

.notification_close
{
    float:                                      right;
    padding:                                    3px;
    cursor:                                     pointer;
}

.notification_close img
{
    width:                                      12px;
    height:                                     12px;
}

.notification_close img:hover
{
    filter:                                     invert(100%);
}

#tooltip
{
    display:                                    none;
}

.tooltip
{
    z-index:                                    999999998;
    position:                                   absolute;
    width:                                      auto;
    max-width:                                  250px;
    padding:                                    10px;
    background-color:                           #ffffff;
    font-size:                                  11.5pt;
    line-height:                                16pt;
    border:                                     0;
    box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);
}

.tooltip:after
{
    /*
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
        border-top: 0;
        margin-left: -8px;
        margin-top: -8px;
    */
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -8px;
    margin-bottom: -8px;

}

.tooltip a
{
    color:                                      #ff7800;
    text-decoration:                            none;
    border-bottom:                              1px #ff7800 dashed;
    cursor:                                     pointer;
}

.tooltip_overlay
{
    z-index:                                    999999998;
    position:                                   fixed;
    top:                                        0;
    bottom:                                     0;
    left:                                       0;
    right:                                      0;
    background-color:                           #000000;
    opacity:                                    0.5;
    cursor:                                     pointer;
}

#tutorial
{
    display:                                    none;
}

.tutorial
{
    z-index:                                    999999;
    position:                                   absolute;
    width:                                      auto;
    max-width:                                  250px;
    padding:                                    10px;
    background-color:                           #ffffff;
    font-size:                                  11.5pt;
    line-height:                                16pt;
    border:                                     0;
    box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);
}

.tutorial:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    margin-left: -8px;
    margin-top: -8px;
}

.tutorial a
{
    color:                                      #ff7800;
    text-decoration:                            none;
    border-bottom:                              1px #ff7800 dashed;
    cursor:                                     pointer;
}

.tutorial_text
{
    padding-right:                              25px;
}

.tutorial_button
{
    display:                                    block;
    width:                                      100%;
    margin-top:                                 10px;
    padding:                                    5px 0px 5px 0px;
    background-color:                           #ff7800;;
    font-family:                                US-101, Tahoma;
    font-size:                                  12pt;
    font-weight:                                400;
    color:                                      #ffffff;
    display:                                    flex;
    align-items:                                center;
    justify-content:                            center;
    text-align:                                 center;
    text-transform:                             uppercase;
    text-decoration:                            none;
    cursor:                                     pointer;
}

.tutorial_overlay
{
    z-index:                                    999999;
    position:                                   fixed;
    top:                                        0;
    bottom:                                     0;
    left:                                       0;
    right:                                      0;
    background-color:                           #000000;
    opacity:                                    0.5;
    cursor:                                     pointer;
}

.tutorial_close
{
    float:                                      right;
    padding:                                    3px;
    cursor:                                     pointer;
    filter:                                     invert(30%);
}

.tutorial_close img
{
    width:                                      13px;
    height:                                     13px;
}

#didyouknow
{
    display:                                    none;
}

.didyouknow
{
    z-index:                                    999999;
    position:                                   absolute;
    width:                                      auto;
    max-width:                                  250px;
    padding:                                    10px;
    background-color:                           #747474;
    font-size:                                  11.5pt;
    line-height:                                16pt;
    color:                                      #ffffff;
    border:                                     0;
    /*box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);*/
}
/*
.didyouknow:after,
.didyouknow:before
{
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.didyouknow:after
{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #747474;
    border-width: 8px;
    left: 10%;
    margin-left: -8px;
}

.didyouknow:before
{
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #747474;
    border-width: 8px;
    left: 10%;
    margin-left: -8px;
}
*/
.didyouknow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #747474;
    border-top: 0;
    margin-left: -8px;
    margin-top: -8px;
}

.didyouknow a
{
    color:                                      #ff7800;
    border-bottom:                              1px #ff7800 dashed;
    text-decoration:                            none;
    cursor:                                     pointer;
}

.didyouknow_overlay
{
    z-index:                                    999999;
    position:                                   fixed;
    top:                                        0;
    bottom:                                     0;
    left:                                       0;
    right:                                      0;
    background-color:                           #ffffff;
    opacity:                                    0;
    cursor:                                     pointer;
}

.readonly
{
    cursor:                                     pointer;
}

#menu
{
}

.menu
{
    display:                                    none;
    z-index:                                    99999;
    position:                                   fixed;
    top:                                        0;
    left:                                       0;
    right:                                      0;
    height:                                     55px;
    transition:                                 top 0.5s;
}

#menu_filled
{
    background-color:                           #ffffff;
    box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);
    color:                                      #777777;
}

#menu_transparent
{
    color:                                      #cccccc;
}

.menu_hide
{
    top:                                        -65px !important;
}

.menu_show
{
    top:                                        0 !important;
    z-index:                                    99999;
}

.menu_gradient
{
    position:                                   absolute;
    top:                                        0;
    left:                                       0;
    right:                                      0;
    height:                                     100%;
    background:                                 #000000;
    background:                                 -webkit-linear-gradient(#000000, rgba(0,0,0,0));
    background:                                 -o-linear-gradient(#000000, rgba(0,0,0,0));
    background:                                 -moz-linear-gradient(#000000, rgba(0,0,0,0));
    background:                                 linear-gradient(#000000, rgba(0,0,0,0));
    opacity:                                    0.9;
}

.menu_logo
{
    position:                                   relative;
    width:                                      auto;
    height:                                     100%;
    padding:                                    0px;
    display:                                    flex;
    /*margin-top:                                 8px;*/
    align-items:                                center;
    cursor:                                     pointer;
}

.menu_logo p
{
    display:                                    block;
    padding:                                    0;
    margin:                                     0px 0px 1px 0px;
    font-family:                                US-101;
    font-size:                                  8pt;
    text-transform:                             uppercase;
}

.menu_logo img
{
    display:                                    block;
    height:                                     18px;
}

.menu_item
{
    position:                                   relative;
    width:                                      auto;
    height:                                     100%;
    margin:                                     0px 0px 0px 25px;
    display:                                    flex;
    align-items:                                center;
    font-family:                                US-101, Tahoma;
    text-transform:                             uppercase;
}

.menu_item a
{
    font-size:                                  10.5pt;
    font-weight:                                400;
    text-decoration:                            none;
}

#menu_filled .menu_item a
{
    color:                                      #747474;
}

#menu_filled .menu_item a:hover
{
    color:                                      #ff7800;
}

#menu_filled .menu_item_highlighted a
{
    color:                                      #ff7800;
}

#menu_filled .menu_item_highlighted a:hover
{
    color:                                      #000000;
}

#menu_transparent .menu_item a
{
    color:                                      #ffffff;
}

#menu_transparent .menu_item a:hover
{
    color:                                      #ff7800;
}


#menu_transparent .menu_item_highlighted a
{
/*
    padding:                                    5px 7px 4px 7px;
    border:                                     1px #ffffff solid;
*/
    color:                                      #ff7800;
}

#menu_transparent .menu_item_highlighted a:hover
{
    /*color:                                      #ff7800;*/
    color:                                      #ffffff;
}

.menu_item form
{
    margin:                                     0;
}

.menu_separator
{
    display:                                    inline-block;
    height:                                     20px;
    width:                                      1px;
    background-color:                           #dddddd;
}

.menu_dropdownmenu
{
    position:                                   relative;
    width:                                      26px;
    cursor:                                     pointer;
}

.menu_dropdownmenu_button
{
    height:                                     30px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
}

.menu_dropdownmenu_flag
{
    position:                                   absolute;
    top:                                        -9px;
    right:                                      -14px;
    width:                                      20px;
    height:                                     20px;
    padding-top:                                1px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
    border:                                     2px #ffffff solid;
}

.menu_search
{
    height:                                     20px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
    cursor:                                     pointer;
}

.menu_search_input
{
    display:                                    none;
    width:                                      150px;
    padding:                                    5px 0px 5px 0px;
    margin-left:                                10px;
    background-color:                           transparent;
    font-family:                                "Roboto Condensed", Helvetica;
    font-weight:                                400;
    font-size:                                  10.5pt;
    color:                                      #000000;
    border:                                     0;
    border-bottom:                              1px #dddddd solid;
    opacity:                                    1;
    cursor:                                     pointer;
}

.menu_flag
{
    width:                                      18px;
    height:                                     18px;
    cursor:                                     pointer;
}

.menu_profile
{
    position:                                   relative;
    width:                                      26px;
    cursor:                                     pointer;
}

.menu_profile_notification
{
    position:                                   absolute;
    top:                                        -6px;
    right:                                      -11px;
    width:                                      16px;
    height:                                     16px;
    padding-top:                                2px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
    background-color:                           #ff7800;
    font-weight:                                700;
    font-size:                                  8pt;
    text-align:                                 center;
    color:                                      #ffffff;
}

.menu_profile img
{
    height:                                     30px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
}

#submenu
{
}

.submenu
{
    position: relative;
    z-index:                                    999;
    /*display:                                    inline-block;*/
    position:                                   fixed;
    top:                                        55px;
    left:                                       0;
    right:                                      0;
    height:                                     66px;
    background-color:                           #fafafa;
    transition:                                 top 0.5s;
    box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);
    font-family:                                us-101;
    /*height:                                     37px;*/
}

.submenu_hide
{
    top:                                        -30px;
}

.submenu_show
{
    top:                                        55px;
    z-index:                                    999;
}

.submenu_gradient
{
    z-index:                                    99999;
    position:                                   absolute;
    top:                                        30px;
    right:                                      0;
    width:                                      50px;
    height:                                     35px;
    background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,0.01) 1%, rgba(250,250,250,1) 100%);
    background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,0.01) 1%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,0.01) 1%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 );
}

.submenu_row
{
    height:                                     36px;
}

.submenu_row_small
{
    height:                                     30px;
    border-bottom:                              1px #eeeeee solid;
    /*box-shadow:                                 0px 1px 4px rgba(0, 0, 0, .2);*/
}

.submenu_item
{
    position:                                   relative;
    height:                                     100%;
    margin-right:                               15px;
    padding-top:                                2px;
    white-space:                                nowrap;
    display:                                    inline-flex;
    align-items:                                center;
    text-transform:                             uppercase;
}

.submenu_item h1
{
    margin:                                     0;
    font-size:                                  13.5pt;
    font-weight:                                400;
    color:                                      #525252;
}

.submenu_item h2
{
    margin:                                     0;
    font-size:                                  10pt;
    font-weight:                                300;
    color:                                      #747474;
}

.submenu_item_small h1
{
    margin:                                     0;
    font-size:                                  10pt;
    font-weight:                                300;
    color:                                      #747474;
}

.submenu a
{
    font-size:                                  13.5pt;
    font-weight:                                300;
    color:                                      #b5b5b5;
    text-decoration:                            none;
}

.submenu_item a:hover
{
    color:                                      #ff7800;
}

.submenu_item sup
{
    font-size:                                  7pt;
}

.submenu_separator
{
    width:                                      auto;
    height:                                     37px;
    margin-right:                               15px;
    vertical-align:                             middle;
}

.submenu_notification
{
    position:                                   absolute;
    top:                                        0;
    right:                                      -14px;
    width:                                      14px;
    height:                                     14px;
    padding-top:                                1px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
    background-color:                           #ff7800;
    font-weight:                                400;
    font-size:                                  7pt;
    text-align:                                 center;
    color:                                      #ffffff;
}

.submenu_options
{
    display:                                    inline-block;
    width:                                      13px;
    height:                                     13px;
    margin-left:                                5px;
    border-radius:                              50%;
    -moz-border-radius:                         50%;
    -webkit-border-radius:                      50%;
    background-image:                           url("../buttons/options_invert.png");
    background-position:                        center;
    background-size:                            contain;
    cursor:                                     pointer;
}
/*
.submenu_checkmark_container
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #5cb85c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.submenu_checkmark {
    -webkit-transform: rotate(-45deg) scale(-1);
    -moz-transform: rotate(-45deg) scale(-1);
    -ms-transform: rotate(-45deg) scale(-1);
    -o-transform: rotate(-45deg) scale(-1);
    transform: rotate(-45deg) scale(-1);
    opacity: 1;
    height: 5px;
    width: 9px;
    transform-origin: left top;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: '';
    left: 13px;
    top: 7px;
    position: absolute;
}
*/
.submenu_flag
{
    float:                                      left;
    width:                                      18px;
    height:                                     18px;
    margin-right:                               5px;
}

.submenu_wrapper
{
    position: relative;
    width: 100%;
    height: 45px;
    padding-left:20px;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.submenu_scroller
{
    /*width:2000px;*/
    position: absolute;
    padding-right: 250px;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}




/*
.submenu
{
    position:                                   relative;
    display:                                    inline-block;
    width:                                      320px;
    height:                                     180px;
    margin-right:                               20px;
    -webkit-perspective:                        800;
    cursor: ew-resize;
}

.submenu_frame
{
    position:                                   relative;
    width:                                      auto;
    height:                                     100%;
    font-family:                                "Roboto Condensed", Helvetica;
    font-weight:                                700;
    color:                                      #000000;
    vertical-align:                             top;
    white-space:                                normal;
    overflow:                                   hidden;
}

.submenu_flip.flipped
{
    -webkit-transform:                          rotatex(-180deg);
}

.submenu_flip
{
    width:                                      100%;
    height:                                     100%;
    -webkit-transform-style:                    preserve-3d;
    -webkit-transition:                         0.5s;
}

.submenu_face
{
    z-index:                                    2;
    width:                                      100%;
    height:                                     100%;
    position:                                   absolute;
    -webkit-backface-visibility:                hidden ;
}

.submenu_front
{
    z-index:                                    1;
    position:                                   absolute;
}

.submenu_back
{
    -webkit-transform:                          rotatex(-180deg);
}

.submenu_wrapper
{
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.submenu_scroller
{
    position: absolute;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
*/

#dropdownmenu
{
    display:                                    none;
    z-index:                                    9999;
    position:                                   fixed;
    top:                                        0;
    bottom:                                     0;
    left:                                       0;
    right:                                      0;
    padding:                                    30px 20px 0px 20px;
    background-color:                           #fafafa;
}

.dropdownmenu_item
{
    text-align:                                 right;
    margin-bottom:                              20px;
}

.dropdownmenu_item a
{
    font-size:                                  18pt;
    font-weight:                                300;
    color:                                      #ff7800;
    text-decoration:                            none;
}

.dropdownmenu_item a:hover
{
    color:                                      #ee6700;
}

.dropdownmenu_item_dotted
{
    border-bottom:                              2px #e0e0e0 dotted;
    float:                                      left;
    width:                                      100%;
}

.dropdownmenu_search
{
    display:                                    inline-block;
    float:                                      left;
    height:                                     20px;
    margin-top:                                 6px;
    opacity:                                    0.5;
}

.dropdownmenu_search_input
{
    display:                                    inline-block;
    float:                                      right;
    padding:                                    0px 0px 5px 0px;
    background-color:                           transparent;
    font-family:                                "Roboto Condensed", Helvetica;
    font-weight:                                300;
    font-size:                                  18pt;
    color:                                      #b5b5b5;
    text-align:                                 right;
    border:                                     0;
    cursor:                                     pointer;
}

.dropdownmenu_flags
{
    position:                                   absolute;
    bottom:                                     30px;
    left:                                       20px;
    right:                                      20px;
    font-size:                                  12pt;
    font-weight:                                300;
    color:                                      #ff7800;
    text-decoration:                            none;
    text-align:                                 right;
    cursor:                                     pointer;
}

.dropdownmenu_flag
{
    width:                                      14px;
    height:                                     14px;
    margin:                                     0px 0px 0px 5px;
    cursor:                                     pointer;
}

@media only screen and (min-width: 375px)
{
    .menu_logo p
    {
        font-size:                                  9pt;
    }
}

@media only screen and (min-width: 1024px)
{
    .menu_logo img
    {
        height:                                     18px;
    }

    .menu_item
    {
        font-family:                                US-101, Tahoma;
        margin:                                     0px 0px 0px 30px;
    }

    .menu_item a
    {
        font-size:                                  14pt;
    }

    .menu_dropdownmenu
    {
        height:                                     20px;
    }

    .menu_search
    {
        height:                                     20px;
    }

    .menu_flag
    {
        width:                                      18px;
        height:                                     18px;
    }

    .menu_profile_notification
    {
        top:                                        -8px;
        right:                                      -4px;
        padding-top:                                2px;
    }

    .menu_profile img
    {
        height:                                     20px;
    }

    .submenu_wrapper
    {
        padding-left:                               0;
    }
}

@media only screen and (min-width: 1025px)
{

/*
    #notificator
    {
        cursor:                                     default;
    }
*/
    .tooltip_overlay
    {
        cursor:                                     default;
    }

    .didyouknow_overlay
    {
        cursor:                                     default;
    }
}