
/* verde: #106335
*/
body, button, .btn, .form-control, table.dataTable {
font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    font-size: 86.25%;
}

.bg-dark {
    background-color: #106335!important;
}
a {
    color: #106335;
    text-decoration: none;
}
a:hover {
  color:yellowgreen;
}
.btn:hover {
  background: yellowgreen;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: yellowgreen;
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #106335;
    border-color: #106335;
}

.body-login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #106335;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background: #f5f5f5;
  border-radius: 10px;
  opacity: 0.8;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header-margin {
margin-top:60px;
}

@media (min-width: 760px) {
  .header-margin {
    margin-top:80px;
  }
}

#userimagen {
  border-radius: 50%;
  border:#666 1px solid;
  width:30px;
}
#username {
  color:#fff;
}

.footer {
  margin-top:15px !important;
}

.green {
  color:#106335;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: yellowgreen;
    border-color: yellowgreen;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: black !important;
}

.btn-yellow {
  background-color: yellow;
}

@media all {
   div.saltopagina{
      display: none;
   }
}

@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
   }
}

#tblmuestrapedido, #tblcargaarticulo {
  font-size:11px !important;
}

.selected {
  background-color: #cccccc;

}

checkbox {
  cursor: pointer
}

.modal-content {
  overflow: unset;
}