﻿
/*Fernando*/
:root{
  --corbotao: ;
  --corazul: #1b6ec2;
  --colazulborda: #1861ac;
  --fundoAzul: #4278ae;
  --fundoVerde: #67abac;
  --fundo: var(--fundoVerde);
}

.titulovalor{
  margin-bottom: 0;
}

.divcel2,.divcel3{
  border-left: 1px dashed;
}

.divcel1,.divcel2,.divcel3{
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-orc{
  width: 110px;
}

#conteudotabela{
  overflow-y: auto; 
  max-height: 200px; 
}


#DivObotoes{
  padding-bottom: 20px;
}

.valortotal,.titulo{
  display: inline-block;
}

@media (max-width: 576px) {
  #divrodape{
    font-size: 0.7rem;
  }
  
  .divcel1,.divcel2{
    font-size: 0.6rem;

  }
  .btnProcExcluir{
    font-size: 0.7rem;
  }
  .tituloh1,#lblTotal{
    font-size: 2rem;
  }
}


@media (min-width: 1000px) {
  #nomemp{
    min-width: fit-content;
  }
  
}
@media (max-width: 993px){
  #nomemp1{
    display: none;
  } 

}
@media (max-width: 766px) {
#nomemp1{
  display: contents;
} 

}
@media (min-width: 768px) {
  #menuhorizontal {
    display: none!important;
 }

  #nomemp{
    min-width: fit-content;
  }
  
  html {
    font-size: 16px;
  }
  
}

.divtexto1{
  font-weight: bold;
  font-size: 1,5rem;
  border-bottom: 1px dashed;
}

.divcel2,.divtotal2{
  float: right;
  text-align: right;

}
.divlinha {
  border-bottom: 1px dashed;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

}

#gridProdutos{
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;


}

#cabecatabela, #conteudotabela{
border: 1px solid;
border-color: var(--fundo);
}

.valortotal{
  float: right;
  padding-top: 10px;
}

.pesquisa-btn{
 color: #fff;
}

.btnProcExcluir{
  float: right;
  user-select: none;
  text-align: center;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 400;
  
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
*/
}


.botao1 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

/* 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: var(--corazul);
  border-color: var(--colazulborda); 
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--corazul);
  border-color: var(--colazulborda); 
}

/* 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 */
  background-color: #f7f7f7;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.agape-nav {
    background-color: var(--fundo);
}

.agape-header{
    margin-bottom: 10px;
}

.agape-fundo {
    background-color: var(--fundo);
}



.agape-dtpadding {
    padding: 1px 1px;
}

/*
.my-custom-scrollbar {
     position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}
    */

.agenda-btn-atend {
    margin-left: 15px;
    cursor: pointer;
    content: url("../imgs/Agenda/atend.svg");
}