body {
    background-color: #eee;
    color: dimgray;
}

h4 {
    color: darkslategrey;
}

.help {
    color: darkgrey;
}

.label {
    font-weight: bold;
}

.highlight-background {
    background-color: #ddd;
}

.form-box-container {
    height: 100vh;
}

.form-box {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 15px;
    background-color: #fff;
    min-height: 50px;
}

.table {
    background-color: #fff;
}


/* @media only screen and (max-width: 600px)  {
    .form-box {
        margin: 0px;
    }
} */

.login-form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.max-w-1st-cell {
    width: 80px;
}

.max-w-last-cell {
    width: 100px;
}

.max-w-150 {
    width: 150px;
}

.user-back {
    margin-left: 15px;
}


/* .user-add {
    right: 369px;
}

.user-import {
    right: 231px;
}

.user-download {
    right: 68px;
}

.user-logout {
    right: 27px;
}

.files-add {
    right: 163px;
}

.files-back {
    right: 70px;
}

.files-logout {
    right: 27px;
} */

.navigations {
    position: absolute;
    top: 20px;
    width: 100%;
    padding-right: 45px;
}

.user-back,
.user-logout,
.user-add,
.user-import,
.user-download,
.files-back,
.files-logout,
.files-add {
    color: #fff !important;
    font-weight: bold;
}

.user-add .fa,
.user-import .fa,
.user-download .fa,
.files-back .fa,
.files-add .fa {
    margin-left: 5px;
}

.text-sm {
    font-size: 11px;
}

.toggleItems {
    display: none;
}

#message {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-footer {
    display: block;
}

#customAlert {
    display: none;
    margin-top: 100px;
}

#margin-black-screen {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    position: absolute;
    height: 100%;
    display: none;
    top: 0px;
    z-index: 1;
}

.modal-dialog {
    width: 366px;
}

.modal-body {
    padding-top: 40px;
}

.modal-body img {
    width: 90px;
}

.text-bold {
    font-weight: 700;
}

.m-t-15 {
    margin-top: 15px;
}

.pull-right {
    float: right;
}

.navigations a,
.navigations form {
    margin-left: 3px;
    margin-right: 3px;
}

.navigations .user-back {
    margin-left: 15px;
}

.max-w-170 {
    width: 170px;
}