
.showpointer {
    cursor: pointer;
}

.hidecontent {
    display: none;
}

table.dataTable tbody tr.selected {
    background-color: lightgreen !important;
}

.editicon {
    font-size: 18px;
    color: #22ca22;
    padding-top: 8px;
}

.modal-center {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.footer {
    width: 100%;
    background-color: #fff;
    color: #000000;
    /*   z-index: -99;*/
    max-height: 40px;
}

.footer p {
    width: 100%;
}

.custom-search {
    opacity: .5;
    border-radius: 3px;
}

.custom-alert {
    width: 80%;
    margin: 0px auto;
}

.dataTables_filter input {
    opacity: 0.5;
    border-radius: 3px;
}

    .dataTables_filter input:focus {
        outline: none;
    }

.profile-icon ul li {
    list-style-type: none;
    display: inline;
    padding: 2px;
}

.button:focus {
    outline: none !important;
}
/*@media(max-width: 350px) {
        .footer {
            position: relative;
        }
    }*/


@media(max-width: 768px)
{
    .navbar-brand img {
        width: 60px;
    }

    .logged-in-user {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: small;
        font-weight: bold;
        margin-left: -1rem;
    }

}
@media(min-width: 769px) {
    .logged-in-user {
        margin-bottom: 10px;
        margin-top: 5px;
        float: right;
        font-weight: bold;
    }
}

.navbar .navbar-nav .nav-link
{
    color: rgba(30,41,59,.8) !important;
}

.nav-item .show .nav-item
{
    color: rgba(30,41,59,.8) !important;
}

.syslog {
    max-width:100%;
    min-width:100px;
    height: 400px;
    display: flex;
    flex-direction: column-reverse;

}

.simulation-notification {
    max-width: 100%;
    min-width: 100px;
    height: 150px;
    display: flex;
    flex-direction: column-reverse;
}

pre code{
    scrollbar-color:#666 #201c29;
    background:none;
    white-space:pre;
    -webkit-overflow-scrolling:touch;
    overflow-x:scroll;
    font-size:16px;
    padding:15px 20px 12px 22px;
    line-height:1.75;
}
pre code::-webkit-scrollbar{
    width:.5em;
    height:.5em
}
pre code::-webkit-scrollbar-thumb{
    background:#666;
    border-radius:.5em;
    box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)
}
pre code::-webkit-scrollbar-track{
    background:linear-gradient(90deg,#434343,#434343 1px,none 0,none)
}
@media (max-width:800px){
    pre code{
        font-size:11px;
        padding:15px 20px 10px 14px
    }
}
code{
    font-size:inherit;
    font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace
}
:root {
    --tblr-body-bg: #f5f5f5 !important;
    /*--tblr-border-color-translucent: rgba(97, 104, 118, 0.8);*/
    
}
.content { 
    /*max-width: 1024px;*/
}

.form-check-label {
    text-align: left;
}

.modal-dialog-scrollable .modal-content {
    
}
.modal-dialog-scrollable .modal-body {
    overflow: visible;
}