﻿/* 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. */


.home-image {
    background-image: url("/images/space_pb.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 240px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.nav-brand-fit {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px
}

.nav-fit {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0.5rem
}

.nav-1fit {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0.1rem 0.1rem 0.1rem 0.1rem
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-topo {
    background-color: darkblue;
    margin-bottom: 0px;
    padding: 0px
}

.mb-3, my-3{
    margin-bottom:0.5rem !important;
}

.form-control {
    padding: 0.1rem 0.75rem 0.1rem 0.75rem;
    height:auto;
}
.input-group-text {
    padding: 0.1rem 0.75rem 0.1rem 0.75rem;
}

.nav-pequeno {
    height: 25px;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-forgot_pass {
    background-color: white;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    color: red;
}

.btn-new-user {
    background-color: white;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    color: blue;
}

.btn-pequeno {
    background-color: white;
    font-size: 15px;
    padding: 1px 1px 1px 1px;
    border-spacing: 1px 1px;
    color: blue;
}

.btn-sem-espacos {
    padding: 1px 2px 1px 2px;
    border-spacing: 1px 1px;
}

.btn-table {
    /*padding: 0rem 0.50rem;*/
    padding: 1px 1px 1px 1px;
    width:30px;
}

.centralizar-texto td{
    vertical-align: middle;
}

.btn-sss {
    padding: 0px 3px 0px 3px;
    font-style: normal;
    font-size: 9pt;
    font-family: Verdana;
}

.btn-large {
    width: 150px;
}

.btn-spin-enable {
}

.txt-10pt {
    font-size: 12pt;
}

.img-12pt {
    font-size: 12pt;
}
.img-14pt {
    font-size: 14pt;
}

.img-16pt {
    font-size: 16pt;
}

.nav-link{
    color:red;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #1861ac;
    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 */
}



#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.table-ssm {
    font-style: normal;
    font-size: 9pt;
    font-family: Verdana;
}
.table-sssm {
    font-style: normal;
    font-size: 8pt;
    font-family: Verdana;
}

.table-semsaltos {
    padding-bottom:0px;
    margin-bottom:0px;
}

.cad-compact {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left:1px;
    padding-right:1px;
    font-style: normal;
    font-size: 7pt;
    font-family: Verdana;
}

.card-compact {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}


.no_space{
    padding:0px,0px,0px,0px;
}

.menu_pequeno {
    font-style: normal;
    font-size: 10pt;
    font-family: Verdana;
}


/*custom*/

.table-pequena {
    font-size: 12px;
}

/*custom menu*/

.navbar .navbar-brand {
    color: black;
}

.navbar .navbar-brand:hover {
        color: blue;
}

.navbar .navbar-brand.active {
    color: blue;
}


.navbar .nav-item {
    padding: 0;
}

@media (max-width: 991px) {
    .navbar .nav-item {
        padding: 0;
    }
}

.navbar .nav-item .nav-link {
    padding: 5px 10px 5px 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    transition: .2s ease;
    font-size: 11px;
}

@media (max-width: 1199px) {
    .navigation .navbar .nav-item .nav-link {
        font-size: 11px;
        padding: 15px 6px;
    }
}

@media (max-width: 991px) {
    .navigation .navbar .nav-item .nav-link {
        padding: 5px 0;
        font-size: 12px;
        text-align: left;
    }
}

.navbar .nav-item .nav-link:hover {
    color: blue;
}

/*.navigation .navbar .nav-item:last-child {
    padding: 28px 0 28px 30px;
}*/

@media (max-width: 991px) {
    .navigation .navbar .nav-item:last-child {
        padding: 0;
        margin-bottom: 20px;
    }
}

.navbar .nav-item:last-child .nav-link {
    color: red;
}

.navbar .nav-item.active .nav-link {
    color: blue;
}

.navigation .navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.navigation .navbar .dropdown-menu {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
    padding: 5px 2px;
    border: 0;
    border-radius: 0;
    top: 80%;
    left: -20px;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
}

@media (max-width: 991px) {
    .navigation .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        transform-origin: unset;
    }
}

.navigation .navbar .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

@media (max-width: 991px) {
    .navigation .navbar .dropdown-menu.show {
        display: block;
    }
}

.navigation .navbar .dropdown-item {
    position: relative;
    color: black;
    transition: .2s ease;
}

    .navigation .navbar .dropdown-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .navbar .dropdown-item:hover {
        color: black;
        text-decoration: none;
        background: #6fb5bf;
    }

/*    .navigation .navbar .dropdown-item::before {
        position: absolute;
        content: '';
        left: 5px;
        top: 12px;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: black;
        border: 1px solid #fff;
        display: inline-block;
        box-shadow: 0 0 0 2px black;
    }*/

@media (max-width: 991px) {
    .navigation .navbar .dropdown-item {
        /*text-align: center;*/
        padding: 5px 5px 5px 5px;
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
    }

        .navigation .navbar .dropdown-item::before {
            display: none;
        }
}

.no_margim_padding {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 1270px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}