html{
    font-size: 11px;
    overflow-x: hidden;
}
body{
    /*color: black;*/
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.informationHolder{
    position: absolute;
    top: 80px;
    right: 0;
    max-width: 500px;
    color: white;
}
.hide {
    display: none;
}
.dataTables_scroll {
    background-color: white;
    color: black;
}

li.theme{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    transition: all;
    border: 0.1px solid var(--gray);
}
li.theme:hover{
    transform: scale(1.5);
}
.no_leftmagrin {
    margin-left: 0;
}
form input.radarcontroller_layout,form select.radarcontroller_layout {
    padding-left: 2px;
    padding-right: 2px;
}

.sidebar {
    height: 100%;
    width: 85px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.5s;
    overflow-x: hidden;
    padding-top: 60px;
    white-space: nowrap;
}

/*.sidebar a {*/
/*    padding: 8px 8px 8px 32px;*/
/*    text-decoration: none;*/
/*    font-size: 25px;*/
/*    color: #818181;*/
/*    display: block;*/
/*}*/
main .sidebar {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    padding-bottom: 3px;
    margin-right: 30px;
}

#main {
    padding: 16px;
    margin-left: 85px;
    transition: margin-left 0.5s;
}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}

.table td, .table th {
    padding: .25rem;
}
