﻿.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #049fda !important;
    background-color: #f1f1f1 !important;
}

.w3-sidebar {
    margin-top: 60px;
    left: 0px;
    width: 250px;
    background-color: transparent;
    position: fixed !important;
    overflow: no-display;
    font-size: 14px;
    line-height: 1.5em;
}

@media screen and (max-width: 575px) {
    .w3-sidebar {
        margin-top: 0px;
        position: relative !important;
        /*font-size: 14px;
        line-height: 1.5em;*/
    }
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 1px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.w3-button.active {
    color: #777;
    font-weight: 600;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 1px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #049fda;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button2 {
    padding-left: 30px !important;
    padding-right: 0px !important;
}
