@font-face {
    font-family: "ERAS ITC";
    src: url(ERASMD.TTF) format("truetype");
}

.tooltip {
    font-family: 'Roboto', sans-serif !important;
}

app {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    transition: 0.5s ease all;
}

body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.sidenav-drawer {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s ease all;
}

.custom-control > input[type="checkbox"] {
    width: 40px;
    z-index: 1;
}

.budgeting-header {
    background: #292929;
    height: 37px;
    color: white;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
}

    .budgeting-header .btn {
        margin-right: -15px;
    }

    .budgeting-header > div {
        margin: 0;
    }

        .budgeting-header > div > div > h6 {
            margin: 8px;
        }

.budgeting-sidebar {
    position: fixed;
    background: #292929;
    color: white;
    top: 40px;
    left: 0;
    width: 100px;
    height: calc(100vh - 40px);
    filter: drop-shadow(0 0 10px black);
    padding-top: 13px;
    text-align: center;
}

    .budgeting-sidebar > button {
        padding-top: 24px;
        width: 100px;
        margin: 0;
        background: #292929;
        border: 0;
        color: white;
        padding-bottom: 10px;
        transition: 0.6s ease all;
    }

    .budgeting-sidebar > button {
        outline: 0;
    }




        .budgeting-sidebar > button > i {
            font-size: 26px;
        }



        .budgeting-sidebar > button:hover {
            background: black;
            transition: 0.1s ease all;
        }

.progress {
    background-color: transparent;
    border-radius: 0;
}

.budgeting-body {
    padding: 15px;
    padding-top: 45px;
    padding-left: 115px;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
}

.budgeting {
    overflow-y: hidden;
}

    .budgeting table td {
        padding-top: 5px;
        vertical-align: middle;
    }

        .budgeting table td > * {
            vertical-align: middle;
        }

        .budgeting table td button {
            margin: 0;
        }

.custom-control-label {
    top: -3px !important;
    transform: scale(1) !important;
}

.dynamo-tab label,
.modal label,
.budgeting-body label {
    position: relative;
    margin-bottom: 0;
}

    .dynamo-tab label + input,
    .dynamo-tab label + select,
    .dynamo-tab label + div,
    .budgeting-body label + input,
    .budgeting-body label + select,
    .budgeting-body label + div,
    .modal label + input,
    .modal label + select,
    .modal label + div {
        margin-top: 10px;
    }

.budgeting-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background-color: black;
    z-index: 99999999;
}

.no-height {
    background-color: rgba(0,0,0, 0.30);
    padding: 0 !important;
    height: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: 1s ease all;
}

.custom-select {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
}

.medal {
    width: 20px;
    transform: rotate(340deg);
    opacity: 0.7;
    right: 20px;
    margin-top: 55px;
    position: absolute;    
}

.clickable {
    cursor: pointer;
    user-select: none;
    transition: 0.5s ease all;
}

    .clickable:hover {
        background-color: rgba(255, 255, 255, 0.43) !important;
        color: black !important;
        transition: 0.1s ease all;
    }

.desselected {
    background-color: rgba(255, 255, 255, 0.43) !important;
    color: black !important;
}

.sideinfo {
    background-color: white;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.21));
    position: absolute;
    overflow: hidden;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    width: 300px;
    transition: 0.5s ease all;
}

    .sideinfo > .makerLogo {
        display: flex;
        justify-content: center;
    }

        .sideinfo > .makerLogo > img {
            max-width: 140px;
        }

    .sideinfo > .description {
        display: flex;
        flex-direction: column;
        padding: 5px;
        font-size: 15px;
        margin-bottom: 10px;
    }

        .sideinfo > .description > div {
            display: flex;
        }

            .sideinfo > .description > div > p {
                margin-bottom: 2px;
                margin-left: 10px;
                width: 30%;
            }

            .sideinfo > .description > div > .value {
                font-weight: bold;
                width: 220px;
            }

            .sideinfo > .description > div > .label {
                margin-left: 5px;
                max-width: 50px;
            }

    .sideinfo > .summary > img {
        background-color: white;
        filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.21));
        width: 300px;
    }

    .sideinfo > .summary > .summary-text {
        overflow-y: scroll;
        max-height: calc(100vh - 500px);
    }

        .sideinfo > .summary > .summary-text > p {
            font-size: 12px;
            margin: 10px;
        }

