@font-face {
    font-family: Panton;
    font-weight: lighter;
    src: url("/views/font/Panton-Light.ttf");
}

@font-face {
    font-family: Panton;
    font-weight: 600;
    src: url("/views/font/Panton-Regular.ttf");
}

@font-face {
    font-family: Panton;
    font-weight: bold;
    src: url("/views/font/Panton-SemiBold.ttf");
}

@font-face {
    font-family: Panton;
    font-weight: bolder;
    src: url("/views/font/Panton-Black.ttf");
}

:root {
    --main-blue: #394C83;
    --main-orange: #e67e22;
    --dark-orange: #ED5B10;
}

body {
    overscroll-behavior: contain;
}

.panton {
    font-weight: 600;
    font-family: 'Panton';
}

.panton-bold {
    font-family: 'Panton';
    font-weight: bold;
}

.bg-lightgrey {
    background-color: #DADADA;
}

.bg-noir {
    background-color: #333333;
}

.bg-orange {
    background-color: #ED5B10;
}

.bg-loader {
    background-color: #33333347;
    width: 105%;
    height: 100%;
    top: 0;
    left: -0.75rem;
    position: fixed;
    z-index: 10000;
}

.text-header {
    font-size: .95rem;
}

.text-body {
    font-size: 1rem;
}

.text-footer {
    font-size: 1rem;
}

.text-button {
    font-size: 1.25rem;
}

.text-toast {
    font-size: 1.2rem;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 700;
    line-height: 1.2;
}

.text-label {
    font-size: 1.15rem;
}

.text-label-login {
    font-size: 1.25rem;
}

.text-label-last {
    font-size: 1rem;
}

.text-table {
    font-size: 1.35rem;
}

.text-table-last {
    font-size: 1rem;
}

.text-placeholder {
    font-size: 1.25rem;
}

.text-h1 {
    font-size: 2rem;
}

.text-h2 {
    font-size: 2rem;
}

.text-tab {
    font-size: 1.15rem;
}

.text-shipping {
    font-size: 1.5rem;
}

.text-noir {
    color: #333333;
}

.text-green {
    color: green !important;
}

.text-red {
    color: #b42323 !important;
}

.text-grey {
    color: grey;
}

.navbar-toggler {
    border: 0.15rem solid #FFFFFF;
}

.navbar-toggler:focus {
    background-color: #ED5B10;
    box-shadow: 0 0 0 0.15rem;
}

.navbar>.container-fluid {
    justify-content: end !important;
    margin-right: 1rem;
}

#navbarDropdown > .dropdown-menu {
    border-color: transparent;
    padding: .25rem 1rem;
    right: -1rem;
    box-shadow: -1px 1px 2px -2px black;
}

#navbarDropdown > .navbar-toggler > span {
    font-size: 1.75rem;
}

#brand-logo {
    margin-left: 1rem;
}

.navbar-user,
.navbar-button {
    width: 10rem;
    color: #FFFFFF !important;
    border: none;
    border-bottom: 1px solid #FFFFFF !important;
    border-radius: 0;
}

.navbar-button:hover,
.navbar-button:active,
.navbar-button:focus-visible {
    color: #ED5B10 !important;
    border-bottom: 1px solid #ED5B10 !important;
}

.navbar-user:hover,
.navbar-user:active,
.navbar-user:focus-visible {
    cursor: default;
    color: #FFFFFF !important;
    border: none;
    border-bottom: 1px solid #FFFFFF !important;
}

.navbar-button:disabled {
    opacity: 0.2;
    color: #FFFFFF !important;
    border: none;
    border-bottom: 1px solid #FFFFFF !important;
}

.label-app {
    color: #FFFFFF;
    background-color: #394C83;
    padding: .75rem;
}

.label-title {
    background-color: white;
    padding: 0.35rem;
    margin-bottom: 0.5rem;
}

.margin-app {
    padding: 1rem;
    padding-bottom: 3rem;
}

.margin-loader {
    margin-top: 50vh;
}

.btn-orange {
    width: 55%;
    color: #FFFFFF;
    background-color: #ED5B10;
}

.btn-orange-short {
    width: 45%;
    color: #FFFFFF;
    background-color: #ED5B10;
}

.btn-orange-long {
    width: 100%;
    color: #FFFFFF;
    background-color: #ED5B10;
}

