﻿.phonebook-font {
    font-family: georgia,garamond,serif;
    font-style: normal;
}

header {
    border-bottom: 2px solid #005696;
    position: relative;
}

.btn.btn-info:disabled {
    color: #000;
    background-color: darkgrey !important;
    border-color: #0dcaf0;
}

.table thead th {    
    color: #818181;    
}

.error {
    border-color: red !important;
}

.table > thead {    
    border-width: thin;
}
.outdated td{
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
    color: #842029 !important;
}


.gradient-icon {
    background: linear-gradient(to bottom right, #005696 70%, red 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon-green {
    background: linear-gradient(to bottom right, #005696 50%, green 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon-ligth-blue {
    background: linear-gradient(to bottom right, #005696 50%, #899fd2 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-header {
    gap: 2rem;
    padding: 1rem 1rem 0rem 0;
    font-size: 14px;
}
tbody, td, tfoot, th, thead, tr {
    border-style:none !important;
}
table.dataTable.no-footer{
    border-bottom:none !important;
}

th.sorting {
    cursor: pointer;
}

th.sorting_asc::after {
    content: " ▲"; /* Flecha ascendente */
}

th.sorting_desc::after {
    content: " ▼"; /* Flecha descendente */
}
    /* Estilo base para las columnas ordenables */
    th.sorting {
    cursor: pointer;
    position: relative;
}
    /* Flecha ascendente */
    /*th.sorting_asc::after {
    content: "▲";
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}*/
    /* Flecha descendente */
    /*th.sorting_desc::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}*/
    /* Estilo para columnas no ordenadas */
th.sorting::after {
    content: " ⇅";
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}
.audit {
color: #005696;
font-weight: 500;
}

.rounded-border-shadow {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.marg-l{
    margin-left:2rem;
}
.marg-l label{
    margin-bottom:-3px;
}
.separator {
    display: flex;
    align-items: center;
    color: #005696;
    margin: 1rem 0;
}

.inactive-row td {
    background-color: #d5d5d5 !important;    
}

.separator i {
    margin-right: 10px;
}

.separator hr {
    flex-grow: 1;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
}
.panel-with-title {
    position: relative;
}

.panel-with-title .panel-title {
    position: absolute;
    top: -20px;
    left: 10px;
    background: white;
    padding: 0 5px;
    font-weight: bold;
}
.fa-4-5x{
    font-size: 4em;
}
.category-entry {
    margin-bottom: 1rem;
}
.company-entry {
    margin-bottom: 1rem;
}
.phone-entry{
    margin-bottom: 1rem;
}

.phone-sect{
    margin-bottom: 1rem;
}
.d-inline-grid {
    display: inline-grid;
    font-weight: 600
}

.display-none {
    display: none;
}

.w-20 {
    width: 20% !important;
}

.dtable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr.approved {
    background-color: #7ecfa9;
}

tr.denied {
    background-color: #e5707b;
}

body {
    font-family: Oxygen, arial, sans-serif;
}

.container-form-background {
    background-color: #f2f2f2;
}

.dtTableIcons {
    font-size: 28px;
}

.dt-buttons {
    display: contents !important;
}

.export-container {
    display: flex;
    gap: 25%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#005696 !important;
    color:white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #005696 !important;
}

ul.select2-selection__rendered > li.select2-selection__choice.outdated {
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
    color: #842029 !important;
}


.select2-results__option.outdated {
    background-color: #ffe0e0 !important;
    color: #a00 !important;
    font-style: italic;
}

.filter-applied {
    border: 2px solid #007bff !important;
    background-color: #e9f5ff !important;
    font-weight: bold !important;
}

.hidden-option {
    display: none;
}

.exported {
background-color: #f2f2f2;
color: #999 !important;
}

.notif-area {
    background: #FFD300;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.fa-inactive {
    color: #999;
}

.disabled {
    cursor: not-allowed !important;
}

.inactive {
    pointer-events: none;
    cursor: not-allowed;
}
.form-check-input.isprivate-input[type=checkbox] {
    margin: 0;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: #005696 !important;
    color: white;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; 
    overflow-x: hidden; 
    z-index: 1000;
}
.fa-2r{
    font-size: 2em;
}
.fa-2x {
    font-size: 1.5em !important;
}

.fa-4x {
    font-size: 2.5em !important;
}

.fa-1-4x {
    font-size: 1.4em !important;
}

.log-info-container {
    position: relative;
}

.log-info {
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-1-perc {
    padding: 1%;
}

.container-book {
    border: 3px solid grey;
    background-color: #F0F0F0;
    padding: 25px;
}

.container-admin {
    border-radius: 5px;
    background-color: #F0F0F0;
    padding: 10px;
}

table td {
    vertical-align: middle;
}

.dataTables_paginate.paging_simple_numbers{
    display:flex;   
    gap:0.5rem;
}

.dataTables_paginate.paging_simple_numbers a{
    cursor:pointer;
}

.dataTables_paginate.paging_simple_numbers span{
    display: flex;
    gap: 1rem;
}
.dataTables_wrapper > .bottom, .dt-container > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.login-button-center {
    margin: 0;
    position: absolute;
    left: 32%;
    /*-ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.w-15 {
    width: 15% !important;
}

.table.table-striped {
    max-width: 100% !important;
    width:100% !important;
}

.container.global-container {
    max-width: 80%;
}

.btn.btn-info {
    background-color: #005696;
    color: white;
    border-color: unset
}

    .btn.btn-info:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.49) 100%), linear-gradient(93deg, #4488cc 11.99%, #1B5187 100%);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.46);
        color: #FFF;
    }

.btn-Email {
    max-width: fit-content
}

.addvbutton-container {
    display: flex !important;
    justify-content: end;
}

.addvbutton {
    max-width: 25% !important;
}

.nav-tabs {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #d9edf7;
}

.vehiclesTabContent {
    padding: 0 !important;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#spinneroverlay {
    position: fixed; /* Posición fija para cubrir toda la pantalla */    
    width: 100%; /* Ancho completo */
    height: 100%; /* Alto completo */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Color de fondo semitransparente */
    z-index: 2; /* Asegura que el overlay esté por encima de otros elementos */
}

#spinner {
    position: absolute; /* Posición absoluta para centrarlo */
    top: 50%; /* Centrado vertical */
    left: 50%; /* Centrado horizontal */
    font-size: 50px; /* Tamaño del spinner */
    color: white; /* Color del spinner */
    transform: translate(-50%, -50%); /* Ajuste para centrar exactamente el spinner */
    display: flex;
    gap: 15px;
}

.loader-text {
    display: flex;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #005696; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ref-container {
    width: 35%;
}

.area-prod-container {
    width: 65%;
}

.gap-5 {
    gap: 5%;
}

.pcolor-primary {
    color: #005696 !important;
}

.f-c-purple {
    color: #5e24c3
}

.f-c-blue {
    color: blue;
}
.f-c-bluelight {
    color: lightblue;
}

.f-c-red {
    color: #dc3545 !important
}

.f-c-yellow {
    color: #dab600
}

.f-c-green {
    color: #198754 !important
}
.f-c-greenlight {
    color: lightseagreen
}

.dataTables_filter {
    margin-bottom: 1%;
}

.top-color {
    background-color: #d9edf7;
}

.text-danger {
    color: red;
}

.nav-item {
    margin-right: 5px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

    .nav-item:hover {
        border-color: #ddd #ddd #fff;
    }

    .nav-item .fa-times {
        margin-left: 5px;
        color: red;
        cursor: pointer;
    }

.tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin-top: -1px;
}


#tenantPopup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

#exportPopup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.row.pop-buttons-container{
    justify-content:space-between;
    margin:auto;
    padding-top:inherit;
    gap:1rem;
}

.buttonsPopupContainer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}


#tenantPopupContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 4px;
}

#exportPopupContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 4px;
}

