﻿/* libre-barcode-128-regular - latin */
@font-face {
    font-family: 'Libre Barcode 128';
    src: 
    url('../fonts/libre-barcode-128-v16-latin-regular.woff2') format('woff2'),
    url('../fonts/libre-barcode-128-v16-latin-regular.woff') format('woff')
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.mapAddressInput {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 29px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    width: 250px;
    padding-left: 5px;
}

.activityPane {
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: 20001;
    right: 0;
    background-color: transparent;
}

.border-none {
    border: none;
}

.grayBorder {
    border: 2px solid gray;
}

.smallGrayBorder {
    border: 1px solid gray;
}

.navbarButtonClicked {
    background-color: #f57d2e;
    color: white;
}

.spinnerNavbar {
    position: absolute;
    left: 47%;
    top: 30%;
}

.dialog_window {
    z-index: 2001;
}

#divMap {
    height: 100%;
}

.fancy-checkbox {
    font-weight: 100 !important;
    font-size: 10px;
    margin-bottom: 0;
}

    .fancy-checkbox input[type="checkbox"] {
        display: none;
    }

    .fancy-checkbox span:before {
        font-family: "FontAwesome";
        font-style: normal;
        width: 1em;
        height: 1em;
        font-size: 15px;
        content: '\f096';
        margin-right: .3em;
    }

    .fancy-checkbox input[type="checkbox"]:checked ~ span:before {
        content: '\f046 ';
    }

.small-fancy-checkbox {
    font-weight: 100 !important;
    font-size: 10px;
}

    .small-fancy-checkbox input[type="checkbox"] {
        display: none;
    }

    .small-fancy-checkbox span:before {
        font-family: "FontAwesome";
        font-style: normal;
        width: 1em;
        height: 1em;
        font-size: 15px;
        content: '\f096';
        margin-right: .3em;
    }

    .small-fancy-checkbox input[type="checkbox"]:checked ~ span:before {
        content: '\f046 ';
    }

.pagination-info {
    margin-left: 5px;
}

.reportTable {
    font-size: 10px
}

.layerPane {
    background-color: white;
}

.layerPaneTable {
    margin-bottom: 0px;
}

.text-left {
    text-align: left;
}

.fixed-table-container {
    padding-right: 0px !important;
    max-height: 88%;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.panel-body {
    padding: 0px;
}

.panel-heading {
    padding: 0px;
}

#lblPageTitle {
    float: left;
    margin-left: 25px;
}

.bootstrap-table
.table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

tr .Waiting {
    color: blue;
}

tr .Success {
    color: green;
}

tr .Error {
    color: red;
}

.transparentBackground {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
}

.closeDialogButton {
    color: white;
    vertical-align: -10%;
}

.searchLabel {
    margin-left: 14.3px;
}

.searchPicker {
    margin-left: 14.3px !important;
    margin-right: 14.3px !important;
    background-color: white;
    border: solid 1px lightgray;
}

.small-margin-top {
    margin-top: 10px;
}

#divSearchMap div.dropdown-menu {
    margin-left: 14.3px;
}

.loginscreen {
    position: absolute;
    top: -250px;
    bottom: 0;
    right: 0;
    left: -60px;
    width: 550px;
    height: 500px;
    margin: auto;
}

.login-fields {
    position: absolute;
    right: -60px;
    left: 0;
    margin: auto;
}

.orangeLink {
    text-decoration: underline;
    color: #f57d2e !important;
}

.ui-dialog-titlebar {
    border-radius: 5px;
}

.minimalize-arrow {
    color: #f57d2e;
}

#lblUserName {
    margin-right: 20px;
    text-decoration: underline;
}

.color-danger {
    color: #d9534f;
}

.color-success {
    color: #5cb85c;
}

.topMenuIcon {
    padding: 9px 10px 11px 10px !important;
}

#dialogFilterOrder, #dialogFilterPda {
    overflow-x: hidden;
}

div.gridbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.dhx_toolbar_poly_material {
    z-index: 20000 !important;
    max-height: 300px;
}

.dhx_toolbar_text {
    width: 200px !important;
}

.dhxcombolist_material {
    z-index: 20000 !important;
    width: auto !important;
}

.dhxcombo_material {
    width: 100% !important;
}

.dhxcombo_input {
    margin-left: 0 !important;
}

.even {
    background-color: white;
}

.uneven {
    background-color: #f8f8f8;
}

.right-align-button {
    width: auto;
    float: right;
    margin-right: -15px;
}

