﻿.navbar h1 {
    margin-bottom: 4px;
    font-size: 26px;
    color: white;
}

.border-bottom-thick, .section {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-color: whitesmoke;
}

.section {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bg-white {
    background-color: white;
}

.title, .add-button, .text-dark-blue {
    color: rgb(4, 46, 97);
}

.input-line, .border-dark-blue, .add-button {
    border-color: rgb(4, 46, 97) !important;
}

.btn-dark-blue, .btn-dark-blue:hover {
    background-color: rgb(4, 46, 97) !important;
    color: white;
}

.input-validation-error, .input-validation-error, input.input-validation-error + .input-group-append {
    /*same as "danger" color from Bootstrap*/
    border-color: #dc3545 !important;
}

.input-line {
    border-width: 1px;
    line-height: normal !important;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    width: 100%;
}
input[type=radio] {
    transform: scale(1.5);
}

.radio-button-validation {
    padding-left: 18px;
}

.form-control {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
}

.input-row {
    margin-top: 10px;
}

.input-file {
    visibility: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input.disabled {
    background-color: rgba(239, 239, 239, 0.3);
    cursor: default;
    user-select: none !important; /* For Chrome and Opera */
    -ms-user-select: none !important; /* For Internet Edge and Explorer*/
    -webkit-user-select: none !important; /* For Safari */
    -moz-user-select: none !important; /* For Firefox */
    -khtml-user-select: none !important; /* Konqueror HTML */
}

input.disabled:focus {
    outline: none;
}

body, select, input, #input-file-button, .body-text {
    font-size: small !important;
}

.upload-area {
    border-style: dashed !important;
    border-radius: 5px;
}

.hidden {
    visibility: hidden;
}

label {
    margin-bottom: 0;
}

#add-line, .bi.bi-trash-fill {
    cursor: pointer;
}

#invoice-lines .bi.bi-trash-fill {
    position: absolute;
    bottom: 0;
}

.bi.bi-plus-circle {
    width: 17px;
}

.icon {
    font-size: 17px;
}

.file-input-icon {
    font-size: 12px;
}

#person,
#company,
#organization,
#details,
#spinner {
    display: none;
}

.clear-content-action {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.found-or-not-description {
    font-size: x-small;
    font-weight: bold;
}

.paperclip-parent {
    width: 20px;
}

.paperclip-parent div {
    transform: rotate(45deg);
}

.mvg-options {
    position: absolute;
    bottom: 0;
    margin-left: -2px;
}

.mvg-options-header {
    white-space: nowrap;
}

@media (max-width:768px) {
    .invoice-line + .invoice-line, .pdf-invoice-line + .pdf-invoice-line {
        margin-top: 15px;
        border-top-width: 2px !important;
        border-top-style: solid !important;
        border-color: whitesmoke;
    }
}

.pdf-wrapper {
    display: none;
}

.pdf-logo {
    display: block;
    margin-left: auto;
}

.pdf-mvg {
    width: 30px;
}

.pdf-info, #pdf-lines-header, #pdf-lines, #pdf-totals, .pdf-requested-by {
    font-size: small;
}
#pdf-footer-top-text {
    font-size: x-small;
}

#pdf-footer-content {
    font-size: smaller;
}

.warning {
    color: red;
}