.tableAddDoc table{
    width: 100%!important;; min-width: 10rem!important;; border-collapse: collapse;
  }
.tableAddDoc table .form-select{
    width: 100%!important;
  }
.tableAddDoc .table > :not(caption) > * > *{
    border-width: 0 !important;
    padding: .75rem .3rem!important;
}
.tableAddDoc .table thead th { padding: .75rem 0!important;}
.tableAddDoc .table tr td:last-child { padding: .75rem 0!important;}
.tableAddDoc .table th{text-align: center;}
.Agray{color: #6a7187;}
.Awhite{color: #fff;}
.cursorPointer{cursor: pointer;}
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-right:1em;
    position:relative
}
.tree ul ul {
    margin-right:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    border-right:1px solid
}
.tree li {
    margin:10px;
    padding:0 2em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
    font-size: 16px;
    display: flex;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    right:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li .rowTree {
    text-decoration: none;
    font-size: 16px;
    color: rgb(73, 80, 87);
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.iconTree{font-size: 20px;margin-left: .5rem;}

#tree2 li .rowTree:hover , li .rowTree:focus {
     background-color: rgba(0,0,0,.075);
}
#tree2 li div.active {
    background-color: #2196f3 !important;
    color: #fff !important;
  }


.menu .accordion-header {
    position: relative;
     /* display: grid;grid-template-columns: auto 3rem;  */
    }
.menu .accordion-header .edit {
    position: absolute;
    top: 8px;
    left: 30px;
}
.menu .area { border-right: 4px solid #f38787; }
.menu .equipamento { border-right: 4px solid #65c465; }
.menu .ponto { border-right: 4px solid #98b3fa; }
.menu .detailed { border-right: 4px solid #aa47c9; }
.menu .collapse.in { overflow: visible; }
.rectangle{width: 20px;height: 20px;}
#reportTab .nav-link.active{color: blue!important;}
.w200{width: 200px;}
.dNone{display: none;}