﻿/* 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: 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 {
  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: 60px; /* Vertically center the text there */
}

#mainNavMenu {
    min-width: 1000px;
    margin-top: 3px;
    background-image: url("../images/barramenu.png");
    background-repeat: no-repeat;
}


#header {
    background-color: white;
    border-radius: 20px;
    /*width: 976px;*/
    border: 2px solid #98BA3F;
    text-align: left;
    margin-top: 5px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.divisor-horizontal {
    background-image: url(../images/barraMenu.png);
    /*width: 1110px;*/
    width: 100%;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contenedorPersonal {
    background-color: white;
    border-radius: 20px;    
    border: 2px solid #98BA3F;
    text-align: left;
    margin-top: 5px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    /*width: 976px;*/
}


#logo {
    display: inline-block;
    width: 300px;
    margin: 5px 0px 0px 10px;
}

.gridHeader{
    font-size: 14px;
    font-weight: bold;
}

.gridText{
    font-size: 13px;
}

.gridPdf{
    width:25px;
    height:25px;
}

div.login{
    margin-left: auto;
    margin-right: auto;
}

/* Login - Desde acá */

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.loginBody {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}


.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}
    
.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
/*  Hasta acá   */

.imageSearch {
    max-width: 35px;
    max-height: 35px;
}

.imageRemove {
    max-width: 25px;
    max-height: 25px;
}

.filtersLabel{
    font-size: 12px;
}

.filtersInput {
    text-align: right;
    width: 100px;
    height: 20px;
    font-size: 12px;
}

.filtersSelect {
    text-align: right;
}

.filtersSeparator {
    content: " ";
    padding-right: 5px;
    padding-left: 5px;
}

/* For small screen */
.row-odd {
    background-color: white;
}

.row-even {
    background-color: lightblue;
}

.facturas {
    font-family: Arial !important;
}

thead.facturas {
    font-size: 10px !important;
    text-align: center;
    vertical-align: middle;
}

tbody.facturas{
    font-size: 9px;
}

th.facturas {
    padding: 0.3rem !important;
    vertical-align: middle !important;
}

td.facturas {
    padding: 0.3rem !important;
    vertical-align: middle !important;
}

/*tr.facturas {
    height: 50px;
}*/

.pdfIcon{
    background-color: white;
}

.removeFilters{
    font-size: 10px;
    margin-left: 15px;
}

.loginSmall{
    margin: 5px;
}