.btn-orange:hover,
.btn-orange-short:hover,
.btn-orange-long:hover {
    color: #FFFFFF;
    background-color: #CC5F1E;
}

.btn-noir {
    width: 55%;
    color: #FFFFFF;
    background-color: #333333;
}

.btn-noir-short {
    width: 45%;
    color: #FFFFFF;
    background-color: #333333;
}

.btn-noir-long {
    width: 100%;
    color: #FFFFFF;
    background-color: #333333;
}

.btn-noir:hover,
.btn-noir-short:hover,
.btn-noir-long:hover {
    color: #333333;
    background-color: grey;
}

.btn-green {
    width: 55%;
    color: #FFFFFF;
    background-color: darkgreen;
}

.btn-green-short {
    width: 45%;
    color: #FFFFFF;
    background-color: darkgreen;
}

.btn-green-long {
    width: 100%;
    color: #FFFFFF;
    background-color: darkgreen;
}

.btn-green:hover,
.btn-green-short:hover,
.btn-green-long:hover {
    color: #FFFFFF;
    background-color: green;
}

.btn-red {
    width: 55%;
    color: #FFFFFF;
    background-color: darkred;
}

.btn-red-short {
    width: 45%;
    color: #FFFFFF;
    background-color: darkred;
}

.btn-red-long {
    width: 100%;
    color: #FFFFFF;
    background-color: darkred;
}

.btn-red:hover,
.btn-red-short:hover,
.btn-red-long:hover {
    color: #FFFFFF;
    background-color: red;
}

.border-noir {
    border: 2px solid #333333 !important;
}

.mw-input {
    max-width: 18rem;
}

.bg-medgrey {
    background-color: #ccc9c9;
}

.bg-grey {
    background-color: #C4C7CB;
}

select option {
    color: #FFFFFF;
    background-color: #ED5B10;
}

.container-table {
    height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.container-table-shipping {
    overflow-y: auto;
    overflow-x: hidden;
    padding: .5rem .75rem;
    padding-bottom: 2.5rem;
}

.container-table-shipping .tab-content > .tab-pane {
    border-radius: 0 0 .25rem .25rem;
}

.order-tab {
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
}

.container-table-shipping li {
    display: flex;
}

.container-table-shipping li .obraColor {
    width: .625rem;
    height: 100%;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border: 1px solid var(--bs-nav-tabs-border-color);
    border-right: none;
    border-bottom: none;
}

.container-table-shipping li a.nav-link {
    border-top-left-radius: 0;
}

.container-table-shipping .tab-content-check {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    color: black;
    background-color: #98acf1;
}

.container-table-shipping .tab-content-check input {
    margin-left: .5rem;
    height: 1.25rem;
    width: 1.25rem;
}

.partial-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.35rem;
    padding: 0.5rem 1rem;
    background-color: lightgray;
}

.partial-container > .reset-btn {
    padding: 0 .5rem;
    font-size: 2rem;
    background-color: #e67e22;
    color: #FFFFFF;
    border-radius: 0.375rem;
}

#pesoParcial {
    width: 100%;
    padding: 0 .25rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#pesoParcial > span {
    font-size: 1.125rem;
    color: #b42323;
}

.roadmap-menu {
    display: flex;
}

.roadmap-menu > button {
    margin-left: 1rem;
    margin-bottom: 0;
}

.roadmap-menu {
    position: relative;
    padding-bottom: 1rem;
}

.roadmap-menu > i {
    font-size: 1.75rem;
    color: rgb(190, 70, 0);
}

#roadmap-options {
    position: absolute;
    border: 2px solid black;
    background: var(--main-orange);
    right: 0;
    top: calc(100% - 1.125rem);
    border-radius: 0.375rem;
}

#roadmap-options > div {
    border-bottom: 1px solid black;
    padding: .5rem;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#roadmap-options > div:hover {
    background-color: rgb(190, 70, 0);
}

#roadmap-options > div:last-of-type {
    border-bottom: none;
}

#roadmap-options > div > i {
    margin-right: .5rem;
    font-size: 1.25rem;
}
#roadmap-options > div > p {
    margin-bottom: 0;
    white-space: nowrap;
}

.text-rest {
    font-size: 1rem;
}

.border-blanc {
    border: 2px solid #FFFFFF !important;
}

