/* KLEIN GEDEELTE VAN STYLING OVERGENOMEN VAN BOOTSTRAP */
/* ------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
img {
  vertical-align: middle;
}
.label {
  display: inline;
  text-align: center;
}
table {
  background-color: transparent;
}
.table {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{
  background-color:#e8e8e8
}

@media screen and (max-width: 767px) {
  .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
 }
  .table-responsive > .table {
      margin-bottom: 0;
 }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
 }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.form-control, .select2-search__field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus, .select2-search__field:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn {
  width: 1%;
}
input[type="radio"] {
  outline: 0;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default, .btn-inline {
  text-shadow: none;
  background: #FFFFFF;
  color: #212121;
  border-color: #ccc;
  font-family: inherit;
  font-size: 12pt;
}
.btn-default:hover, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  text-shadow: none;
  background: #009bdc;
  color: #FFFFFF;
  border-color: #009bdc;
  font-family: inherit;
  font-size: 12pt;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #008cc7;
  border-color: #008cc7;
  color: #FFFFFF;
  text-shadow: none;
}
.btn-inline {
  background:transparent;
  color:#009bdc;
  border:0px;
  font-family: inherit;
  font-size: 15pt;
}
.btn-inline:hover {
  background-color: transparent;
  border:0px;
  color:#0080b5;
}
/* datepicker vlot/date part */
/* ------------------------------------- */
.ui-datepicker {
  width: 230px!important;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 9999!important;
}
.ui-datepicker-inline {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.ui-state-default {
  background-color: #fff!important;
  color: #454545 !important;
  border: 0px!important;
}
.ui-state-highlight {
  background-color: #ffdb99!important;
  color: #454545!important;
  border: 0px!important;
}
.ui-state-active {
  background: #337ab7!important;
  color: #ffffff!important;
}
.ui-datepicker-week-col {
  font-size: .6em!important;
  color: #888!important;
}
.ui-datepicker-calendar td .ui-state-default {
  text-align: center;
  padding: 6px 4px;
}
.ui-datepicker-calendar td .ui-state-active,
.ui-datepicker-calendar td .ui-state-highlight {
  border-radius: 4px;
}
.ui-widget-content, .ui-widget-header {
  border: 0px!important;
}
/* dialiog part */
.ui-dialog {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* select vlot/dropdown part */
/* ------------------------------------- */
/* correct input height */
.select2-selection {
  height: 34px !important;
  border-color: #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.select2-selection__rendered {
  line-height: 32px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
/* improve border styling, container and dropdown */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
  border-radius: 4px !important;
}
.select2-container--open {
  border-radius: 4px !important;
}
.select2-dropdown--above, .select2-dropdown--below {
  box-shadow: rgba(0, 0, 0, 0.175) 0px 6px 12px !important;
  border: 1px solid rgba(0,0,0,.15) !important;
}
.select2-dropdown--above {
  border-radius: inherit !important;
  border-bottom: 1px solid rgba(0,0,0,.15) !important;
}
.select2-dropdown--below {
  border-radius: inherit !important;
  border-top: 1px solid rgba(0,0,0,.15) !important;
}
/* search input spacing */
.select2-search--dropdown {
  padding: 8px 8px !important;
}

#toast {
	visibility: hidden;
	width: 90%;
	text-align: center;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 16px;
}
#toast.message {
	background-color: #819F00;
	text-align: center;
	color: #f0f0f0;
}
#toast.warning {
	background-color: #F33;
	color: #f0f0f0;
	text-align: center;
}

#toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 6s;
	animation: fadein 0.5s, fadeout 0.5s 6s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

/* Loader */
.overlay {
	background:#FFFFFF;
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: 0.95;
	z-index: 999;
	left: 0;
	top: 0;
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
  gap: 12px;
	font-size: 18px;
}

.loader {
  width: 50px;
  padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #3788d8;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
