.recuadrito+input:checked {
    background-color: gray !important;
    display: inline-block;
    color: #000;
}

.mas {
    width: 20px;
}

.form-control {
    border: solid 1px #0064AD !important;
    border-radius: 10px !important;
    height: 40px !important;
}

.form-control-label {
    color: black !important;
    font: 800 !important;
}

.btn-primary {
    height: 100%;
    margin: auto;
}

.btn-danger {
    height: 100%;
    margin: auto;
}

.line {
    background-color: #DEDEDE !important;
    width: 100%;
    margin: auto;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-user {
    border: solid 2px rgb(0, 140, 240) !important;
    border-radius: 10px !important;
    background-color: #0064AD !important;
    color: #DEDEDE;
    font-size: 18px;
}

.boton_tabla {
    width: 30px !important;
    height: 100%;
}
.btn-primary{
  background-color: #0064AD !important;
  color: white !important;
}
