.navbar-brand > img {
    width: 200px;
}

.main-content {
    max-width: 100%;
}

.icon-lock, .icon-unlock {
    height: 24px;
}

.lock-status {
    height: 30px;
    align-items: center;
}

td[data-col-seq=is_locked] {
    text-align-last: center;
}

.export-dropdown {
    display: flex;
    flex-direction: row-reverse
}

.send-group {
    margin-bottom: 20px;
}

.far {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
}

td {
    text-align: center;
}

.load-animation {
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}
.status-route{
    font-size: 1.3em;
}
.status-canceled {
    color: red;
}
.exported-mp {
    color: #00B5EF;
}

.exported-vl {
    color: #D80025;
}

.exported-sap {
    color: #00af48;
}

.exported-wma {
    color: #1565c0;
}
.exported-rest {
    color: #15c045;
}
.exported-paper {
    color: #000000;
}

#sendPrintLoad {
    background-color: #b0b0b0;

}

#sendVL {
    background-color: white;
    color: #D80025;
    border: solid 2px;
}


#sendSAP {

    background-color: #00af48;
    color: white;
    border: none;
}

#sendPrint {

    background-color: #b0b0b0;
    color: black;
    border: none;
}

#sendWMA {
    background-color: #1565c0;
    color: white;
}

#sendAssignmentWMA {
    background-color: #1565c0;
    color: white;
}

#cancelRoute {

    background-color: red;
    color: white;
    border: none;

}

#pauseRoute {
    background-color: #ff9100;
    color: white;
    border: none;
}

.route-action-btn {

    background-color: white;
    color: black;
    border: none;
}
.pagination {
    justify-content: center;
}