﻿.w3-sidebar {
    /*height: 100%;*/
    width: 200px;
    background-color: #fff;
    /*position: fixed !important;*/
    z-index: 1;
    overflow: auto
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
    width: 100%
}

    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%
    }

    .w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: rgb(44, 46, 59) !important
}

.w3-white, .w3-hover-white:hover {
    color: #235EA4 !important;
    background-color: white !important
}

.w3-xxlarge {
    font-size: 24px !important
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center
}

.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-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

.w3-button {
    white-space: normal
}

    .w3-button:hover {
        /*color: #000 !important;
        background-color: #ccc !important*/
        color: white !important;
        background-color: #235EA4 !important;
        opacity: 0.7;
    }

        .w3-button:hover p {
            color: white !important;
        }

    .w3-button:focus {
        color: white !important;
        background-color: #235EA4 !important;
    }

        .w3-button:focus p {
            color: white !important;
        }

.w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%
}

.w3-btn { /*, .w3-button*/
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: rgb(191,191,191);
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #235EA4;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

    .w3-button p {
        color: black;
    }


.activeBar {
    background-color: #235EA4 !important;
    color: white !important;
}

    .activeBar p {
        color: white;
    }

/*.activeBar {
    background-color: hsl(240, 40%, 96%) !important;
    color: rgb(44, 46, 59);
}*/

.w3-sidebar-flex {
    width: 86px;
    display: flex;
    flex-direction: column;
}

.w3-sidebar-a {
    text-align: center !important;
}

/*.w3-sidebar-a-p {
    line-height: normal;
    font-size: 13px;
    margin: 0;
    padding-top: 5px;
}*/

@media (max-height:900px) {
    .w3-button p {
        font-size: 9px;
    }
    .w3-sidebar-a i.material-icons {
        font-size: 26px !important;
    }
    .w3-sidebar-a i.fa {
        font-size: 20px !important;
    }

    .w3-sidebar-flex{
        width:66px;
    }
}

@media (max-height:635px) {
    .w3-sidebar-a-p {
        line-height: normal;
        font-size: 13px;
        margin: 0;
    }
}

@media (min-height:636px) {
    .w3-sidebar-a-p {
        line-height: normal;
        font-size: 13px;
        margin: 0;
        padding-top: 5px;
    }
}

/*.w3-button:hover, .w3-button:focus {
    color: rgb(44, 46, 59) !important;
}*/
