/* _content/VigabControlCenter/Components/ApplicationVersion/ApplicationVersionComponent.razor.rz.scp.css */
.version-component[b-xnmighwdw4] {
    font-size: 10px;
    text-align: center;
    padding-bottom: 5px;
}
/* _content/VigabControlCenter/Components/Auth/Activate/ActivateFormComponent.razor.rz.scp.css */
[b-fkn4fm0sto] #activate-btn {
    height: 38px;
    min-width: 197px;
}

[b-fkn4fm0sto] #enter-code-btn {
    height: 38px;
    min-width: 94px;
}


@media screen and (max-width: 1536px) {
    [b-fkn4fm0sto] #activate-btn {
        height: 30px;
        min-width: 157.6px;
    }

    [b-fkn4fm0sto] #enter-code-btn {
        height: 30px;
        min-width: 75.2px;
    }
}
/* _content/VigabControlCenter/Components/Auth/ForgotPassword/ForgotPasswordComponent.razor.rz.scp.css */
[b-36u3o36rib] #send-instructions-btn {
    height: 38px;
    min-width: 158px;
}

@media screen and (max-width: 1536px) {
    [b-36u3o36rib] #send-instructions-btn {
        height: 30px;
        min-width: 126px;
    }   
}
/* _content/VigabControlCenter/Components/Auth/ResetPassword/ResetPasswordComponent.razor.rz.scp.css */
[b-m4q2s8dsf2] #reset-btn {
    height: 38px;
    min-width: 158px;
}

[b-m4q2s8dsf2] #enter-code-btn {
    height: 38px;
    min-width: 94px;
}

[b-m4q2s8dsf2] #resend-code-btn {
    height: 38px;
    min-width: 92px;
}

@media screen and (max-width: 1536px) {
    [b-m4q2s8dsf2] #reset-btn {
        height: 30px;
        min-width: 32px;
    }

    [b-m4q2s8dsf2] #enter-code-btn {
        height: 30px;
        min-width: 75px;
    }

    [b-m4q2s8dsf2] #resend-code-btn {
        height: 38px;
        min-width: 74px;
    }
}
/* _content/VigabControlCenter/Components/Auth/SignIn/SignInFormComponent.razor.rz.scp.css */
[b-ezpl8p116t] #remember-me {
    margin-top: 20px;
}

#forgot-your-password[b-ezpl8p116t] {
    color: #2C2F31;
    font-size: 16px;
    margin-top: 30px;
}

    #forgot-your-password span[b-ezpl8p116t] {
        cursor: pointer;
    }

@media screen and (max-width: 1536px) {
    [b-ezpl8p116t] #remember-me {
        margin-top: 16px;
    }

    #forgot-your-password[b-ezpl8p116t] {
        margin-top: 20px;
        font-size: 13px;
    }
}
/* _content/VigabControlCenter/Components/Auth/UpdateEmailAddress/UpdateEmailAddressComponent.razor.rz.scp.css */
[b-egxzru8uvz] #enter-code-btn {
    height: 38px;
    min-width: 94px;
}

@media screen and (max-width: 1536px) {
    [b-egxzru8uvz] #enter-code-btn {
        height: 30px;
        min-width: 75px;
    }
}
/* _content/VigabControlCenter/Components/Button/ButtonComponent.razor.rz.scp.css */
.button[b-y1wx6slw8f] {
    border: none;
    padding: 0;
    font-size: 16px;
    border-radius: 3px;
    padding-left: 32px;
    padding-right: 32px;
    height: 38px;
    line-height: 16px;
}

    .button:hover:not([disabled], .disabled)[b-y1wx6slw8f] {
        background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
        box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
        transition: 0.15s ease-out;
    }

    .button:not(.button-white):active:not(.disabled)[b-y1wx6slw8f] {
        box-shadow: inset 0 3px 0 0 rgb(0 0 0 / 10%);
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        outline: none;
        transition: 0.15s ease-in;
    }

    .button:focus[b-y1wx6slw8f] {
        outline: none;
    }

    .button:focus-visible[b-y1wx6slw8f] {
        outline: none;
    }

    .button.spinner[b-y1wx6slw8f] {
        padding-right: 18px;
    }

    .button.button-dark[b-y1wx6slw8f] {
        color: white;
        background-color: #2C2F31;
    }

    .button.button-blue[b-y1wx6slw8f] {
        color: white;
        background-color: #009aff;
    }

    .button.button-gray[b-y1wx6slw8f] {
        color: #3a474d;
        background-color: #e6ecef;
    }

    .button.button-red[b-y1wx6slw8f] {
        color: white;
        background-color: #FF5E57;
    }

    .button.button-white[b-y1wx6slw8f] {
        color: white;
        background-color: white;
        border: 1px solid #CED4DA;
        color: #495057;
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
    }

        .button.button-white.normal-padding[b-y1wx6slw8f] {
            padding-left: 32px;
            padding-right: 32px;
        }

        .button.button-white:hover:not(.disabled)[b-y1wx6slw8f] {
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
            transition: 0.15s ease-in;
        }

        .button.button-white:active:not(.disabled)[b-y1wx6slw8f] {
            box-shadow: rgba(0,0,0,0.2) 0px 0px 0px 1px;
            outline: none;
        }

    .button.button-disabled[b-y1wx6slw8f] {
        color: #495057;
        background-color: #E5E5E5;
        border: 1px solid #CED4DA;
        outline: none;
    }

        .button.button-disabled[disabled][b-y1wx6slw8f] {
            cursor: default;
        }

.spinner-hidden[b-y1wx6slw8f] {
    display: none;
    margin-left: 5px;
}

.spinner-visible[b-y1wx6slw8f] {
    display: inline-block;
    position: relative;
    left: 8px;
    animation: fade_in_show-b-y1wx6slw8f 0.5s, spin-b-y1wx6slw8f 0.75s linear infinite, move_x-b-y1wx6slw8f 0.75s;
}

.spinner-border-sm[b-y1wx6slw8f] {
    border-width: 2px;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1536px) {
    .button[b-y1wx6slw8f] {
        font-size: 12px;
        border-radius: 4px;
        height: 28px;
        line-height: 12px;
        padding-left: 26px;
        padding-right: 26px;
    }

        .button.button-white.normal-padding[b-y1wx6slw8f] {
            padding-left: 26px;
            padding-right: 26px;
        }

    .spinner-hidden[b-y1wx6slw8f] {
        margin-left: 4px;
    }

    .spinner-visible[b-y1wx6slw8f] {
        left: 6.4px;
    }

    .spinner-border-sm[b-y1wx6slw8f] {
        border-width: 1.6px;
        width: 12.8px;
        height: 12.8px;
    }
}

@media screen and (max-width: 1536px) {
    .button[b-y1wx6slw8f] {
        padding-left: 21px;
        padding-right: 21px;
    }
}


@keyframes fade_in_show-b-y1wx6slw8f {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes spin-b-y1wx6slw8f {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes move_x-b-y1wx6slw8f {
    0% {
        transform: translateX(-20px);
    }
}
/* _content/VigabControlCenter/Components/Checkbox/CheckboxComponent.razor.rz.scp.css */
.checkbox-container[b-j5f7ajei3g] {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #212529;
    font-size: 16px;
    padding-left: 27px;
    padding-top: 3px;
    height: 20px;
}

    .checkbox-container input[b-j5f7ajei3g] {
        opacity: 0;
        height: 0;
        width: 0;
        position: absolute;
        left: 0;
    }

    .checkbox-container:hover input ~ .checkmark[b-j5f7ajei3g] {
        background-color: transparent;
    }

    .checkbox-container input:checked ~ .checkmark[b-j5f7ajei3g] {
        background-color: #35bbff;
        transition: 0.15s ease-in background-color;
    }

        .checkbox-container input:checked ~ .checkmark.disabled[b-j5f7ajei3g] {
            background-color: #cbcbcb;
        }

        .checkbox-container input:checked ~ .checkmark:hover:not(.disabled)[b-j5f7ajei3g] {
            background-color: #35bbff;
        }

        .checkbox-container input:checked ~ .checkmark[b-j5f7ajei3g]:after {
            display: block;
        }

    .checkbox-container.black input:checked ~ .checkmark[b-j5f7ajei3g] {
        background-color: #2C2F31;
    }

        .checkbox-container.black input:checked ~ .checkmark:hover[b-j5f7ajei3g] {
            background-color: #2C2F31;
        }

    .checkbox-container .checkmark[b-j5f7ajei3g] {
        position: absolute;
        left: 0;
        background-color: transparent;
        transition: 0.15s ease-out background-color;
        top: 3.75px;
        height: 20px;
        width: 20px;
        border: 1px solid #CED4DA;
        border-radius: 5px;
        cursor: pointer;
    }

    .checkbox-container .checkmark.disabled[b-j5f7ajei3g] {
        cursor: default;
    }

        .checkbox-container .checkmark:hover:not(.disabled)[b-j5f7ajei3g] {
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
            transition: 0.15s ease-in;
        }

        .checkbox-container .checkmark.checked[b-j5f7ajei3g] {
            border: 0px solid #CED4DA;
        }

        .checkbox-container .checkmark[b-j5f7ajei3g]:after {
            border: solid white;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            position: absolute;
            display: none;
            left: 8px;
            top: 3px;
            width: 5px;
            height: 12px;
            border-width: 0 2px 2px 0;
        }        

@media screen and (max-width: 1536px) {
    .checkbox-container[b-j5f7ajei3g] {
        font-size: 12.8px;
        padding-left: 21.6px;
        padding-top: 1.2px;
        height: 16px;
    }

        .checkbox-container .checkmark[b-j5f7ajei3g] {
            top: 3px;
            height: 16px;
            width: 16px;
            border: 0.8px solid #707070;
            border-radius: 4px;
        }

            .checkbox-container .checkmark[b-j5f7ajei3g]::after {
                left: 6px;
                top: 2px;
                width: 4px;
                height: 9px;
                border-width: 0 1px 1px 0;
            }
}
/* _content/VigabControlCenter/Components/Content/ContentComponent.razor.rz.scp.css */
.file-content-container[b-2sf6j2eqla]{
    position: relative;
}

.file-preview-container[b-2sf6j2eqla] {
    transition: 1s;
}

.file-preview-container svg[b-2sf6j2eqla] {
    height: 100%;
    width: 100%;
}

    .file-preview-container object[b-2sf6j2eqla], .file-preview-container .pdf-container[b-2sf6j2eqla] {
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

.file-preview-container img[b-2sf6j2eqla] {
    cursor: pointer;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.file-preview-container.placeholder[b-2sf6j2eqla] {
    padding-left: 190px;
}

.file-preview-container:not(.placeholder)[b-2sf6j2eqla] {
    border: 1px solid #DEE2E6;
}

.control-buttons[b-2sf6j2eqla] {
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: space-around;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding: 1px;
    border: 1px solid #DEE2E6;
    margin-bottom: 40px;
}

.control-button[b-2sf6j2eqla] {
    cursor: pointer;
    width: 33.3333%;
    transition: 0.3s ease-out;
    text-align: center;
}

    .control-button.disabled[b-2sf6j2eqla] {
        cursor: not-allowed;
    }

.control-button:hover:not(.disabled)[b-2sf6j2eqla] {
    background-color: #eeeeee;
    transition: 0.3s ease-out;
}

    .control-button:active:not(.disabled)[b-2sf6j2eqla] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .control-buttons div[b-2sf6j2eqla] {
        font-size: 16px;
        line-height: 38px;
        height: 100%;
    }

.file-name[b-2sf6j2eqla], .file-size[b-2sf6j2eqla] {
    font-size: 14px;
}

[b-2sf6j2eqla] #content-preview-modal .modal-content {
    border-radius: 0px;
}

[b-2sf6j2eqla] #content-preview-modal .modal-header {
    padding: 15px;
    padding-bottom: 12px;
}

    [b-2sf6j2eqla] #content-preview-modal .modal-header h6 {
        margin-bottom: 0px;
        font-weight: bold;
        line-height: 1.4;
        font-size: 16px;
    }

[b-2sf6j2eqla] #content-preview-modal .modal-body {
    padding: 0px;
}

[b-2sf6j2eqla] #content-preview-modal img, #content-preview-modal object[b-2sf6j2eqla] {
    max-width: 1200px;
    max-height: 890px;
    object-fit: contain;
}

@media screen and (max-width: 1536px) {
        .file-preview-container.placeholder[b-2sf6j2eqla] {
            padding-left: 152px;
        }       

    .control-buttons[b-2sf6j2eqla] {
        height: 30px;
        padding: 5px;
        padding: 1px;
        margin-bottom: 20px;
    } 

    .control-buttons div[b-2sf6j2eqla] {
        font-size: 13px;
        line-height: 26px;
    }

    .file-name[b-2sf6j2eqla], .file-size[b-2sf6j2eqla] {
        font-size: 12px;
    }
   
    [b-2sf6j2eqla] #content-preview-modal .modal-header {
        padding: 12px;
        padding-bottom: 10px;
    }

        [b-2sf6j2eqla] #content-preview-modal .modal-header h6 {
            font-size: 14px;
        }

    [b-2sf6j2eqla] #content-preview-modal img, #content-preview-modal object[b-2sf6j2eqla] {
        max-width: 860px;
        max-height: 620px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentAssignmentGridComponent.razor.rz.scp.css */
#control-document-assignments-container[b-t0nty4cqqe] {
    height:100%;
}

    #control-document-assignments-container[b-t0nty4cqqe]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #control-document-assignments-container[b-t0nty4cqqe]  .grid-table {
        grid-template-columns: 2.1fr 1.6fr 1.3fr 4.3fr 4fr 1.8fr 2.1fr 0.8fr 1.5fr;
    }

[b-t0nty4cqqe] #cancel-btn, [b-t0nty4cqqe] #export-btn {
    margin-right: 20px;
}

[b-t0nty4cqqe] .type-1 .modal-body:not(#incomplete-form-modal .modal-body, #assignment-delete-confirmation .modal-body, #revision-grid-container .modal-body, #assignment-export-modal .modal-body) {
    padding-right: 0px;
}

[b-t0nty4cqqe] .type-2 .modal-body:not(#incomplete-form-modal .modal-body, #assignment-delete-confirmation .modal-body, #revision-grid-container .modal-body, #assignment-export-modal .modal-body) {
    padding-right: 0px;
}

[b-t0nty4cqqe] .control-document-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

[b-t0nty4cqqe] #assign-form-buttons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    [b-t0nty4cqqe] #assign-form-buttons #delete-btn {
        margin-right: auto;
    }

[b-t0nty4cqqe] .incomplete-info {
    width: 400px;
    margin-bottom: 20px;
}

[b-t0nty4cqqe] #export-window-container {
    width: 400px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1920px) {
    #control-document-assignments-container[b-t0nty4cqqe]  .grid-table {
        grid-template-columns: 2.1fr 2.1fr 1.4fr 4.3fr 4fr 1.9fr 2.1fr 0.9fr 1.6fr;
    }
}

@media screen and (max-width: 1536px) {
    #control-document-assignments-container[b-t0nty4cqqe]  .grid-table {
        grid-template-columns: 2.1fr 2.3fr 1.6fr 4.3fr 4fr 2.1fr 2.1fr 1fr 1.8fr
    }

    [b-t0nty4cqqe] #cancel-btn, [b-t0nty4cqqe] #export-btn {
        margin-right: 16px;
    }

    [b-t0nty4cqqe] .type-1 .modal-body:not(#incomplete-form-modal .modal-body, #assignment-delete-confirmation .modal-body, #revision-grid-container .modal-body, #assignment-export-modal .modal-body) {
        padding-right: 0px;
    }

    [b-t0nty4cqqe] .type-2 .modal-body:not(#incomplete-form-modal .modal-body, #assignment-delete-confirmation .modal-body, #revision-grid-container .modal-body, #assignment-export-modal .modal-body) {
        padding-right: 0px;
    }

    [b-t0nty4cqqe] .incomplete-info {
        width: 320px;
        font-size: 13px;
    }

    [b-t0nty4cqqe] .incomplete-info {
        width: 320px;
        margin-bottom: 16px;
    }

    [b-t0nty4cqqe] #export-window-container {
        width: 320px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1366px) {

    #control-document-assignments-container[b-t0nty4cqqe]  .grid-table {
        grid-template-columns: 2.1fr 2.4fr 1.5fr 4.3fr 3fr 2.2fr 2fr 0.9fr 1.7fr;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentAssignmentStatusComponent.razor.rz.scp.css */
.document-status-icon[b-j1mlymhuqt] {
    display: flex;
}

    .document-status-icon div[b-j1mlymhuqt] {
        margin-top: 3px;
        margin-left: 10px;
    }

    .document-status-icon svg[b-j1mlymhuqt] {
        margin-top: 7px;
    }

@media screen and (max-width: 1536px) {
    .document-status-icon div[b-j1mlymhuqt] {
        margin-top: 1px;
        margin-left: 8px;
    }

    .document-status-icon svg[b-j1mlymhuqt] {
        margin-top: 5px;
        width: 9px;
        height: 9px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentListGridComponent.razor.rz.scp.css */
#control-documents-container[b-64piz0plz0] {
    height: 100%;
}

    #control-documents-container[b-64piz0plz0]  .grid-table {
        grid-template-columns: 3fr 5fr;
    }

    #control-documents-container[b-64piz0plz0]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentNavigationComponent.razor.rz.scp.css */
#control-documents-root-container[b-jsujysgvip] {
    height: calc(100vh - 61px - 134px);
}

    #control-documents-root-container[b-jsujysgvip]  .grid-table {
        height: calc(100% - 65px);
    }

    #control-documents-root-container.visible[b-jsujysgvip] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 400ms;
    }

#control-documents-root-container.hidden[b-jsujysgvip] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#top-bar[b-jsujysgvip] {
    width: 100%;
    height: 41px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

    #top-bar .menu-item[b-jsujysgvip] {
        font-size: 16px;
        line-height: 41px;
        color: #2C2F31;
        height: 100%;
        padding-left: 25px;
        padding-right: 25px;
        cursor: pointer;
    }

        #top-bar .menu-item:hover[b-jsujysgvip] {
            background-color: #E5E5E5;
            transition: 0.25s ease-in;
        }

        #top-bar .menu-item.active[b-jsujysgvip] {
            background-color: #E5E5E5;
        }

@media screen and (max-width: 1536px) {
    #control-documents-root-container[b-jsujysgvip] {
        height: calc(100vh - 53px - 95px);
    }

        #control-documents-root-container[b-jsujysgvip]  .grid-table {
            height: calc(100% - 56px);
        }

    #top-bar[b-jsujysgvip] {
        height: 33px;
        padding-left: 12px;
    }

        #top-bar .menu-item[b-jsujysgvip] {
            font-size: 13px;
            line-height: 33px;
            padding-left: 20px;
            padding-right: 20px;
        }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentNewAssignmentComponent.razor.rz.scp.css */
#new-assignment-form[b-yptzh53atk] {
    width: 450px;
}

@media screen and (max-width: 1536px) {
    #new-assignment-form[b-yptzh53atk] {
        width: 360px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentRevisionGridComponent.razor.rz.scp.css */
[b-l9wrg9x40t] #revisions-container {
    width: 1200px;
    height: 758px;
}

.control-document-revision-grid-container[b-l9wrg9x40t]  .grid-table {
    grid-template-columns: 1fr 1fr 1fr !important;

}

.control-document-revision-grid-container[b-l9wrg9x40t]  .modal-body {
    padding: 0px;
}

[b-l9wrg9x40t] #revisions-container .grid-header-bar {
    height: 80px;
    background-color: transparent;
    border: none;
    align-items: start;
    padding-top: 25px;
    justify-content: end;
}

[b-l9wrg9x40t] #revisions-container .grid-table {
    height: calc(100% - 150px);
    border: none;
}

[b-l9wrg9x40t] #revisions-container .grid-footer {
    padding-left: 20px;
    border-bottom: none;
    height: 70px;
    background-color: transparent;
}

[b-l9wrg9x40t] #revisions-container .grid-totals {
    right: 20px;
}

[b-l9wrg9x40t] #revisions-container th.grid-header-cell:first-child {
    padding-left: 30px;
}

[b-l9wrg9x40t] #revisions-container td.grid-cell:first-child {
    padding-left: 30px;
}

[b-l9wrg9x40t] #revisions-container .data-grid-component {
    box-shadow: none;
}

@media screen and (max-width: 1920px) {
    [b-l9wrg9x40t] #revisions-container {
        width: 1000px;
        height: 600px;
    }
}

@media screen and (max-width: 1536px) {
    [b-l9wrg9x40t] #revisions-container {
        width: 700px;
        height: 420px;
    }

        [b-l9wrg9x40t] #revisions-container .grid-header-bar {
            height: 64px;
            padding-top: 20px;
        }

        [b-l9wrg9x40t] #revisions-container .grid-table {
            height: calc(100% - 120px);
            border: none;
        }

        [b-l9wrg9x40t] #revisions-container .grid-footer {
            height: 56px;
            padding-left: 16px;
        }

        [b-l9wrg9x40t] #revisions-container .grid-totals {
            right: 16px;
        }

        [b-l9wrg9x40t] #revisions-container th.grid-header-cell:first-child {
            padding-left: 24px;
        }

        [b-l9wrg9x40t] #revisions-container td.grid-cell:first-child {
            padding-left: 24px;
        }
}

@media screen and (max-width: 1366px) {

    [b-l9wrg9x40t] #revisions-container {
        height: 380px;
        width: 660px;
    }

    [b-l9wrg9x40t] #revisions-container .grid-header-bar {
        height: 56px;
    }

    [b-l9wrg9x40t] #revisions-container .grid-table {
        height: calc(100% - 100px);
    }

    [b-l9wrg9x40t] #revisions-container .grid-footer {
        height: 44px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentType1FormComponent.razor.rz.scp.css */
#control-document-type1-container.visible[b-jcf603bzc0] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#control-document-type1-container.hidden[b-jcf603bzc0] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#control-document-type1-container[b-jcf603bzc0] {
    width: 600px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 20px;
}

.checkpoint-border[b-jcf603bzc0] {
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 28px;
    margin-bottom: 20px;
}

.question[b-jcf603bzc0] {
    background-color: white;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    width: 100%;
    height: fit-content;
    padding: .375rem 0.75rem;
}
    .question.disabled[b-jcf603bzc0] {
        background-color: #eee;
    }

.comment[b-jcf603bzc0] {
    margin-top: 14px;
}

[b-jcf603bzc0] .validation-error-message.option-validation {
    margin-top: 12px;
}

@media screen and (max-width: 1536px) {
    #control-document-type1-container[b-jcf603bzc0] {
        width: 440px;
        padding-right: 16px;
        max-height: 480px;
    }  

    [b-jcf603bzc0] .modal-body {
        padding-right: 0px;
    }

    .checkpoint-border[b-jcf603bzc0] {
        margin-top: 22px;
        margin-bottom: 16px;
    }

    .comment[b-jcf603bzc0] {
        margin-top: 11px;
    }

    [b-jcf603bzc0] .validation-error-message.option-validation {
        margin-top: 10px;
    }

    .question[b-jcf603bzc0] {
        font-size: 12px;
    }
}

@media screen and (max-width: 1366px) {
    #control-document-type1-container[b-jcf603bzc0] {
        max-height: 450px;
        width: 400px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentType2FormComponent.razor.rz.scp.css */
#control-document-type2-container.visible[b-j0u8hgemzg] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#control-document-type2-container.hidden[b-j0u8hgemzg] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#control-document-type2-container[b-j0u8hgemzg] {
    width: 680px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 20px;
}

.section-border[b-j0u8hgemzg], .checkpoint-border:not(:first-child)[b-j0u8hgemzg] {
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 28px;
    margin-bottom: 20px;
}

.question[b-j0u8hgemzg] {
    background-color: white;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    width: 100%;
    height: fit-content;
    padding: .375rem 0.75rem;
}

    .question.disabled[b-j0u8hgemzg] {
        background-color: #eee;
    }

.comment[b-j0u8hgemzg] {
    margin-top: 14px;
}

[b-j0u8hgemzg] .validation-error-message.option-validation {
    margin-top: 12px;
}

.section-title[b-j0u8hgemzg] {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #212529;
}

.section[b-j0u8hgemzg] {
    padding-left: 1px;
    padding-right: 1px;
}

[b-j0u8hgemzg] .employee-select-c, [b-j0u8hgemzg] .inspection-picker-c {
    width: 480px;
}

[b-j0u8hgemzg] #me-btn {
    padding-left: 42px;
    padding-right: 42px;
}

.form-label-group.expand[b-j0u8hgemzg] {
    width: 100%;
}

@media screen and (max-width: 1536px) {
    #control-document-type2-container[b-j0u8hgemzg] {
        width: 550px;
        padding-right: 16px;
        max-height: 480px;
    } 

    [b-j0u8hgemzg] .validation-error-message.option-validation {
        margin-top: 10px;
    }

    .section-title[b-j0u8hgemzg] {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .question[b-j0u8hgemzg] {
        font-size: 12px;
    }

    [b-j0u8hgemzg] #me-btn {
        padding-left: 34px;
        padding-right: 34px;
    }

    [b-j0u8hgemzg] .employee-select-c, [b-j0u8hgemzg] .inspection-picker-c {
        width: 384px;
    }
}

@media screen and (max-width: 1366px) {
    #control-document-type2-container[b-j0u8hgemzg] {
        max-height: 450px;
    }

    [b-j0u8hgemzg] .employee-select-c, [b-j0u8hgemzg] .inspection-picker-c {
        width: 280px;
    }
}
/* _content/VigabControlCenter/Components/ControlDocument/ControlDocumentType3FormComponent.razor.rz.scp.css */
#control-document-type3-container.visible[b-fe4yjs55ig] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#control-document-type3-container.hidden[b-fe4yjs55ig] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#control-document-type3-container[b-fe4yjs55ig]  .grid-table {
    grid-template-columns: 1fr 1fr 1fr 40px;
}

    #control-document-type3-container[b-fe4yjs55ig]  .grid-table tbody tr td:last-of-type {
        padding-left: 0px;
        padding-right: 0px;
        overflow: unset;
    }

#control-document-type3-container[b-fe4yjs55ig] {
    width: 550px;
    max-height: 700px;
    overflow-y: auto;
}

