.custom_background-blue {
	background: #8fd1fc;
}

.custom_background-black-translucent {
	background: #cccccc;
}


.custom_form-field {
	padding: 5px;
}

.custom_div-border {
	border: 1px grey solid;
}

.custom_cursor-pointer {
	cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}


.modal-body {
  overflow-y: scroll !important;
  max-height: 80vh !important;
}


/*.select2-selection__rendered {
  line-height: 34px !important;
}*/

.select2-selection {
  height: 34px !important;
  min-width: 200px !important;
}
