html {
  font-size: 14px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1770px;
    }
}

/*
a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
*/
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    padding-right: 10px;
    width: 200px;
}

.dl-small dt {
    width: 20%;
    padding: 0;
    margin-right: 2px;
}

.dl-small dd {
    /* width: 80%; */
    padding: 0;
    margin: 2px;
    /* adjust the width; make sure the total of both is 100% */
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}

.tom-select {
    width:100%;
    max-width: 400px;
}
.tom-select2 {
    width: 100%;
    max-width: 600px;
}

.pdfDocument {
    font-size: 12px;
}

.pdfColumn {
    width: 100px;
}

.opa::before {
    opacity: 0.5;
}

.col-form-label {
    font-weight:bold;
}

input[type="checkbox"][disabled][checked] {
    filter: invert(100%) hue-rotate(90deg) brightness(5);
    transform: scale(1.5);
}

input[type="checkbox"][disabled] {
    /*filter: invert(100%) hue-rotate(18deg) brightness(5);*/
}

.btn-primary {
    background-color: darkred;
}

    .btn-primary:hover {
        background-color: lightcoral;
    }

.btn-secondary {
    background-color: lightcoral;
}

    .btn-secondary:hover {
        background-color: darkred;
    }

thead {
    color: #fff;
    background-color: darkred;
    border-color: red;
}

    thead.delivery {
        color: #fff;
        background-color: firebrick;
        border-color: red;
    }

    thead.payment {
        color: #fff;
        background-color: firebrick;
        border-color: red;
    }

    thead a:visited {
        color: #fff;
    }

    thead a:link {
        color: #fff;
    }

    thead a:hover {
        color: #bfbfbf;
    }

    thead a:active {
        color: #bfbfbf;
    }

.body-order {
    font-size: 16px;
}

.panel-order {
    border: 1px solid black;
}

.panel-order-pdf {
    border: 1.5px solid black;
}

.thead-order {
    color: #fff;
    background-color: #bfbfbf;
    border: 1.5px solid black;
    font-weight: bold;
}

.table-order thead > tr > th,
.table-order tbody > tr > th,
.table-order tfoot > tr > th,
.table-order thead > tr > td,
.table-order tbody > tr > td,
.table-order tfoot > tr > td {
    border: 1.5px solid black;
}

.table-order thead > tr > th {
    border-bottom: 1.5px solid black;
}

.footer-order {
    font-weight: bold;
    color: green;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 25%;
}

.table-extra {
    border-radius: 4px;
    border: 1px solid darkgreen;
}

.one-third {
    float: left;
    width: 33%;
    padding: 0px;
}

.two-third {
    float: left;
    width: 66%;
    padding: 0px;
}

.clear {
    clear: both;
    float: none;
}

.signature {
    height: 170px;
    padding: 2px;
}

.signatureLogo {
    height: 170px;
    padding: 2px;
    padding-top: 40px;
}

.input-navbar {
    margin: 2px;
    margin-top: 0px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

dd {
    margin-bottom: 0px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after, {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}
