body {
	background-color: rgb(247, 247, 247);
}



.btn-pes
{
  background-color: rgba(160, 200, 30, 0.6);
  color:#FFF;
  border-color: rgba(154, 199, 31, 0.9);
  font-weight: bolder;
}
.btn-pes:hover, .btn-pes:focus, .btn-pes:active, .btn-pes.active, .open .dropdown-toggle.btn-pes {

  background-color: rgba(154, 199, 31, 0.9);
  color:#FFF;
  border-color: rgba(154, 199, 31, 0.9);
  font-weight: bolder;

 }



.card-header {
    background-color: rgba(160, 200, 30, 0.6) !important;
    color:#FFF;
}


tbody tr {
    background-color: white;
    
}

thead tr {
    background-color:  rgba(160, 200, 30, 0.6);
}

.container-main {
    margin-top: 70px;
}

.number {
    background-color: rgb(31,82,114) !important;
    border-radius: 10px;
    color: #FFF;
}

.wo-title {
    font-size: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

span {
    color: red;
}