#file-grid-container[b-fe4yjs55ig] {
    height: 250px;
}

    #file-grid-container[b-fe4yjs55ig]  .grid-header-bar {
        height: 50px;
        background-color: transparent;
        border: none;
        align-items: start;
        padding-top: 25px;
        justify-content: end;
        padding: 0px;
    }

    #file-grid-container[b-fe4yjs55ig]  .grid-table {
        height: calc(100% - 90px);
        border: none;
    }

    #file-grid-container[b-fe4yjs55ig]  .grid-footer {
        padding-left: 0px;       
        height: 40px;
        background-color: transparent;
        border: none;
    }

    #file-grid-container[b-fe4yjs55ig]  #control-document-type3-files-grid.data-grid-component {
        box-shadow: none;
    }

    .section-border[b-fe4yjs55ig] {
        height: 1px;
        background-color: #D8D8D8;
        margin-top: 28px;
        margin-bottom: 20px;
    }

[b-fe4yjs55ig] .validation-error-message.option-validation {
    margin-top: 12px;
}

.document-info[b-fe4yjs55ig] {
    margin-bottom: 20px;
}

@media screen and (max-width: 1536px) {
    #control-document-type3-container[b-fe4yjs55ig] {
        width: 422px;
        max-height: 540px;
    }

    #file-grid-container[b-fe4yjs55ig] {
        height: 200px;
    }

    #file-grid-container[b-fe4yjs55ig]  .grid-header-bar {
        height: 40px;
        padding-top: 0px;
    }

    #file-grid-container[b-fe4yjs55ig]  .grid-table {
        height: calc(100% - 72px);
    }

    #file-grid-container[b-fe4yjs55ig]  .grid-footer {
        height: 32px;
    }

    [b-fe4yjs55ig] .modal-body {
        padding-right: 0px;
    }

    .checkpoint-border[b-fe4yjs55ig] {
        margin-top: 22px;
        margin-bottom: 16px;
    }

    .comment[b-fe4yjs55ig] {
        margin-top: 11px;
    }

    [b-fe4yjs55ig] .validation-error-message.option-validation {
        margin-top: 10px;
    }

    .section-title[b-fe4yjs55ig] {
        margin-bottom: 8px;
    }

    .document-info[b-fe4yjs55ig] {
        font-size: 12px;
    }

    .section-border[b-fe4yjs55ig] {
        margin-top: 22px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1366px) {
    .section-border[b-fe4yjs55ig] {
        margin-top: 16px;
        margin-bottom: 14px;
    }

    .document-info[b-fe4yjs55ig] {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #file-grid-container[b-fe4yjs55ig] {
        height: 180px;
    }
}
/* _content/VigabControlCenter/Components/Customer/CustomerComponent.razor.rz.scp.css */
#customers-page-container[b-a1ajlm4xvc] {
    height: calc(100vh - 134px);
}

    #customers-page-container[b-a1ajlm4xvc]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #customers-page-container[b-a1ajlm4xvc]  div#customer-reference-grid.data-grid-component {
        box-shadow: none;
    }

#customers-page-container[b-a1ajlm4xvc]  .grid-table {
    grid-template-columns: 2.5fr 2fr 2fr 2fr 2fr;
}

#customers-page-container[b-a1ajlm4xvc]  .modal-body:not(#customer-grid-filter .modal-body) {
    padding: 0px;
}

#customer-title-left[b-a1ajlm4xvc] {
    width: 288px;
}

#customer-title-right[b-a1ajlm4xvc] {
    margin-left: 21px;
}

[b-a1ajlm4xvc] #customer-grid-filter #filter-container {
    width: 640px;
    min-height: 324px;
}

[b-a1ajlm4xvc] #customer-grid-filter #filter-container form {
    display: flex;
}

[b-a1ajlm4xvc] #filter-status-select{
    width: 200px;
}

@media screen and (max-width: 1536px) {
    #customers-page-container[b-a1ajlm4xvc] {
        height: calc(100vh - 95px);
    }

    #customer-title-left[b-a1ajlm4xvc] {
        width: 230px;
    }

    #customer-title-right[b-a1ajlm4xvc] {
        margin-left: 21px;
    }

    [b-a1ajlm4xvc] #customer-grid-filter #filter-container {
        width: 502px;
        min-height: 216px;
    }

    [b-a1ajlm4xvc] #filter-status-select {
        width: 150px;
    }
}
/* _content/VigabControlCenter/Components/Customer/CustomerFormComponent.razor.rz.scp.css */
#customer-form[b-viajrz77mp] {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

#customer-left-form[b-viajrz77mp] {
    width: 288px;
    padding-right: 20px;
    border-right: 1px solid #dee2e6;
}

#customer-right-form[b-viajrz77mp] {
    width: 650px;
    margin-left: 20px;
    height: 570px;
    position: relative;
}

    #customer-right-form.visible[b-viajrz77mp] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 400ms;
    }

    #customer-right-form.hidden[b-viajrz77mp] {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 150ms, opacity 250ms;
    }

    #customer-right-form.gray-background[b-viajrz77mp] {
        background-color: #fcfcfc;
        border-right: solid 1px #DEE2E6;
        border-left: solid 1px #DEE2E6;
        border-top: solid 1px #DEE2E6;
    }

        #customer-right-form.gray-background[b-viajrz77mp] >  .form-container {
            padding: 20px;
        }


    #customer-right-form[b-viajrz77mp]  table.grid-table:not(.empty) {
        display: grid;
        grid-template-columns: 2fr 1.5fr 2fr;
    }



[b-viajrz77mp] .form-container {
    display: flex;
    flex-direction: row;
}

    [b-viajrz77mp] .form-container .form-column {
        min-width: 288px;
        padding-right: 20px;
    }

[b-viajrz77mp] #country-input {
    width: 150px;
}

[b-viajrz77mp] #country-code-input {
    width: 106px;
}

#customer-form-buttons[b-viajrz77mp] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 59px;
}

    #customer-form-buttons.visible[b-viajrz77mp] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 400ms;
    }

    #customer-form-buttons.hidden[b-viajrz77mp] {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 150ms, opacity 250ms;
    }

    #customer-form-buttons[b-viajrz77mp]  button:not(:last-child) {
        margin-right: 20px;
    }


#reference-form-buttons[b-viajrz77mp] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 60px;
    position: absolute;
    bottom: 0px;
    background-color: white;
}

    #reference-form-buttons[b-viajrz77mp]  button:not(:last-child, #reference-delete-btn ) {
        margin-right: 20px;
    }

[b-viajrz77mp] #reference-delete-btn {
    margin-right: auto;
}


#reference-form-header[b-viajrz77mp] {
    background-color: #fcfcfc;
    height: 54px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

    #reference-form-header #reference-label[b-viajrz77mp] {
        width: 109px;
        height: 38px;
        display: flex;
        align-items: center;
    }

        #reference-form-header #reference-label span[b-viajrz77mp] {
            font-size: 16px;
            position: relative;
            top: 0.5px;
        }

@media screen and (max-width: 1920px) {
    #customer-right-form[b-viajrz77mp] {
        width: 520px;
        height: 515px;
    }
}

@media screen and (max-width: 1536px) {
    #customer-left-form[b-viajrz77mp] {
        width: 230px;
        padding-right: 16px;
    }

    #customer-right-form[b-viajrz77mp] {
        width: 520px;
        margin-left: 16px;
        height: 442px;
    }

        #customer-right-form.gray-background[b-viajrz77mp] >  .form-container {
            padding: 16px;
        }



    [b-viajrz77mp] .form-container .form-column {
        min-width: 230px;
        padding-right: 16px;
    }

    [b-viajrz77mp] #country-input {
        width: 120px;
    }

    [b-viajrz77mp] #country-code-input {
        width: 85px;
    }

    #customer-form-buttons[b-viajrz77mp] {
        height: 47px;
        margin-top: 0px;
    }

        #customer-form-buttons[b-viajrz77mp]  button:not(:last-child) {
            margin-right: 16px;
        }

    #reference-form-buttons[b-viajrz77mp] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        height: 48px;
    }

        #reference-form-buttons[b-viajrz77mp]  button:not(:last-child, #reference-delete-btn ) {
            margin-right: 16px;
        }

    #reference-form-header[b-viajrz77mp] {
        height: 43px;
        padding-left: 16px;
    }

        #reference-form-header #reference-label[b-viajrz77mp] {
            width: 87px;
            height: 30px;
        }

            #reference-form-header #reference-label span[b-viajrz77mp] {
                font-size: 13px;
                top: 0.5px;
            }
}

@media screen and (max-width: 1366px) {
    #customer-right-form[b-viajrz77mp] {
        height: 400px;
    }
}
/* _content/VigabControlCenter/Components/DataGrid/DataGridComponent.razor.rz.scp.css */
[b-snc0lmpeos] a {
    color: unset;
    display: contents;
}

    [b-snc0lmpeos] a:hover {
        color: unset;
    }

    [b-snc0lmpeos] a .grid-row:last-child .grid-cell {
        border-bottom: none;
    }

    [b-snc0lmpeos] a:last-of-type .grid-row .grid-cell {
        border-bottom: solid 1px #DEE2E6;
    }

.data-grid-component[b-snc0lmpeos] {
    height: 100%;
}

.grid-table[b-snc0lmpeos] {
    grid-auto-rows: 38px;
}

th[b-snc0lmpeos], td[b-snc0lmpeos] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
    font-size: 14px;
}

.grid-header-bar[b-snc0lmpeos] {
    background-color: #fcfcfc;
    height: 65px;
    border: solid 1px #DEE2E6;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

    .grid-header-bar .grid-add-button[b-snc0lmpeos], .grid-header-bar .grid-filter-button[b-snc0lmpeos] {
        cursor: pointer;
        border-radius: 0px;
        height: 38px;
        display: flex;
        align-items: center;
        padding: 7px;
        user-select: none;
        justify-content: center;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-header-bar .grid-add-button.disabled[b-snc0lmpeos] {
        cursor: not-allowed;
    }

        .grid-header-bar .grid-filter-button.active[b-snc0lmpeos] {
            color: #3B86FF;
            transition: 0.15s ease-in;
        }

        .grid-header-bar .grid-add-button:hover:not(.disabled)[b-snc0lmpeos], .grid-header-bar .grid-filter-button:hover[b-snc0lmpeos] {
            box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
            transition: 0.3s ease-out;
        }

        .grid-header-bar .grid-add-button:active:not(.disabled)[b-snc0lmpeos], .grid-header-bar .grid-filter-button:active[b-snc0lmpeos] {
            box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
            transition: 0.15s ease-in;
        }

        .grid-header-bar .grid-add-button span[b-snc0lmpeos], .grid-filter-button span[b-snc0lmpeos] {
            font-size: 16px;
            margin-left: 10px;
            position: relative;
            top: 0.5px;
        }

        .grid-header-bar .grid-add-button svg[b-snc0lmpeos] {
            width: 19.799px;
            height: 19.799px;
        }

        .grid-header-bar .grid-filter-button svg[b-snc0lmpeos] {
            width: 16px;
            height: 16px;
        }

.grid-search-bar[b-snc0lmpeos] {
    width: 343px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ced4da87;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
}

.grid-table[b-snc0lmpeos] {
    background-color: white;
    border: solid 1px #DEE2E6;
    display: grid;
    height: calc(100% - 135px);
    border-bottom: none;
}

.grid-table.draggable[b-snc0lmpeos] {
    display: block;
}

    .grid-table.empty[b-snc0lmpeos] {
        display: table;
        width: 100%;
    }


.grid-header:not(.draggable)[b-snc0lmpeos] {
    display: contents;
}

.grid-header.draggable[b-snc0lmpeos] {
    display: block;
}

.grid-header.draggable > .grid-row[b-snc0lmpeos] {
    display: flex;
}

.grid-header-cell[b-snc0lmpeos] {
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.grid-body:not(.draggable)[b-snc0lmpeos] {
    display: contents;
}

.grid-body.draggable[b-snc0lmpeos] {
    display: block;
}

[b-snc0lmpeos] .plk-dd-draggable {
    display: flex;
}

.grid-body.draggable .grid-row[b-snc0lmpeos] {
    display: flex;
    width: 100%;
}

.grid-row:not(.draggable)[b-snc0lmpeos] {
    display: contents;
}

    .grid-row.data[b-snc0lmpeos] {
        cursor: pointer;
    }

        .grid-row.data:not(.selected):hover .grid-cell[b-snc0lmpeos] {
            box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
            background-color: #f8f8f8;
            transition: 0.15s ease-in;
        }

        .grid-row.data.selected td[b-snc0lmpeos] {
            background-color: #e5e5e5;
            transition: 0.15s ease-in;
        }

.grid-table.empty .grid-row[b-snc0lmpeos] {
    display: inline-table;
    width: 100%;
}

.grid-cell[b-snc0lmpeos] {
    min-height: 36px;
    border-top: solid 1px #DEE2E6;
    padding-top: 8px;
    padding-bottom: 8px;
}

.grid-row:last-child .grid-cell[b-snc0lmpeos] {
    border-bottom: solid 1px #DEE2E6;
}

.grid-table.empty .grid-cell[b-snc0lmpeos] {
    width: 100%;
}

.grid-footer[b-snc0lmpeos] {
    border: solid 1px #DEE2E6;
    background-color: #fcfcfc;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    position: relative;
    user-select: none;
}

.grid-pager[b-snc0lmpeos] {
    display: flex;
    flex-direction: row;
    height: 37px;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
    width: max-content;
}

.pager-left-arrow[b-snc0lmpeos], .pager-right-arrow[b-snc0lmpeos], .page-number[b-snc0lmpeos] {
    width: 34px;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    user-select: none;
    position: relative;
}

.pager-left-arrow[b-snc0lmpeos] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pager-right-arrow[b-snc0lmpeos] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .pager-left-arrow:hover[b-snc0lmpeos], .pager-right-arrow:hover[b-snc0lmpeos], .page-number:hover[b-snc0lmpeos] {
        background-color: #f8f8f8;
        transition: 0.15s ease-in;
    }

    .pager-right-arrow svg[b-snc0lmpeos] {
        transform: rotate(180deg);
    }

    .pager-left-arrow svg[b-snc0lmpeos], .pager-right-arrow svg[b-snc0lmpeos] {
        width: 6px;
        height: 14px;
    }

.pager-left-arrow[b-snc0lmpeos], .page-number[b-snc0lmpeos] {
    border-right: 1px solid #DEE2E6;
}

    .page-number.selected[b-snc0lmpeos] {
        background-color: #e5e5e5;
    }

    .page-number.draggable[b-snc0lmpeos]  .plk-dd-dropzone {
        width: 100%;
        height: 100%;
        min-height: unset;
        position: absolute;
        top: 0;
        left: 0;
    }

        .page-number.draggable.drag[b-snc0lmpeos] {
            background-color: lightgray;
            opacity: 0.6;
            animation: blinker 1s linear infinite;
        }

.grid-totals[b-snc0lmpeos] {
    position: absolute;
    right: 15px;
    font-size: 14px;
    user-select: text;
}

.grid-appendix[b-snc0lmpeos] {
    background-color: white;
    border-left: solid 1px #DEE2E6;
    border-right: solid 1px #DEE2E6;
}


@media screen and (max-width: 1536px) {
    .grid-table[b-snc0lmpeos] {
        grid-auto-rows: 30px;
    }

    th[b-snc0lmpeos], td[b-snc0lmpeos] {
        padding: 16px;
        font-size: 12px;
    }

    .grid-header-bar[b-snc0lmpeos] {
        height: 52px;
        border: solid 0.8px #DEE2E6;
        padding-left: 16px;
    }

        .grid-header-bar .grid-add-button[b-snc0lmpeos], .grid-header-bar .grid-filter-button[b-snc0lmpeos] {
            height: 30.4px;
            padding-left: 16px;
            padding-right: 16px;
            margin-right: 8px;
        }

            .grid-header-bar .grid-add-button:active[b-snc0lmpeos], .grid-header-bar .grid-filter-button:active[b-snc0lmpeos] {
                box-shadow: rgba(0,0,0,0.2) 0px 0px 4.8px 0.8px;
            }

            .grid-header-bar .grid-add-button span[b-snc0lmpeos], .grid-filter-button span[b-snc0lmpeos] {
                font-size: 13px;
                margin-left: 8px;
                top: 0.4px;
            }

            .grid-header-bar .grid-add-button svg[b-snc0lmpeos] {
                width: 15.8392px;
                height: 15.8392px;
            }

            .grid-header-bar .grid-filter-button svg[b-snc0lmpeos] {
                width: 13px;
                height: 13px;
            }

    .grid-search-bar[b-snc0lmpeos] {
        width: 274px;
        height: 30px;
        border-radius: 4px;
    }

    .grid-table[b-snc0lmpeos] {
        height: calc(100% - 108px);
    }

    .grid-table-9[b-snc0lmpeos] {
        grid-template-columns: minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr) minmax(120px, 1.6fr);
    }

    .grid-header-cell[b-snc0lmpeos] {
        min-height: 28.8px;
        padding-top: 6.4px;
        padding-bottom: 6.4px;
    }

    .grid-cell[b-snc0lmpeos] {
        min-height: 28.8px;
        padding-top: 6.4px;
        padding-bottom: 6.4px;
    }

    .grid-footer[b-snc0lmpeos] {
        height: 56px;
        padding-left: 16px;
    }

    .grid-pager[b-snc0lmpeos] {
        height: 30px;
        border-radius: 4px;
    }

    .pager-left-arrow[b-snc0lmpeos], .pager-right-arrow[b-snc0lmpeos], .page-number[b-snc0lmpeos] {
        width: 27px;
        font-size: 12px;
    }

    .pager-left-arrow[b-snc0lmpeos] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pager-right-arrow[b-snc0lmpeos] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .pager-left-arrow svg[b-snc0lmpeos], .pager-right-arrow svg[b-snc0lmpeos] {
            width: 4px;
            height: 11px;
        }

    .grid-totals[b-snc0lmpeos] {
        right: 16px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1366px) {
    .grid-table[b-snc0lmpeos] {
        grid-auto-rows: 26px;
    }

    .grid-table[b-snc0lmpeos] {
        height: calc(100% - 83px);
    }

    .grid-header-bar[b-snc0lmpeos] {
        height: 45px;
        padding-left: 13px;
    }

        .grid-header-bar .grid-add-button[b-snc0lmpeos], .grid-header-bar .grid-filter-button[b-snc0lmpeos] {
            padding-left: 4px;
            padding-right: 4px;
            padding-left: 13px;
            padding-right: 13px;
            margin-right: 6px;
        }

            .grid-header-bar .grid-add-button span[b-snc0lmpeos], .grid-filter-button span[b-snc0lmpeos] {
                font-size: 12px;
                margin-left: 6px;
            }

            .grid-header-bar .grid-add-button svg[b-snc0lmpeos] {
                width: 15px;
                height: 15px;
            }

            .grid-header-bar .grid-filter-button svg[b-snc0lmpeos] {
                width: 12px;
                height: 12px;
            }

    .grid-search-bar[b-snc0lmpeos] {
        width: 219px;
        margin-right: 16px;
    }

    .grid-cell[b-snc0lmpeos] {
        min-height: 26px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .grid-footer[b-snc0lmpeos] {
        height: 38px;
    }

    .grid-pager[b-snc0lmpeos] {
        height: 24px;
    }

        .pager-left-arrow svg[b-snc0lmpeos], .pager-right-arrow svg[b-snc0lmpeos] {
            width: 3px;
            height: 9px;
        }
}
/* _content/VigabControlCenter/Components/DatePicker/DatePickerComponent.razor.rz.scp.css */
.datepicker-controls .button.prev-btn[b-wpy0jtwnye] {
    color: #40b0a6 !important;
}

.datepicker-controls .button.next-btn[b-wpy0jtwnye] {
    color: #40b0a6 !important;
}

.date-picker-input[b-wpy0jtwnye] {
    position: relative;
    background-color: white;
    border-radius: 3px;
}

    .date-picker-input.disabled[b-wpy0jtwnye] {
        background-color: #eee;
    }

    .date-picker-input:hover:not(.disabled, :focus-within)[b-wpy0jtwnye] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .date-picker-input:hover[b-wpy0jtwnye]  .form-control:hover {
        box-shadow: none;
    }

    .date-picker-input:focus-within[b-wpy0jtwnye] {
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0px 1px #35bbff;
        transition: 0.15s ease-in;
    }

    .date-picker-input[b-wpy0jtwnye]  .form-control:focus {
        box-shadow: none;
    }

    .date-picker-input:focus-within .date-picker-icon[b-wpy0jtwnye] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
        transition: 0.15s ease-in;
    }

    .date-picker-input:not(.disabled).modified:not([disabled], .invalid)[b-wpy0jtwnye] {
        box-shadow: 0 0 0px 1px #35bbff;
        border-color: transparent;
    }

    .date-picker-input:not(.disabled).modified:not([disabled]) .date-picker-icon[b-wpy0jtwnye] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .date-picker-input.invalid:not([disabled]) .date-picker-icon[b-wpy0jtwnye] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .date-picker-input:not(.disabled).modified[b-wpy0jtwnye]  .form-control {
        box-shadow: none;
        border: none;
    }

    .date-picker-input.modified[b-wpy0jtwnye]  .form-control:hover {
        box-shadow: none;
    }

    .date-picker-input.invalid[b-wpy0jtwnye]  .form-control {
        box-shadow: none;
        border: none;
    }

        .date-picker-input.invalid[b-wpy0jtwnye]  .form-control:hover {
            box-shadow: none;
        }

    .date-picker-input.invalid:not(:focus-within)[b-wpy0jtwnye] {
        box-shadow: 0 0 0px 0.5px #d50000;
    }


.date-picker-clear[b-wpy0jtwnye] {
    cursor: pointer;
    position: absolute;
    height: 100%;
    right: 40px;
    top: 0px;
    color: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .date-picker-clear:hover[b-wpy0jtwnye] {
        opacity: 1;
    }

    .date-picker-clear button[b-wpy0jtwnye] {
        background-color: transparent;
        border: none;
        font-weight: bold;
        height: 100%;
    }

    .date-picker-clear span[b-wpy0jtwnye] {
        line-height: 38px;
    }

.date-picker-icon[b-wpy0jtwnye] {
    position: absolute;
    top: 0px;
    border-left: 1px solid #CED4DA;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    padding-top: 6px;
    cursor: pointer;
    right: 0;
    background-color: #FAFAFA;
    border-right: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.date-picker-input.disabled .date-picker-icon[b-wpy0jtwnye] {
    cursor: default;
}

.date-picker-input[b-wpy0jtwnye]  .form-control:not([disabled]) {
    cursor: default;
}

@media screen and (max-width: 1536px) {
    .date-picker-clear[b-wpy0jtwnye] {
        right: 30px;
        font-size: 13px;
    }

    .date-picker-icon[b-wpy0jtwnye] {
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 0px;
    }

    .date-picker-clear span[b-wpy0jtwnye] {
        line-height: 28px;
    }

        .date-picker-icon svg[b-wpy0jtwnye] {
            width: 12px;
            height: 13px;
        }

    .date-picker-input.invalid:not(:focus-within)[b-wpy0jtwnye] {
        box-shadow: 0 0 0px 0.7px #d50000;
    }
}

@media screen and (max-width: 1366px) {
    .date-picker-icon[b-wpy0jtwnye] {
        padding-top: 2px;
    }
}
/* _content/VigabControlCenter/Components/Deviation/DeviationFormComponent.razor.rz.scp.css */
[b-r0ybp7t5dr] #file-delete-confirmation .modal-body, [b-r0ybp7t5dr] #deviation-delete-confirmation .modal-body, [b-r0ybp7t5dr] #export-modal .modal-body {
    padding: 20px !important;
}

.deviation-form-component[b-r0ybp7t5dr] {
    width: 900px;
    padding: 20px;
    min-height: 700px;
    max-height: 900px;
    transition: 0.5s;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

    .deviation-form-component.expanded[b-r0ybp7t5dr] {
        min-height: 800px;
        max-height: 1200px;
    }

    .deviation-form-component.process[b-r0ybp7t5dr] {
        min-height: 700px;
        max-height: 950px;
        width: 650px;
    }

    .deviation-form-component.closure[b-r0ybp7t5dr] {
        min-height: 450px;
        max-height: 550px;
        width: 650px;
    }

    [b-r0ybp7t5dr] form {
        display: flex;
        gap: 40px;
    }

    .column[b-r0ybp7t5dr] {
        width: 50%;
    }

    .column.single[b-r0ybp7t5dr] {
        width: 100%;
    }

    .deviation-form-component[b-r0ybp7t5dr]::-webkit-scrollbar {
        width: 0px;
        visibility: hidden;
        display: none;
    }

    .phase-container[b-r0ybp7t5dr] {
        padding-bottom: 20px;
    }

.phase-container .label[b-r0ybp7t5dr] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.phase-container .steps[b-r0ybp7t5dr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .phase-container .steps .step[b-r0ybp7t5dr] {
        min-width: 180px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        color: #707070;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #EEEEEE;
    }

        .phase-container .steps .step.active[b-r0ybp7t5dr] {
            background-color: #009aff;
            color: white;
        }

        .phase-container .steps .step.disabled[b-r0ybp7t5dr] {
            background-color: #EEEEEE;
            cursor: not-allowed;
        }

span.line[b-r0ybp7t5dr] {
    flex-grow: 1;
    height: 1px;
    border: 1px solid #EEEEEE;
    margin-top: auto;
    margin-bottom: auto;
}

.type-selector-container[b-r0ybp7t5dr]{
    padding-top: 15px;
}

.submitted-by-controls[b-r0ybp7t5dr] {
    display: flex;
    gap: 20px;
}

.type-selector-container .controls[b-r0ybp7t5dr] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
}

    .type-selector-container .controls[b-r0ybp7t5dr]  #button-internal {
        padding-left: 20px;
        padding-right: 20px;
    }

        .type-selector-container .controls[b-r0ybp7t5dr]  #button-internal.disabled {
            cursor: not-allowed;
        }

.type-selector-container .controls[b-r0ybp7t5dr]  .grid-selector-container {
    flex-grow: 1;
}

    [b-r0ybp7t5dr] .grid-selector-grid-container .grid-table {
        grid-template-columns: 1.1fr 2.5fr 2fr 2fr 2fr;
    }

[b-r0ybp7t5dr] .grid-selector:not(.empty, .disabled) {
    background-color: #009aff;
    color: white;
}

.severity-container[b-r0ybp7t5dr] {
    padding-bottom: 20px;
}

    .severity-container .label[b-r0ybp7t5dr] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .severity-container .controls[b-r0ybp7t5dr] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .severity-container .controls .severity[b-r0ybp7t5dr] {
            min-width: 130px;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #EEEEEE;
            color: #707070;
            border-radius: 5px;
        }

            .severity-container .controls .severity.active[b-r0ybp7t5dr] {
                background-color: #009aff;
                color: white;
            }

.severity[b-r0ybp7t5dr] {
    cursor: pointer;
}

.severity.disabled[b-r0ybp7t5dr] {
    cursor: not-allowed;
}

[b-r0ybp7t5dr] #description-input, [b-r0ybp7t5dr] #action-description-input {
    min-height: 120px;
}

#cause-group[b-r0ybp7t5dr] {
    min-height: 66px;
}

#file-grid-container[b-r0ybp7t5dr] {
    border-radius: 4px;
}

    #file-grid-container[b-r0ybp7t5dr]  .grid-table {
        grid-template-columns: 4fr 2fr 0.5fr;
        height: calc(100% - 90px);
        border: none;
    }

    #file-grid-container[b-r0ybp7t5dr]  .grid-table tbody tr td:last-of-type {
        padding-left: 0px;
        padding-right: 0px;
        overflow: unset;
    }

    #file-grid-container[b-r0ybp7t5dr]  .grid-header-bar {
        height: 50px;
        background-color: transparent;
        border: none;
        align-items: center;
        padding-top: 25px;
        justify-content: end;
        padding: 0px;
    }

    #file-grid-container[b-r0ybp7t5dr]  .grid-footer {
        padding-left: 0px;
        height: 40px;
        background-color: transparent;
        border: none;
    }

    #file-grid-container[b-r0ybp7t5dr]  .data-grid-component {
        box-shadow: none !important;
    }

