﻿/* 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. */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

h1 {
    font-size:2em;  
}

.btn-primary {
    background-color: #f99200;
    border-color: #f99200;
}


.btn-outline-light {
    background-color: #8d8b8b;
    border-color: #8d8b8b;
    color: #fff;
}


.btn-primary:hover {
    background-color: #c77500;
    border-color: #c77500;
}

.table td, .table th{
    vertical-align: inherit;
}

.page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.page-item.active .page-link {
    background-color: #f99200;
    border-color: #f99200;
}

a:not(.btn):hover {
    opacity: .7;
}

.nav-link {
    color: #000 !important;
}

.nav-link.login{
    font-style:italic;
}

.navbar-brand{
    margin-right:2rem;
}

.navbar-brand span {
    color: #f99200;
    font-weight: 700;
}

@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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background: #333;
    color: white;
    border-top: 4px solid #777;
    font-size:.85em;
}

.recordInattivo {
    color: #ccc !important;
}

.select2{
    width:100% !important;
}