.home-logo {
    margin: auto;
    display: block;
    max-width: 200px;
}

.container-left {
    float: left;
}
.container-full {
    width: 100%;
    max-width: 100%;
}
h1 {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 1.5em;
}
@media only screen and (max-width: 1100px) {
    h1.test-title {
        font-size: 1.2em;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }
}
.nav {
    font-size: 12px;
}
.nav-dropdown-items {
    padding-left: 0px !important;
}

.sidebar .nav-dropdown-items .nav-item {
    padding-left: 16px;
}

.nav-item a.active {
    font-weight: bold
}

a {
    color: #127da2;
}

.data-table-row {
    margin-bottom: 8px;
}

.data-table-elements {
    float: left;
}

.data-table-elements label,
.data-table-elements select {
    float: left;
    margin-right: 12px;
}

.data-table-elements select.elements {
    width: auto;
}

.data-table-elements input.query {
    max-width: 200px;
}

.main-test {
    margin-left: 0 !important;
    padding: 0 20px;
    overflow-x: hidden;
}

.btn-test {
    font-size: 56px;
    height: 44vh;
}

.btn-test:nth-last-of-type(1) {
    margin-top: 20px;
}

.alert-no-planning {
    word-wrap: break-word;
    width: max-content;
}

.alert-device {
    margin-top: 30px;
    right: 30px;
}


.calendar {
    width: 100%;
}

.calendar thead tr th,
.calendar tbody tr td {
    width: 13%;
    border: 1px solid #cecece;
}

.calendar thead tr th.week,
.calendar tbody tr td.week {
    width: 9%;
    text-align: center;
    background-color: #ededed;
}

.calendar thead tr th {
    text-align: center;
    background-color: #ededed;
}

.calendar tbody tr td {
    vertical-align: top;
    padding: 4px;
    height: 140px;
    font-size: 12px;
}

.calendar tbody tr td span.title {
    font-size: 12px;
}

.calendar tbody tr td div.production-info {
    padding: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}
.test-fail-form {
    font-size: 24px;
}

.test-fail-form .row .form-check input {
  height: 30px;
}

.text-value {
    font-size: 1.3125rem;
    font-weight: 600;
}

h1.dashboard {
    margin: 10px;
}
h1.nav-title {
    font-size: 18px;
}

.del-hide {
    display: none;
}

.def_code {
    border-bottom: 1px solid #cecece;
    padding: 2px;
    text-align: left;
    vertical-align: center;
}
.hide {
    display: none;
}

.error-panel {
    border-color: #813838;
    background-color: #fdd6d6;
}

.pack-del {
    font-size: 18px;padding-top: 6px;
}
.pack-row {
    margin-bottom: 4px;
}

.error-field {
    border: 2px solid #ff0000;
}
tr.click_line {
    cursor: pointer;
}
tr.click_line td {
    cursor: pointer;
}
td.small-txt {
    font-size: 10px;
}
#add-note-form {
    display: none;
}
.tab-service {
    cursor: pointer;
}

.table-smaller th, .table-smaller td {
    padding: 0.1rem;
    border-top: 0.5px solid #a4b7c1;
}
.mode_2_order {
    display: none;
}

.scan-mode-2 {
    padding-top: 100px;
}
.scan-mode-2 input {
    font-size: 22px;
    width: 600px;
}
.scan-mode-2 input.asserror {
    border-color: #813838;
    background-color: #fdd6d6;
}
