body {
    opacity: 0;
    transition: opacity 1s;
}

span.undertemp {
    color: red;
    /* font-weight: bold; */
}

span.overtemp {
    color: red;
    /* font-weight:bold; */
}

span.undervolt {
    color: red;
    /* font-weight:bold; */
}

a {
    color: #4d60b0;
}

a.page-link {
    color: #4d60b0;
}

a.nav-link {
    color: #31343d !important;
    padding-right: 1rem !important;
}

div.dt-buttons button {
    border-radius: 0px;
    background-color: #4d6084 !important;
    font-size: 14.4px;
    /* padding: 5px;
    padding-left: 12px;
    padding-right: 12px; */
}

div.dt-buttons button:hover {
    background-color: #4d6084;
}


div.dt-button-collection .dt-button.active {
    background-color: #4d6084;
}

div.form-group input[type=checkbox] {
    width: 50px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

ul.nav-tabs {
    margin-bottom:30px;
}

form.moveitover {
    position:absolute;
    top:0px;
    left:335px;
    z-index: 1;
}

div.moveit {
    position:relative;
}

form.login label.form-check-label {
    margin-left:20px;
}

div.version {
    float:right;
    margin-right: 20px;
    margin-top:-40px;
}
div.main.container {
    max-width: none;
    padding-left:5%;
    padding-right:5%;
}

div.form-check label.form-check-label {
    margin-left:40px;
}

div.form-check small.form-text {
    margin-left:30px;
}

form.settings input.form-check-input {
    margin-left:0px;
}

table.import-preview {
    font-stretch: ultra-condensed;
    font-size: 12px;
}

table.import-preview td, table.import-preview th {
    padding: 0px;
}

/* table.import-preview, th, td {
    border: 1px solid black;
} */

table td a {
    margin-right: 16px;
}

table#steps tr.seqrow td {
    /* background-color:#f2f2f2; */
    border-top-width: 2px;
    border-top-color:gray;
}

table#steps tr:not(.seqrow) td {
    background-color:#f2f2f2;
    /* border-top-width: 2px;
    border-top-color:gray; */
}

#myaccordion div.card-header {
    background-color:#f2f2f2;
}

.select2-selection__rendered {
    line-height: 34px !important;
    padding-top: 3px;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

.dataTables_processing {
    background-color: antiquewhite;
}

p.help-block {
    color:red;
}

div#include-from-outside {
    margin-bottom:20px;
}

div.grid-container {
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    /* width: 400px; */
    justify-content: center;
    align-content: center;
    gap: 10px;
    /* height: 300px; Adjust height as needed */
    /* border: 1px solid #000; */
}

div.grid-cell-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #000; /* Optional: add borders to see the cells */
    border-radius: 7px;
    height: 50px;
    width: 200px;
}

div.grid-cell-horiz {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000; /* Optional: add borders to see the cells */
    height: 100px;
    min-width: 200px;
}

div.grid-cell-above, div.grid-cell-below {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000; /* Optional: add borders to see the cells */
    height: 100px;
    min-width: 200px;
}

table tr.dtrg-group {
    background-color: rgba(0, 0, 0, 0.1);
}

#items tr[role="row"] td:first-child a {
    display: none;
}

#items tr.dtrg-group td {
    padding-bottom: 0px;
    padding-top: 20px;
}
