﻿/* 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 */
}


/*Complementação bdo Unify
-------------------------------------*/
body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.g-color-gray {
    color: #596375;
}

.g-max-width-50 {
    max-width: 50px;
}
.g-max-width-75 {
    max-width: 75px;
}

.g-min-width-100 {
    min-width: 100px;
}

.g-min-width-80 {
    min-width: 80px;
}


/*Tabelas Clientes
-------------------------------------*/
.g-bg-False {
    background-color: gray;
}

.n-351-351 {
    display: none;
}

.n-277-277 {
    display: none;
}

.n-302-302 {
    display: none;
}

.n-342-342 {
    display: none;
}

.n-350-350 {
    display: none;
}

.n-True {
    display: none;
}

.s-False {
    display: none;
}

.icone {
    font-size: 24px;
}

.g-brd-l {
    padding-left: 0 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.g-brd-r {
    padding-left: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.g-bg-True {
    background-color: #28a745;
    /*background-color: #3398dc;*/
}

.table td.g-brd-l, table th {
    padding-left: 8px !important;
    padding-right: 0 !important;
    max-width: 8px;
}

.table td.g-brd-r, table th {
    padding-left: 8px !important;
    padding-right: 0 !important;
    max-width: 8px;
}

tr.tr-custom {
    background-color: #eee;
}

.g-table-clientes {
}

.g-table-clientes thead {
}

.g-table-clientes thead tr th {
    border: none;
}


.g-table-clientes tbody tr td {
    text-align: center;
    border-top: none;
    border-bottom: 3px #fff solid;
    vertical-align: middle;
}

table.g-table-clientes tbody tr:hover {
    background-color: #ccc;
}

.n-tipo-venda-1{display:none;}


/*CheckBox*/
.g-check {
    padding-left: 20px;
}

.g-check input {
    font-size: 36px;
    height: 20px;
    width: 20px;
}

.g-check label {
    padding-left: 10px;
    font-weight: 600;
}