﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.btn.xpes-btn-login.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn.xpes-btn-forgpass {
    float: left;
    width: 65%;
    font-size: 18px;
    padding: 8px 8px;
    background-color: red;
    margin: 0 auto;
    color: white;
}

.main-wrapper {
    /* 
       clamp(min, preferido, max)
       preferido = 10vw → 10% del ancho de la pantalla
    */
    padding-left: clamp(0.5rem, 10vw, 9rem)!important;
    padding-right: clamp(0.5rem, 10vw, 9rem) !important;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d8ecf3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            /*background-color: #f1f1f1*/
            background-color: #005696
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.btn.xpes-user-save {
    width: 35%
}

.row.frgot-pass-link {
    margin-top: 3%;
    margin-bottom: 3%;
}

.required:after {
    content: "*";
    color: red;
}
/*input[required]::after {
    content: '*';
    color: red;
}*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.row.frgot-pass-link > a {
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.mobile-top {
    background-color: rgba(240, 240, 240, 0.8);
    color: rgb(240 240 240 / 0%);
    display:none;
}
.btn-menu-mobile {
    background-color: white;
    color: #333;
}

.btn-menu-mobile.open .fa-bars {
    display: none;
}

.btn-menu-mobile.open .fa-times {
    display: inline;
}

.btn-menu-mobile .fa-times {
    display: none;
}

.mobile-menu-cont {
    position: absolute;
    display: flex;
    flex-direction: column;    
    background-color: white;
    width: 100%;
}

.dropdown-menu-button{
    margin-top:1rem;
}
.f-24 {
    font-size: 24px;
}

span.little-menu {
    font-size: 9px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 465px) {
    .table > :not(caption) > * > * {
        padding: 1rem 0.3rem !important;
    }
}


@media (max-width: 768px) {
    .logo-info-desk {
        display: none;
    }
    .mobile-top{
        display: block;    
    }
    .header-site-toggle.mobile-menu-cont li {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .header-site-toggle.mobile-menu-cont a {
        color: rgb(79, 79, 79);
        font-weight: normal;
    }
}
@media (max-width: 1199px) {
    .td-email {
        display: none;
    }
    #spinner{
        display:block !important
    }
}

@media (max-width: 768px) {
    .dropdown-menu-button {
        display: block;
    }
    .header-elemt{
        display:flex;
        justify-content:space-between;
    }
}

@media (max-width: 720px) {
    .page-title h1 {
        font-size:2rem !important;
    }
}

@media (min-width: 769px) {
    .dropdown-menu-button {
        display: none;
    }
}

.table-custm tbody tr {
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.table-custm tbody tr:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
    position: relative;
}
.btn-phones.btn{
    padding:0;
}
.cursor-po {
    cursor: pointer;
}

.dataTables_length select {
    border-radius: 5px;
}
.dataTables_length label, .dataTables_info, .dataTables_paginate {
    font-size: 14px;
    color: lightslategray !important;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.headercolor {
    background-color: #d9edf7;
}

.fa-2x {
    font-size: 1.5em !important;
}

.newline {
    white-space: pre-line;
}

.margin-l01 {
    margin-left: 01%
}