/* if disabled is NOT always equals to loading, then swap selector */
button:disabled > i {
    /* button:disabled.loading > i { */
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fixed-table-container tbody .selected td {
    background-color: #f57d2e;
    color: white;
}

.JourneySheetPage {
    padding: 5px;
    color: #424446;
}

    .JourneySheetPage .JourneySheetTitle {
        font-weight: 700;
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid black;
    }

    .JourneySheetPage .JourneySheetRunInfo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: small;
    }

        .JourneySheetPage .JourneySheetRunInfo > div {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

            .JourneySheetPage .JourneySheetRunInfo > div > div {
                flex-grow: 1;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                margin: 1px;
            }

    .JourneySheetPage .JourneySheetInput {
        width: 60%;
        border: 1px solid black;
    }

    .JourneySheetPage .JourneySheetInputSmal {
        width: 30%;
        border: 1px solid black;
    }

    .JourneySheetPage .JourneySheetInputOptions {
        width: 60%;
        display: flex;
        flex-direction: row;
    }

        .JourneySheetPage .JourneySheetInputOptions > div {
            border: 1px solid black;
            flex-grow: 1;
        }

    .JourneySheetPage .JourneySheetStopInfo {
        display: flex;
        flex-direction: row;
        font-size: 8px;
        justify-content: flex-end;
        margin-left: 5px;
    }

    .JourneySheetPage > div.JourneySheetTable > div.bootstrap-table > div.fixed-table-container > div.fixed-table-body > table > tbody > .stopRow1 > td {
        padding-top: 10px;
    }

    .JourneySheetPage > div.JourneySheetTable > div.bootstrap-table > div.fixed-table-container > div.fixed-table-body > table > tbody > .stopRow1:nth-child(1) > td {
        padding-top: 0px;
    }

.tableJourneysheetStops .stopRow1 {
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    font-weight: bold;
    font-size: small;
}

.tableJourneysheetStops .stopRowMid {
    border-left: 2px solid black;
    border-right: 2px solid black;
    font-size: small;
}

.tableJourneysheetStops .stopRow2 {
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    font-size: small;
}

.tableJourneysheetStops .actionType8 {
    background: #b9b9b9;
    color: black;
}

.ArticleTr {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

    .ArticleTr > td {
        border-left: none !important;
    }

.tableJourneysheetStops .articleTotalRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: smaller;
    font-weight: bold;
}

    .tableJourneysheetStops .articleTotalRow > div {
        margin-right: 5px;
    }

.tableJourneysheetStops .articleRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: smaller;
}

    .tableJourneysheetStops .articleRow > div {
        margin-left: 3px;
        margin-right: 3px;
    }

    .tableJourneysheetStops .articleRow > .articleInfo {
        flex-grow: 1;
    }

#modPdf > .modal-dialog {
    margin: auto;
    width: 100vw;
}

#JourneySheet page {
    page-break-after: always;
}

.tableJourneysheetStops > tbody > tr > td:nth-child(10) {
    width: 130px;
}

.input-boxed {
    border: 1px solid gray;
    margin-bottom: 5px;
    padding: 5px;
}

.addAdditional {
    margin-bottom: 2px;
}

.subcompany > img {
    position: relative;
    height: 50px;
}

.subcompanyLogin {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .subcompanyLogin > img {
        height: 70px;
    }

#RetourFile page {
    page-break-after: always;
    color: #424446;
}

.RetourFileTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2px;
}

    .RetourFileTitle .page {
        display: flex;
    }

.RetourFileRunInfo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid black;
}

    .RetourFileRunInfo > div > div {
        display: flex;
    }

.RetourFileInfo {
    display: flex;
    flex-flow: row wrap;
}

    .RetourFileInfo .RetourLine {
        display: flex;
    }

    .RetourFileInfo:first-child {
        width: 100%;
    }

    .RetourFileInfo > div {
        width: 33%;
    }

.RetourFileSignature {
    display: flex;
    flex-flow: row wrap;
}

    .RetourFileSignature > div {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .RetourFileSignature .RetourFileInput {
        min-height: 60px;
    }

.extra-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.narrow-sorting thead th .sortable {
    padding-right: 20px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate {
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

#tableForemanArticles {
    font-size: smaller;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding-left: 2px;
}

.RetourFileBarcodeAndBadstock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.barcode {
    font-family: 'Libre Barcode 128';
    font-size: 55px;
    white-space: pre;
}

.badStock {
    font-size: 20px;
    font-weight: bold;
    margin-top: -20px;
}

.deleted {
    text-decoration: line-through;
    background-color: pink;
}
