/* 
    Created on : 27/09/2023, 05:22:40 PM
    Author     : Salvador Alvarez
*/

@font-face {
    font-family: 'Norms';
    src: url('../../fonts/TT Norms Pro Regular.otf');
}

body {
    margin: 0;
    font-family: "Norms" ;
}

.bg-login-image{
    margin: auto ;
}

.bg-login-image img{
  width: 50%;
}

.bg-logo-image img{
  width: 90%;
  margin: 0 auto ;
}

.form-control{
    font-size: 13px !important ;
}

.btn{
    font-size: 15px !important ;
}


a{
    color: #0e2e69 ;
}

a:hover{
    color: #4f6cfb ;
    text-decoration: none ;
}


/* MENU */
.sidebar, .sidebar-content, .sidebar-link, a.sidebar-link{
    background: #d6001c !important ;
    color: #FFF ;
}

.sidebar-header{
    color: #FFF ;
}

/*---------------------------------------------------------------------------------*/
.img-inicio{
    width: 90% ;
}

.form-control::placeholder{
    opacity: 0.7 ;
}

.table-responsive label{
    margin-bottom: 20px ;
}

.dataTables_info , .dataTables_paginate{
    margin-top: 10px;
}

.table-bordered, .table-bordered td, .table-bordered th{
    border: 1px solid rgba(0, 0, 0, 0.1) !important ;
}


/*-------------------------------------------------------------------------------------*/
.texto-vertical{
    writing-mode: sideways-lr;
    vertical-align: middle !important ;
}


.imagen-visor{
    height: 100px ;
}


/*------------------------------- CHATBOT -----------------------------------------*/
#area-chat{
    max-height: 55vh ;
}

.logo-chatbot{
    width: 25% ;
}

.foto-chat-helvex{
    width: 40px ;
    min-height: 40px ;
    background-color: #FFF ;
    display: table-cell ;
    border-radius: 50%;
}

.foto-chat-usuario{
    width: 40px ;
    height: 40px ;
    background-color: #FFF ;
    display: table-cell ;
    border-radius: 50%;
}

/* MENU LATERAL */

.menu-lateral-tipo{
    padding-left: 15px ;
}

.menu-lateral-tipo button{
    width: 100% ;
    text-align: left ;
    padding: 15px 10px ;
}

.menu-lateral-submenus{
    width: 100% ;
    margin-top: 0 ;
}

.submenu-lateral{
    margin: 5px 0 10px 10px ;
}

.anchoColumna{
    width: auto !important ;
}

#dtBuscadorSolicitudes{
    font-size: 12px;
    width: 100%;
}

#dtBuscadorSolicitudes select{
    width: 120px ;
}

tfoot input {
  width: 50px;
}

.accordion{
    background-color: #adb5bd !important ;
}

.btn-toggle{
    font-size: 16px; 
    font-weight: normal;
}

.btn-toggle:hover, .btn-toggle:focus {
  color: rgba(14, 46, 105, .85);
  background-color: #0e2e69 !important ;
}

.btn-toggle-nav a{
    font-size: 14px ;
}

.btn-toggle-nav a:hover, .btn-toggle-nav a:focus {
  background-color: #0e2e69 !important ;
}

.link-sidebar{
    font-size: 16px;
}

.sidebar-nav{
    background-color: #0e2e69 ;
}

.card{
    width: 100%;
}

.fixed{
    position: fixed;
    top: 0;
    width: 92%;
    z-index: 1000;
    background: white;
    left: 10px;
    margin-left: 40px;
    margin-right: 211px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.margen{
    margin-top:50px
}

#dtAutores{
    width: 100% !important ;
}

.columna-pequena input{
    width: 50px !important;
}

.columna-busqueda input{
    width: 170px !important;
}

.textoAviso{
    font-size: 30px ;
}

.imagen-checador img{
    height: 150px ;
}