﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: OpenSans;
    src: url('/fonts/OpenSans.woff2') format('woff2');
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    /*padding-top: 1.1rem;*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


.box {
    float: left;
    padding: 10px;
}

.is-grouped > .button:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
}


.pull-right {
    float: right !important;
}

.upload-box {
    position: relative;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    padding: 60px 40px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    box-shadow: 1px 2px 5px 0 rgb(52 40 22 / 4%), 0 1px 2px 0 rgb(53 40 22 / 4%);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    outline: 2px dashed #e2e3e5;
    outline-color: rgb(226, 227, 229);
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: -15px;
    -webkit-transition: outline .15s ease-in-out;
    transition: outline .15s ease-in-out;
}

*, ::after, ::before {
    box-sizing: border-box;
}

form {
    display: block;
    margin-top: 0em;
}

body {
    position: relative;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    font-family: Lato,sans-serif;
}

.fieldset {
    background-color: ghostwhite;
}

.headerPadding {
    padding: 8px 60px 8px 18px;
}

.divPadding {
    padding: 8px 60px 8px 15px;
}

.searchPadding {
    padding: 8px 60px 8px 30px;
}

.marginTable {
    margin: 10px 15px 10px 15px;
}

.searchLabel {
    text-transform: uppercase;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.form-control {
    font-size: 18px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-signature {
    border: 1px solid black;
    border-radius: .25rem;
}

.plc_valueOfGoods {
    margin-left: 38px;
}

.floatDiv {
    float: left;
}


.divWidth33Percent {
    width: 33%;
}

.divWidth50Percent {
    width: 50%;
}

#app .blazored-modal-container, #app .blazored-modal-overlay, #app .blazored-modal.blazored-modal {
    z-index: 1060;
}

.parcelSizeBtnContainer {
    max-width: none;
    flex: none;
    width: auto;
}

.pointer {
    cursor: pointer;
}

.text-ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.loader-bg, popup-bg {
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 1060;
    left: 0;
    top: 0;
}

.underline {
    text-decoration: underline;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.ml-0 {
    margin-left: 0;
}

.black {
    color: black;
}

.bold {
    font-weight: bold;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pl-3 {
    padding-left: 15px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-4 {
    padding-right: 20px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 20px;
}


.w-100 {
    width: 100%;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-send:before {
    content: "\e171";
}

.textReadonlyBackground {
    background-color: #e9ecef;
}

.pakadoo-checkbox {
    width: 20px;
    height: 20px;
    background: @cyan;
    font-style: normal;
    font-size: 32px;
    line-height: 16px;
    margin: auto;
}

.pakadoo-checkbox.checked:before {
    content: '×';
}