#media-preview-container[b-r0ybp7t5dr] {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    justify-content: center;
    cursor: default;
}

    #media-preview-container img[b-r0ybp7t5dr] {
        object-fit: contain;
        cursor: pointer;
        width: fit-content;
        height: fit-content;
        cursor: default;
        max-height: 800px;
    }

    #media-preview-container .document[b-r0ybp7t5dr] {
        width: 1000px;
        height: 1000px;
    }

    #media-preview-container > div[b-r0ybp7t5dr] {
        height: 100%;
        display: flex;
        align-items: center;
    }

    #media-preview-container pre[b-r0ybp7t5dr] {
        margin-bottom: 0;
        overflow: auto;
        background-color: white;
        width: 100%;
        height: 100%;
        white-space: pre-wrap;
    }

    #media-preview-container object[b-r0ybp7t5dr] {
        width: 100%;
        height: 100%;
    }

    #media-preview-container .errors > div[b-r0ybp7t5dr] {
        font-size: 24px;
        text-align: center;
    }

#deviation-controls[b-r0ybp7t5dr] {
    padding-top: 20px;
    height: 59px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    justify-content: flex-end;
    position: relative;
}

    #deviation-controls[b-r0ybp7t5dr]  button:not(:last-child) {
        margin-right: 20px;
    }

    #deviation-controls[b-r0ybp7t5dr]  #delete-button {
        position: absolute;
        left: 0px;
    }

.create-new[b-r0ybp7t5dr] {
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 5px;
    font-size: 15px;
}

    .create-new span[b-r0ybp7t5dr] {
        margin-left: 5px;
    }

    .create-new:hover svg[b-r0ybp7t5dr] {
        transition: 0.3s ease-out;
        opacity: 0.6;
    }

.new-corrective-action[b-r0ybp7t5dr]{
    padding: 20px;
    width: 100%;
}

[b-r0ybp7t5dr] #corrective-action-input, [b-r0ybp7t5dr] #conclusion-input {
    height: 150px;
}

[b-r0ybp7t5dr] #export-window-container {
    width: 400px;
    margin-bottom: 20px;
}

svg.locker[b-r0ybp7t5dr] {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    svg.locker:hover[b-r0ybp7t5dr] {
        transition: 0.3s ease-in;
        opacity: 0.9;
    }

.phase-container .steps .step.locker[b-r0ybp7t5dr] {
    min-width: 50px;
}

@media screen and (max-width: 1920px){
    .phase-container .steps .step[b-r0ybp7t5dr] {
        height: 38px;
    }

    .deviation-form-component[b-r0ybp7t5dr] {
        width: 750px;
        min-height: 735px;
        max-height: 790px;
    }

        .deviation-form-component.expanded[b-r0ybp7t5dr] {
            min-height: 800px;
            max-height: 810px;
        }

        .deviation-form-component.process[b-r0ybp7t5dr] {
            min-height: 700px;
            max-height: 810px;
        }

        .deviation-form-component.closure[b-r0ybp7t5dr] {
            min-height: 400px;
            max-height: 550px;
        }

    .severity-container .controls .severity[b-r0ybp7t5dr] {
        min-width: 100px;
    }

    [b-r0ybp7t5dr] #description-input, [b-r0ybp7t5dr] #action-description-input {
        min-height: 100px;
    }

    #file-grid-container[b-r0ybp7t5dr] {
        flex-grow: 1;
    }

    #deviation-controls[b-r0ybp7t5dr] {
        height: 50px;   
    }
}

@media screen and (max-width: 1536px) {
    .phase-container[b-r0ybp7t5dr] {
        padding-bottom: 10px;
    }

        .phase-container .label[b-r0ybp7t5dr]{
            font-size: 14px;
        }

        .phase-container .steps .step[b-r0ybp7t5dr] {
            height: 28px;
            font-size: 12px;
            min-width: 135px;
        }

    .type-selector-container[b-r0ybp7t5dr] {
        padding-top: 11px;
    }

    .type-selector-container label[b-r0ybp7t5dr] {
        font-size: 13px;
    }

        .type-selector-container .controls[b-r0ybp7t5dr] {
            padding-top: 4px;
            padding-bottom: 15px;
        }

        .deviation-form-component[b-r0ybp7t5dr] {
            width: 600px;
            min-height: 580px;
            max-height: 605px;
            padding: 15px;
        }

            .deviation-form-component.expanded[b-r0ybp7t5dr] {
                min-height: 605px;
                max-height: 605px;
            }

            .deviation-form-component.process[b-r0ybp7t5dr] {
                width: 500px;
                min-height: 605px;
                max-height: 605px;
            }

            .deviation-form-component.closure[b-r0ybp7t5dr] {
                width: 500px;
                min-height: 320px;
                max-height: 400px;
            }

    [b-r0ybp7t5dr] #description-input, [b-r0ybp7t5dr] #action-description-input {
        min-height: 75px;
    }

    #deviation-controls[b-r0ybp7t5dr] {
        padding-top: 15px;
    }    

    .severity-container label[b-r0ybp7t5dr] {
        font-size: 13px;
    }

    .severity-container .controls .severity[b-r0ybp7t5dr] {
        min-width: 80px;
        height: 28px;
        font-size: 12px;
    }

    .create-new span[b-r0ybp7t5dr] {
        font-size: 13px;
        margin-left: 3px;
    }

    [b-r0ybp7t5dr] #corrective-action-input, [b-r0ybp7t5dr] #conclusion-input {
        height: 112px;
    }

    [b-r0ybp7t5dr] #export-window-container {
        width: 320px;
        margin-bottom: 16px;
    }

    svg.locker[b-r0ybp7t5dr] {
        width: 20px;
        height: 20px;
    }

    .phase-container .steps .step.locker[b-r0ybp7t5dr] {
        min-width: 40px;
    }
}
/* _content/VigabControlCenter/Components/Deviation/DeviationGridComponent.razor.rz.scp.css */
#deviation-grid-container[b-qwgm1ope6n] {
    height: calc(100vh - 134px);
}

    #deviation-grid-container[b-qwgm1ope6n]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #deviation-grid-container[b-qwgm1ope6n]  .grid-table:not(.grid-selector-grid-container .grid-table, #file-grid-container .grid-table) {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    #deviation-grid-container[b-qwgm1ope6n]  .modal-body {
        padding: 0px;
    }

    #deviation-grid-container[b-qwgm1ope6n]  .form-title-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    @media screen and (max-width: 1536px) {
        #deviation-grid-container[b-qwgm1ope6n] {
        height: calc(100vh - 95px);
    }   
}
/* _content/VigabControlCenter/Components/Deviation/DeviationGridStatusComponent.razor.rz.scp.css */
.status-icon[b-nhbl8waemo] {
    display: flex;
}

    .status-icon div[b-nhbl8waemo] {
        margin-top: 3px;
        margin-left: 10px;
    }

    .status-icon svg[b-nhbl8waemo] {
        margin-top: 7px;
    }

@media screen and (max-width: 1536px) {
    .status-icon div[b-nhbl8waemo] {
        margin-top: 1px;
        margin-left: 8px;
    }

    .status-icon svg[b-nhbl8waemo] {
        margin-top: 5px;
        width: 9px;
        height: 9px;
    }
}
/* _content/VigabControlCenter/Components/Employee/EmployeeComponent.razor.rz.scp.css */
#employees-page-container[b-t68z60lv1u] {
    height: calc(100vh - 134px);
}

    #employees-page-container[b-t68z60lv1u]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #employees-page-container[b-t68z60lv1u]  div#certificates-grid.data-grid-component {
        box-shadow: none;
    }

    #employees-page-container[b-t68z60lv1u]  .grid-table {
        grid-template-columns: 1.4fr 0.7fr 1.5fr 2.3fr 1.3fr 1.4fr 1.2fr 1.8fr 1.2fr 1.3fr
    }

        #employees-page-container[b-t68z60lv1u]  .grid-table.columns-6 {
            grid-template-columns: 1.4fr 0.7fr 1.5fr 2.3fr 1.2fr 1.2fr
        }

        #employees-page-container[b-t68z60lv1u]  .grid-table.columns-3 {
            grid-template-columns: 1.4fr 1.5fr 2.3fr
        }

[b-t68z60lv1u] #employee-form-modal .modal-footer:not(#activation-reset-confirmation .modal-footer, #email-update-confirmation .modal-footer, #update-cost-modal .modal-footer) {
    justify-content: unset;
}

#employee-form[b-t68z60lv1u] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#employee-right-form[b-t68z60lv1u] {
    width: 453px;
    position: relative;
    padding-left: 20px;
    max-height: 555px;
    min-height: 555px;
    transition: 0.5s;
}

    #employee-right-form.gray-background[b-t68z60lv1u] {
        max-height: 707px;
        min-height: 640px;
    }

    #separator[b-t68z60lv1u] {
        border-left: 1px solid #dee2e6;
    }

#employee-right-form.visible[b-t68z60lv1u] {
    visibility: visible;
    opacity: 1;
}

#employee-right-form.hidden[b-t68z60lv1u] {
    visibility: hidden;
    opacity: 0;
}

#employee-right-form.gray-background[b-t68z60lv1u] >  .form-container {
    padding: 20px;
    padding-bottom: 0px;
}

#employee-right-form[b-t68z60lv1u]  table.grid-table:not(.empty) {
    display: grid;
    grid-template-columns: 3fr 2.1fr 1.1fr;
}

#employee-title-right[b-t68z60lv1u] {
    position: absolute;
    right: 352px;
}

[b-t68z60lv1u] .certificate-form-container {
    border-left: 1px solid #DEE2E6;
    border-right: solid 1px #DEE2E6;
    padding-bottom: 50px;
    background-color: #f2f2f233;
}

#certificate-form[b-t68z60lv1u] {
    background-color: #F2F2F2;
    height: 100%;
}

[b-t68z60lv1u] .form-container {
    display: flex;
    flex-direction: row;
}

    [b-t68z60lv1u] .form-container:not(.certificate-form-container) {
        height: 100%;
    }

    [b-t68z60lv1u] .form-container .form-column {
        min-width: 288px;
    }

        [b-t68z60lv1u] .form-container .form-column:not(:last-child) {
            margin-right: 20px;
        }

#employee-form-buttons[b-t68z60lv1u] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    height: 38px;
}

    #employee-form-buttons.visible[b-t68z60lv1u] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 400ms;
    }

    #employee-form-buttons.hidden[b-t68z60lv1u] {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 150ms, opacity 250ms;
    }

    #employee-form-buttons[b-t68z60lv1u]  button:not(:last-child) {
        margin-right: 20px;
    }

#certificate-form-buttons[b-t68z60lv1u] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 60px;
    background-color: white;
    border-left: 1px solid #DEE2E6;
    border-right: solid 1px #DEE2E6;
}

    #certificate-form-buttons[b-t68z60lv1u]  button:not(:last-child, #certificate-delete-btn ) {
        margin-right: 20px;
    }

[b-t68z60lv1u] #company-select {
    width: 165px;
}

[b-t68z60lv1u] #certificate-delete-btn {
    margin-right: auto;
}

#certificate-form-header[b-t68z60lv1u] {
    background-color: #fcfcfc;
    height: 54px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #DEE2E6;
    border-top: 1px solid #DEE2E6;
    border-right: solid 1px #DEE2E6;
}

    #certificate-form-header #certificate-label[b-t68z60lv1u] {
        width: 109px;
        height: 38px;
        display: flex;
        align-items: center;
    }

        #certificate-form-header #certificate-label span[b-t68z60lv1u] {
            font-size: 16px;
            position: relative;
            top: 0.5px;
        }


[b-t68z60lv1u] .modal-body p {
    margin-top: 10px;
}

.left-cost[b-t68z60lv1u] {
    width: 170px;
}

.right-cost[b-t68z60lv1u] {
    width: 103px;
}

    .right-cost[b-t68z60lv1u]  button {
        width: 100%
    }

#employees-page-container[b-t68z60lv1u]  #update-cost-form {
    width: 350px;
}

[b-t68z60lv1u] #update-cost-form form {
    flex-direction: column;
}

[b-t68z60lv1u] #update-cost-form p {
    color: #212529;
}

[b-t68z60lv1u] #update-cost-input, [b-t68z60lv1u] #cost-valid-from-input {
    width: 200px;
}

#update-info[b-t68z60lv1u] {
    margin-bottom: 20px;
    font-size: 16px;
}

[b-t68z60lv1u] #emergency-phone-number-input {
    margin-top: 10px;
}

[b-t68z60lv1u] .form-group.numeric.disabled input:disabled {
    background-color: white;
}

[b-t68z60lv1u] .certificate-form-container{
    flex-direction: column;
}

[b-t68z60lv1u] .file-content-container {
    margin-top: 10px;
}

[b-t68z60lv1u] .file-preview-container {
    height: 200px;
}

[b-t68z60lv1u] .file-name {
    margin-top: 20px;
}

#employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container {
    width: 640px;
    min-height: 324px;
}

    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container form {
        display: flex;
    }

        #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container form .filter-column:first-of-type {
            margin-right: 40px;
            width: 250px;
        }

        #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container form .filter-column:last-of-type {
            width: 350px;
        }

#employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: center;
}

    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container svg {
        position: absolute;
        bottom: 33px;
        width: 11.586px;
        height: 9.176px;
    }

[b-t68z60lv1u] #project-select {
    max-width: 288px;
}

@media screen and (min-width: 2560px) {
    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container svg {
        bottom: 30px;
    }
}

@media screen and (max-width: 2048px) {
    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container svg {
        bottom: 26px;
    }
}

@media screen and (max-width: 1920px) {
    #employee-right-form.gray-background[b-t68z60lv1u] {
        min-height: 624px;
    }
}


@media screen and (max-width: 1536px) {
    #employees-page-container[b-t68z60lv1u] {
        height: calc(100vh - 95px);
    }

    #employee-right-form:not(.gray-background)[b-t68z60lv1u] {
        max-height: 450px;
    }

    #employee-right-form[b-t68z60lv1u] {
        min-height: 442px;
    }

        #employee-right-form.gray-background[b-t68z60lv1u] {
            min-height: 487px;
        }

    #employee-right-form[b-t68z60lv1u] {
        width: 362px;
        padding-left: 16px;
    }

        #employee-right-form.gray-background[b-t68z60lv1u] >  .form-container {
            padding: 16px;
            padding-bottom: 0px;
        }

    #employee-title-right[b-t68z60lv1u] {
        right: 280px;
    }

    [b-t68z60lv1u] .form-container .form-column {
        min-width: 230px;
    }

        [b-t68z60lv1u] .form-container .form-column:not(:last-child) {
            margin-right: 16px;
        }

    #employee-form-buttons[b-t68z60lv1u] {
        height: 30px;
    }

        #employee-form-buttons[b-t68z60lv1u]  button:not(:last-child) {
            margin-right: 16px;
        }

    #certificate-form-buttons[b-t68z60lv1u] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        height: 48px;
    }

        #certificate-form-buttons[b-t68z60lv1u]  button:not(:last-child, #certificate-delete-btn ) {
            margin-right: 16px;
        }

    [b-t68z60lv1u] #company-select {
        width: 132px;
    }


    #certificate-form-header[b-t68z60lv1u] {
        height: 43px;
        padding-left: 16px;
    }

        #certificate-form-header #certificate-label[b-t68z60lv1u] {
            width: 87px;
            height: 30px;
        }

            #certificate-form-header #certificate-label span[b-t68z60lv1u] {
                font-size: 13px;
                top: 0.5px;
            }


    [b-t68z60lv1u] .modal-body p {
        margin-top: 8px;
    }

    .left-cost[b-t68z60lv1u] {
        width: 136px;
    }

    .right-cost[b-t68z60lv1u] {
        width: 82px;
    }

    #employees-page-container[b-t68z60lv1u]  #update-cost-form {
        width: 280px;
    }


    [b-t68z60lv1u] #update-cost-input, [b-t68z60lv1u] #cost-valid-from-input {
        width: 160px;
    }

    [b-t68z60lv1u] #emergency-phone-number-input {
        margin-top: 8px;
    }

    [b-t68z60lv1u] .file-content-container {
        margin-top: 8px;
    }

    [b-t68z60lv1u] .file-preview-container {
        height: 160px;
    }

    [b-t68z60lv1u] .file-name {
        margin-top: 16px;
    }

    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container {
        width: 502px;
        min-height: 216px;
    }

        #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container form .filter-column:first-of-type {
            margin-right: 32px;
            width: 180px;
        }

        #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #filter-container form .filter-column:last-of-type {
            width: 290px;
        }


    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container {
        width: 48px;
    }

        #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container svg {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }

    [b-t68z60lv1u] #project-select {
        max-width: 230px;
    }
}

@media screen and (max-width: 1366px) {
    #employees-page-container[b-t68z60lv1u]  #employee-grid-filter #arrow-container svg {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/GridSelector/GridSelectorComponent.razor.rz.scp.css */
.grid-selector[b-6va3yblupv] {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #dadce0;
    cursor: pointer;
    font-size: 15px;
    color: #504e4e;
    line-height: 1.5;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .grid-selector.disabled[b-6va3yblupv] {
        cursor: default;
        background-color: #eee;
    }


    .grid-selector:hover:not(.disabled, .modified)[b-6va3yblupv] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .grid-selector.empty[b-6va3yblupv] {
        color: #6c757d;
    }

    .grid-selector.modified:not(.disabled)[b-6va3yblupv] {
        box-shadow: 0 0 0px 1px #35bbff;
        border-color: transparent !important;
    }

    .grid-selector.invalid[b-6va3yblupv], .grid-selector.modified.invalid[b-6va3yblupv] {
        border-color: #d50000;
    }

[b-6va3yblupv] .grid-selector-cancel {
    margin-right: 20px;
}

[b-6va3yblupv] .grid-selector-modal .modal-body {
    padding: 0px;
}

@media screen and (max-width: 1536px) {
    .grid-selector[b-6va3yblupv] {
        height: 30px;
        font-size: 12px;
        line-height: 1.5;
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    [b-6va3yblupv] .grid-selector-cancel {
        margin-right: 16px;
    }
}
/* _content/VigabControlCenter/Components/GridSelector/GridSelectorGridComponent.razor.rz.scp.css */
.grid-selector-grid-container[b-e2gby0z4yu] {
    width: 1200px;
    height: 758px;
}

[b-e2gby0z4yu] .grid-header-bar {
    height: 80px;
    background-color: transparent;
    border: none;
    align-items: start;
    padding-top: 25px;
    justify-content: end;
}

[b-e2gby0z4yu] .grid-table {
    height: calc(100% - 150px);
    border: none;
}

[b-e2gby0z4yu] .grid-footer {
    padding-left: 20px;
    border-bottom: none;
    height: 70px;
    background-color: transparent;
}

[b-e2gby0z4yu] .grid-totals {
    right: 20px;
}

[b-e2gby0z4yu] th.grid-header-cell:first-child {
    padding-left: 30px;
}

[b-e2gby0z4yu] td.grid-cell:first-child {
    padding-left: 30px;
}

@media screen and (max-width: 1920px) {
    .grid-selector-grid-container[b-e2gby0z4yu] {
        width: 1000px;
        height: 600px;
    }
}

@media screen and (max-width: 1536px) {
    .grid-selector-grid-container[b-e2gby0z4yu] {
        width: 800px;
        height: 512px;
    }

    [b-e2gby0z4yu] .grid-header-bar {
        height: 64px;       
        padding-top: 20px;
    }

    [b-e2gby0z4yu] .grid-table {
        height: calc(100% - 120px);
        border: none;
    }

    [b-e2gby0z4yu] .grid-footer {       
        height: 56px;
        padding-left: 16px;
    }

    [b-e2gby0z4yu] .grid-totals {
        right: 16px;
    }

    [b-e2gby0z4yu] th.grid-header-cell:first-child {
        padding-left: 24px;
    }

    [b-e2gby0z4yu] td.grid-cell:first-child {
        padding-left: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .grid-selector-grid-container[b-e2gby0z4yu] {
        height: 420px;
    }

    [b-e2gby0z4yu] .grid-header-bar {
        height: 56px;
    }

    [b-e2gby0z4yu] .grid-table {
        height: calc(100% - 100px);
    }

    [b-e2gby0z4yu] .grid-footer {
        height: 44px;
    }
}
/* _content/VigabControlCenter/Components/ImageThumbnail/ImageThumbnailComponent.razor.rz.scp.css */
.thumbnail[b-klyvi4fc0a] {
    width: 28px;
    height: 22px;
}

@media screen and (max-width: 1536px) {
    .thumbnail[b-klyvi4fc0a] {
        width: 22px;
        height: 18px;
    }
}
/* _content/VigabControlCenter/Components/ImageUpload/ImageUploadComponent.razor.rz.scp.css */
.image-upload-container[b-mtqn7cbq2k] {
    display: flex;
    flex-direction: column
}

    .image-upload-container.horizontal[b-mtqn7cbq2k] {
        flex-direction: row;
        position: relative;
    }

        .image-upload-container.horizontal .image-preview-container[b-mtqn7cbq2k] {
            margin-top: 0px;
            margin-left: 20px;
        }

        .image-upload-container.horizontal .image-download-button[b-mtqn7cbq2k] {
            margin-top: 0px;
            position: absolute;
            left: 22px;
            top: 45px;
        }

    .image-upload-container .left-arrow[b-mtqn7cbq2k], .image-upload-container .right-arrow[b-mtqn7cbq2k] {
        position: absolute;
        cursor: pointer;
        opacity: 0.5;
    }

    .image-upload-container .left-arrow[b-mtqn7cbq2k] {
        left: 10px;
    }

    .image-upload-container .right-arrow[b-mtqn7cbq2k] {
        right: 10px;
    }

        .image-upload-container .left-arrow:hover[b-mtqn7cbq2k], .image-upload-container .right-arrow:hover[b-mtqn7cbq2k] {
            opacity: 1;
        }

.upload-control-button[b-mtqn7cbq2k] {
    width: 95px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #CED4DA;
    cursor: pointer;
    background-color: white;
    color: #6C757D;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}

    .upload-control-button.disabled[b-mtqn7cbq2k] {
        cursor: default;
        background-color: #eee;
    }

    .upload-control-button:hover:not(.disabled)[b-mtqn7cbq2k] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .upload-control-button:active:not(.disabled)[b-mtqn7cbq2k] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 0px 1px;
        outline: none;
    }


.image-preview-container[b-mtqn7cbq2k] {
    border-radius: 5px;
    width: 268px;
    height: 140px;
    background-color: white;
    border: 1px solid #CED4DA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
}

    .image-preview-container img[b-mtqn7cbq2k] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
    }

.image-preview-clear[b-mtqn7cbq2k] {
    cursor: pointer;
    position: absolute;
    height: 20px;
    right: 3px;
    top: 1px;
    color: #000;
    opacity: 0.5;
    background-color: white;
}

    .image-preview-clear:hover[b-mtqn7cbq2k] {
        opacity: 1;
    }

    .image-preview-clear button[b-mtqn7cbq2k] {
        background-color: transparent;
        border: none;
        font-weight: bold;
        outline-style: none;
    }

.image-download-button[b-mtqn7cbq2k] {
    margin-top: 5px;
}

    .image-download-button a[b-mtqn7cbq2k] {
        text-decoration: underline !important;
        color: #212529;
        font-size: 16px;
        cursor: pointer;
    }

[b-mtqn7cbq2k] #image-preview-modal .modal-content {
    border-radius: 0px;
}

[b-mtqn7cbq2k] #image-preview-modal .modal-header {
    padding: 15px;
    padding-bottom: 12px;
}

    [b-mtqn7cbq2k] #image-preview-modal .modal-header h6 {
        margin-bottom: 0px;
        font-weight: bold;
        line-height: 1.4;
        font-size: 16px;
    }

[b-mtqn7cbq2k] #image-preview-modal .modal-body {
    padding: 0px;
}

[b-mtqn7cbq2k] #image-preview-modal img {
    max-width: 1200px;
    max-height: 890px;
    object-fit: contain;
}

[b-mtqn7cbq2k] #image-preview-modal .left-arrow, #image-preview-modal .right-arrow[b-mtqn7cbq2k] {
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
    top: 50%;
}

[b-mtqn7cbq2k] #image-preview-modal .left-arrow {
    left: 10px;
}

[b-mtqn7cbq2k] #image-preview-modal .right-arrow {
    right: 10px;
}

[b-mtqn7cbq2k] #image-preview-modal .left-arrow:hover, #image-preview-modal .right-arrow:hover[b-mtqn7cbq2k] {
    opacity: 1;
}

@media screen and (max-width: 1536px) {
    .upload-control-button[b-mtqn7cbq2k] {
        width: 76px;
        height: 30px;
        border-radius: 4px;
        font-size: 13px;
        line-height: 30px;
    }

    .image-preview-container[b-mtqn7cbq2k] {
        border-radius: 4px;
        width: 214px;
        height: 112px;
        margin-top: 8px;
    }

    .image-preview-clear[b-mtqn7cbq2k] {
        height: 16px;
        right: 2px;
    }

    .image-download-button[b-mtqn7cbq2k] {
        margin-top: 4px;
    }

        .image-download-button a[b-mtqn7cbq2k] {
            font-size: 13px;
        }
}
/* _content/VigabControlCenter/Components/Layout/AuthLayoutComponent.razor.rz.scp.css */
[b-m3u81u0pgg] #logo-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

    [b-m3u81u0pgg] #logo-container img {
        width: 160px;
        object-fit: contain;
    }

        [b-m3u81u0pgg] #logo-container img.GMT {
            width: 200px;
        }

