:root {
    --bs-primary: #009de0;
    --bs-btn-border-radius: 0.625rem;
    --loginButtonHoverColor: #00244b;
    font-family: "OpenSans";
    --bs-btn-font-size: 1.15rem;
    --bs-error: #ff0000;
    --bs-aside-bg-color: #e5e5e5;
    --bs-header-bg-color: #243e8f;
    --bs-page-bg: #f4f4f4;
}

#splash {
    position: fixed;
    z-index: 5000;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 5001;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bs-primary);
    animation: lds-grid 1.2s linear infinite;

}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto !important;
    scrollbar-color: var(--bs-primary) #ffffff !important;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px !important;
    height: 16px !important;
}

*::-webkit-scrollbar-track {
    background: #ffffff !important;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-400) !important;
    border-radius: 10px !important;
    border: 3px solid #ffffff !important;
}

#login_root .bg-primary {
    background: url(/0e3cb5c422815faefc10.jpg);
    background-size: cover;
}

#form_lgnRegisterForm_type {
    text-align: left;
}

.loginUI {
    text-align: center;
}

body {
    font-family: "OpenSans";
    overflow: hidden;
    background-color: var(--bs-page-bg);
}

.page {
    background-color: #f4f4f4;
}

.header {
    height: 60px !important;
}

.header #localizationContainer {
    display: none;
}

.aside-footer .symbol-circle {
    background-color: var(--bs-primary);
    width: 40px;
    height: 40px;
}

.menu-item.active .menu-title {
    color: var(--bs-primary) !important;
}

.menu-title.selected {
    color: var(--bs-primary) !important;
}

.close-session,
.download-result {
    color: var(--bs-gray-700) !important;
    cursor: pointer;
}

.wrapper {
    padding-top: 60pox !important;
}

.feedBackButton.default {
    border: 1px solid var(--loginButtonColor);
    background-color: var(--bs-gray-400);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
    border-radius: var(--bs-btn-border-radius);
}

.loginUI .loginUI_link {
    color: var(--bs-primary);
    font-size: var(--bs-btn-font-size);
}

.loginUI_register {
    justify-content: center;
}

.loginUI_register_text {
    font-size: var(--bs-btn-font-size);
}

.loginUI_label_remember {
    margin-left: 0px;
    font-size: var(--bs-btn-font-size);
    line-height: 14px !important;
}

#loginUI_checkbox_remember {
    margin-top: 0px;
    margin-right: 4px;
}

.loginUI_button:hover,
.feedBackButton:hover {
    background-color: var(--loginButtonHoverColor);
    color: white;
    box-shadow: none;
}

.loginUI_input {
    background-color: white !important;
    border-color: var(--bs-gray-100) !important;
    color: var(--bs-gray-700) !important;
    transition: color 0.2s ease !important;
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px) !important;
    border-radius: var(--bs-btn-border-radius) !important;
    outline: none !important;
}

.loginUI_input:active,
.loginUI_input:focus {
    background-color: white !important;
    border-color: var(--bs-gray-200) !important;
    color: var(--bs-gray-700) !important;
    transition: color 0.2s ease !important;
    outline: none !important;
}

#loginUI_recover_input_email {
    margin-bottom: 6vh;
}

#loginUI_forgot {
    margin-top: -7px;
}

.feedBackButton.primary,
.loginUI_button {
    background-color: var(--bs-primary);
}

.feedBackButton.default,
.feedBackButton.primary,
.loginUI_button {
    border: 1px solid var(--loginButtonColor);
    border-radius: var(--bs-btn-border-radius);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
}

.loginUI_title {
    font-family: "OpenSans";
    font-size: 3vh;
}

.loginUI_input {
    border: 1px solid var(--bs-gray-300) !important;
}

.loginUI_input:hover,
.loginUI_input:active,
.loginUI_input:focus {
    border: 1px solid var(--bs-gray-500) !important;
}

#loginUI_register_button {
    margin-top: 20px;
}

#loginContainer .caja10px {
    margin: 0px;
    margin-bottom: 10px;
}

.loginUI_back {
    background-color: white;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    color: var(--bs-primary);

}

.loginUI_back:hover,
.loginUI_back:active,
.loginUI_back:focus {
    background-color: white;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    color: var(--bs-primary);
}

.loginUI_back:before {
    content: "\2190";
    margin-right: 4px;
}

#loginContainer #form_lgnRegisterForm_f_0 div {
    background-color: transparent;
    text-align: left;
    font-size: var(--bs-btn-font-size);
    margin-top: 20px;
    margin-bottom: 15px;
}

#loginContainer .forms-checkbox {
    font-size: 1rem;
}

#loginContainer #form_lgnRegisterForm_type {
    margin-top: 20px;
}

.menu-link,
.menu-item {
    display: block !important;
}

.menu-item .menu-sub:nth-child(2) {
    margin-top: 15px !important;
}

.menu-item .menu-link {
    cursor: default !important;
}

.menu-item .menu-link.pointer {
    cursor: pointer !important;
}

@media screen and (max-height: 800px) {
    .menu-item .menu-link {
        padding: 0.3rem 0.5rem !important;
    }
}

