body {
    background: #f2f2f2;
}

h1 {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

th {
    text-align: center;
}

textarea[rows],
textarea {
    height: 37px;
    min-height: 37px;
}

textarea {
    overflow: hidden;
    resize: none;
}

form > * {
    margin-top: 10px;
}

.row {
    margin: 0px;
}

.list-group-item-action {
    color: #007bff;
}

div.message.hidden {
    display: none;
}

.custom-card {
    background: #fff;
    border-radius: 2px;
    margin: 15px;
    padding: 10px;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
}

.login-card {
    width: 500px;
}

.navbar-custom {
    margin: 15px;
    background: rgb(248, 248, 248);
    box-shadow:
        0 1px 3px rgba(214, 214, 214, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
}

.category {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #eceef0;
    border: #dee2e6 1px solid;
    padding: 10px;
    cursor: pointer;
}

.category:hover {
    background: #dee2e6;
}

.validate-box {
    padding: 10px 0px 10px 0px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin-bottom: 10px;
}

.validate-box h1 {
    padding-left: 10%;
}

.validate-box #btnDelete {
    float: right;
}

.center {
    text-align: center;
}

.td-delete {
    width: 10px;
}

.table td,
.table th {
    padding: 0.5rem;
}

DIV.table {
    display: table;
}

FORM.tr,
DIV.tr {
    display: table-row;
}

SPAN.td,
label.td {
    display: table-cell;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: top;
}

SPAN.th {
    display: table-cell;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.loading-field {
    background-color: #ffffff;
    background-image: url("/img/hourglass-split.svg");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.success-field {
    background-color: #ffffff;
    background-image: url("/img/check.png");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.warning-field {
    background-color: #ffffff;
    background-image: url("/img/warning.svg");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.navbar-bran {
    padding-top: 5px;
}

.error-message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25rem;
}

#version-number {
    color: #c9c9c9;
}
