﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

div#app img {
    width: 186px;
    height: 90px !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #fff;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                /* background-color: rgba(255,255,255,0.25);*/
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.btnVisitas button {
    margin-right: 1%;
}

.btnVisitas {
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
}

.btn {
    border-radius: 10px;
}

.btn-outline-primary:hover {
    color: #fff;
    background: linear-gradient(270deg, #2a7af3 0%, #5162d9 100%);
    border-color: #0d6efd;
}

.btn-fill-blue {
    color: #fff;
    background: linear-gradient(270deg, #2a7af3 0%, #5162d9 100%);
    border-color: #0d6efd;
}

.btn-fill-blue {
    color: #fff;
    background: linear-gradient(270deg, #2a7af3 0%, #5162d9 100%);
    border-color: #0d6efd;
}

    .btn-fill-blue:hover {
        color: #0d6efd;
        border-color: #0d6efd;
        background: white;
    }

.btn-large {
    width: 200px;
}

.tableNewStyle {
    text-align: center;
    /*border: 1px solid #c9c9c9;*/
}

    .tableNewStyle th {
        border-bottom-color: #c9c9c9 !important;
        background-color: white !important;
        color: #6E7191 !important;
        font-size: 13px;
    }

.blueBox {
    background: aliceblue;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 2%;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 14px;
    letter-spacing: 0.2px;
    color: black !important;
    font-weight: 400 !important;
}

.form-group input, .form-group select {
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #636363;
    border: solid 1px #dddddd;
    padding: 10px 14.7px 11.5px 10px;
    border-radius: 3px;
    display: block;
    width: 100%;
}

input[type="file"] {
    height: auto;
}

.blueBox .col-md-4 {
    margin-bottom: 1%;
}

.form-group {
    margin-bottom: 25px !important;
}

.btn-small {
    width: 120px;
    padding: 15px;
}

.btnSearch {
    background: white;
    box-shadow: 0px 0px 0px rgb(8 21 139 / 30%);
    color: #0d6efd;
    font-weight: 700;
    border: 1px solid #0d6efd;
    line-height: 9.61px;
    font-size: 15px;
    border-radius: 12px;
    margin-top: 9%;
    margin-left: 4%;
    text-align: center;
}

button.btn-noStyle {
    background: none;
    border: none;
    color: #1427a5;
}

.centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.DNIbox {
    width: 500px;
    height: 400px;
    background: #eaedfd;
    position: relative;
    border-radius: 10px;
}

.inputDNIBox {
    /* margin-left: 42%; */
    margin-top: 5%;
    text-align: center;
}

#DNI {
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #636363;
    border: solid 1px #dddddd;
    padding: 12px 14.7px 11.5px 10px;
    border-radius: 3px;
    display: block;
    width: 220px;
}

.modal-header h1 {
    font-size: 20px;
}

.modal-content {
    border-radius: 10px;
}

.modal-dialog {
    max-width: 650px;
    margin: 4.75rem auto;
}

img#imageCamera {
    position: absolute;
    top: 54%;
    left: 63%;
    width: 100px;
    margin: -15% 0 0 -25%;
}

.title {
    text-align: center;
}

    .title h2 {
        font-size: 25px;
    }

.linkDownload {
    font-size: 14px;
}

.loginBack {
    margin-top: 4%;
    text-align: center;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 100;
}

.logoFooter {
    position: absolute;
    bottom: 0;
    left: 0;
}

.loginBack .row.dt-center.ml-5 {
    background: #ffffffde;
    border-radius: 10px;
    padding: 2%;
    min-width: 500px;
}

a.oktaBtn {
    margin-top: 6%;
}

element.style {
}

.sidebar {
    display: block !important;
    background: linear-gradient(324deg, #cd2af3 32%, #5162d9 100%);
    background: linear-gradient(324deg, #95e7ff 32%, #5162d9 100%);
    background: linear-gradient(324deg, #95e7ff 25%, #6651d9 100%);
}

.breadcrumb {
    display: none;
}

h4#titleLabel {
    margin-bottom: 2%;
}

.top-row span {
    color: #337ab7 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.tableStatusIcon {
    width: 0.7em;
    margin-right: 10px;
}

.StatusIconComplete {
    color: #04E378;
    background: transparent;
    box-shadow: 0px 0px 5px rgb(8 187 79 / 50%);
    border-radius: 10px;
}

.StatusIconPending {
    color: #e37504;
    background: transparent;
    box-shadow: 0px 0px 5px rgb(187 124 8 / 50%);
    border-radius: 10px;
}

.StatusIconCancel {
    color: red;
    background: transparent;
    box-shadow: 0px 0px 5px rgb(187 8 8 / 50%);
    border-radius: 10px;
}

h5#filtersBMTop {
    font-size: 16px;
}

table.tableChild {
    width: 100%;
}

.hideDiv {
    display: none;
}

.userProffile {
    text-align: center;
    margin-top: 15%;
}

span#profileImg {
    background: white;
    border-radius: 50px;
    padding: 10%;
    font-weight: 600;
}

#profileName {
    margin-top: 13%;
}

    #profileName label {
        cursor: pointer;
        color: #e9e9e9;
        font-weight: 600;
        letter-spacing: 1.1px;
    }