#auth-layout-container[b-m3u81u0pgg] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: #E5E5E5;
}

#left-background[b-m3u81u0pgg] {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 43.3%;
}

#auth-window[b-m3u81u0pgg] {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    width: 1175px;
    height: 800px;
}

    #auth-window #left[b-m3u81u0pgg] {
        height: 100%;
        background-position: 85%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 450px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: white;
    }

    #auth-window #left.GMT[b-m3u81u0pgg] {
        opacity: 0.2;
    }

    #auth-window #right[b-m3u81u0pgg] {
        background-color: #F9F8F8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 725px;
    }

[b-m3u81u0pgg] form {
    position: relative;
    background-color: white;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 556px;
    height: max-content;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

    [b-m3u81u0pgg] form div:not(#back-button), [b-m3u81u0pgg] form label {
        width: 373px;
        position: relative;
    }

    [b-m3u81u0pgg] form #info-label {
        font-weight: bold;
        font-size: 20px;
        margin-top: 70px;
    }

        [b-m3u81u0pgg] form #info-label span {
            display: block;
            font-weight: normal;
            font-size: 14px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    [b-m3u81u0pgg] form .input-group:nth-child(3) {
        margin-top: 20px;
    }

    [b-m3u81u0pgg] form .input-group:nth-child(4) {
        margin-top: 20px;
    }

        [b-m3u81u0pgg] form .input-group .validation-error-message {
            position: unset;
            bottom: unset;
        }

        [b-m3u81u0pgg] form .input-group label:not(.validation-error-message label) {
            color: #212529;
            padding-left: 2px;
            font-size: 16px;
            margin-bottom: 6px;
        }

    [b-m3u81u0pgg] form #btn-container {
        margin-top: 50px;
    }

    [b-m3u81u0pgg] form #back-button {
        position: absolute;
        left: 20px;
        bottom: 10px;
        cursor: pointer;
    }

        [b-m3u81u0pgg] form #back-button:hover {
            opacity: 0.85;
        }  

        [b-m3u81u0pgg] form #back-button span {
            font-weight: bold;
            color: #2C2F31;
            font-size: 16px;
            margin-left: 5px;
        }

@media screen and (min-width: 2560px) {
    #left-background[b-m3u81u0pgg] {
        width: 44.65%;
    }
}

@media screen and (max-width: 1920px) {
    #left-background[b-m3u81u0pgg] {
        width: 42.85%;
    }
}

@media screen and (max-width: 1536px) {
    #auth-window[b-m3u81u0pgg] {
        border-radius: 16px;
        box-shadow: 0px 0px 27.2px 5.6px rgba(0,0,0,0.4);
        width: 940px;
        height: 640px;
    }

        #auth-window #left[b-m3u81u0pgg] {
            width: 360px;
            border-top-left-radius: 16px;
            border-bottom-left-radius: 16px;
        }

        #auth-window #right[b-m3u81u0pgg] {
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
            width: 580px;
        }         

    [b-m3u81u0pgg] form {
        min-height: 444.8px;
        width: 360px;
        border-radius: 8px;
        box-shadow: -3.2px 5.6px 13.6px 2.4px rgba(0,0,0,0.2);
    }

        [b-m3u81u0pgg] form div:not(#back-button-group), [b-m3u81u0pgg] form label {
            width: 298px;
        }  

        [b-m3u81u0pgg] form #info-label {
            font-size: 16px;
            margin-top: 45px;
        }

            [b-m3u81u0pgg] form #info-label span {
                font-size: 11px;
                margin-top: 8px;
                margin-bottom: 8px;
            }

        [b-m3u81u0pgg] form .input-group:nth-child(4) {
            margin-bottom: 16px;
            margin-top: 16px;
        }

            [b-m3u81u0pgg] form .input-group label:not(.validation-error-message label) {
                font-size: 13px;
                margin-bottom: 5px;
                padding-left: 2px;
            }

            [b-m3u81u0pgg] form #btn-container{
                margin-top: 25px;
            }

        [b-m3u81u0pgg] form #back-button {
            margin-top: 16px;
        }

            [b-m3u81u0pgg] form #back-button span {
                font-size: 13px;
                margin-left: 4px;
            }

    [b-m3u81u0pgg] #logo-container img {
        width: 120px;
        object-fit: contain;
    }

        [b-m3u81u0pgg] #logo-container img.GMT {
            width: 140px;
        }
}


@media screen and (max-width: 1366px) {
    #left-background[b-m3u81u0pgg] {
        width: 41.95%;
    }

    #auth-window[b-m3u81u0pgg] {
        width: 940px;
        height: 512px;
    }      
}
/* _content/VigabControlCenter/Components/Layout/MainLayoutComponent.razor.rz.scp.css */
#main-container[b-1gayl17q52] {
    display: flex;
    flex-direction: column;
}

#side-bar-container[b-1gayl17q52] {
    height: 100%;
    min-width: 260px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#body-container[b-1gayl17q52] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 70px);
}

#content-container[b-1gayl17q52] {
    height: 100%;
    width: 100%;
    background-color: #E5E5E5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
}

@media screen and (max-width: 1536px) {
    #content-container[b-1gayl17q52] {
        padding: 16px;
    }

    #top-bar-container[b-1gayl17q52] {
        min-height: 56px;
    }

    #body-container[b-1gayl17q52] {
        height: calc(100vh - 56px);
    }

    #logo-container[b-1gayl17q52] {
        padding-top: 17.2px;
        padding-left: 24px;
    }

        #logo-container svg[b-1gayl17q52] {
            width: 73.9352px;
            height: 23.9664px;
        }

    #side-bar-container[b-1gayl17q52] {
        min-width: 208px;
    }
}

@media screen and (max-width: 1366px) {
    #top-bar-container[b-1gayl17q52] {
        min-height: 45px;
    }

    #side-bar-container[b-1gayl17q52] {
        min-width: 170px;
    }

    #logo-container[b-1gayl17q52] {
        padding-top: 14px;
        padding-left: 24px;
    }

        #logo-container svg[b-1gayl17q52] {
            width: 72px;
            height: 22px;
        }

    #content-container[b-1gayl17q52] {
        padding-top: 13px;
        padding-left: 13px;
        padding-right: 13px;
    }
}
/* _content/VigabControlCenter/Components/Loader/LoaderComponent.razor.rz.scp.css */
#overlay[b-ew67f72ezs] {
    background: #ffffff;
    color: #666666;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    opacity: .5;
    display: flex;
}

.spinner[b-ew67f72ezs] {
    margin: auto;
    height: 64px;
    width: 64px;
    animation: rotate-b-ew67f72ezs 0.9s infinite linear;
    border: 3px solid #25a3f7;
    border-right-color: transparent;
    border-radius: 50%;
}

@media screen and (max-height: 1030px) {
    .spinner[b-ew67f72ezs] {
        height: 51px;
        width: 51px;
        border: 2px solid #25a3f7;
        animation: rotate-b-ew67f72ezs 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1536px) {
    .spinner[b-ew67f72ezs] {
        height: 41px;
        width: 41px;
        border: 2px solid #25a3f7;
        animation: rotate-b-ew67f72ezs 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1366px) {
    .spinner[b-ew67f72ezs] {
        height: 41px;
        width: 41px;
        border: 1px solid #25a3f7;
        animation: rotate-b-ew67f72ezs 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}


@keyframes rotate-b-ew67f72ezs {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/VigabControlCenter/Components/Modal/ModalComponent.razor.rz.scp.css */
.modal[b-v6yu2c0qm1] {
    z-index: 1050;
    overflow-y: auto;
}

.modal-backdrop[b-v6yu2c0qm1] {
    background-color: #212121;
}

.modal-content[b-v6yu2c0qm1] {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    border: none;
}

.modal-dialog[b-v6yu2c0qm1] {
    max-width: 500px;
}

.modal-title[b-v6yu2c0qm1] {
    font-size: 20px;
}

.modal-header .close[b-v6yu2c0qm1] {
    font-size: 22px;
    outline-style: none;
}

.modal-header[b-v6yu2c0qm1] {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.modal-body[b-v6yu2c0qm1] {
    padding: 20px;
}

.modal-footer[b-v6yu2c0qm1] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-footer[b-v6yu2c0qm1]  button:first-child:not(.grid-selector-cancel) {
    margin-right: auto !important;
}


@media screen and (max-width: 1536px) {
    .modal-dialog[b-v6yu2c0qm1] {
        max-width: 400px;
    }

    .modal-title[b-v6yu2c0qm1] {
        font-size: 16px;
    }

    .modal-header[b-v6yu2c0qm1] {
        padding: 16px;
    }

        .modal-header .close[b-v6yu2c0qm1] {
            font-size: 18px;
        }

    .modal-body[b-v6yu2c0qm1] {
        padding: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-footer[b-v6yu2c0qm1] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .modal-body[b-v6yu2c0qm1]  p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1366px) {    
    .modal-body[b-v6yu2c0qm1] {
        padding: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* _content/VigabControlCenter/Components/NotAuthorized/NotAuthorizedComponent.razor.rz.scp.css */
#not-authorized-container[b-kt2aizjoqm] {
    background-color: #E5E5E5;
    width: 100%;
    height: 100%;
}

    #not-authorized-container #not-authorized-content[b-kt2aizjoqm] {
        display: flex;
        flex-direction: column;
        background-color: white;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        text-align: center;
        color: #2C2F31;
        width: 450px;
        height: 556px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }

        #not-authorized-container #not-authorized-content h1[b-kt2aizjoqm] {
            margin-top: 90px;
            font-size: 96px;
            font-weight: bold;
        }

        #not-authorized-container #not-authorized-content h2[b-kt2aizjoqm] {
            margin-top: 40px;
            font-size: 27px;
            font-weight: bold;
        }

        #not-authorized-container #not-authorized-content p[b-kt2aizjoqm] {
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            width: 321px;
            font-size: 20px;
        }

        #not-authorized-container #not-authorized-content[b-kt2aizjoqm]  #back-btn {
            width: 158px;
            height: 38px;
            margin-left: auto;
            margin-right: auto;
        }

@media screen and (max-width: 1536px) {
    #not-authorized-container #not-authorized-content[b-kt2aizjoqm] {
        width: 360px;
        height: 444.8px;
        border-radius: 8px;
    }

        #not-authorized-container #not-authorized-content h1[b-kt2aizjoqm] {
            margin-top: 72px;
            font-size: 76.8px;
        }

        #not-authorized-container #not-authorized-content h2[b-kt2aizjoqm] {
            margin-top: 32px;
            font-size: 21.6px;
        }

        #not-authorized-container #not-authorized-content p[b-kt2aizjoqm] {
            margin-top: 24px;
            margin-bottom: 32px;
            width: 256.8px;
            font-size: 16px;
        }

        #not-authorized-container #not-authorized-content[b-kt2aizjoqm]  #back-btn {
            width: 126.4px;
            height: 30.4px;
        }
}
/* _content/VigabControlCenter/Components/NotFound/NotFoundComponent.razor.rz.scp.css */
#not-found-container[b-x67kfu9dev] {
    background-color: #E5E5E5;
    width: 100%;
    height: 100%;
}

    #not-found-container #not-found-content[b-x67kfu9dev] {
        display: flex;
        flex-direction: column;
        background-color: white;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        text-align: center;
        color: #2C2F31;
        width: 450px;
        height: 556px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }

        #not-found-container #not-found-content h1[b-x67kfu9dev] {
            margin-top: 90px;
            font-size: 96px;
            font-weight: bold;
        }

        #not-found-container #not-found-content h2[b-x67kfu9dev] {
            margin-top: 40px;
            font-size: 27px;
            font-weight: bold;
        }

        #not-found-container #not-found-content p[b-x67kfu9dev] {
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            width: 321px;
            font-size: 20px;
        }

        #not-found-container #not-found-content[b-x67kfu9dev]  #back-btn {
            margin-left: auto;
            margin-right: auto;
        }

@media screen and (max-width: 1536px) {
    #not-found-container #not-found-content[b-x67kfu9dev] {
        width: 360px;
        height: 444.8px;
        border-radius: 8px;
    }

        #not-found-container #not-found-content h1[b-x67kfu9dev] {
            margin-top: 72px;
            font-size: 76.8px;
        }

        #not-found-container #not-found-content h2[b-x67kfu9dev] {
            margin-top: 32px;
            font-size: 21.6px;
        }

        #not-found-container #not-found-content p[b-x67kfu9dev] {
            margin-top: 24px;
            margin-bottom: 32px;
            width: 256.8px;
            font-size: 16px;
        }
}
/* _content/VigabControlCenter/Components/Notifications/NotificationCardComponent.razor.rz.scp.css */
.notification-card[b-mxd5qir4o9] {
    display: flex;
    flex-direction: row;
    width: 280px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-top: 5px;
    color: #2C2F31;
    cursor: pointer;
    position: relative;
}

    .notification-card:hover .content[b-mxd5qir4o9] {
        background-color: #f0eeee;
    }

    .notification-card:hover .status-bar:not(.active)[b-mxd5qir4o9] {
        background-color: #f0eeee;
    }

    .notification-card .status-bar[b-mxd5qir4o9] {
        width: 6px;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
    }

        .notification-card .status-bar.active[b-mxd5qir4o9] {
            background-color: #ffb52a;
        }

    .notification-card .content[b-mxd5qir4o9] {
        padding: 10px;
        padding-bottom: 25px;
        width: 100%;
    }

        .notification-card .content .header[b-mxd5qir4o9] {
            font-size: 14px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            position: relative;
        }

            .notification-card .content .header .icon[b-mxd5qir4o9] {
                margin-right: 15px;
            }

            .notification-card .content .header .text[b-mxd5qir4o9] {
                padding-top: 2px;
            }

            .notification-card .content .header .notification-close[b-mxd5qir4o9] {
                position: absolute;
                right: 0;
                display: flex;
                align-items: start;
                justify-content: end;
                cursor: pointer;
                width: 10px;
                height: 10px;
            }

                .notification-card .content .header .notification-close svg[b-mxd5qir4o9] {
                    width: 7.5px;
                    height: 7.5px;
                }

                .notification-card .content .header .notification-close:hover[b-mxd5qir4o9] {
                    opacity: 0.7;
                }


        .notification-card .content .title[b-mxd5qir4o9] {
            font-size: 13px;
        }

        .notification-card .content .message[b-mxd5qir4o9] {
            font-size: 13px;
        }

    .notification-card .date[b-mxd5qir4o9] {
        font-size: 10px;
        font-style: italic;
        position: absolute;
        margin-left: auto;
        width: max-content;
        right: 10px;
        bottom: 5px;
    }

@media screen and (max-width: 1536px) {
    .notification-card[b-mxd5qir4o9] {
        width: 224px;
        border-radius: 2px;
        margin-top: 4px;
    }

        .notification-card .status-bar[b-mxd5qir4o9] {
            width: 5px;
        }

        .notification-card .content[b-mxd5qir4o9] {
            padding: 8px;
            padding-bottom: 20px;
        }

            .notification-card .content .header[b-mxd5qir4o9] {
                font-size: 11px;
            }

                .notification-card .content .header .icon[b-mxd5qir4o9] {
                    margin-right: 12px;
                }

                .notification-card .content .header .text[b-mxd5qir4o9] {
                    padding-top: 2px;
                }

                .notification-card .content .header .notification-close[b-mxd5qir4o9] {
                    width: 8px;
                    height: 8px;
                }

                    .notification-card .content .header .notification-close svg[b-mxd5qir4o9] {
                        width: 6px;
                        height: 6px;
                    }


            .notification-card .content .title[b-mxd5qir4o9] {
                font-size: 10px;
            }

            .notification-card .content .message[b-mxd5qir4o9] {
                font-size: 10px;
            }

        .notification-card .date[b-mxd5qir4o9] {
            font-size: 8px;
            right: 8px;
            bottom: 4px;
        }
}
/* _content/VigabControlCenter/Components/Notifications/NotificationsComponent.razor.rz.scp.css */
#notifications-container[b-oxnact9oe9] {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0ms,opacity 150ms ease;
    color: #2C2F31;
    font-size: 16px;
    z-index: 500;
}

    #notifications-container.visible[b-oxnact9oe9] {
        visibility: visible;
        opacity: 1;
    }

#notifications-triangle[b-oxnact9oe9] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 49.5px;
    top: 12px;
    box-shadow: 0px 10px 0 #f8f9fa;
    z-index: 1;
}

#notifications[b-oxnact9oe9] {
    width: 300px;
    max-height: 450px;
    height: max-content;
    background-color: #F8F9FA;
    position: absolute;
    top: 22px;
    right: 0px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

    #notifications #header[b-oxnact9oe9] {
        display: flex;
        flex-direction: row;
        height: 40px;
        justify-content: space-between;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 25px;
        align-items: end;
    }

        #notifications #header #title[b-oxnact9oe9] {
            color: #2C2F31;
            font-size: 15px;
            font-weight: bold;
        }

        #notifications #header #clear[b-oxnact9oe9] {
            font-size: 12px;
            color: #3B86FF;
            cursor: pointer;
        }

            #notifications #header #clear:hover[b-oxnact9oe9] {
                opacity: 0.8;
            }

    #notifications #notification-content-bar[b-oxnact9oe9] {
        padding-left: 5px;
        padding-bottom: 8px;
        max-height: 400px;
    }

        #notifications #notification-content-bar #empty[b-oxnact9oe9] {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }

    #notifications #border[b-oxnact9oe9] {
        width: 270px;
        height: 1px;
        background-color: #E5E5E5;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px;
        margin-bottom: 3px;
    }

@media screen and (max-width: 1536px) {
    #notifications-container[b-oxnact9oe9] {
        font-size: 13px;
    }

    #notifications-triangle[b-oxnact9oe9] {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid white;
        width: 8px;
        height: 8px;
        right: 38.5px;
        top: 10px;
    }

    #notifications[b-oxnact9oe9] {
        width: 240px;
        max-height: 360px;
        top: 18px;
        border-radius: 2px;
    }

        #notifications #header[b-oxnact9oe9] {
            height: 32px;
            padding-left: 12px;
            padding-top: 12px;
            padding-right: 20px;
        }

            #notifications #header #title[b-oxnact9oe9] {
                font-size: 12px;
            }

            #notifications #header #clear[b-oxnact9oe9] {
                font-size: 10px;
            }

        #notifications #notification-content-bar[b-oxnact9oe9] {
            padding-left: 4px;
            padding-bottom: 6px;
            max-height: 320px;
        }

            #notifications #notification-content-bar #empty[b-oxnact9oe9] {
                font-size: 10px;
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
            }

        #notifications #border[b-oxnact9oe9] {
            width: 216px;
            margin-top: 2px;
            margin-bottom: 2px;
        }
}
/* _content/VigabControlCenter/Components/NumericField/NumericFieldComponent.razor.rz.scp.css */
.form-group.numeric[b-4sog2ihtkn] {
    display: flex;
    border-radius: 3px;
}

.quantity-nav[b-4sog2ihtkn] {
    float: left;
    position: relative;
    height: 38px;
    top: 1px;
    right: 1px;
}

.quantity-button[b-4sog2ihtkn] {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 22px;
    text-align: center;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline-style: none;
}

    .quantity-button.disabled[b-4sog2ihtkn] {
        cursor: default;
    }

    .quantity-button:active:not(.disabled)[b-4sog2ihtkn] {
        background: #EAEAEA;
    }

    .quantity-button.quantity-up[b-4sog2ihtkn] {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        font-family: "FontAwesome";
        border-radius: 0 4px 0 0;
        line-height: 1.0;
    }

    .quantity-button.quantity-down[b-4sog2ihtkn] {
        position: absolute;
        bottom: 2px;
        height: 50%;
        font-family: "FontAwesome";
        border-radius: 0 0 4px 0;
        line-height: 1.0;
    }

.form-group[b-4sog2ihtkn] {
    margin-bottom: 0;
}

.numeric[b-4sog2ihtkn]  .form-group {
    width: 100%;
}


@media screen and (max-width: 1536px) {
    .form-group.numeric[b-4sog2ihtkn] {
        border-radius: 2px;
    }

    .quantity-nav[b-4sog2ihtkn] {
        height: 28px;
    }

    .quantity-button[b-4sog2ihtkn] {
        width: 18px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1366px) {
    .quantity-button[b-4sog2ihtkn] {
        width: 15px;
    }
}
/* _content/VigabControlCenter/Components/Offer/AddCommonItemFormComponent.razor.rz.scp.css */
#offer-item-container[b-m0fywbzwjs] {
    width: 600px;
}

[b-m0fywbzwjs] .grid-selector-grid-container .grid-table {
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr 40px;
}

[b-m0fywbzwjs] .grid-selector-grid-container .grid-header .grid-row th:last-child {
    width: 40px;
    padding-left: 0px;
    padding-right: 10px;
    overflow: unset;
}

[b-m0fywbzwjs] .grid-selector-grid-container .grid-body .grid-row td:last-child {
    width: 40px;
    padding-left: 0px;
    padding-right: 10px;
    overflow: unset;
}

#offer-item-form-buttons[b-m0fywbzwjs] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    #offer-item-form-buttons[b-m0fywbzwjs]  button:first-of-type {
        margin-right: auto;
    }

    #offer-item-form-buttons[b-m0fywbzwjs]  button:nth-last-of-type(2) {
        margin-right: 20px;
    }

@media screen and (max-width: 1536px) {
    #offer-item-container[b-m0fywbzwjs] {
        width: 450px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferAttachmentsComponent.razor.rz.scp.css */
#media-container[b-u6gv4icppn] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    height: calc(100vh - 324px);
}

#media-grid-container[b-u6gv4icppn] {
    width: 900px;
    height: 100%;
}

    #media-grid-container[b-u6gv4icppn]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); 
    }

    #media-grid-container[b-u6gv4icppn]  .grid-table {
        grid-template-columns: 3.5fr 1.8fr 1.2fr 2.3fr 40px;
    }      

        #media-grid-container[b-u6gv4icppn]  .grid-table:not(.columns-4) tbody tr td:last-of-type {
            padding-left: 0px;
            padding-right: 0px;
            overflow: unset;
        }

    #media-grid-container[b-u6gv4icppn]  .grid-row.data.selected td {
        background-color: #EEEEEE;
        color: #504e4e;
        font-weight: bold;
    }
   

#media-preview-container[b-u6gv4icppn] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 900px);
    margin-left: 20px;
    border: solid 1px #DEE2E6;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

#preview-header[b-u6gv4icppn] {
    height: 54px;
    width: 100%;
    background-color: white;
    font-weight: bold;
    padding-left: 15px;
    line-height: 54px;
    font-size: 16px;
}

#media-preview[b-u6gv4icppn] {
    height: calc(100% - 54px);
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: default;
}

    #media-preview img[b-u6gv4icppn] {
        object-fit: contain;
        cursor: pointer;
        width: 100%;
        height: 100%;
        cursor: default;
        max-height: 800px;
    }

    #media-preview .visible[b-u6gv4icppn] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 600ms;
    }

    #media-preview .hidden[b-u6gv4icppn] {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 150ms, opacity 150ms;
    }

    #media-preview .document[b-u6gv4icppn] {
        width: 100%;
        height: 100%;
    }

    #media-preview > div[b-u6gv4icppn] {
        height: 100%;
        display: flex;
        align-items: center;
    }
    

#add-media-button[b-u6gv4icppn],
#download-attachments-button[b-u6gv4icppn] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: 25px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    #download-attachments-button[b-u6gv4icppn] {
        position: relative;
        right: 0px;
    }

    #add-media-button:hover[b-u6gv4icppn],
    #download-attachments-button:hover[b-u6gv4icppn] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    #add-media-button:active[b-u6gv4icppn],
    #download-attachments-button:active[b-u6gv4icppn] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    #add-media-button span[b-u6gv4icppn],
    #download-attachments-button span[b-u6gv4icppn]{
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

        #download-attachments-button i[b-u6gv4icppn] {
            font-size: 20px;
        }


        #media-preview pre[b-u6gv4icppn] {
            margin-bottom: 0;
            overflow: auto;
            background-color: white;
            width: 100%;
            height: 100%;
            white-space: pre-wrap;
        }

#media-preview object[b-u6gv4icppn] {
    width: 100%;
    height: 100%;
}

.errors > div[b-u6gv4icppn] {
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    #media-container[b-u6gv4icppn] {
        height: calc(100vh - 302px);
    }
}

@media screen and (max-width: 1920px) {
    #media-container[b-u6gv4icppn] {
        height: calc(100vh - 255px);
    }

    #media-container[b-u6gv4icppn] {
        height: calc(100vh - 305px);
    }
}

@media screen and (max-width: 1536px) {
    #media-container[b-u6gv4icppn] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

    #media-grid-container[b-u6gv4icppn] {
        width: 720px;
    }

        #media-grid-container[b-u6gv4icppn]  .grid-table {
            grid-template-columns: 3.5fr 1.8fr 1.2fr 2.3fr 32px;
        }         

    #media-preview-container[b-u6gv4icppn] {
        margin-left: 16px;
    }

    #preview-header[b-u6gv4icppn] {
        height: 43px;
        padding-left: 12px;
        line-height: 43px;
        font-size: 13px;
    }

    #media-preview[b-u6gv4icppn] {
        padding: 16px;
        height: calc(100% - 43px);
    }

        #media-preview img[b-u6gv4icppn] {
            max-height: 678px;
        }

    #add-media-button[b-u6gv4icppn] {
        height: 30px;
        padding: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

        #add-media-button span[b-u6gv4icppn] {
            font-size: 13px;
            margin-left: 8px;
            top: 0px;
        }

    #media-preview-container[b-u6gv4icppn] {
        width: calc(100% - 720px);
        height: calc(100% - 11px);
    }

    .errors > div[b-u6gv4icppn] {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1366px) {
    #preview-header[b-u6gv4icppn] {
        font-size: 12px;
    }

    #add-media-button[b-u6gv4icppn] {
        margin-right: 20px;
        padding-left: 13px;
        padding-right: 13px;
    }

    #media-preview-container[b-u6gv4icppn] {
        width: calc(100% - 720px);
        height: calc(100% + 8px);
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferCommonItemFormComponent.razor.rz.scp.css */
#offer-common-item-container[b-m8fv874poh] {
    width: 600px;
}

