



/*Ver se essa essa Configuração de desativar os spinner vai dar algum problema. */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.imprimir {
    display: none;
}

@media print {
   .nao-imprimir {
       display: none;
    }

    .imprimir {
       display: block;
    }
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #653102 !important;
    border-color: #653102 !important;
}
i{
    color: #653102 !important;
}
li a{
    color: #653102 !important;
}


.login-box{
	width: 400px; 
	text-align: center;
}


/* The Modal (background) */
.modal_mbr {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1003; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal_mbr-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close_modal_mbr {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_modal_mbr:hover,
.close_modal_mbr:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.botao_tabela{
	/* min-width: 15px;
	max-width: 15px;
	text-align: center;*/
}