.centerspinner {
    z-index: 1000;
    width: 100px;
    background-color: White;
    border-radius: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
}

.centerspinner img {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100px;
    width: 100px;
}

.fixed-navbar{
    left: 0;
    position: fixed!important;
    right: 0;
    top: 0;
    z-index: 1037;
}
html, body {
    overflow-y: auto;
}
div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    overflow-x: auto;
}

div.vert {
    margin: 5px;
    padding: 5px;
    height: 500px;
   /* overflow: auto;*/
    text-align: justify;
}

div.horizontal-scroll {   
    overflow-y: hidden;
    overflow-x: auto;
}
.modalspinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerspinner {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 170px;
    background-color: White;
    border-radius: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.centerspinner img {
    height: 150px;
    width: 150px;
}

.dt-buttons{
    float:right!important;
}

div.dt-top-container {
    display: grid;
    grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
    margin: 0 auto;
}

div.dt-filter-spacer {
    margin: 10px 0;
}
.nodisplay{
    display:none;
}
.fa-xs {
    font-size: 1.8em!important;
}