.no-color {
    padding: 0.65rem 1rem;
    transition: none;
    outline: none !important;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    display: block;
}

.aside .aside-menu .menu>.menu-item>.no-color .menu-title {
    font-size: 1.1rem;
    color: var(--bs-gray-700);
}

@media (min-width: 992px) {
    .aside {
        top: 90px !important;
    }
}

.user {
    display: block;
    height: 60px;
    line-height: 60px;
}

.user span,
.user i {
    color: white;
    cursor: pointer;
}

.user>span:focus,
.user>span:hover,
.user>span:active {
    color: white !important;
}

.user .menu {
    position: fixed;
    width: 200px;
    right: 25px;
    display: none;
    background-color: var(--bs-aside-bg-color);
    border-bottom-right-radius: 0.9rem;
    border-bottom-left-radius: 0.9rem;
    z-index: -1;
}

.user .menu li {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--bs-gray-700) !important;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.user .menu li:last-child {
    border-top: solid 1px var(--bs-gray-400);
    padding-bottom: 10px;
}

.user .menu li a {
    width: 100%;
    float: left;
    color: var(--bs-gray-700) !important;
}

.user .menu li a:hover,
.user .menu li a:active,
.user .menu li a:focus {
    color: var(--bs-gray-700) !important;
}

.user .menu li i {
    color: var(--bs-gray-700) !important;
    margin-right: 5px;
}

.user:hover .menu {
    display: block;
}

.login {
    color: white;
    cursor: pointer;
    font-size: 1.075rem !important;
    font-weight: 600 !important;
}

.feedBackAlertText .close {
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
}

.container-xxl.with-aside {
    max-width: calc(100vw - 385px) !important;
    margin-left: auto !important;
    margin-right: 30px !important;
}

.container-xxl .card-body {
    height: calc(100vh - 300px);
}

.container-xxl .card-body-projects {
    height: calc(100vh - 277px);
}

#inputFormContainer {
    height: calc(100vh - 528px);
    overflow-y: auto;
}

#inputFormContainer.full {
    height: calc(100vh - 435px) !important;
}

#outputFormContainer,
#operationsContainer {
    height: calc(100vh - 345px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.inputForm>div {
    background-color: white;
    border-radius: var(--bs-btn-border-radius);
    margin-bottom: 10px;
    padding: 20px;
}

.form-info {
    background-color: white;
    border-color: var(--bs-primary);
    font-size: 1.35rem;
    border-left: 2px;
    padding-left: 0px;
    margin-bottom: 35px;
}

.inputForm .forms-button {
    background-color: var(--bs-primary);
    box-shadow: none;
    border-radius: var(--bs-btn-border-radius);
    color: white;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    margin-top: 34px;
}

.inputForm .forms-button:hover {
    background-color: var(--loginButtonHoverColor);
    color: white;
}

.inputForm .image {
    background-color: white;
    align-items: initial;
}

.inputForm .image .imageItem img {
    max-width: 50% !important;
    mix-blend-mode: multiply;
}

.forms-input,
.file>div {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
    border-radius: var(--bs-btn-border-radius);
    outline: none;
    margin-right: 10px;
}

.forms-input.error {
    border-color: var(--bs-error);
}

.forms-input:active,
.forms-input:focus,
.forms-input:hover {
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-200);
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    outline: none !important;
}

.forms-input.error:active,
.forms-input.error:focus,
.forms-input.error:hover {
    border-color: var(--bs-error);
}

.formLabel {
    height: auto;
    margin-bottom: 10px;
}

.formLabel.error {
    color: var(--bs-error);
}

.buttons {
    margin-top: 7px;
    padding-top: 18px;
    padding-left: 2.25rem;
    border-top: solid 1px var(--bs-gray-300);
}

.caja10px .errorLog {
    display: none;
}

.buttons .primary {
    border: 1px solid var(--loginButtonColor);
    background-color: var(--bs-primary);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
    border-radius: var(--bs-btn-border-radius);
    color: white;
}

#steps {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#steps fieldset:not(:first-of-type) {
    display: none;
}

#steps .action-button:hover,
#steps .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--bs-primary);
}

#steps .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#steps .action-button-previous:hover,
#steps .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}


/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#progressbar li {
    list-style-type: none;
    color: black;
    font-size: 14px;
    width: calc(100% / 5);
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 37px;
    display: block;
    font-size: 12px;
    color: var(--bs-gray-500);
    background: var(--bs-gray-300);
    border-radius: 35px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: var(--bs-gray-300);
    position: absolute;
    left: -50%;
    top: 16px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--bs-primary) !important;
    color: white;
}

#progressbar li.active {
    cursor: pointer;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}

.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: var(--bs-primary);
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

#content {
    margin-top: 95px;
}

.addFile {
    color: var(--bs-primary);
}

#formControlYear {
    margin-bottom: -20px;
}

.year-selector .input-group-text {
    border-radius: 0px 0.475rem 0.475rem 0px !important;
    padding: 0.875rem !important;
    background-color: var(--bs-primary) !important;
    color: white !important;
    border: solid 1px var(--bs-primary) !important;
}

