﻿/* 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. */

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 {
     display: flex; flex-direction: column; height: 100%;
  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 {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    /*min-height: 100%;*/
}

body,main {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Estilos de grillas*/
.grilla{
    height:auto;
    max-height: 450px;
}
.grilla100{
    flex: 1;
    height: calc(100vh - 300px);
    overflow-y: auto;
}
.contenedor-grilla100{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
}
.grilla100logistica {
    flex: 1;
    height: calc(100vh - 320px);
    overflow-y: auto;
}
.contenedor-grilla100logistica {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 130px);
}
.llenar-altura {
    flex-grow: 1;
    width: 100%;
}
.highlight {
    background-color: #ff0;
    color: #000;
}
/*Estilos de grillas*/
.wj-flexgrid .wj-cell.celda-centrar {
    padding: 0;
    text-align: center;
}

@media print{
    .para-imprimir{
        font-size: 150%;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}

/* Estilos para dropdowns anidados */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a::after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}