body, html {
    height: 100%;
    width: 100%;
}

.tree-view ul{ list-style-type: none !important }

.tree-view li{ cursor: pointer; }

.btn-add-margin{
    margin-bottom:3%
}

.list-group li{
    border: 0 none;
}

.fa-trash, .fa-edit, .fa-times-circle, .fa-map, .fa-draw-polygon, .fa-file-pdf-o, .fa-clipboard, .fa-clipboard-list{
    color: #008cba;
}

.fa-trash:hover, .fa-times-circle:hover{
    color:red;
}

#logo-topo{
    width: 80%; height: auto;
}

.title-custom{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}

.table-custom{
    width: 100%;
}

.btn-topo-custom{
    margin-left: 10px;
}

.alert.alert-danger ul{
    margin-bottom: 0rem !important;
}

.checklist-delete{
    cursor: pointer;
}

.alert.alert-danger ul{
    margin-bottom: 0rem !important;
}

#mapID{
    width:100%;
    height: calc(100vh - 4.17rem);
    bottom: 0;
    background: #fff;
    color: #4a5568;
    outline: 0;
}

.table-margin-value{
    padding-left: 10px;
}

.span-label{
    font-weight: bold;
}

#accordionSidebarMenu{
    background-color: rgba(0,0,0,0.03);
}

.navbar-nav.bg-gradient-darkx.sidebar.sidebar-light.accordion.toggled{
    font-size: 0.5em;
}

#page-top.sidebar-toggled .nav-link span{ display: none !important;  }

.sidebar.toggled .nav-item .nav-link {
    width: 5.3rem;
}

@media (max-width:575px){
    .sidebar{width: 9.3rem; }
    #page-top.sidebar{ width: auto !important; }
    .card-header button {
        font-size:.7rem !important;
    }
}

@media (min-width:576px){

}

@media (min-width: 768px){
    .sidebar.toggled {
        overflow: visible;
        width: 8rem !important;
    }
    .sidebar {
        min-width: 225px!important;
    }

}
.center-input-data {
    text-align: center;
    vertical-align: middle;
}
.input-grade{
    width: 40px;
    height:auto;
    background-color: #ddd;
    border: none;
    text-align: center;
    margin: 0 auto;
}

.input-content{
    width: 100%;
    background-color: #ddd;
    border: none;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
}

table.dataTable thead th{ border-bottom: none !important; }
table.dataTable.no-footer {
    border-bottom: none !important;
}
.small-font-default{ font-size: 11px; }
#simple-table td, th{
    border: none !important;

}
#simple-table th{
    padding-top: 0px !important;
    padding-left: 0px !important;
    text-align: left;
}
#simple-table td{
    font-size: 0.8rem;
}
a.no-decoration{
    text-decoration: none;
}

#simple-table-show td, th{
    border: none !important;

}
#simple-table-show th{
    padding-top: 0px !important;
    padding-left: 0px !important;
    text-align: left;
}
