﻿/* 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;
}

.e-grid .e-row.subtrai .e-rowcell {
    color: red !important;
    font-weight: bold;
} 

/* 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: 500px;
}
.footer {
    padding:16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.cardCategoria {
    flex-direction: row;
    min-height: 100px;
    max-height: 100px;
    margin-top: 0px;
    position: relative;
    min-width: 50px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

.cardGauge {
    margin-top: 0px;
    min-width: 50px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}
.imagemCategoria {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 100px;
}

.link-darkSite {
    color: #212529;
}

.imagemFundo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.elementID {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    /*font-size: 1.0em;*/
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    background-color: #8c8c8c!important;
/*    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);*/
}


.carousel-indicators {
    bottom: -50px;
}

.imagem-div {
    height: 180px;
    width: fit-content;
}


.imagem {
    max-width: 100%;
    max-height: 100%;
}