.btn-suiv {
    border-radius: 0;
    background-color: #38409b;
    color: white;
    outline: 0 !important;
}

    .btn-suiv:hover {
        color: white;
        background-color: #4c57cc;
    }

.btn-suiv-red {
    background-color: #8e2020;
}

    .btn-suiv-red:hover {
        color: white;
        background-color: #b63a3a;
    }

.btn-suiv-yellow {
    background-color: yellow;
    color: black;
}

    .btn-suiv-yellow:hover {
        color: black;
        background-color: #ffd300;
    }

.tab-header {
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    width: calc(100vw - 300px);
    height: 90px;
    background-color: white;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.4));
}

    .tab-header > .tab-button {
        flex-direction: column;
        transition: 0.5s ease all;
        background-color: black;
        width: 100%;
        color: white;
        cursor: pointer;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tab-header > .tab-button > p {
            margin-bottom: 0;
        }

        .tab-header > .tab-button > i {
            font-size: 23px;
            margin: 5px;
        }

        .tab-header > .selected,
        .tab-header > .tab-button:hover {
            transition: 0.1s ease all;
            background-color: #38409b;
            color: white;
            filter: drop-shadow(0 0 10px #38409b);
        }



.content {
    position: absolute;
    top: 90px;
    left: 300px;
    width: calc(100vw - 300px);
    
    height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .content > div {
        width: 100%;
        padding-right: 30px;
        position: absolute;
        transition: 1s ease all;
        animation-fill-mode: forwards;
        transform: translateX(0);
    }

    .content > .start {
        transform: translateX(-100vw);
    }

    .content > .fade-in-result {
        animation: 1s ease 0s 1 fade-in-result;
        animation-fill-mode: forwards;
    }

    .content > .fade-out-result {
        animation: 1s ease 0s 1 fade-out-result;
        animation-fill-mode: forwards;
    }

    .content > .limit-heigth {
        padding: 20px;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }

@keyframes fade-out-result {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@keyframes fade-in-result {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(0);
    }
}

.main {
    transition: 0.5s ease all;
    overflow: hidden;
}

.login-box {
    width: 600px;
    padding: 30px;
    filter: drop-shadow(0px 0px 20px #999);
    background-color: #FFFFFFFF;
}

    .login-box .login-logo {
        position: absolute;
        right: 0;
        top: 0
    }

        .login-box .login-logo .brain {
            filter: drop-shadow(15px 15px 30px rgba(56, 64, 155, 0.4));
            animation: 1s cubic-bezier(0,1,.7,1) 1.4s 1 fadeInTopRight;
            animation-fill-mode: forwards;
            opacity: 0;
            position: absolute;
            left: 5px;
        }

        .login-box .login-logo .cloud {
            filter: drop-shadow(15px -15px 30px rgba(56, 64, 155, 0.4));
            animation: 1s cubic-bezier(0,1,.7,1) 1.2s 1 fadeInBottomRight;
            animation-fill-mode: forwards;
            opacity: 0;
            position: absolute;
            top: -94px;
            left: 5px;
        }

        .login-box .login-logo .engine {
            filter: drop-shadow(-15px -15px 30px rgba(56, 64, 155, 0.4));
            animation: 1s cubic-bezier(0,1,.7,1) 1.3s 1 fadeInBottomLeft;
            animation-fill-mode: forwards;
            opacity: 0;
            position: absolute;
            right: 0;
            top: -94px;
        }

        .login-box .login-logo .pistons {
            filter: drop-shadow(-15px 15px 30px rgba(56, 64, 155, 0.4));
            animation: 1s cubic-bezier(0,1,.7,1) 1.1s 1 fadeInTopLeft;
            animation-fill-mode: forwards;
            opacity: 0;
            position: absolute;
            right: 0;
        }

.fade-in-opacity {
    opacity: 0;
    animation: 1s fadein-opacity;
    animation-fill-mode: forwards;
}

.fade-out-opacity {
    opacity: 1;
    animation: 0.2s fadeout-opacity;
    animation-fill-mode: forwards;
}

.fade-in-reduce {
    opacity: 0;
    animation: 1s cubic-bezier(0,1,.3,1) 0s 1 fadeInReduce;
    animation-fill-mode: forwards;
}

.fade-in {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0s 1 fadeIn;
    animation-fill-mode: forwards;
}

.fade-in-2 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.5s 1 fadeIn2;
    animation-fill-mode: forwards;
}

.fade-in-3 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.6s 1 fadeIn3;
    animation-fill-mode: forwards;
}

.fade-in-4 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.4s 1 fadeIn4;
    animation-fill-mode: forwards;
}


.flip {
    width: 360px;
    height: 48px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 10px;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.21));
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
}

    .flip a {
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-25px);
        -moz-transform: translateZ(-25px);
        -o-transform: translateZ(-25px);
        -ms-transform: translateZ(-25px);
        transform: translateZ(-25px);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
        cursor: pointer;
    }

        .flip a .front,
        .flip a .back {
            margin: 0;
            width: 360px;
            height: 48px;
            line-height: 48px;
            position: absolute;
            text-align: center;
            letter-spacing: 0.4em;
        }

        .flip a .front {
            background-color: white;
            color: black;
            -webkit-transform: rotateY(0) translateZ(24px);
            -moz-transform: rotateY(0) translateZ(24px);
            -o-transform: rotateY(0) translateZ(24px);
            -ms-transform: rotateY(0) translateZ(24px);
            transform: rotateY(0) translateZ(24px);
        }

        .flip a .back {
            background-color: #38409b;
            top: 0%;
            color: #FFFFFF55;
            -webkit-transform: rotateX(90deg) translateZ(24px);
            -moz-transform: rotateX(90deg) translateZ(24px);
            -o-transform: rotateX(90deg) translateZ(24px);
            -ms-transform: rotateX(90deg) translateZ(24px);
            transform: rotateX(90deg) translateZ(24px);
            overflow: hidden;
        }

            .flip a .back:after {
                content: '';
                position: absolute;
                top: -20%;
                left: -50%;
                width: 200px;
                height: 100px;
                background: #FFFFFF55;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

        .flip a:hover {
            -webkit-transform: translateZ(-24px) rotateX(-90deg);
            -moz-transform: translateZ(-24px) rotateX(-90deg);
            -o-transform: translateZ(-24px) rotateX(-90deg);
            -ms-transform: translateZ(-24px) rotateX(-90deg);
            transform: translateZ(-24px) rotateX(-90deg);
        }

            .flip a:hover .front {
                background: #000;
                -webkit-transition: all 0.8s ease;
                -moz-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                -ms-transition: all 0.8s ease;
                transition: all 0.8s ease;
            }

            .flip a:hover .back {
                color: white;
                -webkit-transition: color 0.4s linear;
                -moz-transition: color 0.4s linear;
                -o-transition: color 0.4s linear;
                -ms-transition: color 0.4s linear;
                transition: color 0.4s linear;
                background: #38409b;
            }

                .flip a:hover .back:after {
                    -webkit-transform: rotate(6deg) translate(100px, -18px);
                    -moz-transform: rotate(6deg) translate(100px, -18px);
                    -o-transform: rotate(6deg) translate(100px, -18px);
                    -ms-transform: rotate(6deg) translate(100px, -18px);
                    transform: rotate(6deg) translate(100px, -18px);
                }



@keyframes fadeInTopRight {
    0% {
        transform: perspective(500px) translate3d(50px,50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}


@keyframes fadeInTopLeft {
    0% {
        transform: perspective(500px) translate3d(-50px,50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}


@keyframes fadeInBottomLeft {
    0% {
        transform: perspective(500px) translate3d(-50px,-50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeInBottomRight {
    0% {
        transform: perspective(500px) translate3d(50px,-50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadein-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInReduce {
    0% {
        transform: scale(2,2);
        opacity: 0;
    }

    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        transform: perspective(500px) translate3d(-80px,20px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    0% {
        transform: perspective(500px) translate3d(-20px,-40px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeIn3 {
    0% {
        transform: perspective(500px) translate3d(80px,20px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

.agenda-items {
    padding-bottom: 13px;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.agenda-item {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    margin: 10px;
    margin-bottom: -11px;
    border: 1px solid #999;
    border-left: 0;
    max-height: 66px;
    text-align: left;
    transition: 0.3s ease all;
}

.status-bar {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
    margin-left: 0;
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
}

.action-bar {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
    position: absolute;
    top: 0;
    right: -50px;
    width: 40px;
    height: 66px;
}

    .action-bar > button {
        height: 33px !important;
        width: 40px !important;
        padding: 0 !important;
    }

.pending-agenda-item {
    background-color: orange;
}

.authorized-agenda-item {
    background-color: darkgreen;
    color: white;
}

.notauthorized-agenda-item {
    background-color: darkred;
    color: white;
}

.waiting-agenda-item {
    background-color: darkblue;
    color: white;
}

.agenda-item > div {
    margin-right: 50px;
    margin-left: 10px;
}

    .agenda-item > div > div > p,
    .agenda-item > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.agenda-item > .div-table {
    margin-right: 0;
    margin-left: 10px;
}

.agenda-item:hover {
    max-height: 500px;
    transition: 0.7s ease all;
}

.agenda-header {
    margin: 15px;
}

    .agenda-header > div > div > div > div > div {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    }

.agenda-footer {
    margin: 10px;
}

.agenda-buttons {
    margin-top: 5px;
}

    .agenda-buttons button {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
        margin: 0;
        height: 40px;
    }

.colors {
    margin-top: 5px;
    border-radius: 0px;
}

    .colors > div > div {
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

.agenda-item > div > div > .lead {
    margin-bottom: 0;
    font-size: 15px;
}

.agenda-item > div > div > p {
    font-size: 13px;
}

.agenda-item > div > div > .table-responsive {
    max-height: 440px;
}

.agenda-item > div > div > div > table {
    font-size: 13px;
    margin-right: -40px;
}

@keyframes fadeIn4 {
    0% {
        transform: perspective(500px) translate3d(0px,60px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

.center-screen {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100vh - 20px);
    overflow-y: auto;
    margin: 0;
}

.menu {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease all;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*
.menu-item {
    width: 100%;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.4s ease all;
}

    .menu-item > p {
        transform-origin: 0% 50%;
        position: absolute;
        color: white;
        margin-left: 60px !important;
        width: 250px
    }

    .menu-item > i {
        transform-origin: 50% 50%;
        position: absolute;
        width: 30px;
        text-align: center;
        color: white;
        font-size: 21px;
    }


    .menu-item > i,
    .menu-item > p {
        transition: 0.4s ease all;
        color: white;
        margin-left: 16px;
    }

    .menu-item:hover,
    .menu-selected {
        background-color: white;
        transition: 0.1s ease all;
    }

        .menu-item:hover > i,
        .menu-selected > i {
            transform: scale(1.4);
            color: black;
        }

        .menu-item:hover > p,
        .menu-selected > p {
            color: black;
        }
*/
.input-group {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

    .input-group > .input-compact {
        width: calc(100% - 45px);
    }

input, select {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    margin-bottom: 2px;
    height: 46px;
}

    input:disabled, select:disabled {
        background-color: white;
        cursor: not-allowed;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select option {
        padding: 12px 0 10px 24px;
    }

    input:focus, select:focus {
        outline: none;
    }

.label-select {
    pointer-events: none
}

.filter-select {
    min-width: 180px;
}

    .filter-select:invalid {
        box-shadow: none;
    }

.filter-text {
    max-width: 80px;
}

    .filter-text:invalid {
        box-shadow: none;
    }

.filter-input-group {
    margin: unset;
}

.invisible {
    display: none !important;
}



label {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 10px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-header {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    font-weight: normal;
    left: 5px;
    top: 10px;
    pointer-events: none;
}

input:optional:placeholder-shown ~ label {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    top: 10px;
}

select:valid ~ label,
input:-webkit-autofill ~ label,
input:valid ~ label {
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}

.label-down ~ label {
    top: 10px !important;
    transform: scale(1) !important;
    color: #999 !important;
}


.label-up {
    margin-left: 10px;
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}


select:focus ~ label,
input:focus ~ label,
input:focus:optional:placeholder-shown ~ label {
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}

input:not(:placeholder-shown) ~ label {
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}

.bar {
    display: block;
    width: 0;
    margin-top: 48px;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 3px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #38409b;
        transition: 1s ease all;
        -moz-transition: 1s ease all;
        -webkit-transition: 1s ease all;
    }

    .bar:before {
        right: 0%;
    }

    .bar:after {
        left: 0%;
    }


input:focus ~ .bar:after,
select:focus ~ .bar:after {
    width: 100%;
}

.final-considerations p {
    margin-bottom: 0;
}

.final-considerations textarea {
    margin-top: 10px;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.2;
}

input:focus ~ .highlight,
select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.heading {
    font-family: Segoe UI Light;
    position: absolute;
    opacity: 0;
    margin-bottom: 65px;
    animation: fadein-opacity 0.5s, headingToTop 1s cubic-bezier(0.3, 1, 0.3, 1);
    animation-delay: 0s, 1.0s;
    animation-fill-mode: forwards;
}

.fadein-search-1 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: .9s;
    animation-fill-mode: forwards;
}

.fadein-search-2 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

.fadein-search-3 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.fadein-search-4 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.fadein-search-5 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.7s;
    animation-fill-mode: forwards;
}

@keyframes headingToTop {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-170px);
    }
}

@keyframes fadein-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.search-options > .row {
    height: 130px;
    margin-left: 35px;
    margin-right: 35px;
}

    .search-options > .row > div {
        opacity: 0;
        height: 130px;
        width: 150px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s ease all;
    }


        .search-options > .row > div:hover {
            background-color: #38409b;
            transform: scale(1.2);
            color: white;
            transition: 0.2s ease all;
        }


        .search-options > .row > div > h1 {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 18px;
        }

/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.hamburger {
    height: 46px;
    margin-left: 3px;
    margin-bottom: 6px;
}

    .hamburger > p {
        cursor: pointer;
        margin-left: 56px;
        margin-top: 2px;
        font-size: 18px;
        position: absolute;
        color: white;
        width: 300px;
    }

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 300ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
    stroke: #fff;
    stroke-width: 5px;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 600ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 600ms, stroke-dashoffset 600ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

@media (max-width: 767.98px) {

    .center-screen {
        height: calc(100vh - 100px);
    }

    .main {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 75px;
        margin-bottom: 15px;
    }

        .main .top-row:not(.auth) {
            display: none;
        }

        .main .top-row.auth {
            justify-content: space-between;
        }

    .heading {
        margin-top: 185px;
    }

    .search-options {
        margin-top: 125px;
    }

    .center-screen {
        justify-content: start;
    }

    .logo {
        right: 0;
    }

    .login-box {
        width: 95vw;
        margin-top: 20px;
    }

        .login-box .login-logo {
            display: none;
        }




    .sidenav-drawer {
        width: 100vw;
        max-height: 50px;
        position: fixed;
    }

        .sidenav-drawer:hover {
            max-height: 400px;
        }

    .tab-header > .tab-button > p {
        display: none;
    }

    .table-responsive {
        max-height: calc(100vh - 100px);
        max-width: calc(100vw - 45px);
    }
}

/*@media (max-width: 1100px) {
    html {
        zoom: 0.8;
        transform-origin: 50% 50%;
    }
}
*/

@media (min-width: 768px) {

    /*.tab-header > .tab-button > i {
        display: none;
    }*/


    .table-responsive {
        max-height: calc(100vh - 75px);
    }

    app {
        flex-direction: row;
    }

    .sidenav-drawer {
        height: 100vh;
        width: 56px;
    }

        /*.ham {
        display: none;
    }*/

        .sidenav-drawer:hover {
            width: 280px;
        }

    .main {
        margin-left: 56px;
    }
}




::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

* {
    scrollbar-color: #7f7f7f white; /* thumb and track color */
    scrollbar-width: 2px;
}


.blur {
    filter: blur(3px);
    margin-top: -8px;
}

.fix-blur {
    margin-top: -10px;
}

.sk-folding-cube {
    filter: blur(0);
    margin: 20px auto;
    z-index: 9999999;
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        filter: blur(0);
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            filter: blur(0) drop-shadow(0 0 0.2rem rgba(255,255,255, 0.5));
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px solid white;
            background-color: #38409b;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.btn {
    border-radius: 0;
}

.modal-content {
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    border: 1px solid #4652d9;
    filter: drop-shadow(0 0 20px #4652d9);
}

.modal-header {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #38409b;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.lateral-menu-left-open {
    -ms-transform: translateX(Calc(100vw - 160px));
    -webkit-transform: translateX(Calc(100vw - 160px));
    -moz-transform: translateX(Calc(100vw - 160px));
    -o-transform: translateX(Calc(100vw - 160px));
    transform: translateX(Calc(100vw - 160px));
}

.lateral-menu-vertical-open > img {
    transform: rotate(180deg);
}

.lateral-menu-horizontal-open > img {
    transform: rotate(180deg);
}



.parts-selection-tables {
    overflow-y: auto;
    max-height: calc(100vh - 340px);
}

.vertical-menu-body {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    box-shadow: 0 0 10px #292929;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #292929;
    color: white;
}

    .vertical-menu-body:hover {
        background-color: rgb(1, 15, 23);
        transition: all 0.5s ease;
        box-shadow: 0 0 10px rgb(1, 15, 23);
    }

    .vertical-menu-body:not(:hover) {
        transition: all 0.5s ease;
    }

    .vertical-menu-body > p {
        margin: 0;
        color: white;
        width: 25px;
        writing-mode: vertical-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        letter-spacing: 3px;
    }

    .vertical-menu-body > img {
        transition: all 1s ease;
        margin: 3px;
    }




.horizontal-menu-body {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px #292929;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #292929;
    color: white;
}

    .horizontal-menu-body:hover {
        background-color: rgb(1, 15, 23);
        transition: all 0.5s ease;
    }

    .horizontal-menu-body:not(:hover) {
        transition: all 0.5s ease;
    }

    .horizontal-menu-body > p {
        margin: 0;
        color: white;
    }

    .horizontal-menu-body > img {
        transition: all 0.7s ease;
        margin: 3px;
    }









.lateral-menu-content-left {
    z-index: 999;
    background-color: rgba(41, 41, 41, 1);
    position: absolute;
    margin-left: 60px;
    width: Calc(100vw - 180px);
    height: Calc(100vh - 220px);
    transition: all 0.5s ease;
    left: 0;
}

    .lateral-menu-content-left > div {
        margin-top: 20px;
        margin-left: 10px;
        height: Calc(100% - 40px);
        margin-right: 10px;
    }

.vertical-menu-content-right {
    background-color: rgba(41, 41, 41, 1);
    color: white;
    position: absolute;
    cursor: default;
    top: 0;
    left: 60px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.horizontal-menu-content-bottom {
    background-color: rgba(41, 41, 41, 1);
    color: white;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

/*.lateral-menu-content-right > div {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }*/


.hide-outside-left {
    transform: translateX(Calc(-100vw + 120px));
}

.hide-outside-right {
    transform: translateX(Calc(100vw - 120px));
}



.tooltip {
    pointer-events: none;
}


#dynamic-body {
    padding-left: 0;
    padding-right: 0;
}



.flip-image {
    transform: rotate(180deg);
}
