﻿.row-default.menu-top {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    z-index: 200;
    transition: padding 0.6s ease-in-out;
    overflow: hidden;
}

.row-default.menu-open {
    padding-left: 80px;
    transition: padding 0.6s ease-in-out;
}

.row-default.menu-close {
    padding-left: 250px;
    transition: padding 0.6s ease-in-out;
}

.menu-left {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 220px;
    background-color: #E8EBFC;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    z-index: 201;
    transition: width 0.6s ease-in-out;
}

.menu-left.close{
    width:50px;
    height:70px;
}

.menu-left-sub {
    position: fixed;
    top: 70px;
    left: 170px;
    height: 100vh;
    width: 170px;
    background-color: #E8EBFC;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    z-index: 201;
    transition: width 0.6s ease-in-out;
}


    .menu-left-sub.reduzido {
        left: 50px;
    }


    .menu-left-sub.segunda-opcao {
        left: 340px !important;
    }

        .menu-left-sub.segunda-opcao.reduzido {
            left: 220px !important;
        }

.row-default.row-menu-left-sub {
    height: 50px;
    padding-left:20px;
}

    .row-default.row-menu-left-sub:hover {
        cursor: pointer;
        background-color: #d9d7f7
    }

    .row-default.row-menu-left-sub h2 {
        font-size: 15px;
        font-weight: 500;
        color: rgba(51, 51, 51, 0.5);
        position: absolute;
        transition: opacity 0.7s ease, visibility 0.2s ease;
    }

    .row-default.row-menu-left-sub:hover h2 {
        font-size: 15px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .row-default.row-menu-left-sub h3 {
        font-size: 15px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        position: absolute;
        transition: opacity 0.7s ease, visibility 0.2s ease;
    }

.row-default.menu-left-logo {
    height: 70px;
    width: 100%;
    margin-bottom: 70px;
}

.row-default.menu-left-logo.close{
    margin-bottom:0px;
}


.row-default img.menu-left-logo {
    max-width: 120px;
    max-height: 40px;
    height: auto;
    margin: 0px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
}

.row-default img.menu-left-logo-reduzido {
    max-width: 30px;
    max-height: 30px;
    height: auto;
    margin: 0px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
}

.menu-left.close .row-default img.menu-left-logo {
    opacity: 0;
}

.menu-left.close .row-default img.menu-left-logo-reduzido {
    opacity: 1;
}

.btn-icone.user {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.btn-icone.user img {
    height: 30px;
    width: 30px;
    border-radius: 100px;
}

.btn-icone.not{
    margin-right:10px;
}

.btn-icone.not img{
    height:20px;
    width:auto;
}

.row-default.row-menu-left {
    height: 60px;
}

    .row-default.row-menu-left:hover {
        cursor: pointer;
        background-color: #d9d7f7
    }

    .row-default.row-menu-left h2 {
        font-size: 15px;
        font-weight: 500;
        color: rgba(51, 51, 51, 0.5);
        position: absolute;
        left: 45px;
        transition: opacity 0.7s ease, visibility 0.2s ease;
    }

    .row-default.row-menu-left:hover h2 {
        font-size: 15px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .row-default.row-menu-left h3 {
        font-size: 15px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        position: absolute;
        left: 45px;
        transition: opacity 0.7s ease, visibility 0.2s ease;
    }

.menu-left.close .row-default.row-menu-left h2 {
    opacity: 0;
    visibility: hidden;
}
.menu-left.close .row-default.row-menu-left h3 {
    opacity: 0;
    visibility: hidden;
}

.row-default img.img-menu-left {
    position: absolute;
    left: 14px;
}

.row-default img.img-menu-left-on {
    position: absolute;
    left: 14px;
    display:none;
}

.row-default img.img-menu-left-off {
    position: absolute;
    left: 14px;
    display:flex;
}

.row-default:hover img.img-menu-left-off {
    display: none;
}

.row-default:hover img.img-menu-left-on {
    display: block;
}

.row-default.form-menu-top-user {
    position: fixed;
    top: 70px;
    right: 0px;
    height: auto;
    width: 200px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-bottom-left-radius: 5px;
    z-index:201;
}

.row-default.row-menu-top-user{
    padding-left:20px;
    padding-right:20px;
    height:40px;
}

    .row-default.row-menu-top-user h2{
        font-size:13px;
        color:rgba(51, 51, 51, 0.8);
        margin:0px;
    }

    .row-default.row-menu-top-user img{
        height:15px;
        width:auto;
        margin-right:10px;
    }

    .row-default.row-menu-top-user:hover{
        cursor:pointer;
        background-color:rgba(51, 51, 51, 0.1);
    }

@media(max-height:560px){
    .menu-left-sub {
        top: auto !important;
        bottom: 0px !important;
    }
}