@media screen and (max-width: 1536px) {
    #offer-common-item-container[b-m8fv874poh] {
        width: 450px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferGridComponent.razor.rz.scp.css */
#offers-grid-page-container[b-ksuas8bzrn] {
    height: calc(100vh - 134px);
}

    #offers-grid-page-container[b-ksuas8bzrn]  .data-grid-component:not(#customer-reference-grid) {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #offers-grid-page-container[b-ksuas8bzrn]  .grid-table {
        grid-template-columns: 0.5fr 2.5fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    }

[b-ksuas8bzrn] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
    width: 1500px;
}

[b-ksuas8bzrn] #create-offer-modal .modal-body:not(#customer-reference-modal .modal-body) {
    padding: 0px;
}

[b-ksuas8bzrn] #filter-container {
    width: 640px;
    min-height: 324px;
}

    [b-ksuas8bzrn] #filter-container form {
        display: flex;
    }

        [b-ksuas8bzrn] #filter-container form .filter-column:first-of-type {
            margin-right: 40px;
            width: 250px;
        }

        [b-ksuas8bzrn] #filter-container form .filter-column:last-of-type {
            width: 350px;
        }

[b-ksuas8bzrn]  #filter-status-select {
    width: 100%;
}

#arrow-container[b-ksuas8bzrn] {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: center;
}

    #arrow-container svg[b-ksuas8bzrn] {
        position: absolute;
        bottom: 33px;
        width: 11.586px;
        height: 9.176px;
    }

@media screen and (min-width: 2560px) {
    #arrow-container svg[b-ksuas8bzrn] {
        bottom: 30px;
    }
}

@media screen and (max-width: 2048px) {
    #arrow-container svg[b-ksuas8bzrn] {
        bottom: 26px;
    }
}

@media screen and (max-width: 1920px) {
    [b-ksuas8bzrn] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 1200px;
    }

    #offers-grid-page-container[b-ksuas8bzrn]  .grid-table {
        grid-template-columns: 1fr 2.5fr 1.1fr 2fr 1.2fr 1.3fr 1.3fr 1.2fr 1.1fr;
    }
}

@media screen and (max-width: 1536px) {
    #offers-grid-page-container[b-ksuas8bzrn] {
        height: calc(100vh - 95px);
    }

    [b-ksuas8bzrn] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 950px;
    }

    #filter-container[b-ksuas8bzrn] {
        width: 502px;
        min-height: 216px;
    }

        #filter-container form .filter-column:first-of-type[b-ksuas8bzrn] {
            margin-right: 32px;
            width: 180px;
        }

        #filter-container form .filter-column:last-of-type[b-ksuas8bzrn] {
            width: 290px;
        }


     #arrow-container[b-ksuas8bzrn] {
        width: 48px;
    }

        #arrow-container svg[b-ksuas8bzrn] {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }
}

@media screen and (max-width: 1366px) { 
    #arrow-container svg[b-ksuas8bzrn] {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferGridStatusComponent.razor.rz.scp.css */
.status-icon[b-3nh7onf6ip] {
    display: flex;
}

    .status-icon div[b-3nh7onf6ip] {
        margin-top: 3px;
        margin-left: 10px;
    }

    .status-icon svg[b-3nh7onf6ip] {
        margin-top: 7px;
    }

@media screen and (max-width: 1536px) {
    .status-icon div[b-3nh7onf6ip] {
        margin-top: 1px;
        margin-left: 8px;
    }

    .status-icon svg[b-3nh7onf6ip] {
        margin-top: 5px;
        width: 9px;
        height: 9px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferItemFormComponent.razor.rz.scp.css */
#offer-item-container[b-o97wavf844] {
    width: 600px;
}

[b-o97wavf844] #unit-select {
    width: 100%;
}

[b-o97wavf844] textarea  {
    min-height: 100px;
}

@media screen and (max-width: 1536px) {
    #offer-item-container[b-o97wavf844] {
        width: 450px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferItemsComponent.razor.rz.scp.css */
#offer-items-container[b-fuvb1yc14l] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

    #offer-items-container[b-fuvb1yc14l]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #offer-items-container.readonly[b-fuvb1yc14l]  .grid-table {
        grid-template-columns: 100px 2fr 1fr 1fr 1fr 1fr 1fr 40px;
    }

#add-new-item-button[b-fuvb1yc14l],
#add-new-text-button[b-fuvb1yc14l],
#add-new-section-button[b-fuvb1yc14l] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    user-select: none;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
}

    #add-new-item-button span[b-fuvb1yc14l],
    #add-new-text-button span[b-fuvb1yc14l],
    #add-new-section-button span[b-fuvb1yc14l]{
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    #add-new-item-button svg[b-fuvb1yc14l],
    #add-new-text-button svg[b-fuvb1yc14l],
    #add-new-section-button svg[b-fuvb1yc14l] {
        width: 19.799px;
        height: 19.799px;
    }

    #add-new-item-button:hover[b-fuvb1yc14l],
    #add-new-text-button:hover[b-fuvb1yc14l],
    #add-new-section-button:hover[b-fuvb1yc14l] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    #add-new-item-button:active[b-fuvb1yc14l],
    #add-new-text-button:active[b-fuvb1yc14l],
    #add-new-section-button:active[b-fuvb1yc14l] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

#offer-item-form-buttons[b-fuvb1yc14l] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#offer-item-form-buttons[b-fuvb1yc14l]  button:first-of-type {
    margin-right: auto;
}

#offer-item-form-buttons[b-fuvb1yc14l]  button:nth-last-of-type(2) {
    margin-right: 20px;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-header .grid-row th:nth-child(2) {
    width: 40%;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-header .grid-row th:not(:nth-child(1), :nth-child(2), :last-child) {
    width: 12%;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-header .grid-row th:nth-child(1):not(.spanned) {
    width: 100px;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-header .grid-row th:last-child {
    min-width: 40px;
    width: 40px;    
}

[b-fuvb1yc14l] .data-grid-component:not(.grid-selector-grid) .grid-header .grid-row th:last-child {
    padding-left: 0px;
    padding-right: 0px;
    overflow: unset;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td:nth-child(1):not(.spanned) {
    width: 100px;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td:nth-child(2) {
    width: 40%;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td.spanned {
    width: calc(100% - 40px);
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td:not(:nth-child(1), :nth-child(2), :last-child, .spanned) {
    width: 12%;
}

#offer-items-container:not(.readonly)[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td:last-child:not(:first-child) {
    min-width: 40px;
    width: 40px;
   
}

[b-fuvb1yc14l]  .data-grid-component:not(.grid-selector-grid) .grid-body .grid-row td:last-child:not(:first-child) {
    padding-left: 0px;
    padding-right: 0px;
    overflow: unset;
}

[b-fuvb1yc14l] .grid-selector-grid-container.common-items .grid-table {
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr 40px;
}

[b-fuvb1yc14l] .grid-selector-grid-container.common-items .grid-header .grid-row th:last-child {
    min-width: 40px;
    width: 40px;
    padding-left: 0px;
    padding-right: 10px;
    overflow: unset;
}

[b-fuvb1yc14l] .grid-selector-grid-container.common-items .grid-body .grid-row td:last-child {
    min-width: 40px;
    width: 40px;
    padding-left: 0px;
    padding-right: 10px;
    overflow: unset;
}

[b-fuvb1yc14l] .grid-selector-cancel {
    margin-right: 20px;
}

[b-fuvb1yc14l] .grid-selector-modal .modal-body:not(#new-offer-item-form-modal .modal-body, #delete-confirmation .modal-body) {
    padding: 0px;
}

.offer-totals[b-fuvb1yc14l] {
    display: flex;
    flex-direction: column;
    min-width: 280px;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #DEE2E6;
    border-left: solid 1px #DEE2E6;
    color: #212529;
}

    .offer-totals:not(.total-sum)[b-fuvb1yc14l] {
        border-bottom: 1px #DEE2E6;
    }

.total-sum[b-fuvb1yc14l] {
    font-weight: bold;
    flex-direction: row;
}

.total-row[b-fuvb1yc14l] {
    display: flex;
    justify-content: space-between;
}

.total-col:first-child[b-fuvb1yc14l] {
    margin-right: 20px;
}

.totals-container[b-fuvb1yc14l] {
    width: fit-content;
    margin-left: auto;
}

[b-fuvb1yc14l] .section-total-row {
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
    #offer-items-container[b-fuvb1yc14l] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #offer-items-container[b-fuvb1yc14l] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

    #add-new-item-button[b-fuvb1yc14l],
    #add-new-text-button[b-fuvb1yc14l],
    #add-new-section-button[b-fuvb1yc14l] {
        border-radius: 4px;
        height: 30.4px;
        padding-left: 6px;
        padding-right: 6px;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8px;
    }

        #add-new-item-button span[b-fuvb1yc14l],
        #add-new-text-button span[b-fuvb1yc14l],
        #add-new-section-button span[b-fuvb1yc14l] {
            font-size: 12.8px;
            margin-left: 8px;
            top: 0.4px;
        }

        #add-new-item-button svg[b-fuvb1yc14l],
        #add-new-text-button svg[b-fuvb1yc14l],
        #add-new-section-button svg[b-fuvb1yc14l] {
            width: 15.8392px;
            height: 15.8392px;
        }

    [b-fuvb1yc14l] .grid-selector-cancel {
        margin-right: 16px;
    }

    .offer-totals[b-fuvb1yc14l] {
        font-size: 13px;
    }

    .total-col:first-child[b-fuvb1yc14l] {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1366px) {
    #add-new-item-button[b-fuvb1yc14l],
    #add-new-text-button[b-fuvb1yc14l],
    #add-new-section-button[b-fuvb1yc14l] {
        padding-left: 4px;
        padding-right: 4px;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 6px;
    }

        #add-new-item-button span[b-fuvb1yc14l],
        #add-new-text-button span[b-fuvb1yc14l],
        #add-new-section-button span[b-fuvb1yc14l] {
            font-size: 12px;
            margin-left: 6px;
        }

        #add-new-item-button svg[b-fuvb1yc14l],
        #add-new-text-button svg[b-fuvb1yc14l],
        #add-new-section-button svg[b-fuvb1yc14l] {
            width: 15px;
            height: 15px;
        }   
}
/* _content/VigabControlCenter/Components/Offer/OfferRouterComponent.razor.rz.scp.css */
#offer-details-container.visible[b-8zfjmg2j0c] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#offer-details-container.hidden[b-8zfjmg2j0c] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#top-bar-visibility-container.visible[b-8zfjmg2j0c] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#top-bar-visibility-container.hidden[b-8zfjmg2j0c] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}
/* _content/VigabControlCenter/Components/Offer/OfferSettingsComponent.razor.rz.scp.css */
#offer-settings-container[b-umlovy9jan] {
    background-color: white;
    position: relative;
    margin-top: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offer-settings-container:not(.offer-modal)[b-umlovy9jan] {
    min-height: calc(100vh - 290px);
}

#offer-settings-container.offer-modal[b-umlovy9jan] {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0px;
}

#offer-settings-columns[b-umlovy9jan] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

    #offer-settings-columns[b-umlovy9jan] >  form {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

        #offer-settings-columns[b-umlovy9jan] >  form > div {
            height: 100%;
        }

[b-umlovy9jan] #column1, [b-umlovy9jan] #column2, [b-umlovy9jan] #column3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

#offer-settings-columns[b-umlovy9jan]  #column1 {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

    #offer-settings-columns[b-umlovy9jan]  #column1 #row1, #offer-settings-columns[b-umlovy9jan]  #column1 #row3 {
        display: flex;
        flex-direction: row;
    }


#offer-settings-columns[b-umlovy9jan]  #status-history-button {
    margin-top: 5px;
}

#offer-settings-columns[b-umlovy9jan]  #column1 #row1 #col2 {
    margin-left: auto;
}

div#col1[b-umlovy9jan] {
    margin-right: 40px;
}

#offer-settings-columns[b-umlovy9jan]  #column2 {
    width: 33.33%;
    border-left: 1px solid #D8D8D8;
}

#offer-settings-columns[b-umlovy9jan]  #column3 {
    border-left: 1px solid #D8D8D8;
}

#offer-settings-columns[b-umlovy9jan]  #column3 {
    width: 33.33%;
}

[b-umlovy9jan] #row2 {
    flex-grow: 1;
}

    [b-umlovy9jan] #row2 .form-label-group {
        height: calc((100% - 30px) * 0.5);
    }

    [b-umlovy9jan] #row2.sub .form-label-group {
        height: calc((100% - 45px) * 0.333);
    }

.customer-references[b-umlovy9jan] {
    margin-bottom: 0px;
}

#offer-settings-controls[b-umlovy9jan] {
    height: 59px;
    display: flex;
    align-items: center;
    border-top: 1px solid #D8D8D8;
    width: 100%;
    background-color: white;
    padding-right: 15px;
    justify-content: flex-end;
}

    #offer-settings-controls[b-umlovy9jan]  button:not(:last-child) {
        margin-right: 20px;
    }

    #offer-settings-controls[b-umlovy9jan]  #offer-delete-button {
        position: absolute;
        left: 15px;
    }


[b-umlovy9jan] #offer-status-history #offer-history-container {
    width: 420px;
    height: 330px;
    font-size: 13px;
    font-style: italic;
    border-top: 1px solid #707070;
    padding: 10px;
    padding-right: 0px;
}

[b-umlovy9jan] #offer-status-history .modal-body {
    padding: 0px;
    padding-left: 5px;
    padding-right: 0px;
    overflow-y: hidden;
}

[b-umlovy9jan] #offer-status-history .modal-header {
    font-size: 16px;
    color: #212529;
    padding-bottom: 8px;
    border-bottom: none;
}

[b-umlovy9jan] #offer-status-history .offer-status-row {
    display: flex;
    flex-direction: row;
}

[b-umlovy9jan] #customer-reference-modal .modal-body {
    width: 600px;
}

[b-umlovy9jan] .container-select:not(:first-of-type) {
    margin-top: 16px;
}

#offer-settings-columns[b-umlovy9jan]  form.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#offer-settings-columns[b-umlovy9jan]  form.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

[b-umlovy9jan] #offer-delete-button.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

[b-umlovy9jan] #offer-delete-button.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

#offer-settings-controls.visible[b-umlovy9jan] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#offer-settings-controls.hidden[b-umlovy9jan] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

#offer-settings-container.visible[b-umlovy9jan] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#offer-settings-container.hidden[b-umlovy9jan] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

[b-umlovy9jan] #new-reference-cancel-btn {
    margin-right: 20px;
}

.smaller-margin[b-umlovy9jan] {
    margin-bottom: 7px;
}

.reference-add-button[b-umlovy9jan] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

    .reference-add-button.disabled[b-umlovy9jan] {
        cursor: not-allowed;
    }

    .reference-add-button:not(.disabled)[b-umlovy9jan] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    .reference-add-button:hover:not(.disabled)[b-umlovy9jan] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
        transition: 0.3s ease-out;
    }

    .reference-add-button:active:not(.disabled)[b-umlovy9jan] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .reference-add-button span[b-umlovy9jan] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    .reference-add-button svg[b-umlovy9jan] {
        width: 19.799px;
        height: 19.799px;
    }

.create-new[b-umlovy9jan] {
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 5px;
    font-size: 15px;
}

    .create-new span[b-umlovy9jan] {
        margin-left: 5px;
    }

    .create-new:hover svg[b-umlovy9jan] {
        transition: 0.3s ease-out;
        opacity: 0.6;
    }

[b-umlovy9jan] .customer-references > div:not(.reference-add-button) {
    margin-bottom: 5px;
}

[b-umlovy9jan] .reference-add-button {
    margin-top: 16px;
}

[b-umlovy9jan] #customer-modal .modal-body {
    padding: 0px;
}

[b-umlovy9jan] #customer-modal #customer-title-left {
    width: 288px;
}

[b-umlovy9jan] #customer-modal #customer-title-right {
    margin-left: 21px;
}

.status[b-umlovy9jan] {
    flex-grow: 1;
    margin-right: 40px;
}

.status-button > label[b-umlovy9jan] {
    margin-bottom: 0px;
}

[b-umlovy9jan] #notes-input {
    min-height: 150px;
}

@media screen and (max-width: 1920px) {
    #offer-settings-container:not(.offer-modal)[b-umlovy9jan] {
        min-height: calc(100vh - 255px);
    } 

    [b-umlovy9jan] #customer-reference-modal .modal-body {
        width: 400px;
    }

    [b-umlovy9jan] #column1, [b-umlovy9jan] #column2, [b-umlovy9jan] #column3 {
        padding-bottom: 20px;
    }

    [b-umlovy9jan] #row2 .form-label-group {
        height: calc((100% - 20px) * 0.5);
    }

    [b-umlovy9jan] #row2.sub .form-label-group {
        height: calc((100% - 30px) * 0.333);
    }  
  
    .smaller-margin[b-umlovy9jan] {
        margin-bottom: 3px;
    }
   
    [b-umlovy9jan] #max-info {
        font-size: 14px;
    }

    .reference-add-button span[b-umlovy9jan] {
        font-size: 15px;
    }

    .reference-add-button svg[b-umlovy9jan] {
        width: 18px;
        height: 18px;
    }

    .form-label-group.vat[b-umlovy9jan] {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1536px) {
    #offer-settings-container[b-umlovy9jan] {
        margin-top: 18px;
    }

    #offer-settings-container:not(.offer-modal)[b-umlovy9jan] {
        min-height: calc(100vh - 210px);
    }

    [b-umlovy9jan] #column1, [b-umlovy9jan] #column2, [b-umlovy9jan] #column3 {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 0px;
    }

    div#col1[b-umlovy9jan] {
        margin-right: 30px;
    }

    [b-umlovy9jan] #row2 .form-label-group {
        height: calc((100% - 10px) * 0.5);
    }

    [b-umlovy9jan] #row2.sub .form-label-group {
        height: calc((100% - 15px) * 0.333);
    } 

    #offer-settings-columns[b-umlovy9jan]  #status-history-button {
        margin-top: 4px;
    }

    #offer-settings-controls[b-umlovy9jan] {
        height: 47px;
        width: 100%;
        padding-right: 12px;
    }

        #offer-settings-controls[b-umlovy9jan]  button:not(:last-child) {
            margin-right: 16px;
        }

        #offer-settings-controls[b-umlovy9jan]  #offer-delete-button {
            left: 12px;
        }

    [b-umlovy9jan] #offer-status-history #offer-history-container {
        width: 340px;
        height: 264px;
        font-size: 11px;
        padding: 8px;
    }

    [b-umlovy9jan] #offer-status-history .modal-body {
        padding-left: 4px;
        padding-right: 4px;
    }

    [b-umlovy9jan] #offer-status-history .modal-header {
        font-size: 13px;
        padding-bottom: 6px;
    }

    [b-umlovy9jan] #customer-reference-modal .modal-body {
        width: 340px;
    }

    [b-umlovy9jan] .container-select:not(:first-of-type) {
        margin-top: 10px;
    }   

    [b-umlovy9jan] #new-reference-cancel-btn {
        margin-right: 16px;
    }  

    .smaller-margin[b-umlovy9jan] {
        margin-bottom: 0px;
    }

    [b-umlovy9jan] #max-info {
        font-size: 13px;
    }

    [b-umlovy9jan] #customer-modal #customer-title-left {
        width: 230px;
    }

    .create-new[b-umlovy9jan] {
        padding-right: 5px;
        font-size: 11px;
    }

        .create-new svg[b-umlovy9jan] {
            height: 16px;
            width: 16px;
        }

        .create-new span[b-umlovy9jan] {
            margin-left: 3px;
        }

    .reference-add-button[b-umlovy9jan] {
        height: 28px;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 10px;
    }

        .reference-add-button span[b-umlovy9jan] {
            font-size: 12px;
            margin-left: 8px;
            top: 0.4px;
        }

        .reference-add-button svg[b-umlovy9jan] {
            width: 14px;
            height: 14px;
        }

    .form-label-group.payment[b-umlovy9jan] {
        margin-top: 0px;
    }

    .form-label-group.status[b-umlovy9jan]{
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1366px) {
    #offer-settings-container[b-umlovy9jan] {
        height: fit-content;
        min-height: calc(100vh - 210px);
    }

    [b-umlovy9jan] #customer-reference-modal .modal-body {
        width: 320px;
    }

    [b-umlovy9jan] #notes-input {
        min-height: 90px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferTextFormComponent.razor.rz.scp.css */
#offer-text-container[b-ge67l02fa0] {
    width: 600px;
}

[b-ge67l02fa0] #text-input{
    min-height: 200px;
}

@media screen and (max-width: 1536px) {
    #offer-text-container[b-ge67l02fa0] {
        width: 450px;
    }

    [b-ge67l02fa0] #text-input {
        min-height: 160px;
    }
}
/* _content/VigabControlCenter/Components/Offer/OfferTopBarComponent.razor.rz.scp.css */
#offer-top-bar[b-5lics1jpk4] {
    width: 100%;
    height: 151px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

    #offer-top-bar #top-bar-1[b-5lics1jpk4] {
        width: 100%;
        height: 110px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        padding-left: 40px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        #offer-top-bar #top-bar-1 > div:not(#export-container)[b-5lics1jpk4] {
            height: 100%;
        }

        #offer-top-bar #top-bar-1 #offer-number[b-5lics1jpk4] {
            margin-right: 40px;
            position: relative;
        }

            #offer-top-bar #top-bar-1 #offer-number svg[b-5lics1jpk4] {
                width: 16px;
                height: 16px;
                position: absolute;
                right: 0;
                top: 36px;
            }

            #offer-top-bar #top-bar-1 #offer-number div[b-5lics1jpk4] {
                font-size: 50px;
                font-weight: bold;
                color: #2C2F31;
                height: 50px;
                line-height: 50px;
            }

            #offer-top-bar #top-bar-1 #offer-number span[b-5lics1jpk4] {
                padding-left: 2px;
            }

        #offer-top-bar #top-bar-1 #separator[b-5lics1jpk4] {
            min-width: 2px;
            background-color: #2C2F31;
        }

        #offer-top-bar #top-bar-1 #offer-info[b-5lics1jpk4] {
            margin-left: 40px;
            min-width: 150px;
        }

        #offer-top-bar #top-bar-1 #offer-customer[b-5lics1jpk4] {
            margin-left: 80px;
            min-width: 205px;
        }

        #offer-top-bar #top-bar-1 #offer-details[b-5lics1jpk4] {
            margin-left: 80px;
            min-width: 310px;
        }

        #offer-top-bar #top-bar-1 #export-container[b-5lics1jpk4] {
            margin-left: auto;
            position: relative;
            display: flex;
        }

        #offer-top-bar #top-bar-1 .box-title[b-5lics1jpk4] {
            font-size: 18px;
            color: #2C2F31;
            font-weight: bold;
            max-width: 900px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        #offer-top-bar #top-bar-1 .box-column-container[b-5lics1jpk4] {
            display: flex;
            flex-direction: row;
            padding-top: 2px;
        }

.box-left-column .box-row[b-5lics1jpk4] {
    font-size: 14px;
}

.box-title.details[b-5lics1jpk4] {
    height: 27px;
}

#offer-top-bar #top-bar-1 .box-right-column[b-5lics1jpk4] {
    margin-left: 20px;
    color: #2C2F31;
    font-size: 14px;
    font-weight: bold;
}

#offer-top-bar #top-bar-1 #offer-details .box-column-container .box-column-container:first-child .box-right-column[b-5lics1jpk4] {
    margin-right: 20px;
}

#offer-top-bar #top-bar-1 #offer-details .box-column-container .box-column-container:last-child .box-right-column[b-5lics1jpk4] {
    position: relative;
    padding-left: 18px;
}

#offer-top-bar #top-bar-1 #offer-details .box-right-column svg[b-5lics1jpk4] {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
}


#offer-top-bar #top-bar-2[b-5lics1jpk4] {
    width: 100%;
    height: 41px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    #offer-top-bar #top-bar-2 .offer-menu-item[b-5lics1jpk4] {
        font-size: 16px;
        line-height: 41px;
        color: #2C2F31;
        height: 100%;
        padding-left: 25px;
        padding-right: 25px;
        cursor: pointer;
        user-select: none;
    }

    #offer-top-bar #top-bar-2 .offer-menu-item:hover[b-5lics1jpk4] {
        background-color: #E5E5E5;
        transition: 0.25s ease-in;
    }

    #offer-top-bar #top-bar-2 .offer-menu-item.active[b-5lics1jpk4] {
        background-color: #E5E5E5;
    }

[b-5lics1jpk4] .checkbox-container:not(:last-child) {
    margin-bottom: 10px;
}

#export-window-container[b-5lics1jpk4] {
    width: 380px;
}

.export-button[b-5lics1jpk4] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.export-button i[b-5lics1jpk4] {
    font-size: 20px;
}

    .export-button:hover:not(.disabled)[b-5lics1jpk4] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    .export-button:active:not(.disabled)[b-5lics1jpk4] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .export-button span[b-5lics1jpk4] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    .export-button svg[b-5lics1jpk4] {
        width: 19.799px;
        height: 19.799px;
    }

#arrow-container[b-5lics1jpk4] {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: center;
}

    #arrow-container svg[b-5lics1jpk4] {
        position: absolute;
        bottom: 33px;
        width: 11.586px;
        height: 9.176px;
    }

svg.locker[b-5lics1jpk4] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

    svg.locker:hover[b-5lics1jpk4] {
        transition: 0.3s ease-in;
        opacity: 0.9;
    }

    svg.locker.unlocked[b-5lics1jpk4] {
        margin-right: 25px;
    }

[b-5lics1jpk4] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
    width: 1500px;
}

[b-5lics1jpk4] #create-offer-modal .modal-body:not(#customer-reference-modal .modal-body) {
    padding: 0px;
}

@media screen and (min-width: 2560px) {
    #arrow-container svg[b-5lics1jpk4] {
        bottom: 30px;
    }
}

@media screen and (max-width: 2048px) {
    #arrow-container svg[b-5lics1jpk4] {
        bottom: 26px;
    }
}

