.be-top-header .navbar-nav>li.dropdown .dropdown-menu>form>button {
    color: #504e4e;
    padding: 10px 20px;
    min-width: 175px;
    line-height: 18px;
    font-weight: 400;
    font-size: 1rem;
}

.just-right {
    text-align: right
}

.snackbar-alert {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

.snackbar-alert-show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.tooltip {
    pointer-events: none;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.table-hover {
    white-space: nowrap;
    overflow: hidden;
}

.table-hover:hover {
    white-space: nowrap;
    overflow: visible;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable thead th.select-checkbox:before {
    margin-top: 0px;
    margin-left: 0px;
}

table.dataTable tr.selected td.select-checkbox:after {
    margin-top: -5px;
    margin-left: 2px;
}

table.dataTable tr th.select-checkbox.selected:after {
    margin-top: -15px;
    margin-left: 2px;
}

div.dataTables_scrollHeadInner table.dataTable th.select-checkbox {
    position: relative;
}

div.dataTables_scrollHeadInner table.dataTable th.select-checkbox::before {
    content: " ";
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1.4em;
    left: 50%;
}

div.dataTables_scrollHeadInner table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    display: block;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
    position: absolute;
    top: 2.35em;
    left: 50%;
}


tr.thick-black-row{
    border: solid;
    border-width: 5px 0;
}



