* { font-family: Roboto; }
.text-sm { font-size:0.8rem !important; }
label { font-size:0.9rem; color:#555; margin-top:15px; }

.select2-selection { height:38px !important; line-height: 38px; border-radius: 4px !important; outline: 0; border-color: rgb(204,204,204); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 38px !important; margin-left: 4px !important; }
.select2-container--default .select2-selection--single { border:1px solid #ced4da; }

.table tbody td { font-size: 0.9rem; cursor: pointer; }

/* remove number arrows 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; }

.bg-koop { background:#223091 !important; color:#fff; }
.text-koop { color:#223091 !important; }

a { text-decoration:none; }