﻿.menubuttons img {
    height: 14px;
}

.menubuttonsnew img {
    height: 20px;
    margin-top: -3px;
    filter: invert(100%);
}

.menucontainer, .settingsmenucontainer {
    overflow: hidden;
    font-family: Arial;
    margin: 0px;
    height: 40px;
    /*float: right;*/
    white-space: nowrap;
}

.menucontainer a, .settingsmenucontainer a {
    transition: all 0.35s ease-out;
    /*float: left;*/
    font-family: Verdana;        
    color: white;
    text-align: center;        
    text-decoration: none;
    border-right: 2px solid transparent;
    display: inline-block;
    border-radius: 0px;
    min-width: 60px;
    padding: 14px 16px;
    font-size: 11px !important;
}

.menusettingsbuttons a.pressed {
    background-color: #6097b599;
}

.menusettingsbuttons a:hover {
    background-color: #6097b555;
    color: white;
    cursor: pointer; 
}

.menusettingsbuttons a {
    position: relative;
    padding-right: 2px !important;
    margin-right: -2px !important; 
}

    .menusettingsbuttons a.pressed::before {      
        content: "";
        position: absolute;
        background-size: 10px;
        background: url('/Images/buttons/chkbox_true.svg') no-repeat;
        background-color: transparent;
        filter: invert(100%);
        background-position-y: center;
        background-position-x: 4px;
        background-size: 17px;
        width: 20px;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .menusettingsbuttons a::before {
        content: "";
        position: absolute;
        background-size: 10px;
        background: url('/Images/buttons/chkbox_false.svg') no-repeat;
        background-color: transparent;
        filter: invert(100%);
        background-position-y: center;
        background-position-x: 4px;
        background-size: 17px;
        width: 20px;
        height: 100%;
        top: 0px;
        left: 0px;        
    }

.menucontainer a.pressed:hover
{
    /*background-color: #7091a3;
    color: #e1e1e1;*/
    opacity: 0.5;    
}

.menucontainer img
{    
    vertical-align: top;
    margin-right: 4px;    
}

.dropdownnew {
    /*float: left;*/
    display: inline-block;
    overflow: hidden;
}

.dropdownnew .dropbtn {
    transition: all 0.35s ease-out;
    cursor: pointer;
    font-size: 12px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 10px !important;
    background-color: transparent;
}

    .dropdownnew .dropdown-content {
        margin-top: -4px !important;
    }

    .dropdown {
        /*float: left;*/
        display: inline-block;
        overflow: hidden;
    }

.dropdown .dropbtn {
    transition: all 0.35s ease-out;
    cursor: pointer;
    font-size: 12px;
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: transparent;
}


.menucontainer a:hover, .dropdown:hover .dropbtn {
    transition: all 0.35s ease-out;
    background-color: #6097b522 !important;
    border-radius: 0px !important;
    color: white;
    cursor: pointer;
}

.dropdown-content a:hover {
    color: black !important;
}

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 10;
        }

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-content-lastsectionitem
{
    border-bottom: 1px solid #00000022;
}

.show {
    display: block;
}