﻿body
{
    margin: 0;
}
#defaultUpjersToolbarContainer
{
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    height: 30px;
    width: 100%;
    min-width: 1000px;
    z-index: 100;
    background-image: url("../../willbettingde/image/tool_bg_new.jpg");
}
#defaultUpjersToolbarContainer .toolbar-container
{
    display: flex;
    width: 50vw;
    align-items: center;
}
#defaultUpjersToolbarContainer .toolbar-container-portal
{
    justify-content: flex-start;
}
#defaultUpjersToolbarContainer .toolbar-container-game
{
    justify-content: flex-end;
}
#defaultUpjersToolbarContainer .toolbar-container-item
{
    margin-left: 5px;
    margin-right: 5px;
    position: initial;
}
#defaultUpjersToolbarContainer #uplogo
{
    margin-left: 5px;
    margin-right: 5px;
    position: initial!important;
}
#defaultUpjersToolbarContainer [data-cookiemon-privacybutton="1"]
{
    margin-left: 5px;
    margin-right: 5px;
    position: initial!important;
}
#defaultUpjersToolbarContainer .toolbar-portal-logo-container
{
    margin-left: 0;
}
#defaultUpjersToolbarContainer .toolbar-portal-logo
{
    height: 30px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown
{
    position: relative;
    width: 200px;
    height: 19px;
    font-size: 9pt;
    font-family: Arial,sans-serif;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-dropdown-selected
{
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 19px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-item
{
    display: flex;
    align-items: center;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-new
{
    color: #f00;
    margin-left: 5px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-top
{
    color: #008000;
    margin-left: 5px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-icon
{
    width: 16px;
    height: 16px;
    margin: 2.5px 2px 2.5px 2px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-icon-flag
{
    width: 20px;
    height: 14px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-text
{
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-name
{
    display: inline-block;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-link
{
    font-family: Arial,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-link:hover
{
    text-decoration: underline;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-arrow
{
    width: 20px;
    height: 13px;
    background-image: url("../../willbettingde/image/arrow2.png");
    background-repeat: no-repeat;
    margin: 3px 2px 3px 2px;
}
#defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-dropdown-options
{
    display: none;
    position: absolute;
    width: 99%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow-y: auto;
}
#defaultUpjersToolbarContainer .toolbar-dropdown.open .toolbar-dropdown-options
{
    display: block;
}
@media screen and (max-width: 630px)
{
    #defaultUpjersToolbarContainer .toolbar-dropdown
    {
        width: 60px;
    }
    #defaultUpjersToolbarContainer .toolbar-dropdown .toolbar-option-text
    {
        display: none;
    }
}/*# sourceMappingURL=toolbar.css.map */