.loginUI_error {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.loginUI_button.loginUI_back {
    background-color: transparent;
    border: none;
}

.forms-checkbox {
    font-size: 10px;
}

.highlight td {
    background-color: var(--bs-primary);
    font-weight: bold;
    color: white;
}

.forms-input.disabled {
    background-color: var(--bs-gray-300) !important;
    border-color: var(--bs-gray-300) !important;
}

.messages {
    background-color: #009de0;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    left: 0px;
    opacity: 0.6;
    display: none;
}

.from,
.to,
.step,
.firstsecondname .first,
.firstsecondname .second,
.firstsecondname .name,
.firstsecondnameweather .first,
.firstsecondnameweather .second,
.firstsecondnameweather .name {
    width: 90%;
}

.add {
    border: 1px solid var(--loginButtonColor);
    background-color: var(--bs-primary);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
    border-radius: var(--bs-btn-border-radius);
    color: white;
    padding: 5px 10px;
}

.operations {
    margin-top: 30px;
}

.operations .operation {
    border-bottom: solid 1px #009de0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.operations .operation:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}

.btn-delete,
.btn-delete:active,
.btn-delete:focus,
.btn-delete:hover {
    background-color: #f1416c !important;
    border-color: #f1416c !important;
    color: white !important;
    transition: color 0.2s ease;
    outline: none !important;
}

.delete {
    color: white !important;
    margin-top: 30px !important;
    width: 51px;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

#projectContainer {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

#projectName {
    cursor: pointer;
}

#projectName:hover,
#projectName:active {
    color: #00244b;
    font-weight: bold;
}

#createProjectForm {
    text-align: left;
    min-width: 300px;
    font-family: "OpenSans";
}

#createProjectForm-container {
    padding: 3%;
}

#createProjectForm-title {
    margin-bottom: 20px;
}

#createProjectBtn {
    background-color: #777777;
    color: #ffffff;
    font-weight: bold;
}

#createProjectBtn:active,
#createProjectBtn:hover {
    background-color: #00244b;
}

#projectsTable thead tr th {
    background-color: #f4f4f4;
    font-weight: bold;
    padding: 10px 10px;
    font-size: 14px;

}

#projectsTable tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

#projectsTable tbody tr:first-child td {
    padding-top: 18px;
}

#projectsTable tbody tr td .btn-select {
    background-color: #009de0;
    padding: 5px 9px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
}

#projectsTable tbody tr td {
    border-bottom: dashed 1px #ccc;
}

#projectsTable tbody tr td .btn-danger {
    padding: 3px 9px;
    text-align: center;

}

#projectsTable tbody tr td .btn-danger i {
    text-align: center;
    color: white;
    padding-right: 0px;
    font-size: 10px;
}

#projectsTable tbody tr td .btn-select:hover,
#projectsTable tbody tr td .btn-select:active,
#projectsTable tbody tr td .btn-select:focus {
    background-color: #00244b !important;
}

#projectsTable tbody tr td .btn-danger:hover,
#projectsTable tbody tr td .btn-danger:active,
#projectsTable tbody tr td .btn-danger:focus {
    background-color: #f1416c !important;
}

.error-image {
    width: 100px;
    height: 100px;
    background: url(/c83decbec6d42d88515b.png);
    background-size: 100px 100px;
    margin-left: auto;
    margin-right: auto;
}

.createProject {
    background-color: #009de0;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.createProject:active,
.createProject:hover {
    background-color: #00244b;
    color: white;
}

#newProjectName {
    width: calc(100% - 2rem) !important;
}

#newProjectType {
    width: calc(100% - 4rem) !important;
}

.selected-project {
    padding: 20px;
}

.selected-project .text,
.selected-project .selected {
    font-size: 1.2rem;
}

.selected-project .selected {
    font-weight: bold;
    color: #009de0;
}

.project-body .back {
    float: right;
    background-color: #009de0;
    color: white;
    padding: 7px 10px;
    margin-right: 1rem;
    border-radius: var(--bs-btn-border-radius);
    cursor: pointer;
}

.project-body .back .text {
    padding-left: 4px;
}

.filename {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.topbar.title {
    color: white;
    font-size: 30px;
    margin-top: 8px;
}

.footer {
    position: fixed;
    height: 75px;
    z-index: 100;
    background-color: transparent;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer .left {
    padding-left: 30px;
}

.footer .right {
    float: right;
    padding-right: 30px;
}

.footer .logo-tecn {
    float: left;
    height: 30px;
}

.footer .divider {
    float: left;
    width: 1px;
    height: 30px;
    background: black;
    margin-left: 20px;
    margin-top: 18px;
}

.footer .logo-sesa {
    float: left;
    height: 50px;
}

.footer .logo-euro {
    margin-left: 20px;
    float: left;
    margin-top: 5px;
    width: 80px;
}

.footer p {
    float: left;
    width: 500px;
    margin-left: 10px;
    line-height: 15px;
    font-size: 12px;
}

.aside {
    height: calc(100% - 177px);
}

/*# sourceMappingURL=css.css.map*/