.btn-auto {
    width: auto;
}

.email-input {
    margin-bottom: 1rem;
    margin-right: 1rem;
    display: flex;
    gap: 1.5%;
}
.email-input button{
    padding: .5rem .8rem;
}


.enrollment-notice-container {
    display: flex;
    flex-wrap: wrap;
}

.btn.xpes-btn-login {
    float: left;
    width: 65%;
    font-size: 18px;
    padding: 8px 8px;
    background-color: #005696;
    margin: 0 auto;
    color: white;
}

.row.frgot-pass {
    margin-top: 2%;
}
/* -- Panels -- */
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-info {
    border-color: #bce8f1;
}

.panel-body {
    padding: 15px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
/* -- Logo & Top Links -- */
.logo-container {
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.login-container {
    display: table-cell;
    /*vertical-align: bottom;
    padding-left: 80px;*/
}

#banner-index {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/MIA-Interior.jpg');
    width: 100%;
    height: 85vh;
}

#banner {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/banner-image-mia.jpg);
    /*max-height: 250px;*/
}

nav {
    font-size: 1.2em;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.nav-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    /*background-color: rgba(255,255,255,0.78)*/
    background-color: rgba(240,240,240,0.8)
}

.nav-container > li {
    display: inline-block;
}

.nav-container > li:hover, .nav-container > li:active, .nav-container > li:hover > a:active {
    background-color: #005696
}

.liactive {
    background-color: #005696 !important;
}

.liactive{
    color: #fff !important;
}

.liactive > a {
    color: #fff !important;
}

.nav-container > li > a {
    display: block;
    padding: 10px 18px;
    color: #3f5161;
    text-decoration: unset
}

.nav-container > li > a:hover, .nav-container > li:hover > a {
    color: #fff;
    text-decoration: none
}

.legend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 1%;
    font-size: 85%;
}

.legend-title.panel-heading {
    padding: 10px 0px;
}

.nav-sub-container {
    display: none;
    background-color: #005696;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 1001;
    text-align: left;
    font-weight: 400
}

.nav-container > li:hover.nav-sub-container {
    display: block
}