@media screen and (max-width: 1920px) {
    #offer-top-bar[b-5lics1jpk4] {
        height: 125px;
    }

        #offer-top-bar #top-bar-1 .box-title[b-5lics1jpk4] {
            max-width: 350px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
        }

    .box-left-column .box-row[b-5lics1jpk4] {
        font-size: 13px;
    }

    .box-title.details[b-5lics1jpk4] {
        height: 24px;
    }

    #offer-top-bar #top-bar-1[b-5lics1jpk4] {
        padding-top: 15px;
        height: 90px;
    }

    #offer-top-bar #top-bar-2[b-5lics1jpk4] {
        height: 35px;
    }

        #offer-top-bar #top-bar-2 .offer-menu-item[b-5lics1jpk4] {
            line-height: 35px;
        }

    #offer-top-bar #top-bar-1 #offer-number div[b-5lics1jpk4] {
        font-size: 40px;
    }

    #offer-top-bar #top-bar-1 #offer-number[b-5lics1jpk4] {
        margin-right: 32px;
    }

    #offer-top-bar #top-bar-1 #offer-info[b-5lics1jpk4] {
        margin-left: 32px;
    }

    #offer-top-bar #top-bar-1 #offer-customer[b-5lics1jpk4] {
        margin-left: 64px;
    }

    #offer-top-bar #top-bar-1 #offer-details[b-5lics1jpk4] {
        margin-left: 64px;
    }

    [b-5lics1jpk4] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 1200px;
    }

    #offers-grid-page-container[b-5lics1jpk4]  .grid-table {
        grid-template-columns: 1.0fr 2.4fr 1.9fr 1.9fr 1.9fr 1fr 1fr 1.1fr;
    }
}

@media screen and (max-width: 1536px) {
    #offer-top-bar[b-5lics1jpk4] {
        height: 100px;
    }

        #offer-top-bar #top-bar-1[b-5lics1jpk4] {
            height: 70px;
            padding-left: 25px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 10px;
        }

            #offer-top-bar #top-bar-1 #offer-number span[b-5lics1jpk4] {
                font-size: 13px;
            }

            #offer-top-bar #top-bar-1 #offer-number svg[b-5lics1jpk4] {
                width: 13px;
                height: 13px;
                top: 29px;
            }

            #offer-top-bar #top-bar-1 #offer-number div[b-5lics1jpk4] {
                font-size: 30px;
                height: 40px;
                line-height: 30px;
            }

            #offer-top-bar #top-bar-1 #offerinfo[b-5lics1jpk4] {
                min-width: 120px;
                margin-left: 20px;
            }

            #offer-top-bar #top-bar-1 #offer-customer[b-5lics1jpk4] {
                margin-left: 44px;
                min-width: 164px;
            }

            #offer-top-bar #top-bar-1 #offer-details[b-5lics1jpk4] {
                margin-left: 44px;
                min-width: 248px;
            }

            #offer-top-bar #top-bar-1 .box-title[b-5lics1jpk4] {
                max-width: 300px;
                font-size: 13px;
            }

            #offer-top-bar #top-bar-1 .box-left-column[b-5lics1jpk4] {
                font-size: 11px;
            }

    .box-left-column .box-row[b-5lics1jpk4] {
        font-size: 11px;
    }

    .box-title.details[b-5lics1jpk4] {
        height: 17px;
    }

    #offer-top-bar #top-bar-1 .box-right-column[b-5lics1jpk4] {
        margin-left: 16px;
        font-size: 11px;
    }

    #offer-top-bar #top-bar-1 #offer-details .box-column-container .box-column-container:first-child .box-right-column[b-5lics1jpk4] {
        margin-right: 16px;
    }

    #offer-top-bar #top-bar-1 #offer-details .box-column-container .box-column-container:last-child .box-right-column[b-5lics1jpk4] {
        padding-left: 14px;
    }

    #offer-top-bar #top-bar-1 #offer-details .box-right-column svg[b-5lics1jpk4] {
        top: 3px;
        width: 10px;
        height: 10px;
    }


    #offer-top-bar #top-bar-2[b-5lics1jpk4] {
        height: 30px;
        padding-left: 12px;
    }

        #offer-top-bar #top-bar-2 .offer-menu-item[b-5lics1jpk4] {
            font-size: 13px;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 20px;
        }

    [b-5lics1jpk4] .checkbox-container:not(:last-child) {
        margin-bottom: 8px;
    }

    #export-window-container[b-5lics1jpk4] {
        width: 304px;
    }

    #export-container[b-5lics1jpk4] {
        padding-top: 5px;
    }

    .export-button[b-5lics1jpk4] {
        height: 30.4px;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8px;
    }

        .export-button span[b-5lics1jpk4] {
            font-size: 13px;
            margin-left: 10px;
        }

        .export-button svg[b-5lics1jpk4] {
            width: 15px;
            height: 15px;
        }

    #arrow-container[b-5lics1jpk4] {
        width: 48px;
    }

        #arrow-container svg[b-5lics1jpk4] {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }

    svg.locker[b-5lics1jpk4] {
        width: 20px;
        height: 20px;
    }

        svg.locker.unlocked[b-5lics1jpk4] {
            margin-right: 24px;
        }

    #offers-grid-page-container[b-5lics1jpk4] {
        height: calc(100vh - 95px);
    }

    [b-5lics1jpk4] #create-offer-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 950px;
    }
}

@media screen and (max-width: 1366px) {
    #offer-top-bar #top-bar-1 .box-title[b-5lics1jpk4] {
        max-width: 280px;
    }

    #offer-top-bar #top-bar-1 #offer-number div[b-5lics1jpk4] {
        font-size: 34px;
        line-height: 34px;
    }

    #offer-top-bar #top-bar-1 #offer-number[b-5lics1jpk4] {
        margin-right: 20px;
    }

    #offer-top-bar #top-bar-1 #offer-info[b-5lics1jpk4] {
        margin-left: 20px;
    }

    #offer-top-bar #top-bar-1 #offer-customer[b-5lics1jpk4] {
        margin-left: 30px;
    }

    #offer-top-bar #top-bar-1 #offer-details[b-5lics1jpk4] {
        margin-left: 30px;
    }

    #arrow-container svg[b-5lics1jpk4] {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectControlDocumentsComponent.razor.rz.scp.css */
#project-control-documents-container[b-el0l0zo8q4] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

    #project-control-documents-container[b-el0l0zo8q4]  #control-document-assignments-container .grid-table.columns-8 {
        grid-template-columns: 1.5fr 1fr 1fr 2.2fr 1.5fr 1.5fr 0.5fr 1fr;
    }

@media screen and (max-width: 1920px) {
    #project-control-documents-container[b-el0l0zo8q4] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #project-control-documents-container[b-el0l0zo8q4] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectDashboardComponent.razor.rz.scp.css */
#project-dashboard-container[b-yy7zxr5b8m] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

#days-left[b-yy7zxr5b8m] {
    width: 100%;
    height: 85px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    border: 1px solid #DEE2E6;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

    #days-left #count[b-yy7zxr5b8m] {
        color: #009aff;
        font-size: 30px;
        font-weight: bold;
        line-height: 85px;
        padding-right: 5px;
    }

        #days-left #count.overdue[b-yy7zxr5b8m] {
            color: #f76a64;
        }

    #days-left #label[b-yy7zxr5b8m] {
        color: #2C2F31;
        font-size: 22px;
        font-weight: bold;
        line-height: 85px;
        padding-left: 5px;
    }

#details-container[b-yy7zxr5b8m] {
    height: calc(100vh - 305px);
    width: 36%;
}

.details-header[b-yy7zxr5b8m] {
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 18px;
    color: #212529;
    font-size: 21px;
    font-weight: bold;
}

.details-content-wrapper[b-yy7zxr5b8m] {
    height: calc(100% - 60px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    overflow-y: auto;
}

.details-content[b-yy7zxr5b8m] {
    font-size: 16px;
    color: #212529;
    word-break: break-word;
}

.details-content-padding[b-yy7zxr5b8m] {
    height: 20px;
    position: sticky;
    background-color: white;
}

#description[b-yy7zxr5b8m] {
    height: calc((100% - 126px) * 0.6);
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

#information[b-yy7zxr5b8m] {
    height: calc((100% - 126px) * 0.4);
    background-color: white;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

#dashboard-progress-container[b-yy7zxr5b8m] {
    margin-right: 20px;
    background-color: white;
    border: 1px solid #DEE2E6;
    width: 64%;
    height: calc(100vh - 305px);
    padding: 30px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

#progress-label[b-yy7zxr5b8m] {
    font-size: 21px;
    font-weight: bold;
    color: #212529;
}

#progress-header[b-yy7zxr5b8m] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 12px;
}

#progress-container[b-yy7zxr5b8m] {
    width: 100%;
    margin-top: 28px;
    height: calc(100% - 40px);
}

    #progress-container.header[b-yy7zxr5b8m] {
        margin-top: 4px;
    }

.progress-header-column[b-yy7zxr5b8m] {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    width: 33.33%;
    text-align: center;
}

    .progress-header-column.empty[b-yy7zxr5b8m] {
        width: 69px;
    }

    .progress-header-column.last[b-yy7zxr5b8m] {
        width: 20px;
    }

#progress-body[b-yy7zxr5b8m] {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: calc(100% - 154px);
}

.progress-body-row[b-yy7zxr5b8m] {
    height: 20%;
}

.progress-body-column:not(.labels) .progress-body-row[b-yy7zxr5b8m] {
    border-top: 1px solid #CED4DA;
}

    .progress-body-column:not(.labels) .progress-body-row:last-of-type[b-yy7zxr5b8m] {
        border-bottom: 1px solid #CED4DA;
    }

.progress-body-column[b-yy7zxr5b8m] {
    width: 33.33%;
    height: 100%;
    position: relative;
}

    .progress-body-column.labels[b-yy7zxr5b8m] {
        width: 52px;
    }

    .progress-body-column.last[b-yy7zxr5b8m] {
        width: 20px;
        border-left: 1px solid #CED4DA;
    }

    .progress-body-column.labels .progress-body-row[b-yy7zxr5b8m] {
        position: relative;
    }

    .progress-body-column.labels-border[b-yy7zxr5b8m] {
        width: 20px;
        border-right: 1px solid #CED4DA;
    }

.progress-percentage-label[b-yy7zxr5b8m] {
    position: absolute;
    top: -12px;
}

    .progress-percentage-label.last[b-yy7zxr5b8m] {
        bottom: -14px;
        top: unset;
    }

.progress-bar-part[b-yy7zxr5b8m] {
    opacity: 0.4;
    width: 37px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .progress-bar-part.fill[b-yy7zxr5b8m] {
        opacity: 1;
        transform-origin: bottom;
        transition: transform 0.5s ease;
        max-height: 100%;
    }

        .progress-bar-part.fill.scale[b-yy7zxr5b8m] {
            transform: scaleY(0);
        }

.progress-body-column .progress-bar-part.red[b-yy7zxr5b8m] {
    background-color: #FF5E57;
}

.progress-body-column .progress-bar-part.fill.red path[b-yy7zxr5b8m] {
    fill: #FF5E57;
}

.progress-body-column .progress-bar-part.fill.red .progress-value[b-yy7zxr5b8m] {
    background-color: #FF5E57;
}

.progress-body-column.cost .progress-bar-part:not(.red)[b-yy7zxr5b8m] {
    background-color: #009aff;
}

.progress-body-column.cost .progress-bar-part.fill:not(.red) path[b-yy7zxr5b8m] {
    fill: #009aff;
}

.progress-body-column.cost .progress-bar-part.fill:not(.red) .progress-value[b-yy7zxr5b8m] {
    background-color: #009aff;
}

.progress-body-column.time .progress-bar-part:not(.red)[b-yy7zxr5b8m] {
    background-color: #FFDC99;
}

.progress-body-column.time .progress-bar-part.fill:not(.red)[b-yy7zxr5b8m] {
    background-color: #f7ba43;
}

    .progress-body-column.time .progress-bar-part.fill:not(.red) path[b-yy7zxr5b8m] {
        fill: #f7ba43;
    }

    .progress-body-column.time .progress-bar-part.fill:not(.red) .progress-value[b-yy7zxr5b8m] {
        background-color: #f7ba43;
    }

.progress-body-column.material .progress-bar-part:not(.red)[b-yy7zxr5b8m] {
    background-color: #8EE7BD;
}

    .progress-body-column.material .progress-bar-part.fill:not(.red)[b-yy7zxr5b8m] {
        fill: #0BE881;
    }

        .progress-body-column.material .progress-bar-part.fill:not(.red) path[b-yy7zxr5b8m] {
            fill: #0BE881;
        }

        .progress-body-column.material .progress-bar-part.fill:not(.red) .progress-value[b-yy7zxr5b8m] {
            background-color: #0BE881;
        }

.progress-window[b-yy7zxr5b8m] {
    display: flex;
    flex-direction: row;
    width: fit-content;
    position: absolute;
    left: 45px;
    top: -16px;
    align-items: center;
    z-index: 100;
}

.progress-value[b-yy7zxr5b8m] {
    height: 33px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: bold;
    color: white;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 33px;
}

#progress-footer[b-yy7zxr5b8m] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.progress-footer-row[b-yy7zxr5b8m] {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 8px;
}

    .progress-footer-row:first-of-type[b-yy7zxr5b8m] {
        font-size: 18px;
        color: #212529
    }

.progress-footer-column[b-yy7zxr5b8m] {
    width: 33.33%;
    display: flex;
}

    .progress-footer-column.empty[b-yy7zxr5b8m] {
        width: 69px;
    }

    .progress-footer-column.last[b-yy7zxr5b8m] {
        width: 20px;
    }

    .progress-footer-column:not(.empty, .last)[b-yy7zxr5b8m] {
        padding-left: 14.7%;
    }

    .progress-footer-column div[b-yy7zxr5b8m] {
        margin-left: 6px;
        height: 21px;
        line-height: 21px;
    }

.status-label[b-yy7zxr5b8m] {
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
}

    .status-label.finished[b-yy7zxr5b8m] {
        color: #f7ba43;
    }

    .status-label.billed[b-yy7zxr5b8m] {
        color: #1ed126;
    }

    .status-label.cancelled[b-yy7zxr5b8m] {
        color: #767676;
    }

@media screen and (max-width: 1920px) {
    #dashboard-progress-container[b-yy7zxr5b8m] {
        height: calc(100vh - 255px);
    }

    #details-container[b-yy7zxr5b8m] {
        height: calc(100vh - 255px);
    }

    #progress-container[b-yy7zxr5b8m] {
        height: calc(100% - 40px);
    }

    #progress-body[b-yy7zxr5b8m] {
        height: calc(100% - 150px);
    }

    .progress-footer-column:not(.empty, .last)[b-yy7zxr5b8m] {
        padding-left: 14%;
    }

    #progress-label[b-yy7zxr5b8m] {
        font-size: 19px;
    }

    #days-left[b-yy7zxr5b8m] {
        height: 65px;
    }

        #days-left #count[b-yy7zxr5b8m] {
            line-height: 65px;
        }

        #days-left #label[b-yy7zxr5b8m] {
            line-height: 65px;
        }

    #description[b-yy7zxr5b8m] {
        height: calc((100% - 105px) * 0.6);
    }

    #information[b-yy7zxr5b8m] {
        height: calc((100% - 105px) * 0.4);
    }

    .details-content-wrapper[b-yy7zxr5b8m] {
        height: calc(100% - 50px);
    }

    .details-header[b-yy7zxr5b8m] {
        margin-top: 15px;
        height: 50px;  
        font-size: 19px;
        padding-top: 14px;
    }

    .details-content[b-yy7zxr5b8m] {
        font-size: 14px;
    }

    .details-content-padding[b-yy7zxr5b8m] {
        height: 10px;
    }

    .progress-header-column[b-yy7zxr5b8m] {
        font-size: 15px;
    }
}

@media screen and (max-width: 1536px) {
    #dashboard-progress-container[b-yy7zxr5b8m] {
        height: calc(100vh - 210px);
    }

    #details-container[b-yy7zxr5b8m] {
        height: calc(100vh - 210px);
    }

    #project-dashboard-container[b-yy7zxr5b8m] {
        margin-top: 18px;
    }

    #progress-container[b-yy7zxr5b8m] {
        height: calc(100% - 40px);
    }

    #progress-body[b-yy7zxr5b8m] {
        height: calc(100% - 120px);
    }

    #days-left[b-yy7zxr5b8m] {
        height: 55px;
    }

        #days-left #count[b-yy7zxr5b8m] {
            font-size: 20px;
            line-height: 55px;
            padding-right: 4px;
        }

        #days-left #label[b-yy7zxr5b8m] {
            font-size: 17px;
            line-height: 55px;
            padding-left: 4px;
        }

    .details-content-wrapper[b-yy7zxr5b8m] {
        height: calc(100% - 43px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .details-header[b-yy7zxr5b8m] {
        height: 43px;
        font-size: 15px;
        padding-top: 12px;
        padding-left: 15px;
    }

    #description[b-yy7zxr5b8m] {
        height: calc((100% - 85px) * 0.6);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #information[b-yy7zxr5b8m] {
        height: calc((100% - 85px) * 0.4);
    }

    .details-content[b-yy7zxr5b8m] {
        font-size: 13px;
    }

    .details-content-padding[b-yy7zxr5b8m] {
        height: 6px;
    }

    #dashboard-progress-container[b-yy7zxr5b8m] {
        margin-right: 16px;
        padding: 24px;
    }

    #progress-label[b-yy7zxr5b8m] {
        font-size: 15px;
    }

    .progress-header-column[b-yy7zxr5b8m] {
        font-size: 13px;
    }

        .progress-header-column.empty[b-yy7zxr5b8m] {
            width: 58px;
        }

        .progress-header-column.last[b-yy7zxr5b8m] {
            width: 16px;
        }

        .progress-body-column.labels[b-yy7zxr5b8m] {
            width: 42px;
        }

        .progress-body-column.last[b-yy7zxr5b8m] {
            width: 16px;
        }

        .progress-body-column.labels-border[b-yy7zxr5b8m] {
            width: 16px;
        }

    .progress-percentage-label[b-yy7zxr5b8m] {
        top: -10px;
        font-size: 13px;
    }

        .progress-percentage-label.last[b-yy7zxr5b8m] {
            bottom: -11px;
        }

    .progress-bar-part[b-yy7zxr5b8m] {
        width: 30px;
    }

    .progress-window[b-yy7zxr5b8m] {
        left: 36px;
        top: -13px;
    }

    .progress-value[b-yy7zxr5b8m] {
        height: 26px;
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 26px;
    }

    #progress-footer[b-yy7zxr5b8m] {
        margin-top: 16px;
    }

    .progress-footer-row[b-yy7zxr5b8m] {
        margin-bottom: 6px;
    }

        .progress-footer-row:first-of-type[b-yy7zxr5b8m] {
            font-size: 13px;
        }  

        .progress-footer-column.empty[b-yy7zxr5b8m] {
            width: 58px;
        }

        .progress-footer-column div[b-yy7zxr5b8m] {
            margin-left: 5px;
            font-size: 12px;
        }

        .progress-footer-column svg[b-yy7zxr5b8m] {
            width: 16px;
        }
}

@media screen and (max-width: 1366px) {
    #dashboard-progress-container[b-yy7zxr5b8m] {
        padding: 15px;
    }

    #progress-container[b-yy7zxr5b8m] {
        height: calc(100% - 26px);
    }

    #progress-body[b-yy7zxr5b8m] {
        height: calc(100% - 135px);
    }

    .progress-footer-row:first-of-type[b-yy7zxr5b8m] {
        font-size: 13px;
    }

    .progress-footer-column div[b-yy7zxr5b8m] {
        font-size: 12px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectDeviationsComponent.razor.rz.scp.css */
#project-deviations-container[b-r1gsdgcey1] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

    #project-deviations-container[b-r1gsdgcey1]  #deviation-grid-container .grid-table.columns-9 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

[b-r1gsdgcey1] #deviation-grid-container {
    height: 100%;
}

@media screen and (max-width: 1920px) {
    #project-deviations-container[b-r1gsdgcey1] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #project-deviations-container[b-r1gsdgcey1] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectGridComponent.razor.rz.scp.css */
#projects-grid-page-container[b-ukwmvx60xi] {
    height: calc(100vh - 134px);
}

    #projects-grid-page-container[b-ukwmvx60xi]  .data-grid-component:not(#customer-reference-grid) {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #projects-grid-page-container[b-ukwmvx60xi]  .grid-table {
        grid-template-columns: 1.0fr 2.4fr 1.9fr 1.9fr 1.9fr 1fr 1fr 0.8fr;
    }

    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container {
        width: 640px;
        min-height: 324px;
    }

        #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container form {
            display: flex;
        }

            #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container form .filter-column:first-of-type {
                margin-right: 40px;
                width: 250px;
            }

            #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container form .filter-column:last-of-type {
                width: 350px;
            }

        #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #status-select {
            width: 100%;
        }

    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container {
        position: relative;
        width: 60px;
        display: flex;
        justify-content: center;
    }

        #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container svg {
            position: absolute;
            bottom: 33px;
            width: 11.586px;
            height: 9.176px;
        }

[b-ukwmvx60xi] #create-project-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
    width: 1500px;
}

[b-ukwmvx60xi] #create-project-modal .modal-body:not(#customer-reference-modal .modal-body) {
    padding: 0px;
}

@media screen and (min-width: 2560px) {
    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container svg {
        bottom: 30px;
    }
}

@media screen and (max-width: 2048px) {
    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container svg {
        bottom: 26px;
    }
}

@media screen and (max-width: 1920px){
    [b-ukwmvx60xi] #create-project-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 1200px;
    }

    #projects-grid-page-container[b-ukwmvx60xi]  .grid-table {
        grid-template-columns: 1.0fr 2.4fr 1.9fr 1.9fr 1.9fr 1fr 1fr 1.1fr;
    }
}

@media screen and (max-width: 1536px) {
    #projects-grid-page-container[b-ukwmvx60xi] {
        height: calc(100vh - 95px);
    }

    [b-ukwmvx60xi] #create-project-modal .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 950px;
    }

    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container {
        width: 502px;
        min-height: 216px;
    }      

            #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container form .filter-column:first-of-type {
                margin-right: 32px;
                width: 180px;
            }

            #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #filter-container form .filter-column:last-of-type {
                width: 290px;
            }


    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container {
        width: 48px;
    }

        #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container svg {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }
}

@media screen and (max-width: 1366px) {
    #projects-grid-page-container[b-ukwmvx60xi]  #project-grid-filter #arrow-container svg {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectGridStatusComponent.razor.rz.scp.css */
.project-status-icon[b-8z88qda2ev] {
    display: flex;
}

    .project-status-icon div[b-8z88qda2ev] {
        margin-top: 3px;
        margin-left: 10px;
    }

    .project-status-icon svg[b-8z88qda2ev] {
        margin-top: 7px;
    }

@media screen and (max-width: 1536px) {
    .project-status-icon[b-8z88qda2ev] {
        padding-left: 0px;
    }

        .project-status-icon div[b-8z88qda2ev] {
            margin-top: 1px;
            margin-left: 8px;
        }

        .project-status-icon svg[b-8z88qda2ev] {
            margin-top: 5px;
            width: 9px;
            height: 9px;
        }
}
/* _content/VigabControlCenter/Components/Project/ProjectMaterialComponent.razor.rz.scp.css */
#project-materials-container[b-42mg3336rg] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

    #project-materials-container[b-42mg3336rg]  .grid-table {
        grid-template-columns: 1fr 1fr 1fr 4fr;
    }

    #project-materials-container[b-42mg3336rg]  .grid-table {
        grid-template-columns: 1fr 1fr 1fr 4fr;
    }

    #project-materials-container[b-42mg3336rg]  .grid-table.columns-3 {
        grid-template-columns: 1fr 1fr 4fr;
    }

    #project-materials-container[b-42mg3336rg]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

[b-42mg3336rg] .material-form {
    width: 480px;
}

[b-42mg3336rg] #description-input {
    height: 120px;
}

[b-42mg3336rg] #material-form-buttons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    [b-42mg3336rg] #material-form-buttons button:first-of-type {
        margin-right: auto;
    }

    [b-42mg3336rg] #material-form-buttons button:nth-last-of-type(2) {
        margin-right: 20px;
    }

@media screen and (max-width: 1920px) {
    #project-materials-container[b-42mg3336rg] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #project-materials-container[b-42mg3336rg] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

    [b-42mg3336rg] .material-form {
        width: 300px;
    }

    [b-42mg3336rg] #description-input {
        height: 96px;
    }

    [b-42mg3336rg] #material-form-buttons button:nth-last-of-type(2) {
        margin-right: 16px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectMediaComponent.razor.rz.scp.css */
#project-media-container[b-02ehzv76ix] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    height: calc(100vh - 310px);
}

#media-grid-container[b-02ehzv76ix] {
    width: 900px;
    height: 100%;
}

    #media-grid-container[b-02ehzv76ix]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        height: calc(100% - 70px);
    }

    #media-grid-container[b-02ehzv76ix]  .grid-table {
        grid-template-columns: 3.5fr 1.8fr 1.2fr 2.3fr 40px;
    }

        #media-grid-container[b-02ehzv76ix]  .grid-table.columns-4 {
            grid-template-columns: 3.5fr 1.8fr 1.2fr 2.3fr;
        }

        #media-grid-container[b-02ehzv76ix]  .grid-table:not(.columns-4) tbody tr td:last-of-type {
            padding-left: 0px;
            padding-right: 0px;
            overflow: unset;
        }

    #media-grid-container[b-02ehzv76ix]  .grid-row.data.selected td {
        background-color: #EEEEEE;
        color: #504e4e;
        font-weight: bold;
    }

#media-tab-container[b-02ehzv76ix] {
    height: 70px;
    width: 900px;
    background-color: #F6F6F6;
    border: 1px solid #DEE2E6;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.media-tab[b-02ehzv76ix] {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #DEE2E6;
    border-bottom: none;
    margin-top: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
}

    .media-tab:hover[b-02ehzv76ix] {
        background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
        box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
        transition: 0.15s ease-in;
    }

    .media-tab:first-of-type[b-02ehzv76ix] {
        margin-left: 20px;
        margin-right: 15px;
    }

    .media-tab.active[b-02ehzv76ix] {
        background-color: #FFFFFF;
        box-shadow: 0px 1px 0 #fff;
        z-index: 5;
    }

#media-preview-container[b-02ehzv76ix] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    border: solid 1px #DEE2E6;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

#preview-header[b-02ehzv76ix] {
    height: 54px;
    width: 100%;
    background-color: white;
    font-weight: bold;
    padding-left: 15px;
    line-height: 54px;
    font-size: 16px;
}

#media-preview[b-02ehzv76ix] {
    height: calc(100% - 54px);
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: default;
}

    #media-preview img[b-02ehzv76ix] {
        object-fit: contain;
        cursor: pointer;
        width: 100%;
        height: 100%;
        cursor: default;
        max-height: 800px;
    }

    #media-preview .visible[b-02ehzv76ix] {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 600ms;
    }

    #media-preview .hidden[b-02ehzv76ix] {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 150ms, opacity 150ms;
    }

    #media-preview .document[b-02ehzv76ix] {
        width: 100%;
        height: 100%;
    }

    #media-preview > div[b-02ehzv76ix] {
        height: 100%;
        display: flex;
        align-items: center;
    }

