body {
    background-color: #ffffff;
}

.navbar-toggler-icon{
    /*background-color:red;*/
}
/*****************************************/
/************* Estilos NavBar ************/
/*****************************************/
.v360-nav {
    height: 10px;
    background-color: #192a56 !important;
    color: white !important;
    box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.3);
    /*padding-right:80px;*/ /*padding-right:80px;*/
}

.v360-na {
    height: 55px;
    background-color: #192a56 !important;
    box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.3);
}

.navbar-collapse {
    /*border: solid 1px aqua;*/
    /*padding-left:6em;*/
}

.navbar-toggler-icon{
    z-index:2000;
    color: red !important;
}

.navbar-brand img {
    margin: 0px 5px;
    width: 100%;
    height: 100%;
}



.signature {
    /*margin-left: 26% !important;*/
    padding-left: 42px !important;
    margin-top: -24px;
    color: white;
    font-size: 17px;
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}

.navbar-brand{
    color: white !important;
    font-size: 10px;
    height: 50px;
    padding-top: 10px;
    /* border: solid 1px aqua; */
}

.nav-link {
    color: white;
    font-size:16px;
    font-family: "Abel", sans-serif;
}

.nav-link:hover {
    color: white;
}

.navUserLink {
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0.75px;
    margin-bottom: -34px;
    margin-left: -7px;
}

.navCompanyLink {
    font-size: 11px;
    margin-left: -6px;
    letter-spacing: 0.75px;
    color: #C4E538;
    text-shadow: 2px 2px 15px yellow;
}

.fa-power-off {
    /*font-size: 20px;*/
    color: #C4E538;
    text-shadow: 2px 2px 15px yellow;
}

.fa-power-off:hover{
    color:red;
}



.dropdownPerfil:hover {
    background-color: #273c75;
}

.dropdownPerfil .dropdown-toggle::after {
    margin-left: 1em; /*Ajusta este valor para mover la flecha más a la derecha */
    border-top: 0.3em solid; /*Cambia el tamaño de la flecha */
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.dropdownPerfil .dropdown-menu {
    width: 65%;
    left: 50%; /* Coloca el borde izquierdo del menú en el centro del botón */
    transform: translateX(-48%); /* Mueve el menú hacia la izquierda para centrarlo */
    padding: 10px;
    background-color: #273c75;
    
}

.dropdownPerfil a {
    padding: 9px;
    color: white;
    font-size: 15px;
}

.dropdownPerfil a:hover {
    color: silver;
}

.dropdownPerfil button {
    padding: 9px;
    color: white;
    font-size: 15px;
}

.dropdownPerfil button:hover {
    color: silver;
}
/*****************************************/
/*********** Fin estilos NavBar **********/
/*****************************************/



/*****************************************/
/************* Estilos Card **************/
/*****************************************/
    .v360-card {
    margin-top: 60px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}

.card-header {
    /*background-color: #f1f2f6;*/
    background-color: rgba(224, 224, 224, 0.9);
    
}

.card-header h3 {
    color: #57606f;
}

/*****************************************/
/********** Fin estilos Card *************/
/*****************************************/





/*****************************************/
/************* Estilos Modal ************/
/*****************************************/
.v360-modal {
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.3);
}

.v360-modal .modal-header {
    /*box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);*/
    background-color: #192a56;
    color: white;
   
}

.v360-modal .closeModal {
    color: white !important;
}

.v360-modal .modal-header img {
    height: 30px;
    width: 30px;
    margin-top: -5px;
    margin-right: 5px;
}
/*****************************************/
/********** Fin estilos Modal ************/
/*****************************************/


/*****************************************/
/************* Estilos Button ************/
/*****************************************/
.v360-button {
    color: silver;
    background-color: #192a56 !important;
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.3);
}

.v360-button:hover {
    color:white;
}

.tooltip-inner {
    background-color: #192a56 !important; /* Cambia esto al color que desees */
    color: #fff; /* Cambia el color del texto si es necesario */
    font-size: 11px;
    letter-spacing: 1px;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    background-color: #192a56 !important; /* Asegúrate de que coincida con el fondo del tooltip */
}

/*****************************************/
/*********** Fin estilos Button **********/
/*****************************************/


/*****************************************/
/********** Estilos Formularios **********/
/*****************************************/
.cardHeaderForm{
    height: 32px;
    font-size: 13px;
}

form label {
    font-size: 13px;
    font-weight: 700;
    color: #485460;
}

/*****************************************/
/******* Fin Estilos Formularios *********/
/*****************************************/


/******************************************/
/************ Estilos DataTables **********/
/******************************************/

thead tr {
    border-block-color: green !important;
    font-size: 14px;
}

tbody td{
    font-size: 13.5px;
}

.dtr-control::before {
    background-color: #192a56 !important; /* Cambia esto al color que prefieras */
    color: #ffffff; /* Cambia esto al color de texto que prefieras */
}

/* Cambiar el tamaño de los botones de paginación de DataTables */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 0px; /*Ajusta los valores según el tamaño deseado */
    font-size: 14px; /* Ajusta el tamaño de la fuente según el deseado */
}

.pagination > li > a, .pagination > li > span {
    background-color: #f1f2f6 !important;
    color: #57606f !important;
    border: solid 1px #a4b0be !important;
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.3);
}

.pagination > li.active > a, .pagination > li.active > span {
    background-color: #192a56 !important;
    border: solid 1px #a4b0be !important;
    color: white !important;
}

.dataTables_info {
    font-size: 14px;
    color: #57606f;
}

/******************************************/
/*********Fin estilos DataTables **********/
/******************************************/



@media(max-width: 991px){
    .otro {
        min-height: 100vh;
        min-width: 100vw;
        margin-left: -12px;
        margin-top: -2px;
        background-color: #192a56 !important;
        padding: 20px 12px;
        padding-bottom: 50px;
        backdrop-filter: blur(10);
    }

    .navbar {
        z-index: 1050; /* Default Bootstrap z-index */
    }
    .offcanvas {
        z-index: 1040; /* Default Bootstrap z-index */
    }

    .navLinkDesigner{
        display: none;
    }

    .navbar-brand img {
        margin-left: -20px;
        margin-top: -20px;
        /*width: 130px;
        height: 50px;*/
    }

    .fa-bars {
        color: white;
        font-size: 25px;
        margin-top: -10px;
    }

    .dropdownPerfil .dropdown-menu {
        width: 104%;
        left: 50%; /* Coloca el borde izquierdo del menú en el centro del botón */
        transform: translateX(-2%); /* Mueve el menú hacia la izquierda para centrarlo */
        padding: 20px;
        background-color: #273c75;
        margin-bottom:8px;
        z-index: 1060 !important;
    }
   
}