﻿/* 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. */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* Transición cuando el modal aparece */
.modal.fade {
    transition: opacity 0.15s linear;
    opacity: 0; /* Inicialmente oculto */
}

.modal.show {
    opacity: 1; /* Mostrar modal */
}

/* Asegúrate de que el modal oculto tenga visibilidad para la transición */
.modal.fade:not(.show) {
    opacity: 0;
}


.wait {
    text-align: center;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.36) url('../images/loader.gif') 50% 50% no-repeat;
}

.driver-popover-description, .driver-popover-title {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 13px !important;
}

.driver-popover-footer {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 13px !important;
    padding: 5px 10px !important;
}

/*Boton volver de recuperar contraseña */

.btn-volver {
    background-color: transparent;
    border: none;
    color: #007aff;
    font-weight: bold;
}

.btn-volver:hover,
.btn-volver:focus {
    background-color: rgba(0, 122, 255, 0.1);
}

.btn-volver:active {
    background-color: rgba(0, 122, 255, 0.2);
}

/*Tamaños de letra*/

.font-pt-sans {
    font-family: 'PT Sans', sans-serif;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}
/*Fuente para cuerpo */

body {
    font-family: 'Open Sans', sans-serif;
}
/*Fuente para header */

header {
    font-family: 'PT Sans', sans-serif;
}

.dropdownMenuListado:hover .dropdownMenuListado-menu {
    display: block !important;
}

.dropdownMenuListado-item,
.dropdownMenuUsuario-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.divMenuListado {
    margin-top: -4px !important;
    font-size: 12px !important;
    margin-left: 5px !important;
}

.dropdownMenuUsuario-menu li:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.texto-btn-menuUsuario {
    text-decoration: none !important;
    font-size: 13px;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

.icon-menuUsuario {
    color: black;
    font-size: 15px;
    cursor: pointer !important;
}

.in {
    color: red;
}

.ok {
    color: green;
}

.na {
    color: gray;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Dropdowns usuario - control
*/


.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


    .dropdown-menu .list-group-item {
        border: none; /* Agregar esta línea para eliminar cualquier borde en los elementos de lista */
    }

.dropdown-header {
    border-radius: 10px 10px 0 0;
}

.list-group-item {
    border-radius: 0;
    transition: 0.2s ease-in-out;
}

    .list-group-item:hover {
        background-color: #f7f7f7;
    }

    .list-group-item .img-fluid {
        object-fit: cover;
    }

    .list-group-item:hover {
        cursor: pointer;
    }


body {
    font-family: 'Open Sans', sans-serif;
}

.app-card {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    color: #333333;
}

    .app-card:hover {
        transform: translateY(-5px);
    }

.app-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.app-description {
    font-size: 1rem;
    font-weight: 700;
    color: #333333;
}

.search-box {
    margin-bottom: 20px;
}

.logo {
    margin-bottom: 30px;
}

/* Color Principal */
.app-card {
    background-color: #0e83c6;
}

.aplicativos {
    /*margin-top: 75px;*/
}

.icon-aplicativo {
    display: table;
    /*display:inline-block;*/
    margin: 0 auto;
    text-align: center;
}

    .icon-aplicativo a {
        margin-right: 15px;
        text-decoration: none;
        vertical-align: 20px;
    }

    .icon-aplicativo input {
        margin-right: 15px;
        text-decoration: none;
    }


.icon-aplicativo {
    display: table;
    /*display:inline-block;*/
    margin: 0 auto;
    text-align: center;
}

    .icon-aplicativo a {
        margin-right: 15px;
        text-decoration: none;
        vertical-align: 20px;
    }

    .icon-aplicativo input {
        margin-right: 15px;
        text-decoration: none;
    }

.banda-fondo {
    background: url('../Images/banda_aplicativos.jpg');
    background-repeat: repeat-x;
/*    height: 280px;*/
}

.banda-fondoDoble {
    background: url('../Images/banda_aplicativos.jpg');
    background-repeat: round space;
    height: 315px;
}


.logo-container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.logo {
    display: table;
    margin: 0 auto;
}

.no-border {
    border-style: none;
}

.checked {
    text-align: center;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6) url('../Images/checked.svg') 50% 50% no-repeat;
}

@media (max-width: 500px) {

    #notificationsDropdown {
        transform: translateX(calc(150% - 86vw));
    }
}

/* Media queries para dropdown de notificaciones */
@media (min-width: 501px) and (max-width: 511px) {
    #notificationsDropdown {
        transform: translateX(calc(152% - 86vw));
    }
}

@media (min-width: 511px) and (max-width: 521px) {
    #notificationsDropdown {
        transform: translateX(calc(154% - 86vw));
    }
}

@media (min-width: 521px) and (max-width: 531px) {
    #notificationsDropdown {
        transform: translateX(calc(160% - 86vw));
    }
}

@media (min-width: 531px) and (max-width: 541px) {
    #notificationsDropdown {
        transform: translateX(calc(165% - 86vw));
    }
}

@media (min-width: 541px) and (max-width: 551px) {
    #notificationsDropdown {
        transform: translateX(calc(170% - 86vw));
    }
}

@media (min-width: 551px) and (max-width: 561px) {
    #notificationsDropdown {
        transform: translateX(calc(175% - 86vw));
    }
}

@media (min-width: 561px) and (max-width: 571px) {
    #notificationsDropdown {
        transform: translateX(calc(170% - 86vw));
    }
}

@media (min-width: 571px) and (max-width: 581px) {
    #notificationsDropdown {
        transform: translateX(calc(170% - 86vw));
    }
}

@media (min-width: 581px) and (max-width: 591px) {
    #notificationsDropdown {
        transform: translateX(calc(175% - 86vw));
    }
}

@media (min-width: 591px) and (max-width: 600px) {
    #notificationsDropdown {
        transform: translateX(calc(175% - 86vw));
    }
}
@media (min-width: 600px) and (max-width: 650px) {
    #notificationsDropdown {
        transform: translateX(calc(180% - 86vw));
    }
}
@media (min-width: 650px) and (max-width: 700px) {
    #notificationsDropdown {
        transform: translateX(calc(190% - 86vw));
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    #notificationsDropdown {
        transform: translateX(calc(200% - 86vw));
    }
}

@media (min-width: 750px) and (max-width: 800px) {
    #notificationsDropdown {
        transform: translateX(calc(210% - 86vw));
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    #notificationsDropdown {
        transform: translateX(calc(220% - 86vw));
    }
}

@media (min-width: 850px) and (max-width: 900px) {
    #notificationsDropdown {
        transform: translateX(calc(240% - 86vw));
    }
}

@media (min-width: 900px) and (max-width: 950px) {
    #notificationsDropdown {
        transform: translateX(calc(250% - 86vw));
    }
}
@media (min-width: 950px) and (max-width: 991px) {
    #notificationsDropdown {
        transform: translateX(calc(260% - 86vw));
    }
}