*{
    border-radius: 0 !important;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.fHeight{
    margin-top: 5vh;
    margin-bottom: 5vh;
}

nav.navbar{
    background-color: #f1f1f1;
}

.footer{
    margin-top:20px;
    background-color: #f1f1f1;
}

.crabLogo{
    max-width:30vh;
    max-height:30vh;
}

nav.navbar{
    margin-bottom: 20px;
}

.list-group-item,
.card-header,
.card-footer
{
    padding: .5rem 1rem;
}

.list-group-item .fa{
    width: 20px;
    text-align: center;
}

.card-body{
    padding: 1rem;
}

#dirApp textArea{
    min-height: 40vh;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #d52b2b;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

#pageLoader{
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999999999999999;
}

#dirApp select[multiple]{
    min-height: 300px !important;
}

.dataTables_paginate.paging_simple_numbers{
    padding: 0px 3px 3px;
}

.page-link{
    padding:0.2rem .5rem;
}

.dataTables_length{
    float:left;
    font-size: 14px;
}

.dataTables_length label{
    margin: 0 0 0 3px;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.dataTables_wrapper .bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.table.dataTable {
    width: 100% !important;
    margin: 3px !important;
}

.table td, .table th {
    padding: .45rem;
    font-size: 0.9rem;
}

.version{
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    color: #999;
}

[v-cloak] {
    display:none;
}