.border-tab {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.toast-transform {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2000;
}

.toast-body {
    align-items: center;
}

.toast-icon {
    margin: 0;
    font-size: 1.5rem;
}

.led-box {
    height: 0.5rem;
    width: 100%;
    margin: 10px 0;
    float: right;
}

.led-green {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-blue {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: #24E0FF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}

.led-red {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

.led-yellow {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: #FF0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
    -webkit-animation: blinkYellow 1s infinite;
    -moz-animation: blinkYellow 1s infinite;
    -ms-animation: blinkYellow 1s infinite;
    -o-animation: blinkYellow 1s infinite;
    animation: blinkYellow 1s infinite;
}

.editable {
    cursor: pointer;
    border: 2px solid black;
}

.spinner-border {
    color: #ED5B10;
}

.active {
    color: black !important;
    background-color: #98acf1;
}

.nav-link {
    padding: 0.5rem !important;
}

.nav-tabs .nav-link.active {
    background-color: #98acf1;
}

.cursor-pointer {
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    border-radius: 10px;
    background-color: #ED5B10;
    padding: 1.5rem;
    z-index: 2000;
}

table.dataTable.display tbody tr.even.selected>td,
table.dataTable.display tbody tr.odd.selected>td {
    background-color: grey !important;
}

.dataTables_filter,
.dataTable_length {
    display: none;
}

.dataTables_length {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ED5B10;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ED5B10;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.list-colada {
    max-height: 30%;
    overflow-y: scroll;
}

.update-section {
    border-top: 1px solid black;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.roadmap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.roadmap-header .btn{
    height: 46px;
    width: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roadmap-header .btn i{
    font-size: 1.75rem;
}

.btn-mode{
    width: auto;
    margin-left: 3rem;
}

.modal-body.modal-pending {
    overflow-y: scroll;
    min-height: 4rem;
    max-height: 70vh;
    position: relative;
    padding: 0;
}

.modal-pending > table {
    width: 100%;
}

.modal-pending thead {
    background-color: antiquewhite;
}

.modal-pending th, .modal-pending td {
    padding: .25rem .5rem;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.modal-pending th.number, .modal-pending td.number {
    text-align: right;
}

.modal-pending table thead th:last-of-type, .modal-pending table tbody td:last-of-type {
    border-right: none;
}
.modal-pending table tbody tr:last-of-type td {
    border-bottom: none;
}

.modal-pending tr.loaded {
    background-color: rgba(16, 178, 85, 0.4);
}

.modal-pending .detalle-row {
    /* background-color: rgba(250, 235, 215, .5); */
    background-color: peachpuff;
}

.modal-pending .detalle-row > td {
    padding-bottom: 1rem;
}

.modal-pending .detalle-row img {
    width: 100%;
}

.machine-group .detalle-lin-machine {
    border-top: 1px solid lightgray;
    background-color: peachpuff;
    padding: .5rem;
}

.machine-group .detalle-lin-machine img{
    width: 100%;
    border: 1px solid lightgray;
}

.modal-instrucciones .modal-header, .modal-instrucciones .modal-footer button {
    text-transform: uppercase;
    justify-content: center;
}

.modal-body {
    overflow-y: auto;
    max-height: 70vh;
}

.modal-instrucciones .modal-body p {
    margin-bottom: .75rem;
    text-align: justify;
}

.modal-instrucciones .modal-body > div {
    margin: 1.75rem 0;
}

.modal-header, .modal-footer button {
    text-transform: uppercase;
    justify-content: center;
}

.modal-footer {
    display: flex;
    flex-wrap: nowrap;
}

.modal-blue .modal-header, .modal-blue .modal-footer {
    background-color: var(--main-blue);
}
.modal-orange .modal-header, .modal-orange .modal-footer {
    background-color: var(--main-orange);
}
.modal-orange-striped .modal-header, .modal-orange-striped .modal-footer {
    background: repeating-linear-gradient(
        -45deg,
        rgba(190, 70, 0),
        rgba(190, 70, 0) 10px,
        var(--main-orange) 10px,
        var(--main-orange) 20px
    );
}

.order-tab{
    border-radius: 0.5rem;
    padding: 0.5rem 0;
}

.load-complete{
    background-color: seagreen;
}


@media (min-width: 992px) {
    #btnDropDown.navbar-toggler {
        display: block;
    }
}
