﻿.sum {
    text-align: right;
    font-weight: bold;
}

.custom-form-input {
    background-color: #DBE4F5;
    border: none;
    text-align: right;
    min-width: 150px;
}

.custom-form-white-input {
    background-color: white;
    border: none;
    text-align: right;
    color: black!important;
    font-weight: bold;
}

.custom-form-input:disabled {
    background-color: #f3f3f3;
    border: none;
    text-align: right;
}

.custom-form-table {
    width: 100%;
    border: 1px solid black;
}

.custom-form-table td {
    padding: 5px;
}

.custom-form-table.debug td {
    border: 1px solid pink !important;
}

.sub-td {
    width: 80px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.bordered {
    border: 1px solid black;
}

.left-border {
    border-left: 1px solid black;
}

.top-border {
    border-top: 1px solid black;
}

.bottom-border {
    border-bottom: 1px solid black;
}

.right-border {
    border-right: 1px solid black;
}

.full-width {
    width: 100%;
    max-width: unset;
}

.custom-from-bloc-container {
    border: solid 2px var(--v-primary);
    border-radius: 5px;
    margin-top: 10px;
}

.custom-form-bloc-container {
    border: solid 2px var(--v-primary-dark);
    border-radius: 5px;
    margin-top: 10px;
}

.custom-form-code {
    color: var(--v-primary-dark);
    margin-right: 10px;
}

.custom-form-type {
    color: var(--v-secondary);
    margin-left: 10px;
}

.custom-form-info {
    font-weight: bold;
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
}

.custom-form-btn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.custom-form-checkbox {
    height: 30px;
    vertical-align: middle;
}
