@charset "ISO-8859-1";

.azul{
  color: #6c8bd2;
}

.verde{
  color: #7db73e;
}

.cinza{
  color: #8b8b8b;
}

.cinzaclaro{
  color: #e1e1e1;
}


    @media print {
        html, body {
            width: 210mm;
            height: 297mm;        
        }
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
    }


.toggle-despesas{
  background-color: #ffffff;
  border-bottom-color: black;
  border-bottom-width: 1px;
  
}




.azul-escuro{
  color: #3860ba;
}

.vermelho{
	color: #dc3a57;
}

.branco{
  color: #ffffff;
}


.cursor-mao{
  cursor: pointer; 
}



.bg-azul-claro{
  background-color:#d9e1f4; 
}

.bg-azul{
  background-color:#819bd8; 
}


.bg-azul-escuro{
  color: #ffffff;
  background-color:#6b8ad1; 
}

.bg-fundo{
	background-color: #a6b6ee;
}

.bg-fundo-claro{
	background-color: #f9f9f9;
}


.bg-branco{
  background-color:#ffffff;  
}

.bg-cinza-claro{
  background-color:#f3f5fc; 
}

.bg-cinza{
  background-color:#ebedf3;
  border-color: transparent; 
}

.bg-amarelo{
  background-color:#f9fada;
  border-color: #f3f5fc;  
}

.bg-vermelho-claro{
  background-color:#fae7e7; 
}

.divisor{
  background-color: #c9d5ef;   
}


.left{
  align-content:flex-start;
}


.right{
  align-content:flex-end;
}


.texto-centro{
	text-align: center;
}

.btn-primary{
    background: #6c8bd2; 
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background: #839dda; 
    border-color: #839dda;  /*set the color you want here*/
}

.borda-arredondada{
	border-radius: 7px;
}

.border-botton-azul {
	border-color: #7e96e7;  
}

.border-azul {
	border-color: #8f8f8f;  
	border-bottom-width:  1px;  
}


.border-cinza {
	border-color: #8f8f8f;  
	border-bottom-width:  1px;  
}

.border-rodape {
	border-color: #9fadf0;  
	border-bottom-width:  2px;  
}

.border-azul2 {
	border-color: #839dda;
	border-bottom-width: 1px;  
}


.border-botton {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}


.border-botton-azul {
	border-bottom-style: solid;
	border-bottom-color: #9fadf0;
	border-bottom-width: 1px;
}

.border-botton-cinza {
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
	border-bottom-width: 1px;
}



.border-botton-print {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}


.border-top-print {
	border-top: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}


.border-left-print {
	border-left: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}



.bg-select-verde{
	background-color: #dcefc2; 
}

.bg-select-vermelho{
	background-color: #f7ced5; 
}



.info {
    color:#404040;
    background-color: #fad97c;
	Padding-left:5px;
	Padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	border-radius: 20px;
	cursor: pointer;
	font-style: inherit;
}


.info2 {
    color:#404040;
    background-color: #fad97c;
	Padding-left:6px;
	Padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: pointer;
	font-style: inherit;
}



.tabela thead{
    background: #6c8bd2; 
    color: #FFF;
}


.font-size-10{
	font-size: 10px;
}

.font-size-11{
	font-size: 11px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-13{
	font-size: 13px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-19{
	font-size: 19px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-26{
	font-size: 26px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-32{
	font-size: 32px;
}

.font-size-34{
	font-size: 34px;
}

.font-size-36{
	font-size: 36px;
}

.font-size-38{
	font-size: 38px;
}

.font-size-40{
	font-size: 40px;
}


.font-size-50{
	font-size: 50px;
}



@media print {

    .no-print{
       display: none;
    }
    
    
.resultadoValidacao {
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 12px;
}

.resultadoValidacao.alert {
    color: #d64541;
}
.resultadoValidacao.success {
    color: #99ca3c;
}
    
    
    
  footer {
    position: absolute;
    bottom: 0;
    background-color: blue;
    color: #FFF;
    width: 100%;
    height: 100px;    
    text-align: center;
    line-height: 100px;
}





.ttu {
  text-transform: uppercase;
}

.printer-ticket {

	padding:10px;
	margin-left: auto;
    margin-right: auto;
	background: #ffffe0;
  display: table !important;
  width: 100%;
  max-width: 400px;
  font-weight: light;
  line-height: 1.3em;
}
.printer-ticket,
.printer-ticket * {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
}
.printer-ticket th:nth-child(2),
.printer-ticket td:nth-child(2) {
  width: 50px;
}
.printer-ticket th:nth-child(3),
.printer-ticket td:nth-child(3) {
  width: 90px;
  text-align: right;
}
.printer-ticket th {
  font-weight: inherit;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px dashed #BCBCBC;
}
.printer-ticket tbody tr:last-child td {
  padding-bottom: 10px;
}
.printer-ticket tfoot .sup td {
  padding: 10px 0;
  border-top: 1px dashed #BCBCBC;
}
.printer-ticket tfoot .sup.p--0 td {
  padding-bottom: 0;
}
.printer-ticket .title {
  font-size: 1.5em;
  padding: 15px 0;
}
.printer-ticket .top td {
  padding-top: 10px;
}
.printer-ticket .last td {
  padding-bottom: 10px;
}


.container-fixo {
   max-width: 40px !important;
}





}