#add-media-button[b-02ehzv76ix] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: 25px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    #add-media-button:hover[b-02ehzv76ix] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    #add-media-button:active[b-02ehzv76ix] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    #add-media-button span[b-02ehzv76ix] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }


#media-preview pre[b-02ehzv76ix] {
    margin-bottom: 0;
    overflow: auto;
    background-color: white;
    width: 100%;
    height: 100%;
    white-space: pre-wrap;
}

#media-preview object[b-02ehzv76ix] {
    width: 100%;
    height: 100%;
}

.errors > div[b-02ehzv76ix] {
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    #project-media-container[b-02ehzv76ix] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #project-media-container[b-02ehzv76ix] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

    #media-grid-container[b-02ehzv76ix] {
        width: 720px;
    }

        #media-grid-container[b-02ehzv76ix]  .grid-table {
            grid-template-columns: 3.5fr 1.8fr 1.2fr 2.3fr 32px;
        }

    #media-tab-container[b-02ehzv76ix] {
        height: 56px;
        width: 720px;
    }

    .media-tab[b-02ehzv76ix] {
        height: 32px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 13px;
        line-height: 32px;
    }

        .media-tab:first-of-type[b-02ehzv76ix] {
            margin-left: 16px;
            margin-right: 12px;
        }

    #media-preview-container[b-02ehzv76ix] {
        margin-left: 16px;
    }

    #preview-header[b-02ehzv76ix] {
        height: 43px;
        padding-left: 12px;
        line-height: 43px;
        font-size: 13px;
    }

    #media-preview[b-02ehzv76ix] {
        padding: 16px;
        height: calc(100% - 43px);
    }

        #media-preview img[b-02ehzv76ix] {
            max-height: 678px;
        }

    #add-media-button[b-02ehzv76ix] {
        height: 30px;
        padding: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

        #add-media-button span[b-02ehzv76ix] {
            font-size: 13px;
            margin-left: 8px;
            top: 0px;
        }

    .errors > div[b-02ehzv76ix] {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1366px) {
    .media-tab[b-02ehzv76ix] {
        font-size: 12px;
    }

    #media-tab-container[b-02ehzv76ix] {
        height: 43px;
        width: 720px;
    }

    #preview-header[b-02ehzv76ix] {
        font-size: 12px;
    }

    #add-media-button[b-02ehzv76ix] {
        margin-right: 20px;
        padding-left: 13px;
        padding-right: 13px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectRouterComponent.razor.rz.scp.css */
#project-details-container.visible[b-luwh5od4ww] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#project-details-container.hidden[b-luwh5od4ww] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#top-bar-visibility-container.visible[b-luwh5od4ww] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#top-bar-visibility-container.hidden[b-luwh5od4ww] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}
/* _content/VigabControlCenter/Components/Project/ProjectSettingsComponent.razor.rz.scp.css */
#project-settings-container[b-ft35pbsrxo] {
    height: calc(100vh - 290px);    
    background-color: white;
    position: relative;
    margin-top: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

    #project-settings-container.project-modal[b-ft35pbsrxo] {
        height: 750px;
        background-color: transparent;
        box-shadow: none;
        margin-top: 0px;
    }    

#project-settings-columns[b-ft35pbsrxo] {
    width: 100%;
    height: calc(100% - 59px);
    display: flex;
    flex-direction: row;
}

    #project-settings-columns[b-ft35pbsrxo] >  form {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

        #project-settings-columns[b-ft35pbsrxo] >  form > div {
            height: 100%;
        }

[b-ft35pbsrxo] #column1, [b-ft35pbsrxo] #column2, [b-ft35pbsrxo] #column3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

#project-settings-columns[b-ft35pbsrxo]  #column1 {
    width: 44.827%;
    display: flex;
    flex-direction: column;
}

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row1, #project-settings-columns[b-ft35pbsrxo]  #column1 #row3 {
        display: flex;
        flex-direction: row;
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row2 textarea {
        height: calc(100% - 28px);
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row2 textarea.invalid {
        height: calc(100% - 51px);
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row3 #status-history-button {
        margin-top: 5px;
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row1 > div {
        width: 50%;
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row1 #col2 {
        margin-left: auto;
    }

    div#col1[b-ft35pbsrxo] {
        margin-right: 40px;
    }

#project-settings-columns[b-ft35pbsrxo]  #column2 {
    width: 23.311%;
    border-left: 1px solid #D8D8D8;
}

#project-settings-columns[b-ft35pbsrxo]  #column3 {
    border-left: 1px solid #D8D8D8;
}

#project-settings-columns[b-ft35pbsrxo]  #column3 {
    width: 31.862%;
}

[b-ft35pbsrxo] #row2 {
    flex-grow: 1;
}

    [b-ft35pbsrxo] #row2 .form-label-group {
        height: calc((100% - 30px) * 0.5);
    }

    [b-ft35pbsrxo] #row2.sub .form-label-group {
        height: calc((100% - 45px) * 0.333);
    }

    .customer-references[b-ft35pbsrxo] {
        margin-bottom: 0px;
    }

[b-ft35pbsrxo] .form-label-group.status {
    flex-grow: 1;
    margin-right: 40px;
}

#project-settings-controls[b-ft35pbsrxo] {
    height: 59px;
    display: flex;
    align-items: center;
    border-top: 1px solid #D8D8D8;
    width: 100%;
    background-color: white;
    padding-right: 15px;
    justify-content: flex-end;
}

    #project-settings-controls[b-ft35pbsrxo]  button:not(:last-child) {
        margin-right: 20px;
    }

    #project-settings-controls[b-ft35pbsrxo]  #project-delete-button {
        position: absolute;
        left: 15px;
    }


[b-ft35pbsrxo] #project-status-history #project-history-container {
    width: 420px;
    height: 330px;
    font-size: 13px;
    font-style: italic;
    border-top: 1px solid #707070;
    padding: 10px;
    padding-right: 0px;
}

[b-ft35pbsrxo] #project-status-history .modal-body {
    padding: 0px;
    padding-left: 5px;
    padding-right: 0px;
    overflow-y: hidden;
}

[b-ft35pbsrxo] #project-status-history .modal-header {
    font-size: 16px;
    color: #212529;
    padding-bottom: 8px;
    border-bottom: none;
}

[b-ft35pbsrxo] #project-status-history .project-status-row {
    display: flex;
    flex-direction: row;
}

[b-ft35pbsrxo] #customer-reference-modal .modal-body {
    width: 600px;
}

[b-ft35pbsrxo] .container-select:not(:first-of-type) {
    margin-top: 16px;
}

#project-structure-label[b-ft35pbsrxo] {
    margin-bottom: 4px;
    font-size: 16px;
    color: #212529;
}

#project-settings-columns[b-ft35pbsrxo]  form.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#project-settings-columns[b-ft35pbsrxo]  form.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

[b-ft35pbsrxo] #project-delete-button.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

[b-ft35pbsrxo] #project-delete-button.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

#project-settings-controls.visible[b-ft35pbsrxo] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#project-settings-controls.hidden[b-ft35pbsrxo] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 100ms, opacity 250ms;
}

#project-settings-container.visible[b-ft35pbsrxo] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#project-settings-container.hidden[b-ft35pbsrxo] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

[b-ft35pbsrxo] #new-reference-cancel-btn {
    margin-right: 20px;
}

[b-ft35pbsrxo] .desc-validation {
    margin-top: -2px !important;
    margin-bottom: 12px !important;
}

[b-ft35pbsrxo] .desc-only {
    height: 120px !important;
}

[b-ft35pbsrxo] .subproject-text-area {
    height: 75px !important;
}

.smaller-margin[b-ft35pbsrxo] {
    margin-bottom: 7px;
}

.reference-add-button[b-ft35pbsrxo] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

    .reference-add-button.disabled[b-ft35pbsrxo] {
        cursor: not-allowed;
    }

    .reference-add-button:not(.disabled)[b-ft35pbsrxo] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    .reference-add-button:hover:not(.disabled)[b-ft35pbsrxo] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
        transition: 0.3s ease-out;
    }

    .reference-add-button:active:not(.disabled)[b-ft35pbsrxo] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .reference-add-button span[b-ft35pbsrxo] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    .reference-add-button svg[b-ft35pbsrxo] {
        width: 19.799px;
        height: 19.799px;
    }

.create-new[b-ft35pbsrxo] {
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 5px;
    font-size: 15px;
}

    .create-new span[b-ft35pbsrxo] {
        margin-left: 5px;
    }

        .create-new:hover svg[b-ft35pbsrxo] {
            transition: 0.3s ease-out;
            opacity: 0.6;
        }

[b-ft35pbsrxo] .customer-references > div:not(.reference-add-button) {
    margin-bottom: 5px;
}

[b-ft35pbsrxo] .reference-add-button {
    margin-top: 16px;
}

[b-ft35pbsrxo] #customer-modal .modal-body {
    padding: 0px;
}

[b-ft35pbsrxo] #customer-modal #customer-title-left {
    width: 288px;
}

[b-ft35pbsrxo] #customer-modal #customer-title-right {
    margin-left: 21px;
}


@media screen and (max-width: 1920px) {
    #project-settings-container[b-ft35pbsrxo] {
        height: calc(100vh - 255px);
    }

    #project-settings-columns[b-ft35pbsrxo]  #column2 {
        width: 30%;
    }

        #project-settings-container.project-modal[b-ft35pbsrxo] {
            height: 680px;
        }

    [b-ft35pbsrxo] #customer-reference-modal .modal-body {
        width: 400px;
    }

    [b-ft35pbsrxo] #column1, [b-ft35pbsrxo] #column2, [b-ft35pbsrxo] #column3 {
        padding-bottom: 20px;
    }

    [b-ft35pbsrxo] #row2 .form-label-group {
        height: calc((100% - 20px) * 0.5);
    }

    [b-ft35pbsrxo] #row2.sub .form-label-group {
        height: calc((100% - 30px) * 0.333);
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row2 textarea {
        height: calc(100% - 26.5px);
    }

    #project-structure-label[b-ft35pbsrxo] {
        font-size: 15px;
    }

    [b-ft35pbsrxo] .desc-only {
        height: 113px !important;
    }

    .smaller-margin[b-ft35pbsrxo] {
        margin-bottom: 3px;
    }

    [b-ft35pbsrxo] .subproject-text-area {
        height: 72px !important;
    }

    [b-ft35pbsrxo] #max-info {
        font-size: 14px;
    }

    .reference-add-button span[b-ft35pbsrxo] {
        font-size: 15px;
    }

    .reference-add-button svg[b-ft35pbsrxo] {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 1536px) {
    #project-settings-container[b-ft35pbsrxo] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

    #project-settings-columns[b-ft35pbsrxo] {
        height: calc(100% - 47px);
    }

    #project-settings-container.project-modal[b-ft35pbsrxo] {
        height: 520px;
    }   

    [b-ft35pbsrxo] #column1, [b-ft35pbsrxo] #column2, [b-ft35pbsrxo] #column3 {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 19px;
    }

    div#col1[b-ft35pbsrxo] {
        margin-right: 30px;
    }

    [b-ft35pbsrxo] #row2 .form-label-group {
        height: calc((100% - 10px) * 0.5);
    }

    [b-ft35pbsrxo] #row2.sub .form-label-group {
        height: calc((100% - 15px) * 0.333);
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row2 textarea {
        height: calc(100% - 21px);
    }

    [b-ft35pbsrxo] .form-label-group.status {
        margin-right: 30px;
    }

    #project-settings-columns[b-ft35pbsrxo]  #column1 #row3 #status-history-button {
        margin-top: 4px;
    }

    #project-settings-controls[b-ft35pbsrxo] {
        height: 47px;
        width: 100%;
        padding-right: 12px;
    }

        #project-settings-controls[b-ft35pbsrxo]  button:not(:last-child) {
            margin-right: 16px;
        }

        #project-settings-controls[b-ft35pbsrxo]  #project-delete-button {
            left: 12px;
        }

    [b-ft35pbsrxo] #project-status-history #project-history-container {
        width: 340px;
        height: 264px;
        font-size: 11px;
        padding: 8px;
    }

    [b-ft35pbsrxo] #project-status-history .modal-body {
        padding-left: 4px;
        padding-right: 4px;
    }

    [b-ft35pbsrxo] #project-status-history .modal-header {
        font-size: 13px;
        padding-bottom: 6px;
    }

    [b-ft35pbsrxo] #customer-reference-modal .modal-body {
        width: 340px;
    }

    [b-ft35pbsrxo] .container-select:not(:first-of-type) {
        margin-top: 10px;
    }

    #project-structure-label[b-ft35pbsrxo] {
        margin-bottom: 3px;
        font-size: 12px;
        margin-top: 4px;
        padding-left: 2px;
    }

    [b-ft35pbsrxo] #new-reference-cancel-btn {
        margin-right: 16px;
    }

    [b-ft35pbsrxo] .desc-only {
        height: 86px !important;
    }

    .smaller-margin[b-ft35pbsrxo] {
        margin-bottom: 0px;
    }

    [b-ft35pbsrxo] #max-info {
        font-size: 13px;
    }

    [b-ft35pbsrxo] #customer-modal #customer-title-left {
        width: 230px;
    }

    .create-new[b-ft35pbsrxo] {       
        padding-right: 5px;
        font-size: 11px;
    }

        .create-new svg[b-ft35pbsrxo] {
            height: 16px;
            width: 16px;
        }

        .create-new span[b-ft35pbsrxo] {
            margin-left: 3px;
        }

    .reference-add-button[b-ft35pbsrxo] {
        height: 28px;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 10px;
    }

        .reference-add-button span[b-ft35pbsrxo] {
            font-size: 12px;
            margin-left: 8px;
            top: 0.4px;
        }

        .reference-add-button svg[b-ft35pbsrxo] {
            width: 14px;
            height: 14px;
        }
}

@media screen and (max-width: 1366px) {
    #project-settings-container[b-ft35pbsrxo] {
        height: fit-content;
        min-height: calc(100vh - 210px);
    }

        #project-settings-container.project-modal[b-ft35pbsrxo] {
            height: 515px;
        }

    [b-ft35pbsrxo] #customer-reference-modal .modal-body {
        width: 320px;
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectStructureComponent.razor.rz.scp.css */
#project-structure-container[b-xspkfrgmt8] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

    #project-structure-container[b-xspkfrgmt8]  .grid-table {
        grid-template-columns: 1fr 2.5fr 2fr 2fr 1fr 1fr 1fr;
    }

    #project-structure-container[b-xspkfrgmt8]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

    #project-structure-container[b-xspkfrgmt8]  .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
        width: 1500px;
    }

    #project-structure-container[b-xspkfrgmt8]  .modal-body:not(#customer-reference-modal .modal-body) {
        padding: 0px;
    }

@media screen and (max-width: 1920px) {
    #project-structure-container[b-xspkfrgmt8] {
        height: calc(100vh - 255px);
    }

        #project-structure-container[b-xspkfrgmt8]  .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
            width: 1200px;
        }
}

@media screen and (max-width: 1536px) {
    #project-structure-container[b-xspkfrgmt8] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }

        #project-structure-container[b-xspkfrgmt8]  .modal-content:not(#customer-modal .modal-content, #customer-reference-modal .modal-content) {
            width: 950px;
        }
}
/* _content/VigabControlCenter/Components/Project/ProjectTimeReportsComponent.razor.rz.scp.css */
#project-time-reports-grid-container[b-j9xm5f4q5j] {
    margin-top: 20px;
    height: calc(100vh - 310px);
}

@media screen and (max-width: 1920px){
    #project-time-reports-grid-container[b-j9xm5f4q5j] {
        height: calc(100vh - 255px);
    }
}

@media screen and (max-width: 1536px) {
    #project-time-reports-grid-container[b-j9xm5f4q5j] {
        margin-top: 18px;
        height: calc(100vh - 210px);
    }
}
/* _content/VigabControlCenter/Components/Project/ProjectTopBarComponent.razor.rz.scp.css */
#project-top-bar[b-5e7gyofghi] {
    width: 100%;
    height: 151px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
}

    #project-top-bar #top-bar-1[b-5e7gyofghi] {
        width: 100%;
        height: 110px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        padding-left: 40px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        #project-top-bar #top-bar-1 > div:not(#export-container)[b-5e7gyofghi] {
            height: 100%;
        }

        #project-top-bar #top-bar-1 #project-number[b-5e7gyofghi] {
            margin-right: 40px;
            position: relative;
        }

            #project-top-bar #top-bar-1 #project-number svg[b-5e7gyofghi] {
                width: 16px;
                height: 16px;
                position: absolute;
                right: 0;
                top: 36px;
            }

            #project-top-bar #top-bar-1 #project-number div[b-5e7gyofghi] {
                font-size: 50px;
                font-weight: bold;
                color: #2C2F31;
                height: 50px;
                line-height: 50px;
            }

            #project-top-bar #top-bar-1 #project-number span[b-5e7gyofghi] {
                padding-left: 2px;
            }

        #project-top-bar #top-bar-1 #separator[b-5e7gyofghi] {
            min-width: 2px;
            background-color: #2C2F31;
        }

        #project-top-bar #top-bar-1 #project-info[b-5e7gyofghi] {
            margin-left: 40px;
            min-width: 150px;
        }

        #project-top-bar #top-bar-1 #project-customer[b-5e7gyofghi] {
            margin-left: 80px;
            min-width: 205px;
        }

        #project-top-bar #top-bar-1 #project-details[b-5e7gyofghi] {
            margin-left: 80px;
            min-width: 310px;
        }

        #project-top-bar #top-bar-1 #export-container[b-5e7gyofghi] {
            margin-left: auto;
            position: relative;
        }

#project-top-bar #top-bar-1 .box-title[b-5e7gyofghi] {
    font-size: 18px;
    color: #2C2F31;
    font-weight: bold;
    max-width: 900px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#project-top-bar #top-bar-1 .box-column-container[b-5e7gyofghi] {
    display: flex;
    flex-direction: row;
    padding-top: 2px;
}

.box-left-column .box-row[b-5e7gyofghi] {
    font-size: 14px;
}

.box-title.details[b-5e7gyofghi] {
    height: 27px;
}

#project-top-bar #top-bar-1 .box-right-column[b-5e7gyofghi] {
    margin-left: 20px;
    color: #2C2F31;
    font-size: 14px;
    font-weight: bold;
}

#project-top-bar #top-bar-1 #project-details .box-column-container .box-column-container:first-child .box-right-column[b-5e7gyofghi] {
    margin-right: 20px;
}

#project-top-bar #top-bar-1 #project-details .box-column-container .box-column-container:last-child .box-right-column[b-5e7gyofghi] {
    position: relative;
    padding-left: 18px;
}

#project-top-bar #top-bar-1 #project-details .box-right-column svg[b-5e7gyofghi] {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
}


#project-top-bar #top-bar-2[b-5e7gyofghi] {
    width: 100%;
    height: 41px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    #project-top-bar #top-bar-2 .project-menu-item[b-5e7gyofghi] {
        font-size: 16px;
        line-height: 41px;
        color: #2C2F31;
        height: 100%;
        padding-left: 25px;
        padding-right: 25px;
        cursor: pointer;
        user-select: none;
    }

        #project-top-bar #top-bar-2 .project-menu-item:hover[b-5e7gyofghi] {
            background-color: #E5E5E5;
            transition: 0.25s ease-in;
        }

        #project-top-bar #top-bar-2 .project-menu-item.active[b-5e7gyofghi] {
            background-color: #E5E5E5;
        }

[b-5e7gyofghi] .checkbox-container:not(:last-child) {
    margin-bottom: 10px;
}

#export-window-container[b-5e7gyofghi] {
    width: 380px;
}

.export-button[b-5e7gyofghi] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

    .export-button:hover:not(.disabled)[b-5e7gyofghi] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    .export-button:active:not(.disabled)[b-5e7gyofghi] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .export-button span[b-5e7gyofghi] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    .export-button svg[b-5e7gyofghi] {
        width: 19.799px;
        height: 19.799px;
    }

#arrow-container[b-5e7gyofghi] {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: center;
}

    #arrow-container svg[b-5e7gyofghi] {
        position: absolute;
        bottom: 33px;
        width: 11.586px;
        height: 9.176px;
    }

    svg.locker[b-5e7gyofghi] {
        width: 25px;
        height: 25px;
        cursor: pointer;
        margin-left: auto;
        margin-right: 20px;
        margin-top: auto;
        margin-bottom: auto;
    }

    svg.locker:hover[b-5e7gyofghi] {
        transition: 0.3s ease-in;
        opacity: 0.9;
    }

        svg.locker.unlocked[b-5e7gyofghi] {
            margin-right: 25px;
        }

@media screen and (min-width: 2560px) {
    #arrow-container svg[b-5e7gyofghi] {
        bottom: 30px;
    }
}

@media screen and (max-width: 2048px) {
    #arrow-container svg[b-5e7gyofghi] {
        bottom: 26px;
    }
}

@media screen and (max-width: 1920px) {
    #project-top-bar[b-5e7gyofghi] {
        height: 125px;
    }

        #project-top-bar #top-bar-1 .box-title[b-5e7gyofghi] {
            max-width: 350px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
        }

    .box-left-column .box-row[b-5e7gyofghi] {
        font-size: 13px;
    }

    .box-title.details[b-5e7gyofghi] {
        height: 24px;
    }

    #project-top-bar #top-bar-1[b-5e7gyofghi] {
        padding-top: 15px;
        height: 90px;
    }

    #project-top-bar #top-bar-2[b-5e7gyofghi] {
        height: 35px;
    }

        #project-top-bar #top-bar-2 .project-menu-item[b-5e7gyofghi] {
            line-height: 35px;
        }

    #project-top-bar #top-bar-1 #project-number div[b-5e7gyofghi] {
        font-size: 40px;
    }

    #project-top-bar #top-bar-1 #project-number[b-5e7gyofghi] {
        margin-right: 32px;
    }

    #project-top-bar #top-bar-1 #project-info[b-5e7gyofghi] {
        margin-left: 32px;
    }

    #project-top-bar #top-bar-1 #project-customer[b-5e7gyofghi] {
        margin-left: 64px;
    }

    #project-top-bar #top-bar-1 #project-details[b-5e7gyofghi] {
        margin-left: 64px;
    }
}

@media screen and (max-width: 1536px) {
    #project-top-bar[b-5e7gyofghi] {
        height: 100px;
    }

        #project-top-bar #top-bar-1[b-5e7gyofghi] {
            height: 70px;
            padding-left: 25px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 10px;
        }
    
                #project-top-bar #top-bar-1 #project-number span[b-5e7gyofghi] {
                    font-size: 13px;
                }

                #project-top-bar #top-bar-1 #project-number svg[b-5e7gyofghi] {
                    width: 13px;
                    height: 13px;
                    top: 29px;
                }

                #project-top-bar #top-bar-1 #project-number div[b-5e7gyofghi] {
                    font-size: 30px;
                    height: 40px;
                    line-height: 30px;
                }

            #project-top-bar #top-bar-1 #project-info[b-5e7gyofghi] {
                min-width: 120px;
                margin-left: 20px;
            }

            #project-top-bar #top-bar-1 #project-customer[b-5e7gyofghi] {
                margin-left: 44px;
                min-width: 164px;
            }

            #project-top-bar #top-bar-1 #project-details[b-5e7gyofghi] {
                margin-left: 44px;
                min-width: 248px;
            }

            #project-top-bar #top-bar-1 .box-title[b-5e7gyofghi] {
                max-width: 300px;
                font-size: 13px;
            }

            #project-top-bar #top-bar-1 .box-left-column[b-5e7gyofghi] {
                font-size: 11px;
            }

    .box-left-column .box-row[b-5e7gyofghi] {
        font-size: 11px;
    }

    .box-title.details[b-5e7gyofghi] {
        height: 17px;
    }

    #project-top-bar #top-bar-1 .box-right-column[b-5e7gyofghi] {
        margin-left: 16px;
        font-size: 11px;
    }

    #project-top-bar #top-bar-1 #project-details .box-column-container .box-column-container:first-child .box-right-column[b-5e7gyofghi] {
        margin-right: 16px;
    }

    #project-top-bar #top-bar-1 #project-details .box-column-container .box-column-container:last-child .box-right-column[b-5e7gyofghi] {
        padding-left: 14px;
    }

    #project-top-bar #top-bar-1 #project-details .box-right-column svg[b-5e7gyofghi] {
        top: 3px;
        width: 10px;
        height: 10px;
    }


    #project-top-bar #top-bar-2[b-5e7gyofghi] {
        height: 30px;
        padding-left: 12px;
    }

        #project-top-bar #top-bar-2 .project-menu-item[b-5e7gyofghi] {
            font-size: 13px;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 20px;
        }

    [b-5e7gyofghi] .checkbox-container:not(:last-child) {
        margin-bottom: 8px;
    }

    #export-window-container[b-5e7gyofghi] {
        width: 304px;
    }

    #export-container[b-5e7gyofghi]{
        padding-top: 5px;
    }

    .export-button[b-5e7gyofghi] {
        height: 30.4px;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8px;
    }

        .export-button span[b-5e7gyofghi] {
            font-size: 13px;
            margin-left: 10px;
        }

        .export-button svg[b-5e7gyofghi] {
            width: 15px;
            height: 15px;
        }       

    #arrow-container[b-5e7gyofghi] {
        width: 48px;
    }

        #arrow-container svg[b-5e7gyofghi] {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }

    svg.locker[b-5e7gyofghi] {
        width: 20px;
        height: 20px;       
    }

        svg.locker.unlocked[b-5e7gyofghi] {
            margin-right: 24px;
        }         
}

@media screen and (max-width: 1366px) {
    #project-top-bar #top-bar-1 .box-title[b-5e7gyofghi] {
        max-width: 280px;
    }

    #project-top-bar #top-bar-1 #project-number div[b-5e7gyofghi] {
        font-size: 34px;
        line-height: 34px;
    }

    #project-top-bar #top-bar-1 #project-number[b-5e7gyofghi] {
        margin-right: 20px;
    }

    #project-top-bar #top-bar-1 #project-info[b-5e7gyofghi] {
        margin-left: 20px;
    }

    #project-top-bar #top-bar-1 #project-customer[b-5e7gyofghi] {
        margin-left: 30px;
    }

    #project-top-bar #top-bar-1 #project-details[b-5e7gyofghi] {
        margin-left: 30px;
    }

    #arrow-container svg[b-5e7gyofghi] {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/RadioButton/RadioButtonComponent.razor.rz.scp.css */