.nav-sub-container.nav-sub-content {
    border-right: 1px solid #ccc;
    min-height: 290px
}

    .nav-sub-container.nav-sub-content:last-child {
        border-right: none
    }

.nav-sub-content > div {
    padding: 25px
}

.nav-section {
    color: #fff;
    text-align: center;
    font-size: 2em
}

.nav-sub-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .nav-sub-links ul li {
        display: block;
        width: 44%;
        margin: 0 3%0 3%;
        margin-bottom: 8px;
        border-bottom: 1px solid #5892C8
    }

        .nav-sub-links ul li.col-2 {
            margin-left: 53%
        }

        .nav-sub-links ul li a {
            display: inline-block;
            padding: 0 0 10px 0;
            color: #fff;
            line-height: 28px
        }

            .nav-sub-links ul li a:hover {
                text-decoration: underline
            }

.title-container {
    /*min-height: 90px;*/
    /*min-height: 73px;*/
   /* background-repeat: no-repeat;*/
    /*background-image: url('../images/title-bg-bar.png');*/
    /*background-position: right 0 top;*/
    margin-top: 8rem;
    padding-top: 0px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.container.pl-0 {
    padding-left: initial;
}

.page-title h1 {
    display: inline-block;
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
    padding: 1rem 0;
}

.mtr-3{
    margin-top: 3rem;
}

.home-title {
    color: #005696;
    padding: 1%;
}

.container-login-main {
    margin-left: 5%;
}

.page-title h2 {
    display: inline-block;
    border-left: 2px solid #999;
    padding-left: 15px;
    font-weight: 400;
    font-size: 1.75em;
}

.home-title-container .page-title h1 {
    line-height: 140px;
}

.page-title h1 span {
    font-size: 1.5em;
    font-weight: 700;
    color: #2c7ecb;
}

select option:disabled {
    color: gray; 
    background-color: #f5f5f5; 
    font-style: italic; 
    cursor: not-allowed; 
}
.disable-w-click {
    color: gray;
    background-color: #f5f5f5;
    font-style: italic;
}
/* -- Register / Login Toggle -- */
.header-site-toggle {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .header-site-toggle li {
        background-color: #c9c3c3;
        display: inline-block;
    }

    .header-site-toggle > li:hover,
    .header-site-toggle > li:active,
    .header-site-toggle > li:visited,
    .header-site-toggle > li:hover > a:active > a:visited {
        background-color: #005696;
    }

    .header-site-toggle li a {
        display: block;
        padding: 10px 30px 11px 30px;
        text-decoration: none;
        color: #fff;
        /*font-weight: bold; arlette*/
        font-family: georgia,garamond,serif;
    }
        /*arlette*/
        .header-site-toggle li a:hover {
            text-decoration: none;
            -webkit-transition-duration: 1.1s; /* Safari */
            transition-duration: 1.1s;
        }

        .header-site-toggle li a:visited {
            text-decoration: none;
            -webkit-transition-duration: 1.1s; /* Safari */
            transition-duration: 1.1s;
        }

.label {
    font-weight: bold;
}

.table-contact {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 98%;
    border: 3px solid #ddd;
}
/*.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}

.checkbox label {
    padding: 0px 0px 0px 0;
}


    .checkbox label input[type="checkbox"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            opacity: 0;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5;
        }*/

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        border: 2px solid #555555;
        border-radius: 3px;
        background-color: white;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }

input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity: 0.5;
}
/*arlette end */


/* -----------------------
Footer
----------------------- */
.full-width-padding-5 {
    padding: 5px 0;
}

.full-width-padding-20 {
    padding: 20px 0;
}

footer {
    background-color: #3f5161;
    color: #b6bec5;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #35424e;
}

footer h3 {
    color: #fff;
    font-size: 1.35em;
}

footer a {
    color: #b6bec5;
}

footer a:hover {
    color: #d9e4ee;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    margin-bottom: 2px;
    display: inline-block;
}

.footer-links li a {
    display: block;
    padding: 2px;
}

.footer-ad {
    margin-bottom: 10px;
}

.footer img {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.copyright {
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
}

    .copyright img {
        vertical-align: baseline;
        padding-left: 20px;
    }

#footer {
    /*background-image: url(../images/map.png);*/
    background-position: 48% 50%;
    background-color: #295D92;
    background-repeat: no-repeat;
    z-index: 50;
}

.fa-login-icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    width: 100%;
    height: 100%;
    max-width: 55px;
    max-height: 35px;
    text-align: center;
}
.login-container {
    display: flex;
    /*justify-content: center;*/
    margin-top: 10rem;
}

.login-card {
    background-color: white;
    z-index: 1;
    padding: 1.5rem;
    border-radius: 15px;
}

.col-25 {
    float: left;
    width: 15%;
    margin-top: 6px;
    margin-left: 10px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 5px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {       
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .table td {
        white-space: normal;
        word-break: break-word;
    }
    #auditTabs {
        flex-wrap: nowrap;
    }
    #auditTabs li{
        margin-bottom:0;
        padding:0;
    }
    #created-tab, #modified-tab {
        padding: 1rem;
    }
    .td-email {
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}
