﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --Isla-Color: #44b2da;
}

@font-face {
    font-family: 'Isla-Font';
    src: url('OpenSans/OpenSans-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Isla-Font-Bold';
    src: url('OpenSans/OpenSans-Bold.ttf') format('truetype')
}

.Indicador_Row {
    display: flex;
    height: 100px;
}

.boton-tab {
    height: 39px;
    width: 40px;
    margin-bottom: 5px;
}

.centrarSelf {
    align-self: center;
}

.card-FacturasCanceladas {
    font-size: 12px;
    white-space: pre-wrap;
    margin-top: 10px;
}

.invalid-feedback-alt {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.Tablapequeña {
    font-size: small;
}

.Texto_Derecha {
    text-align: right;
}

.EtiquetaLabel {
    padding-top: 7px;
}

.Indicador_Contenedor {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: white;
}

.Indicador_Titulo {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.Indicador_Cantidad {
    height: 100%;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-size: x-large;
    font-weight: 700;
}

.Indicador_Icono {
    font-size: 24px;
    width: 45px;
    height: 45px;
    background-color: var(--Isla-Color);
    color: white;
    border-radius: 10px;
}

html, body {
    font-family: 'Titillium Web', sans-serif;
    background: #F3F3F3;
}

.Contenido-Principal {
    padding-top: 0px;
    padding-left: 0px;
}

.Contenido-Secundario {
    background-color: white;
    border-radius: 25px;
    padding: 50px
}

.OcultarMovil {
}

a, .btn-link {
    color: var(--Isla-Color);
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
    color: dimgrey;
    background-color: transparent;
}

.image-container {
    display: flex;
    justify-content: center;
    vertical-align: central;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-Isla-Inverso {
    background-color: transparent;
    color: var(--Isla-Color);
    border-radius: 60px;
    min-width: 90px;
    border: none;
}

.btn-Isla-Primary {
    background-color: var(--Isla-Color);
    color: white;
    border-radius: 60px;
    min-width: 90px;
}

.btn-Isla {
    background-color: var(--Isla-Color);
    color: white;
}

.btn-Isla-Secondary {
    background-color: dimgray;
    color: white;
    border-radius: 60px;
    min-width: 90px;
}

.bg-info {
    background-color: var(--Isla-Color);
}

.Encabezado {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.Titulo1 {
    font-size: x-large;
    color: slategrey;
}

.Label-Isla {
    color: slategrey;
}

.Label-Isla-Menu {
    color: slategrey;
    font-size: 28px;
}

.Label-Isla-Titulo {
    color: #171727;
    font-size: 26px;
    font-weight: 600;
}

.Label-Isla-SubTitulo {
    padding-right: 10px;
}

.Table-Isla {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .Table-Isla thead {
        color: #fff;
        background-color: #343a40;
    }

.container_Isla {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.extra-bold {
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
}

.container_Isla_Login {
    background-color: var(--Isla-Color);
    border-color: white;
    height: 100vh;
}

.container_Isla_Login_form {
    background-color: white;
    border-color: white;
    padding: 20px;
    position: absolute;
    margin: 20px;
    height: 95vh;
    width: 38vw;
    border-radius: 30px;
}

.Isla_Color_Texto {
    color: var(--Isla-Color);
}

.container_Isla input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.badge_original {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid;
    border-color: var(--Isla-Color);
}

/* On mouse-over, add a grey background color */
.container_Isla:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_Isla input:checked ~ .checkmark {
    background-color: var(--Isla-Color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_Isla input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_Isla .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#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;
    }
/*
    DEMO STYLE
*/


p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100vw !important;
    align-items: stretch;
}

.nav-link {
    color: #2596be !important;
}

.Label-Menu-Primario {
    padding-left: 20px;
    color: darkslategray;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
}

.Label-Menu-Secundario {
    padding-left: 20px;
    color: #363f42;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 500
}

.Icon-Menu-Principal {
    font-size: 25px;
    color: forestgreen;
    background-color: white;
}

.Icon-Menu-Secundario {
    font-size: 25px;
    color: #363f42;
    background-color: white;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    transition: all 0.3s;
    background-color: white;
    height: 96%;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 20px !important;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.contenido {
    padding-left: 320px;
    padding-right: 0px;
}

.nav-item {
    font-size: x-large !important;
    font-weight: 300;
    height: 50px;
    padding-bottom: 60px;
}

    .nav-item:active {
        font-weight: bold;
        background-color: var(--Isla-Color) !important;
        border-radius: 30px;
        width: 120%
    }

.ImagenMenu {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    padding-left: 40px;
}

.Titulo {
    font-size: larger;
    font-weight: bold;
}

.Texto_Configuracion {
    padding-bottom: 20px;
    font-size: small;
    font-style: italic;
}

.menuSuperiorLogin {
    padding-left: 320px;
    padding-top: 20px;
}

.menuSuperior {
    height: 110px;
    background-color: white;
    border-radius: 20px;
    width: 100%;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100% !important;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    border-radius: 50px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .menuSuperiorLogin {
        padding-left: 0;
        padding-top: 0;
        padding-left: 100px;
    }

    .ImagenMenu {
        position: absolute;
        z-index: 0;
        bottom: 0px;
        padding-left: 5px;
        height: 60px;
    }

    .menuSuperior {
        height: 60px;
    }

    .Texto_Configuracion {
        font-size: xx-small;
    }

    #sidebar {
        min-width: 90px;
        max-width: 90px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    .nav-item {
        max-width: 80px;
    }

        .nav-item:active {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .Titulo {
        visibility: hidden;
    }

    .contenido {
        padding-left: 110px;
        width: 100%;
    }

    .label-link {
        visibility: hidden
    }

    thead {
        display: none;
    }

    tr {
        display: block;
        margin-bottom: 1.5rem;
        padding: 1rem 0.5rem 0.5rem 1rem;
        background-color: transparentize( white, 0.15 );
        box-shadow: 0 0 1rem transparentize( black, 0.9 );
    }

    td {
        display: inline-block;
        margin: 0 0.5rem 0.5rem 0;
        padding: 0.5rem;
        text-align: left;
        background-color: white;
        border: 1px solid transparentize( #58C25F, 0.5 );
    }

    td {
        display: inline-block;
        margin: 0 0.5rem 0.5rem 0;
        padding: 0.5rem;
        text-align: left;
        background-color: white;
        border: 1px solid transparentize( #58C25F, 0.5 );
    }

    .image-container {
        display: none;
    }

    .OcultarMovil {
        display: none;
    }

    .container_Isla_Login_form {
        background-color: white;
        border-color: white;
        padding: 20px;
        position: absolute;
        margin: 20px;
        height: 95vh;
        width: 90vw;
        border-radius: 30px;
    }
}
