.inputs input {
    width: 40px;
    height: 40px;
}
  
  
  
label {
    font-size: 14px;
    font-weight: bold;
    color : darkslategrey;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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


.form-control:focus {
    box-shadow: none;
    border: 2px solid #111F71;
}

.custom-file-input:focus {
    box-shadow: none;
    border: 2px solid #111F71;
}


#book_order_popup_btn, #show_form_btn, .btn-blue {
    background-color: #111f71;
    width: auto;
    color: #fff;
    border-radius: 2px;
}
  
#book_order_popup_btn:hover , #show_form_btn:hover, .btn-blue:hover {
    background-color: #eb7d03;
    cursor: pointer;
    color: #fff;
}

.paginate_button.active .page-link {
    background-color: #eb7d03 !important;
    border: 1px solid #eb7d03 !important;
}

.btn-orange {
    background-color: #eb7d03;
    width: auto;
    color: #fff;
    border-radius: 2px;
  }
  
.btn-orange:hover {
    background-color: #111f71;
    cursor: pointer;
    color: #fff;
}

.hover-able:hover {
    background-color: #ccc;
}


