﻿/* 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 {
  font-size: 14px;
}
@media (min-width: 900) {
  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: 2rem; /* Vertically center the text there */
}

/* Custom form style
-------------------------------------------------- */
.form-control-xs {
    height: calc(1em + .375rem + 2px);
    padding: .025rem .025rem;
    font-size: .75rem;
    line-height: .8;
    border-radius: .1rem;
}

.col-form-label-xs {
    padding-top: calc(.003rem + 1px);
    padding-bottom: calc(.003rem + 1px);
    font-size: .8rem;
    line-height: 1;
}

.form-group-xs {
    margin-bottom: .003rem;
}

.table-xs td, .table-xs th {
    padding: .3rem;
    font-size: .75rem
}

.btn-xs {
    height: calc(1em + .375rem + 2px);
    padding: .3rem;
    font-size: .75rem;
    line-height: .25;
    min-width: 8rem;
}

.input-btn-xs {
    height: calc(1em + .375rem + 2px);
    padding: .3rem;
    font-size: .75rem;
    line-height: .25;
}

.form-check {
    position: relative;
    display: block;
    padding: 0 0 0 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.table {
    margin-bottom: .25rem;
}

/*.table-responsive {
    height: 15rem;
    overflow-y: scroll;
    overflow-x: visible;
}

.table-responsive-total {
    height: 15rem;
    overflow-y: scroll;
    overflow-x: scroll;
}*/

thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.ButtonCollection {
    padding-top: 0.5rem;
}

.selected {
    background: gray !important;
    color: white;
}

tbody tr:not(.selected):hover {
    cursor: pointer !important;
    background: lightgray !important;
}

.head-articles {
    border-color: dimgray;
    border-width: 1px;
    border: solid;
    border-bottom: none;
    padding: 5px;
    max-height: 550px;
    min-height: 350px;
}

.head {
    border-color: dimgray;
    border-width: 1px;
    border: solid;
    border-bottom: none;
    padding: 5px;
    max-height: 350px;
    min-height: 350px;
}

.stock {
    border-color: dimgray;
    border-width: 1px;
    border: solid;
    padding: 5px;
    min-height: 500px;
}

.lines {
    border-color: dimgray;
    border-width: 1px;
    border: solid;
    padding: 5px;
    max-height: 360px;
}

.form {
    border-color: dimgray;
    border-width: 1px;
    border: solid;
    padding: 5px;
    border-bottom: none;
    max-height: 205px;
}

.col-form-label-xs {
    font-size: 12px;
}
