﻿body {
    background: url("../assets/lcr-background.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Arial;
}

header {
    z-index: 2000;
}

#app {
    min-height: 100vh;
}

.mud-input button {
    color: #FDC100 !important;
}

.mud-button-root svg {
    color: #CECACA !important;
}

.mud-input-control {
    margin-top: 0px !important;
}

    .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin: 0 !important;
    }

.mud-day {
    color: var(--mud-palette-black) !important;
}

.br-0 {
    border-radius: 0 !important;
}

.message-dialog-validate {
    color: #1E1919;
    background-color: #FDC100;
    font-weight: 700;
    width: auto;
    padding: 6px 16px;
    border-radius: 4px;
}

.message-dialog-cancel {
    color: #FDC100;
    background-color: #CECACA;
    font-weight: 700;
    width: auto;
    padding: 6px 16px;
    border-radius: 4px;
}

input:disabled, input:read-only, select:disabled {
    color: #C6C6C6 !important;
    opacity: 0.5;
}

.bg-login {
    /*background: url('../assets/login-image.png');*/
    background: url("../images/LeftSideConnection.png");
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
}

.breadcrumb:hover {
    color: inherit;
    text-decoration: underline;
}

.click-cursor {
    cursor: pointer;
}

.min-h-30 {
    min-height: 30vh;
}

.validation-message {
    font-family: Arial;
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid ~ .validation-message {
    display: block;
}

.form-control.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .form-control.invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

textarea.form-control.invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.invalid ~ .validation-message {
    display: block;
}

.lcr-toast-position {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(calc(50vw + 50%));
}

.z-index200 {
    z-index: 200;
}

.blazored-modal-header {
    display: none !important;
}

.agency-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 300px;
    height: 55px;
    background-color: var(--bs-lcr-gray);
    color: var(--bs-primary);
    font-size: 22px;
    border-radius: 10px;
}

    .agency-card:hover {
        cursor: pointer;
        background-color: #252121 !important;
    }

.project-card:hover {
    cursor: pointer;
    background-color: #252121 !important;
}

.save-project {
    color: #1E1919;
    background-color: #FDC100;
    font-weight: 700;
    width: 150px;
    height: 40px;
    border-radius: 20px;
}

.project-list-manager {
    color: #FDC100;
    font-size: 18px;
    font-weight: 700;
    text-align: start;
}

.project-list-card:hover {
    cursor: pointer;
    background-color: #252121 !important;
}

.project-detail-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0px;
    height: 180px;
    align-items: end;
    background-color: #1E1919 !important;
    padding: 20px 10px;
}

.project-detail-title {
    color: #FDC100;
    font-weight: 700;
    text-decoration: underline;
}

.project-detail-subtitle {
    color: #FDC100;
    font-weight: 400;
    text-align: start;
}

.project-input {
    border: 1px solid #CECACA;
    border-radius: 5px;
    background-color: transparent;
    color: #CECACA;
    padding: 5px;
}

.project-text-header {
    text-align: start;
    font-size: 13px;
}

.project-text {
    text-align: start;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

.permit-card {
    background-color: #2C2525;
    border-radius: 10px;
}

    .permit-card:hover {
        cursor: pointer;
        background-color: #252121 !important;
    }

.permit-color-area {
    flex: none;
    width: 15px;
    border-radius: 10px 0px 0px 10px;
}

.permit-refused {
    background-color: #E74C3C;
}

.permit-inprogress {
    background-color: #F79A10;
}

.permit-success {
    background-color: #8BC34A;
}

.permit-status-icon {
    border-radius: 12px;
}

.item-text-primary {
    font-weight: 700;
    color: #FDC100 !important;
    text-align: center;
    padding: 8px 16px;
}

.item-text {
    font-weight: 700;
    color: #595555 !important;
    text-align: center;
    padding: 8px 16px;
}

.item-text-red {
    font-weight: 700;
    color: #E74C3C !important;
    text-align: center;
    padding: 8px 16px;
}

.permit-text-header {
    font-size: 13px;
}

.permit-text {
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

.permit-input {
    border: 1px solid #CECACA;
    border-radius: 5px;
    background-color: transparent;
    color: #CECACA;
    padding: 5px;
}

.permit-instruction-delay {
    display: flex;
    align-items: center;
    border: 2px solid #2091FA;
    color: #2091FA;
    border-radius: 5px;
    padding: 5px;
    background-color: transparent;
}

.permit-doc-available {
    border: 2px solid #CECACA;
}

.complementary-part-limit-delay {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    background-color: transparent;
}

.color-yellow {
    color: #FDC100 !important;
}

.border-yellow {
    border: 2px solid #FDC100;
}

.color-black {
    color: #1E1919;
}

.color-orange {
    color: #F69A10 !important;
}

    .color-orange span {
        color: #F69A10 !important;
        font-weight: bold !important;
    }

.color-grey {
    color: #CECACA !important;
}

    .color-grey span {
        color: #CECACA !important;
    }

.border-orange {
    border: 2px solid #F69A10;
}

.border-red {
    border: 2px solid #E74C3C;
}

.border-grey {
    border: 2px solid #CECACA;
}

.color-red {
    color: #E74C3C;
}

.color-green {
    color: #8BC34A;
}

.border-green {
    border: 2px solid #8BC34A;
}

.remove-dock {
    position: absolute !important;
    margin-top: -15px !important;
    visibility: hidden;
}

#remove-btn:hover .remove-dock {
    visibility: visible;
}

#permitCard:hover .remove-dock {
    visibility: visible;
}

.fe-filename {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    max-height: 50px;
    width: 100%;
}

    .fe-filename button {
        max-height: 50px;
        align-items: start;
    }

        .fe-filename button span {
            color: #CECACA !important;
        }

.substitution-type {
    width: 20%;
    text-align: start;
}

.substitution-type-data {
    width: 80%;
    text-align: start;
}

.project-filter input {
    margin-top: 16px !important;
}

.project-filter label {
    color: #FDC100 !important;
}

.top-border {
    border-top: 1px solid #FDC100;
}

.bottom-border {
    border-bottom: 1px solid #FDC100;
}

.lcr-hor-spacer {
    width: 100%;
    height: 2px;
    background-color: var(--bs-primary);
}

.lcr-input {
    border: 1px solid #CECACA;
    border-radius: 5px;
    background-color: transparent;
    color: #CECACA;
    padding: 5px;
}

.control-required:after {
    padding-left: 5px;
    content: "*";
    color: red;
}

.is-invalid-field {
    border-color: #dc3545;
}

.gif-progress {
    position: relative;
    width: 100px;
    height: 80px;
}

    .gif-progress img {
        width: 100%;
        height: 100%;
    }

    .gif-progress .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-size: 16px;
        color: #fdc100;
    }