.iconTop {
    color: #0c4dbc;
    font-size: 20px;
}

.float-end .me-2 {
    margin-right: 1.2rem !important;
}

.top-row {
    background-color: #ffffff !important;
    border-bottom: 0px solid #009DE0 !important;
}

.main {
    background: #F4F6F8;
    min-height: 100vh;
}

.text-muted {
    color: #000000 !important;
}

.btn-flotante {
    font-size: 16px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #0d6efd;
    padding: 15px 20px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    z-index: 99;
}

    .btn-flotante.mdc-button {
        font-size: 19px !important;
        color: #ffffff !important;
        border-radius: 50px !important;
        background-color: #0d6efd !important;
        padding: 30px 22px !important;
        position: fixed !important;
        bottom: 40px;
        right: 40px;
        transition: all 300ms ease 0ms !important;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
        z-index: 99;
        min-width: 0px !important;
    }

    .btn-flotante:hover {
        background-color: #5c9eff;
        box-shadow: 0px 15px 20px rgb(0 0 0 / 30%);
        color: white;
        transform: translateY(-7px);
    }

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 15px 20px;
        bottom: 20px;
        right: 20px;
    }
}

.formItem {
    margin-bottom: 2%;
}

.mat-layout-grid-cell-span-6 .formItem {
    margin-bottom: 5%;
}

ul.submenu {
    list-style: none;
    padding-left: 1.8rem;
}

    ul.submenu .nav-item {
        padding: 0px !important;
    }

.buttons {
    margin-top: 5%;
    margin-bottom: 5%;
}

.formItem .formItem {
    margin-right: 7%;
}

.blueBtn {
    background: #1c2fad !important;
}

.blueBtnTxt {
    color: #1c2fad !important;
}

.mat-tab-group-content {
    margin-top: 2%;
}

/************** TABLAS *********/
.mdc-table-row {
    background: white;
}

.mdc-table--striped tr:nth-of-type(odd) {
    background-color: rgb(190 218 229 / 12%) !important;
}

.newTable thead {
    background: #c7eaf9 !important;
}

.mdc-table tr.mdc-table-row-hover:hover {
    background-color: rgb(145 217 252) !important;
}

.mdc-paginator-range-actions {
    margin-left: auto;
}

.mat-switch {
    margin-right: 10px;
}


.mdc-drawer-app-content {
    width: 100% !important;
    height: 100% !important;
}

.mat-drawer {
    width: 350px !important;
    padding: 2%;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
    background: #ffffff00 !important;
}

.mt-3.mb-3.logoFooter.centerBox img {
    background: #ffffffb0;
    border-radius: 10px;
}

table {
    border-radius: 10px;
}

.card {
    border: 0px solid rgb(125 125 125 / 13%) !important;
    border-radius: 10px;
}

