body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fafafa;
    max-width: 100vw;
    position: sticky;
}

/* p {
    font-family: 'Poppins', sans-serif;
    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;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */
#login-page {
    background: #497bbd;  /* fallback for old browsers */
    background: -webkit-radial-gradient(circle at center, rgba(73, 123, 189, 0.4), rgba(73, 123, 189, 0.7), rgba(73, 123, 189, 1));  /* Chrome 10-25, Safari 5.1-6 */
    background: radial-gradient(circle at center, rgba(73, 123, 189, 0.4), rgba(73, 123, 189, 0.7), rgba(73, 123, 189, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#login-page .card {
    -moz-box-shadow:    0px 3px 10px rgba(51, 51, 51, .8);
    -webkit-box-shadow: 0px 3px 10px rgba(51, 51, 51, .8);
    box-shadow:         0px 3px 10px rgba(51, 51, 51, .8);
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #497bbd;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, rgba(73, 123, 189, 0.6), rgba(73, 123, 189, 0.8), rgba(73, 123, 189, 1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, rgba(73, 123, 189, 0.6), rgba(73, 123, 189, 0.8), rgba(73, 123, 189, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    -moz-box-shadow:    1px 0px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, .4);
    box-shadow:         1px 0px 3px rgba(0, 0, 0, .4);
    transition: all 0.3s;
    margin-top: 52px;
}

#sidebar.active {
    /* min-width: 100px;
    max-width: 100px;
    text-align: center; */
    margin-left: -250px;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #497bbd;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
    max-height: 95vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar ul.components::-webkit-scrollbar {
    display: none;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #255695;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #255695;
}


#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\25bc';
    display: block;
    position: absolute;
    right: 20px;
    font-size: 0.6em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\25b2';
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #497bbd;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    margin-bottom: 64px;
}

#content {
    width: 100vw;
    overflow: hidden;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    margin-top: 52px;
}

/* ---------------------------------------------------
    CUSTOM TABLE STYLES
----------------------------------------------------- */
tr.table-deleted {
    text-decoration: line-through;
    color: #bbb;
}

/* ---------------------------------------------------
    CUSTOM SIZE MODAL
----------------------------------------------------- */
.modal-fullscreen{
    min-width: 100vw;
    top: 0;
    position: absolute;
}

/* ---------------------------------------------------
    CUSTOM BREADCRUMBS
----------------------------------------------------- */
nav.breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
}

ol.breadcrumb{
    max-width: 100vw;
    position: sticky;
    margin-bottom: 0;
    font-size: 1.05rem;
}
.breadcrumb-item {
    font-weight: bold;
    color: #007bff;
}
.breadcrumb-item.active {
    color: #6c757d;
}
/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    max-height: 65px;
    -moz-box-shadow:    0px -1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, .1);
    box-shadow:         0px -1px 3px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
}
.identidad-footer {
    height: 60px;
    width: auto;
    margin-top: 2px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    #sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}


/* Select2 Styles */
.select2 .selection {
    display: block !important;
}

/* Observaciones field styles */
textarea[name="observaciones"] {
    max-height: 4em;
    resize: none;
}

/* Text Syles */
.truncate-text-ellipsis {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-text-ellipsis-xxs {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CTA new version */
.new-version-cta {
    animation-name: pulse;
    animation-duration: 1.1s;
    animation-delay: .7s;
}

@keyframes pulse {
    0% {
        transform: scale(1),
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.cta-animation {
    animation-name: pulse;
    animation-duration: .8s;
    animation-delay: .5s;
}
