/* 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; }

/* 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 0.25rem 0.75rem rgba(0, 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: 70px;
  padding-top: 50px;
  padding-bottom: 20px; }

html, body {
  height: 100%; }

/*.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px; 
}*/
footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 20px;
  width: 100%;
  text-align: center;
  opacity: 0.5;
  z-index: -1; }

.control-label {
  font-weight: 600;
  font-size: 14px;
  margin: 2px; }

.auth-icon-inherited {
  color: Silver; }

.auth-icon-permitted {
  color: Green; }

.auth-icon-permitted-with-confirmation {
  color: #339961; }

.auth-icon-require-authorization {
  color: DarkGoldenRod; }

.auth-icon-denied {
  color: Crimson; }

.customWaitingPopupStyle {
  background-color: transparent !important;
  font-style: italic;
  font-weight: bolder; }

.e-waitpopup-pane .e-image {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.e-waitpopup-pane .e-text {
  color: black; }

/*Destaca o Valor Total Liquido do Pedido*/
.valorDestacado .e-input.e-disable {
  color: white;
  font-weight: bold;
  opacity: 1; }

.treeViewGroupItem {
  font-weight: bold; }

/*Remove object bold dos totais bdo grid*/
/*.e-grid .e-summaryrow {
    font-weight: normal;
}*/