.radio-option:not(:last-child)[b-hetmepra6r] {
    margin-bottom: 10px;
}

.radio-option input[b-hetmepra6r] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

    .radio-option input:checked[b-hetmepra6r] {
        border: 8px solid #35bbff;
        outline: unset !important;
        transition: 0.15s ease-in;
    }

.disabled .radio-option input:checked[b-hetmepra6r] {
    border: 1px solid #999;
    box-shadow: inset 0px 0px 0px 2px #f9f9f9;
    background-color: #a5a3a3;
}

.radio-option input[b-hetmepra6r], .radio-option label[b-hetmepra6r] {
    cursor: pointer;
}

@media screen and (max-width: 1536px) {
    .radio-option:not(:last-child)[b-hetmepra6r] {
        margin-bottom: 8px;
    }

    .radio-option input[b-hetmepra6r] {
        width: 13px;
        height: 13px;
        margin-right: 4px;
    }

        .radio-option input:checked[b-hetmepra6r] {
            border: 6.5px solid #35bbff;
        }

        .radio-option label[b-hetmepra6r] {
            font-size: 13px;
        }
}
/* _content/VigabControlCenter/Components/SearchField/SearchFieldComponent.razor.rz.scp.css */
.search-field-container[b-6g3fmtce88] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.search-field[b-6g3fmtce88] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 12px;
    outline: none;
    font-size: 14px;
}

.search-field-container:hover:not([disabled], .modified, :focus-within)[b-6g3fmtce88] {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    transition: 0.15s ease-in;
}

.search-field-container:focus-within[b-6g3fmtce88] {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0px 1px #35bbff;
    transition: 0.15s ease-in;
}

.search-field-container:focus[b-6g3fmtce88] {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0px 1px #35bbff;
    transition: 0.15s ease-in;
}

.search-field-container.modified[b-6g3fmtce88] {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0px 1px #35bbff;
    transition: 0.15s ease-in;
}

.search-field-button[b-6g3fmtce88] {
    width: 42px;
    height: 100%;
    padding-left: 12px;
    padding-top: 6px;
    border-left: 1px solid #ced4da87;
    background-color: #f4f6f9b8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (min-width: 2560px) {
    .search-field-button[b-6g3fmtce88] {
        padding-top: 7px;
    }
}


@media screen and (max-width: 1536px) {
    .search-field-container[b-6g3fmtce88] {
        border-radius: 4px;
    }

    .search-field[b-6g3fmtce88] {
        border-radius: 4px;
        padding: 10px;
        font-size: 11px;
    }

    .search-field-button[b-6g3fmtce88] {
        width: 34px;
        padding-left: 10px;
        padding-top: 2px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .search-field-button svg[b-6g3fmtce88] {
            width: 10px;
        }
}

@media screen and (max-width: 1366px) {
    .search-field-button[b-6g3fmtce88] {
        padding-left: 10px;
        padding-top: 2px;
    }
}
/* _content/VigabControlCenter/Components/SideMenu/SideMenuItemComponent.razor.rz.scp.css */
.side-menu-item[b-ix7r8eiuv1] {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    width: 240px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 11px;
    padding-left: 14px;
}

    .side-menu-item.active[b-ix7r8eiuv1] {
        background-color: #F6F6F6;
    }

    .side-menu-item:hover[b-ix7r8eiuv1] {
        background-color: #F6F6F6;
        transition: 0.25s ease-in;
    }

    .side-menu-item.active svg path:not(#Path_373, #path-c-1, #path-c-2)[b-ix7r8eiuv1] {
        fill: #009aff;
    }    

[b-ix7r8eiuv1] a {
    color: #2C2F31;
    text-decoration: none;
    display: block;
}

span[b-ix7r8eiuv1] {
    margin-left: 11px;
}

.side-menu-icon[b-ix7r8eiuv1] {
    width: 20px;
}

    .side-menu-icon svg[b-ix7r8eiuv1] {
        display: block;
        margin: auto;
    }

@media screen and (max-width: 1536px) {
    .side-menu-item[b-ix7r8eiuv1] {
        width: 192px;
        height: 32px;
        border-radius: 4px;
        font-size: 12px;
        margin-top: 8.8px;
        padding-left: 11.2px;
    }

    span[b-ix7r8eiuv1] {
        margin-left: 11px;
    }

    .side-menu-icon[b-ix7r8eiuv1] {
        width: 16px;
    }

    .home-icon[b-ix7r8eiuv1] {
        width: 12.8px;
    }

    .project-icon[b-ix7r8eiuv1] {
        width: 14.86px;
    }

    .time-report-icon[b-ix7r8eiuv1] {
        width: 10.66px;
    }

    .deviation-icon[b-ix7r8eiuv1] {
        width: 2.8px;
    }

    .control-document-icon[b-ix7r8eiuv1] {
        width: 12.8px;
    }

    .offer-icon[b-ix7r8eiuv1] {
        width: 12.8px;
    }

    .employee-icon[b-ix7r8eiuv1] {
        width: 10.16px;
    }

    .customer-icon[b-ix7r8eiuv1] {
        width: 10.16px;
    }

    .material-icon[b-ix7r8eiuv1] {
        width: 12.8px;
    }
}

@media screen and (max-width: 1366px) {
    .side-menu-item[b-ix7r8eiuv1] {
        width: 154px;
    }

    .side-menu-icon[b-ix7r8eiuv1] {
        width: 13px;
    }
}
/* _content/VigabControlCenter/Components/TextArea/TextAreaComponent.razor.rz.scp.css */
.text-area-component[b-ghjaix3lva] {
    resize: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    font-size: 14px;
    color: #504e4e;
    display: block;
}

    .text-area-component:disabled[b-ghjaix3lva] {
        background-color: #eee;
    }

    .text-area-component:hover:not([disabled], .modified, :focus)[b-ghjaix3lva] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .text-area-component:focus[b-ghjaix3lva] {
        border-color: transparent !important;
        outline: 0;
        box-shadow: 0 0 0px 1px #35bbff;
        transition: 0.15s ease-in;
    }

    .text-area-component.modified.valid[b-ghjaix3lva] {
        box-shadow: 0 0 0px 1px #35bbff;
        border-color: transparent !important;
    }

    .text-area-component.invalid[b-ghjaix3lva], .text-area-component.modified.invalid[b-ghjaix3lva] {
        border-color: #d50000;
    }

@media screen and (max-width: 1536px) {
    .text-area-component[b-ghjaix3lva] {
        padding: 6px;
        font-size: 12px;
    }
}
/* _content/VigabControlCenter/Components/TextField/TextFieldComponent.razor.rz.scp.css */
[b-r0udxh7s07] .form-control {
    box-shadow: none;
    color: #504e4e;
    font-size: 15px;
    border: 1px solid #CED4DA;
    height: 38px;
    border-radius: 3px;
}

    [b-r0udxh7s07] .form-control:disabled {
        background-color: #eee;
    }

    [b-r0udxh7s07] .form-control:not([disabled]) {
        cursor: text;
    }

    [b-r0udxh7s07] .form-control.modified.valid {
        box-shadow: 0 0 1px 0px #35bbff;
        border-color: transparent !important;
    }

    [b-r0udxh7s07] .form-control:hover:not([disabled], :focus, .modified, .invalid) {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    [b-r0udxh7s07] .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: transparent !important;
        outline: 0;
        box-shadow: 0 0 1px 0px #35bbff;
        transition: 0.15s ease-in;
    }

    [b-r0udxh7s07] .form-control[readonly] {
        background-color: unset;
    }

    [b-r0udxh7s07] .form-control.invalid, [b-r0udxh7s07] .form-control.modified.invalid {
        border-color: #d50000;
    }



@media screen and (max-width: 1536px) {
    [b-r0udxh7s07] .form-control {
        font-size: 12px;
        height: 28px;
    }
}
/* _content/VigabControlCenter/Components/TimeReport/AbsenceReportFormComponent.razor.rz.scp.css */
.form-row-space-between.absence[b-wynzx0l045] {
    width: 320px;
}

@media screen and (max-width: 1536px) {
    .form-row-space-between.absence[b-wynzx0l045] {
        width: 256px;
    }
}

/* _content/VigabControlCenter/Components/TimeReport/TimeReportFormComponent.razor.rz.scp.css */
[inherit-scope] #comment-area {
    height: 78px;
}

[inherit-scope] .grid-selector-grid-container .grid-table {
    grid-template-columns: 1.1fr 2.5fr 2fr 2fr 2fr;
}

@media screen and (max-width: 1536px) {
    [inherit-scope] #comment-area {
        height: 48px;
    }
}
/* _content/VigabControlCenter/Components/TimeReport/TimeReportGridComponent.razor.rz.scp.css */
#time-reports-grid-container[b-34m7gpwkbs]{
    height: 100%;
}

    #time-reports-grid-container[b-34m7gpwkbs]  .data-grid-component {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    }

#time-reports-grid-container[b-34m7gpwkbs]  .grid-table:not(.project-disabled .grid-table) {
    grid-template-columns: 2.5fr 1.8fr 1.8fr 2.5fr 1.2fr 1.2fr 1.6fr 3.9fr 1.8fr 1.2fr 4fr;
}

    #time-reports-grid-container[b-34m7gpwkbs]  .grid-table:not(.project-disabled .grid-table) tbody tr td:nth-child(10) {
        padding-top: 6px;
        padding-bottom: 6px;
    }

#time-reports-grid-container.project-disabled[b-34m7gpwkbs]  .grid-table.columns-10 {
    grid-template-columns: 2.5fr 1.8fr 2.5fr 1.2fr 1.2fr 1.6fr 3.9fr 1.8fr 1.2fr 4fr;
}

#time-reports-grid-container.project-disabled[b-34m7gpwkbs]  .grid-table.columns-9 {
    grid-template-columns: 2.5fr 1.8fr 2.5fr 1.2fr 1.2fr 1.6fr 3.9fr 1.2fr 4fr;
}

#time-reports-grid-container[b-34m7gpwkbs]  .grid-table.columns-10:not(.project-disabled .grid-table) {
    grid-template-columns: 2.5fr 1.8fr 1.8fr 2.5fr 1.2fr 1.2fr 1.6fr 3.9fr 1.2fr 4fr;
}

#time-reports-grid-container.project-disabled[b-34m7gpwkbs]  .grid-table tbody tr td:nth-child(9) {
    padding-top: 6px;
    padding-bottom: 6px;
}

#add-abscence-button[b-34m7gpwkbs] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    user-select: none;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
}

    #add-abscence-button span[b-34m7gpwkbs] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    #add-abscence-button svg[b-34m7gpwkbs] {
        width: 19.799px;
        height: 19.799px;
    }

    #add-abscence-button:hover[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    #add-abscence-button:active[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    #export-container svg[b-34m7gpwkbs] {
        cursor: pointer;
        width: 146px;
        height: 38px;
    }

    #export-container:hover[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    #export-container:active[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

#filter-container[b-34m7gpwkbs], #export-window-container[b-34m7gpwkbs] {
    width: 420px;
}

#arrow-container[b-34m7gpwkbs] {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 12px;
}

    #arrow-container svg[b-34m7gpwkbs] {
        position: absolute;
        bottom: 25px;
        width: 11.586px;
        height: 9.176px;
    }

[b-34m7gpwkbs] #export-from-date-input {
    margin-right: 30px;
}

.export-button[b-34m7gpwkbs] {
    cursor: pointer;
    border-radius: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 7px;
    user-select: none;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

    .export-button:hover:not(.disabled)[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 0px;
        transition: 0.3s ease-out;
    }

    .export-button:active:not(.disabled)[b-34m7gpwkbs] {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 1px;
        transition: 0.15s ease-in;
    }

    .export-button span[b-34m7gpwkbs] {
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: 0.5px;
    }

    .export-button svg[b-34m7gpwkbs] {
        width: 19.799px;
        height: 19.799px;
    }

@media screen and (min-width: 2560px) {
    #arrow-container svg[b-34m7gpwkbs] {
        bottom: 30px;
    }
}

@media screen and (max-width: 1536px) {
    #time-reports-grid-container[b-34m7gpwkbs]  .grid-table tbody tr td:nth-child(10) {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #add-abscence-button[b-34m7gpwkbs] {
        border-radius: 4px;
        height: 30.4px;
        padding-left: 6px;
        padding-right: 6px;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8px;
    }

        #add-abscence-button span[b-34m7gpwkbs] {
            font-size: 12.8px;
            margin-left: 8px;
            top: 0.4px;
        }

        #add-abscence-button svg[b-34m7gpwkbs] {
            width: 15.8392px;
            height: 15.8392px;
        }

    #export-container[b-34m7gpwkbs] {
        margin-right: 16px;
    }

        #export-container svg[b-34m7gpwkbs] {
            width: 117px;
            height: 30px;
        }

    #filter-container[b-34m7gpwkbs], #export-window-container[b-34m7gpwkbs] {
        width: 330px;
    }

    #arrow-container[b-34m7gpwkbs] {
        margin-left: 8px;
        margin-right: 8px;
        width: 10px;
    }

        #arrow-container svg[b-34m7gpwkbs] {
            bottom: 20px;
            width: 9.2688px;
            height: 7.3408px;
        }

    [b-34m7gpwkbs] #export-from-date-input {
        margin-right: 24px;
    }

    .export-button[b-34m7gpwkbs] {
        height: 30.4px;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8px;
    }

        .export-button span[b-34m7gpwkbs] {
            font-size: 13px;
            margin-left: 9px;
        }

        .export-button svg[b-34m7gpwkbs] {
            width: 15px;
            height: 15px;
        }       
}

@media screen and (max-width: 1366px) {
    #time-reports-grid-container[b-34m7gpwkbs]  .grid-table:not(.project-disabled .grid-table) {
        grid-template-columns: 2.5fr 1.9fr 1.8fr 2.5fr 1.3fr 1.3fr 1.7fr 3.9fr 1.8fr 1.4fr 4fr;
    }

    #time-reports-grid-container[b-34m7gpwkbs]  .grid-table tbody tr td:nth-child(10) {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #add-abscence-button[b-34m7gpwkbs] {
        padding-left: 4px;
        padding-right: 4px;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 6px;
    }

        #add-abscence-button span[b-34m7gpwkbs] {
            font-size: 12px;
            margin-left: 6px;
        }

        #add-abscence-button svg[b-34m7gpwkbs] {
            width: 15px;
            height: 15px;
        }

    #arrow-container svg[b-34m7gpwkbs] {
        bottom: 20px;
    }
}
/* _content/VigabControlCenter/Components/TimeReport/TimeReportMainComponent.razor.rz.scp.css */
#time-reports-page-container[b-zim90a48kp] {
    height: calc(100vh - 134px);
}

@media screen and (max-width: 1536px) {
    #time-reports-page-container[b-zim90a48kp] {
        height: calc(100vh - 95px);
    }
}
/* _content/VigabControlCenter/Components/TimeSelect/TimeSelectComponent.razor.rz.scp.css */
.time-selector[b-ab3mipta1o] {
    width: 105px;
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 4px;
}

    .time-selector[b-ab3mipta1o] >  div:first-child {
        width: 100%;
    }

    .time-selector:hover:not(.disabled, .modified, .invalid)[b-ab3mipta1o] {
        box-shadow: #40b0a6 0 0 1.25px;
    }

    .time-selector:not(.disabled, .modified, .invalid):hover[b-ab3mipta1o] >  div:first-child .select2-container--default .select2-selection--single:hover:not([aria-expanded="true"], [aria-disabled="true"], [aria-readonly="true"]) {
        box-shadow: none !important;
    }

    .time-selector .time-selector-icon[b-ab3mipta1o] {
        position: absolute;
        right: 1px;
        width: 33px;
        height: 36px;
        top: 1px;
        background-color: #FAFAFA;
        border-left: 1px solid #dadce0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .time-selector.disabled .time-selector-icon[b-ab3mipta1o] {
        cursor: default;
    }

    .time-selector:hover:not(.disabled, :focus-within)[b-ab3mipta1o] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

@media screen and (max-width: 1536px) {
    .time-selector[b-ab3mipta1o] {
        width: 87px;
    }

        .time-selector .time-selector-icon[b-ab3mipta1o] {
            width: 26px;
            height: 26px;
        }
}
/* _content/VigabControlCenter/Components/Toast/ToastComponent.razor.rz.scp.css */
.toast-component[b-c5rxl0izqo] {
    display: flex;
    position: relative;
    flex-direction: row;
    animation: fadein-b-c5rxl0izqo 0.7s;
    animation-fill-mode: forwards;
    box-shadow: rgba(0,0,0,0.25) 0px 10px 40px;
    margin-bottom: 10px;
    width: 340px;
    min-height: 60px;
    background-color: #FFFFFF;
    height: max-content;
}
    .toast-component:hover[b-c5rxl0izqo]{
        cursor:pointer;
    }

    .toast-border[b-c5rxl0izqo] {
        width: 8px;
        height: 100%;
    }

.toast-icon[b-c5rxl0izqo] {
    display:none;
    margin-right: 5px;
    margin-left: 15px;
    align-items: center;
}

    .toast-icon svg[b-c5rxl0izqo] {
        width: 34px;
        height: 34px;
    }

.toast-component.information .toast-border[b-c5rxl0izqo] {
    background-color: #3B86FF;
}

.toast-component.information .toast-information-icon[b-c5rxl0izqo] {
    display: flex;
}

.toast-component.success .toast-border[b-c5rxl0izqo] {
    background-color: #0BE881;
}

.toast-component.success .toast-success-icon[b-c5rxl0izqo] {
    display: flex;
}

.toast-component.error .toast-border[b-c5rxl0izqo] {
    background-color: #FF5E57;
}

.toast-component.error .toast-error-icon[b-c5rxl0izqo] {
    display: flex;
}

.toast-component.warning .toast-border[b-c5rxl0izqo] {
    background-color: #FFA801;
}

.toast-component.warning .toast-warning-icon[b-c5rxl0izqo] {
    display: flex;
}


.toast-component-body[b-c5rxl0izqo] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 14px;
}

    .toast-component-body p[b-c5rxl0izqo] {
        margin-bottom: 0px;
        word-break: break-word;
    }

    .toast-component-body .toast-heading[b-c5rxl0izqo] {
        font-weight: bold;
    }

    .toast-component .toast-close-icon[b-c5rxl0izqo] {
        position:absolute;
        top: 7px;
        right: 12px;
        cursor: pointer;
    }

@media screen and (max-width: 1536px) {
    .toast-component[b-c5rxl0izqo] {
        box-shadow: rgba(0,0,0,0.25) 0px 8px 32px;
        margin-bottom: 8px;
        width: 272px;
        min-height: 48px;
    }

    .toast-border[b-c5rxl0izqo] {
        width: 6px;
    }

    .toast-icon[b-c5rxl0izqo] {
        margin-right: 4px;
        margin-left: 12px;
    }

        .toast-icon svg[b-c5rxl0izqo] {
            width: 27px;
            height: 27px;
        }

    .toast-component-body[b-c5rxl0izqo] {
        padding: 8px;
        font-size: 11px;
    }

    .toast-component .toast-close-icon[b-c5rxl0izqo] {
        top: 6px;
        right: 10px;
    }
}

@keyframes fadein-b-c5rxl0izqo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/VigabControlCenter/Components/Toast/ToastContainerComponent.razor.rz.scp.css */
.toast-container[b-6h3a18tb1s] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2000;
}

.position-topright[b-6h3a18tb1s] {
    top: 25px;
    right: 25px;
}

@media screen and (max-width: 1536px) {
    .position-topright[b-6h3a18tb1s] {
        top: 20px;
        right: 20px;
    }
}
/* _content/VigabControlCenter/Components/TopBar/TopBarComponent.razor.rz.scp.css */
#top-bar-container[b-r8ysth3419] {
    background-color: #2C2F31;
    min-height: 70px;
    display: flex;
    flex-direction: row;
}

    #top-bar-container.GMT[b-r8ysth3419] {
        background-color: #071f60;
    }

#logo-container[b-r8ysth3419] {
    padding-top: 21.5px;
    padding-left: 30px;
}

.GMT #logo-container[b-r8ysth3419] {
    padding-top: 12px;
    padding-left: 12px;
}

    #logo-container img[b-r8ysth3419] {
        width: 100px;
        cursor: pointer;
        object-fit: contain;
    }

    .GMT #logo-container img[b-r8ysth3419] {
        width: 150px;
    }

#right-controls[b-r8ysth3419] {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-left: auto;
}

#profile-button[b-r8ysth3419], #profile-button svg[b-r8ysth3419] {
    cursor: pointer;
    width: 38px;
    height: 38px;
}

#notifications-button[b-r8ysth3419] {
    margin-right: 40px;
    cursor: pointer;
    width: 21px;
    height: 23px;
}

    #notifications-button #unread[b-r8ysth3419] {
        width: 21px;
        height: 23px;
    }

    #notifications-button #read[b-r8ysth3419] {
        width: 16px;
        height: 16px;
        margin-top: 7.5px;
    }


@media screen and (max-width: 1536px) {
    #top-bar-container[b-r8ysth3419] {
        min-height: 56px;
    }

    #logo-container[b-r8ysth3419] {
        padding-top: 17.2px;
        padding-left: 24px;
    }

        #logo-container img[b-r8ysth3419] {
            width: 75px;
        }

    .GMT #logo-container img[b-r8ysth3419] {
        width: 110px;
    }

    [b-r8ysth3419] #toast-buttons button {
        height: 33px;
    }

        [b-r8ysth3419] #toast-buttons button:not(:last-child) {
            margin-right: 12px;
        }

    #profile-button[b-r8ysth3419], #profile-button svg[b-r8ysth3419] {
        width: 30px;
        height: 30px;
    }


    #right-controls[b-r8ysth3419] {
        margin-right: 25px;
    }

    #notifications-button[b-r8ysth3419] {
        margin-right: 20px;
        width: 17px;
        height: 18px;
    }


        #notifications-button #unread[b-r8ysth3419] {
            width: 17px;
            height: 18px;
        }

        #notifications-button #read[b-r8ysth3419] {
            width: 13px;
            height: 13px;
            margin-top: 6px;
        }
}
/* _content/VigabControlCenter/Components/UserDropdown/UserDropdownComponent.razor.rz.scp.css */
[b-1z9rj8kj2b] a {
    color: unset;
    text-decoration:none;
}

    [b-1z9rj8kj2b] a:hover {
        color: unset;
    }

#user-dropdown-container[b-1z9rj8kj2b] {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0ms,opacity 150ms ease;
    color: #2C2F31;
    font-size: 16px;
    z-index: 100;
}

    #user-dropdown-container.visible[b-1z9rj8kj2b] {
        visibility: visible;
        opacity: 1;
    }

#dropdown-triangle[b-1z9rj8kj2b] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 13px;
    top: 18px;
}

#user-dropdown[b-1z9rj8kj2b] {
    width: 270px;
    height: 150px;
    background-color: #F8F9FA;
    position: absolute;
    top: 28px;
    right: -20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

#first-column[b-1z9rj8kj2b] {
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-left: 15px;
    align-items: center;
    overflow-x: hidden;
}

    #first-column #username[b-1z9rj8kj2b] {
        font-size: 15px;
    }

    #first-column #user-email[b-1z9rj8kj2b] {
        font-size: 13px;
    }

#user-details[b-1z9rj8kj2b] {
    margin-left: 15px;
}

#border[b-1z9rj8kj2b] {
    width: 260px;
    height: 1px;
    background-color: #E5E5E5;
    margin-left: auto;
    margin-right: auto;
}

#second-column[b-1z9rj8kj2b] {
    padding: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

    #second-column div[b-1z9rj8kj2b] {
        width: max-content;
        cursor: pointer;
    }

        [b-1z9rj8kj2b] #second-column a:first-child {
            margin-bottom: 15px;
            margin-top: 5px;
            display: block;
            width:fit-content;
        }

#initials[b-1z9rj8kj2b], #initials svg[b-1z9rj8kj2b] {
    height: 38px;
    width: 38px;
}

@media screen and (max-width: 1536px) {
    #user-dropdown-container[b-1z9rj8kj2b] {
        font-size: 13px;
    }

    #dropdown-triangle[b-1z9rj8kj2b] {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid white;
        width: 8px;
        height: 8px;
        right: 10px;
        top: 14px;
    }

    #user-dropdown[b-1z9rj8kj2b] {
        width: 216px;
        height: 120px;
        top: 22px;
        right: -16px;
        border-radius: 2px;
    }

    #first-column[b-1z9rj8kj2b] {
        padding: 8px;
        padding-left: 12px;
    }

        #first-column #username[b-1z9rj8kj2b] {
            font-size: 12px;
        }

        #first-column #user-email[b-1z9rj8kj2b] {
            font-size: 10px;
        }

    #user-details[b-1z9rj8kj2b] {
        margin-left: 12px;
    }

    #border[b-1z9rj8kj2b] {
        width: 208px;
    }

    #second-column[b-1z9rj8kj2b] {
        padding: 8px;
        padding-left: 12px;
        font-size: 11px;
    }

            #second-column div:not(:last-child)[b-1z9rj8kj2b] {
                margin-bottom: 12px;
                margin-top: 4px;
            }

    #initials[b-1z9rj8kj2b], #initials svg[b-1z9rj8kj2b] {
        height: 30px;
        width: 30px;
    }
}
/* _content/VigabControlCenter/Components/ValidationMessage/ValidationMessageComponent.razor.rz.scp.css */
.validation-error-message[b-hhi6zg4n79] {
    display: flex;
    color: #d50000;
    font-weight: 200;
    font-size: 12px;
    bottom: 17px;
    margin-top: 5px;
}


    .validation-error-message .validation-error-icon[b-hhi6zg4n79] {
        color: #d50000;
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    .validation-error-message label[b-hhi6zg4n79] {
        position: relative;
        top: 0px;
    }

@media screen and (max-width: 1536px) {
    .validation-error-message[b-hhi6zg4n79] {
        font-size: 10.5px;
        bottom: 15px;
        margin-top: 4px;
    }

        .validation-error-message .validation-error-icon[b-hhi6zg4n79] {
            margin-right: 4px;
            width: 12px;
            height: 12px;
        }

        .validation-error-message label[b-hhi6zg4n79] {
            top: -1px;
        }
}
/* _content/VigabControlCenter/Pages/MainPage.razor.rz.scp.css */
#main-component-container.visible[b-fw6nod1zot] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

#main-component-container.hidden[b-fw6nod1zot] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}
