﻿* {
    outline: none;
}

strong {
    font-weight: 600;
}

.page {
}

header {
    z-index: 0 !important;
    display: flex;
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fd8633;
    color: #fff;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10 !important;
}
body {
    overflow: hidden;
    height: 100vh;
    width: 105vw;
}
main {
    padding: 60px 0px 0;
    
}
#arvorePai {
    overflow: scroll;
    height:78vh;
}
#arvore {
    height: 88vh;
    text-align: left;
    width: 50vw;
}

#documento {
    height: 92vh;
    width:50vw;

}

@media only screen and (max-width: 700px) {
    #arvore {
        height: 40vh;
        text-align: left;
        padding-right: 5vw;
        width: 100vw;
    }
    #arvorePai {
        overflow: scroll;
        height: 27vh;
        width: 99vw;
    }
    #documento {
        height: 190vh;
        width:105vw;
    }
    main {
        padding: 60px 0px 0;
        height: 100vh;
        overflow: scroll;
    }
}
.dv1 {
    margin-top: 60px !important;
}
.leg-size {
    font-size: 12px;
}

.leg-lab {
    font-size: 13px;
}

#nav-container {
    position: fixed;
    height: 120vh;
    width: 100%;
    pointer-events: none;
    z-index: 10 !important;
}

    #nav-container .bg {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        background: #000;
    }

    #nav-container:focus-within .bg {
        visibility: visible;
    }

    #nav-container * {
        visibility: visible;
    }

.button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 60px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10 !important;
}
td {
    vertical-align: middle;
    font-size: 0.8em;
    height:20px;
}

.icon-bar {
    display: block;
    width: 70%;
    height: 3px;
    background: #ffffff;
    transition: .3s;
    z-index: 10 !important;
}

    .icon-bar + .icon-bar {
        margin-top: 5px;
    }

#nav-container:focus-within .button {
    pointer-events: none;
}

#nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0,8px,0) rotate(45deg);
}

#nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
}

#nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
    margin-top: 60px;
    padding: 0px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: #38343b;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    font-size: 12px !important;
}

    #nav-content ul {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #nav-content li a {
        padding: 10px 5px;
        display: block;
        font-size: 1.6vh;
        transition: color .1s;
        max-height: 5.5vh;
    }
    #nav-content li button {
        padding: 10px 5px;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1.6vh;
        transition: color .1s;
        max-height: 5.5vh;
        border-radius: 0px 0px 0 0;
    }

        #nav-content li a:hover {
            color: #ffffff;
            background: #fd8633;
        }
        #nav-content li button:hover {
            color: #ffffff;
            background: #fd8633;
        }

    #nav-content li:not(.small) + .small {
        margin-top: auto;
    }

.small {
    display: flex;
    align-self: center;
}

    .small a {
        font-size: 12px;
        font-weight: 400;
        color: #888;
    }

        .small a + a {
            margin-left: 15px;
        }

#nav-container:focus-within #nav-content {
    transform: none;
}






* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none !important;
    outline: 0;
    cursor: hand !important;
}

a {
    color: currentColor;
    transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}


.header_ico {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.laterais {
    width: 20vw;
    text-align: right;
    align-content: end;
    justify-content: end;
}

.imgLogoBranco {
    width: 80px;
}

.accordion .header:after {
    font-family: 'Icons';
    content: "\e037";
    float: right;
}

.accordion .header.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Icons';
    content: "\e034";
}

.submenu {
    background-color: #575359;
}

body {
    background-color: #eaeaea;
    color: #444444;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
}

.botao:hover {
    background-color: #38343b !important;
    border: none;
    cursor: pointer;
}

.botao {
    background-color: #fd8633;
    border: 1px solid #c0c0c0;
    height: 35px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
}

input {
    background-color: white;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border-radius: 0px;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

.loginDiv {
    border-radius: 4px;
    margin-top: 36vh;
    background-color: white;
    max-width: 380px !important;
    margin-left: auto;
    margin-right: auto;
    height: 410px;
    border: 2px solid #e6e5e6;
    border-bottom: 4px solid #dcdadc;
}

.iconeSgs {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}
