﻿/* Estilos generales */
body {
    margin: 10px;
    font-family: sans-serif;
    min-height: 100vh;
   /* background: #f8f9fa;*/
   background: white;
    padding-top: 60px;
}

h1, h2, h3 {
    padding-top: 10px;
    color: #124559;
}

.container {
    display: flex;
    flex-direction: column; /* Apilar elementos verticalmente */
    height: 100vh; /* Ocupar toda la altura de la ventana */
    margin-left: 0px;
    padding-left: 0px;
}

.top-menu {
    background-color: #6b0504;
    padding: 10px;
    display: flex;
    color: #eff6e0;
    justify-content: space-between; /*  Para separar logo y menú */
    align-items: center; /* Centrar verticalmente */
}

.top-menu .navbar .nav-link, .nav-item {
    color: #eff6e0;
}

.top-menu .navbar .navbar-brand {
    color: #eff6e0;
}

.top-menu .navbar .navbar-toggler-icon {
    color: #eff6e0;
}

.fixed-top {
    position: fixed;
    top: 0;
    margin-left: 20px;
    margin-right: 20px;
    height: 70px; /* Altura del menú superior */
    z-index: 1000; /* Asegurar que esté por encima de otros elementos */
}

.logo {
    font-size: 1em;
    font-weight: bold;
}

.titlogo {
    font-size: 1em;
    font-weight: bold;
    color: #eff6e0;
}

.nav-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navbrand {
    color: #eff6e0;
    text-decoration: none;
    font-size: 1.2em;
}

.container-fluid .navbar-toggler-icon {
    color: #eff6e0;
}


.nav-top li {
    margin-left: 15px;
    color: #eff6e0;
}

.main-content {
    display: flex;
    width: 100%;
    flex: 1; /* Ocupar el espacio restante */
}

.left-menu {
    width: 200px; /* Ancho del menú lateral */
    padding-top: 10px;
    color: #01161e;
}

.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content {
    padding-top: 10px;
    margin-left: 150px; /* Dejar espacio para el menú lateral */
    flex: 1; /* Ocupar el espacio restante */
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #8c271e;
    color: #eff6e0;
    min-height: 100vh;
    position: fixed;
}

.sidebar .nav-link {
    color: #eff6e0;
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
    background: #eff6e0;
    color: #01161e;
}

.sidebar .submenu {
    padding-left: 1.5rem;
}

.sidebar .fa {
    margin-right: 5px;
}

.sidebar-toggler {
    position: absolute;
    top: 0px;
    right: -45px;
    background: #6b0504;
    color: #eff6e0;
    border: none;
    border-radius: 0 10px 10px 0;
    width: 40px;
    height: 40px;
}


.sidebar.collapsed {
    min-width: 60px;
    max-width: 60px;
}

.sidebar.collapsed .nav-link span {
    display: none;
}

.sidebar.collapsed .submenu {
    display: none !important;
}

.sidebar a {
    text-decoration: none;
    color: #eff6e0;
}

.btn-actualiza {
    background-color: #124559;
    color: #fff;
}

.btn-actualiza:hover {
    background-color: #eff6e0;
    color: #01161e;
}

.btn-buscar {
    background-color: #eff6e0;
    color: #01161e;
}

.btn-buscar:hover {
    background-color: #598392;
    color: #fff;
}

.tablaMovimiento {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.7rem;
}

.tablaMovimiento th, td {
    border: 1px solid #ddd;
    padding: 6px;
}

.tablaMovimiento th {
    /*background-color: #69aebe;*/
    background-color: #336699;
    color: white;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
}

.tituloMovimiento {
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #336699;
}

.textoReclamacion {
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 20px;
    color: #336699;
}

.textoDesistimiento {
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 20px;
    color: #8c271e;
}

.textoTotal {
    font-size: 0.9rem;
    font-weight: bold;
    padding-top: 20px;
    color: #336699;
}

.textoGlosario {
    font-size: 14px;
}


.valorTotal {
    font-size: 0.9rem;
    font-weight: bold;
    padding-top: 20px;
    color: #01161e;
}

.radioLista {
    border: none;
}

.radioLista table {
    border: none;
    border-collapse: collapse;
}

.radioLista td {
    border: none;
    padding: 10px 5px;
}

.radioLista input[type="radio"] {
    margin-right: 5px;
}

#ctl00_MainContent_rvReporteVisor_ReportViewer.MenuBarBkGnd.ToolBarBackground {
    background-color: #feffe8;
}

#ctl00_MainContent_rvReporteVisor_ReportViewer .ToolBarBackground {
    background-color: #feffe8;
}

#ctl00_MainContent_rvReporteVisor_ReportViewer_ctl09 {
    background-color: #feffe8;
}