.singleApp {
    border-radius: 50%;
    background: #0068A9;
    text-align: center;
    vertical-align: middle;
    padding-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*background: linear-gradient( 286deg, #2A3EF3 0%, #5197d9 100%);
    background: linear-gradient( 286deg, #2A3EF3 40%, #8bc7ff 100%);*/
}

.singleApp_1 {
    background: linear-gradient( 286deg, #2A3EF3 40%, #8bc7ff 100%);
}

.singleApp_2 {
    background: linear-gradient( 286deg, #38aad8 40%, #2A3EF3 100%);
}

.singleApp_3 {
    background: linear-gradient( 286deg, #0097b9 40%, #8bc7ff 100%);
}

.singleApp_4 {
    background: linear-gradient( 286deg, #6f46ff 40%, #8bc7ff 100%);
}

.singleApp_5 {
    background: linear-gradient( 286deg, #07799f 40%, #8bc7ff 100%);
}

.singleApp_7 {
    background: linear-gradient( 286deg, #890174 40%, #e870d6 100%);
}

.singleApp:hover {
    /*width: 150px;
        height: 150px;*/
    border-radius: 50%;
    /* transition: all ease 0.5s; */
    transition: 0.3s;
}

.singleApp a {
    color: white;
    text-decoration: none;
    width: 95%;
    padding: 5px;
}

.appName {
    margin-top: 5%;
    font-size: 14px;
}

div#appsOperations {
    display: flex;
}

    div#appsOperations > div {
        margin-right: 25px;
        margin-bottom: 50px;
    }

span.usernameTop {
    margin-right: 10px;
}

/*.tooltip-container {
    margin: 0 auto;
    display: inline-block;
}*/

.tooltip-container {
    position: relative;
    cursor: pointer;
}

.tooltip-one {
    padding: 18px 32px;
    background: #fff;
    position: absolute;
    width: 220px;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.1;
    display: none;
    bottom: 0px;
    right: 43%;
    margin-right: -110px;
    font-size: 13px;
}

    .tooltip-one:after {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        height: 18px;
        background: white;
        transform: rotate(45deg);
    }

.tooltip-trigger:hover + .tooltip-one {
    display: block;
    z-index: 10;
    display: none;
}

.container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column {
    flex-basis: calc(50% - 15px);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    position: relative;
    flex-basis: calc(( (45vw - 65px) / 6) - 10px);
    height: calc(( (45vw - 65px) / 6) - 10px);
    overflow: hidden;
    padding: 0px !important;
}

.cat_Transformation .flex-item {
    flex-basis: calc(( (40vw - 65px) / 6) - 10px);
    height: calc(( (40vw - 65px) / 6) - 10px);
}

.flex-item-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-item:last-child .flex-item-content {
    color: green;
}

@media (max-width: 768px) {
    .flex-item {
        flex-basis: calc(( (50vw - 65px) / 3) - 10px);
        height: calc(( (50vw - 65px) / 3) - 10px);
    }

        .flex-item:nth-child(n+4) {
            margin-top: 12px;
        }
}

@media (max-width: 480px) {
    .flex-item {
        flex-basis: calc(( (50vw - 65px) / 2) - 10px);
        height: calc(( (50vw - 65px) / 2) - 10px);
    }

        .flex-item:nth-child(n+3) {
            margin-top: 15px;
        }
}

/*p.app-title {
    height: 5%;
    font-family: "Baloo Tamma", cursive;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
    margin-top: -10px;
    text-shadow: -1px -1px 0px #2196f3, 3px 3px 0px #2196f3, 4px 4px 3px #0d47a1;
    text-shadow: -1px -1px 0px #ff711a, 3px 3px 0px #de6700, 4px 4px 3px #793e00;
}*/
p.app-title {
    height: 5%;
    font-family: "Baloo Tamma", cursive;
    text-align: center;
    width: 100%;
    font-size: 19px;
    letter-spacing: 2px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.avaturebox {
    text-align: center;
    border: 1px solid white;
    position: relative;
    margin-bottom: 2%;
    margin-top: 4%;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}

.singleApp_3 {
    background: linear-gradient( 286deg, #e90f40 40%, #ff8ea7 100%);
}

.singleApp_5 {
    background: linear-gradient( 286deg, #1e8901 40%, #5aff2e 100%);
}

.singleApp_2 {
    background: linear-gradient( 286deg, #d87d00 40%, #ffdcab 100%);
}

.cat_Operations .app-title {
    margin-bottom: -8% !important;
}

.singleApp svg {
    width: 35px !important;
    height: 30px;
}

@media (max-width: 1600px) {
    .singleApp svg {
        width: 20px !important;
        height: 20px;
    }

    .appName {
        margin-top: 0%;
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .singleApp svg {
        width: 15px !important;
        height: 15px;
    }

    .appName {
        margin-top: 0%;
        font-size: 11px;
    }
}

@media (max-width: 1280px) {
    .indexApps {
        height: 90vh
    }
}

.top-row.px-4 {
    height: 10vh;
}


@media (max-width: 500px) {
    .indexApps {
        display: block;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .cat_Operations .app-title {
        margin-bottom: 0px !important;
    }

    .flex-item {
        flex-basis: calc(( (65vw - 65px) / 2) - 10px);
        height: calc(( (65vw - 65px) / 2) - 10px);
    }

    .cat_Transformation .flex-item {
        flex-basis: calc(( (65vw - 65px) / 2) - 10px);
        height: calc(( (65vw - 65px) / 2) - 10px);
    }

    .indexApps .col-md-4 {
        width: 100% !important
    }
}

@media (max-width: 1024px) {
    .indexApps {
        display: block;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .cat_Operations .app-title {
        margin-bottom: 0px !important;
    }

    .flex-item {
        flex-basis: calc(( (60vw - 65px) / 2) - 10px);
        height: calc(( (60vw - 65px) / 2) - 10px);
        margin-bottom: 3%;
    }

    .cat_Transformation .flex-item {
        flex-basis: calc(( (60vw - 65px) / 2) - 10px);
        height: calc(( (60vw - 65px) / 2) - 10px);
    }

    .avaturebox .flex-item {
        flex-basis: calc(( (50vw - 60px) / 2) - 10px);
        height: calc(( (50vw - 60px) / 2) - 10px);
        margin-bottom: 3%;
    }

    .indexApps .col-md-4 {
        width: 100% !important
    }

    .flex-item:nth-child(n+4), .flex-item:nth-child(n+3) {
        margin-top: 0px;
    }

    .appsBox.row.col-md-12.cat_IT.flex-container {
        width: 100%;
    }
}

.appsBox.row.col-md-12.cat_IT.flex-container {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .appName {
        margin-top: 0%;
        font-size: 16px;
    }

    .singleApp svg {
        width: 35px !important;
        height: 35px;
    }
}
/****** CSS from Index *****/
.appsBox.row.col-md-4.esOp {
    float: left;
}

.appsBox.row.col-md-4 {
    float: left;
}

.cat_Operations {
    background: linear-gradient(rgb(206 215 229 / 90%),rgb(186 196 255 / 90%)),url(../img/op.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 3%;
    padding-top: 2%;
    height: 100%;
}

.cat_Financial {
    background: linear-gradient(rgb(206 215 229 / 90%),rgb(255 155 178 / 83%)),url(../img/finanzas.jpg);
    background-size: cover;
    padding-top: 2%;
    height: 50%;
}

.cat_IT {
    background: linear-gradient(rgb(206 215 229 / 90%),hwb(107deg 56% 21% / 89%)),url(../img/operat.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 2%;
    height: 25%;
}

.cat_Global {
    background: linear-gradient(rgb(251 205 255 / 90%),rgb(227 7 220 / 52%)),url(../img/global.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 2%;
    height: 25%;
}

.cat_Transformation {
    background: linear-gradient(rgb(206 215 229 / 90%),hsl(35deg 100% 78% / 84%)),url(../img/transformacion.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 2%;
    height: 40%;
}

.cat_HHRR {
    background: linear-gradient(rgb(206 215 229 / 90%),rgb(142 154 225 / 90%)),url(../img/rrhh.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    height: 60%;
}

.content.px-4 {
    padding: 0px !important;
}

.indexApps {
    display: flex;
    width: 100%;
    height: 90vh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.singleApp:hover {
    transition: 1s;
    transform: rotate(360deg);
}


.avaturebox span {
    position: absolute;
    top: -19px;
    left: 45%;
    background: white;
    padding: 1%;
    border-radius: 10px;
}

.appsBox.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.boxApp {
    width: 23%;
    margin-right: 2%;
}

    .boxApp:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.cat_Financial .flex-item {
    flex-basis: calc(( (41vw - 40px) / 6) - 10px);
    height: calc(( (41vw - 40px) / 6) - 10px);
}