@CHARSET "UTF-8";

html {
  /*font-size: 13px;*/
}

/*.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: inline-block;
  min-width: 100%;
}*/

/*.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}*/

.panel-body {
  padding: 15px;
  /*display: inline-block;*/
  min-width: 100%;
}

.panel-default {
  border-color: #641027;
}

.environment {
  padding: 8px;
  text-align: center;
  background-color: #c5310f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-wrapper {
  width: auto;
  background-color: transparent;
}

.GlobalContainer {
  /* background-color: rgba(113, 29, 52, 0.952941); */
  background-color: #fff;
}

.GlobalHeader {
  position: relative;
  float: none;
  overflow: hidden;
}

a, a:visited, a.link {
  color: #ef7d00;
  text-decoration: underline;
}

.AccountItemLocation {
  font-size: 13px;
}

.DropdownMenu {
  background-color: #ffe4c5;
}

.DropdownMenu:first-child {
  background-color: #ffa8a8;
}

a.btn, a:hover {
  text-decoration: none;
}

a.btn-primary, a.btn-danger, a.btn-success {
  color: #fff;
}

.btn-w-120 {
  min-width: 120px;
}

.LeftMenuContainer {
  border: none;
  padding: 0px;
}

.ContentContainer {
  /*margin: 0px;
  margin-top: 2px;
  min-width: 795px;
  background-color: #fff;*/
}

.ContentBlockHeader {
  background-color: #711D34;
  color: #fff;
  border: 1px solid #641027;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ContentBlock {
  border: 1px solid #641027;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ContentBlockContainer_full {
  margin-bottom: 0;
  margin-top: 15px;
}

.ContentBlockContainer_full, .ContentBlockContainer {
  border: none;
}

.ContentBlockContainer {
  padding: 0;
  width: 375px;
  margin: 15px 0px 0px 15px;
}

.content-nomenu {
  margin-left: 212px;
  flex: 2;
}

.FooterButtons {
  margin-left: 15px;
}

.wrapper .ContentBlockContainer_full {
  margin: 8px 0px 8px 0px;
}

.wrapper .ContentBlockContainer {
  margin: 0px 0px 15px 0px;
}

.wrapper .ContentBlockHeader {
  font-size: 14px;
}

.wrapper .FooterButtons {
  margin-left: 0px;
  margin-right: 0px;
}

.FooterContainer {
  background-image: none;
}

.wrapper .FooterContainer {
  width: 100%;
}

.footer {
  width: auto;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 13px;
}

footer {
  padding: 13px 13px 4px 13px;
}

footer > div, .footer > div {
  font-size: 12px;
}

.LeftMenuContainer {
  float: none;
  width: 192px;
  margin-top: 2px;
  margin-left: 2px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding: 7px 0px 30px 0px;
  border-right: 1px solid rgb(205, 206, 206);
  height: auto;
  background-color: rgb(239, 239, 239);
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 3px;
}

.btn.btn-menu-newsignal {
  font-size: 13px;
  width: 192px;
  margin: 2px;
  padding: 8px;
  font-weight: bold;
}

.LeftMenuInActiveTopItem, .LeftMenuActiveTopItem {
  background-position: center center;
  background-repeat: no-repeat;
  width: 176px;
  height: 28px;
  text-transform: none;
  padding: 5px 7px 8px 7px;
  color: #000;
  font-weight: bold;
}

.LeftMenuActiveSubItemContainer a:hover {
  text-decoration: none;
}

.LeftMenuInActiveTopItemLink, .LeftMenuActiveTopItemLink, .LeftMenuInActiveSubItemLink .LeftMenuInActiveSubItem {
  text-decoration: none;
}

.LeftMenuInActiveTopItem:hover, .LeftMenuInActiveTopItemLink:hover, .LeftMenuActiveTopItemLink:hover, .LeftMenuInactiveSubItemLink:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}

.LeftMenuActiveSubItemContainer {
  width: 160px;
  margin-left: 0px;
}

.LeftMenuActiveSubItem, .LeftMenuInActiveSubItem {
  width: 176px;
  height: 28px;
  margin-left: 0px;
  border-bottom: none;
  text-align: left;
  text-transform: none;
  color: #333;
  /* padding: 5px 7px 4px 7px; */
  text-decoration: none;
}

.LeftMenuActiveSubItemLink, .LeftMenuActiveTopItem {
  background-color: #641027;
  color: white;
}

.LeftMenuActiveTopItem.hasChildren {
  background-color: inherit;
  color: inherit;
}

.LeftMenuActiveSubItem {
  color: white;
}

.LeftMenuActiveSubItem > img, .LeftMenuInActiveSubItem > img {
  float: right;
  margin-top: 3px;
  margin-right: 0px;
  display: none;
}

a.LeftMenuInactiveSubItemLink, a.LeftMenuInactiveSubItemLink:hover, a.LeftMenuInactiveSubItemLink:link, A.LeftMenuActiveSubItemLink:visited,
a.LeftMenuActiveSubItemLink, a.LeftMenuActiveSubItemLink:hover, a.LeftMenuActiveSubItemLink:link, a.LeftMenuInActiveTopItemLink, a.LeftMenuInActiveTopItemLink:hover,
a.LeftMenuInActiveTopItemLink:link, a.LeftMenuActiveTopItemLink, a.LeftMenuActiveTopItemLink:hover, a.LeftMenuActiveTopItemLink:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.LeftMenuInactiveSubItemLink, .LeftMenuActiveSubItemLink, .LeftMenuInActiveTopItem, .LeftMenuActiveTopItem {
  background-image: none;
  padding: 8px 16px 8px 12px;
  border-left: 4px solid transparent;
  height: auto;
  width: auto;
  display: block;
}

.LeftMenuInActiveTopItem {
  color: #000;
}

/*
.LeftMenuInActiveTopItem, .LeftMenuInActiveSubItem {
	opacity: 0.5;
}
a.LeftMenuInActiveTopItemLink:hover .LeftMenuInActiveTopItem, a.LeftMenuInactiveSubItemLink:hover .LeftMenuInActiveSubItem {
	opacity: 1;
}
*/
.LeftMenuActiveSubItem, .LeftMenuInActiveSubItem {
  font-weight: normal;
}

.LeftMenuActiveSubItemContainer {
  margin-left: 0;
  width: auto;
}

.LeftMenuActiveSubItem, .LeftMenuInActiveSubItem {
  border-bottom: none;
}

.LeftMenuInactiveSubItemLink > span, .LeftMenuActiveSubItemLink > span, .LeftMenuInActiveTopItem > span, .LeftMenuActiveTopItem > span {
  text-transform: none;
  font-size: 13px;
}

.arrow {
  float: right;
  margin-top: 3px;
  margin-left: 6px;
}

.fa.arrow:before {
  content: "\f053"; /* "\f104"; */
}

.LeftMenuActiveTopItem > .fa.arrow:before, .footable-cell-detail-expanded .fa.arrow:before {
  content: "\f078"; /* "\f107"; */
}

.LeftMenuContainer .fa.arrow:before {
  content: "\f104";
}

.LeftMenuContainer .LeftMenuActiveTopItem > .fa.arrow:before {
  content: "\f107";
}

.TabActiveTab a, .TabInactiveTab a, .TabActiveTab a:hover, .TabInactiveTab a:hover {
  font-size: 12px;
  text-decoration: none;
}

.TabActiveSubTab a, .TabInactiveSubTab a, .TabActiveSubTab a:hover, .TabInactiveSubTab a:hover {
  text-decoration: none;
}

.TabActiveTab, .TabActiveSubTab {
  background-color: #641027;
  background-image: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #641027;
  text-transform: none;
  min-width: 142px;
  width: auto;
  padding: 0 15px;
}

.TabBottom {
  background-color: #641027;
  border-top: 1px solid #641027;
  height: 5px;
}

.TabInactiveTab, .TabInactiveSubTab {
  float: left;
  min-width: 142px;
  width: auto;
  padding: 0 15px;
  background-image: none;
  margin-right: 2px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: none;
  background-color: #efefef;
  border: 1px solid #999999;
  border-bottom: none;
  cursor: pointer;
}

.TabInactiveTab, .TabInactiveSubTab {
  border-color: #d6d6d6;
}

.TabInactiveSubTab {
  border-top: none;
  border-bottom: 1px solid #d6d6d6;
}

.TabInactiveTab:hover, .TabInactiveSubTab:hover {
  background-color: #e2e2e2;
}

.TabInactiveTabLink > span, .TabInactiveSubTabLink > span, .TabActiveTabLink > span, .TabActiveSubTabLink > span {
  padding: 4px 0;
  display: block;
}

.ContentBlockHeader {
  background-color: #641027;
  color: #fff;
}

.SubTabContainer {
  width: auto;
}

.SelectedBar > .SelectedBlock {
  /* margin-top: 5px; */

}

.middle-box {
  margin: auto;
  padding: 40px;
  background-color: #fff;
  width: 320px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
}

.material-background {
  background: #fbfbfb url(../images/Driehoeken-Material-design-MULTIsignaal.png);
  background-size: cover;
}

.middle-box p, .middle-box input, .middle-box a, .middle-box button {
  /*font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;*/
}

.block {
  display: block;
}

.full-width {
  width: 100%;
}

.middle-box > img {
  display: block;
  margin: 0px auto 30px auto;
}

th, td {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  padding: 3px;
}

td label, p {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #333;
}

.inputRequired {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.wicket-modal .label, .wicket-modal .veld {
  color: #333;
  /*font-size: 11px;*/
  text-align: left;
  padding: 4px 6px;
}

.wicket-modal h3 {
  clear: both;
  font-size: 14px;
  margin-top: 30px;
  padding-left: 6px;
}

.margin-correction .caret {
  /* margin: 5px 0px 6px 0px; */

}

.wrapper .ContentBlockContainer.m-r {
  margin-right: 15px;
}

.fa.m-r {
  margin-right: 5px;
}

span.feedback {
  display: block;
}

.alert > .fa.large {
  font-size: 24px;
  float: left;
  margin-top: -5px;
  margin-right: 5px;
}

.modal .modal-body {
  max-height: 420px;
  overflow-y: auto;
}

.modal-lg {
  width: 900px;
}

.alert-danger td, .alert-danger p {
  color: inherit;
}

#overDiv > table {
  background-color: #711D34;
  color: #fff;
}

#overDiv table > tbody > tr > td > table:last-child {
  background-color: #fff;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active,
.table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td,
.table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f8f9fa; /*rgba(239, 125, 0, 0.15)*/
}

.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: #f8f9fa; /*rgba(239, 125, 0, 0.15)*/
}
.table-hover tbody tr:hover {
  background-color: #f8f9fa !important;
}

.carousel-inner {
  height: 435px;
}

.btn.checkbox {
  margin: 0;
  padding: 5px 12px 4px 26px;
}

.dropdown-menu {
  padding: 0px 10px;
}

.margin-correction {
  margin: -6px -4px;
}

form.coordination-form {
  margin-bottom: 0px;
}

.w100pc {
  width: 100%;
}



textarea.form-control {
  border: 1px solid #ccc;
}

select:hover {
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

select[multiple] {
  height: 100px;
  padding: 0;
  overflow: auto;
}

select:focus, select:active, input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active {
  background-color: #fff;
  border-color: #ef7d00;
}

select.inputRequired, input[type=text].inputRequired, input[type=password].inputRequired {
  background-color: #FFFFCC;
}

select[disabled], select[disabled]:hover, select[disabled]:active, select[disabled]:focus, input[type=text][disabled] {
  cursor: not-allowed;
  background-color: #f4f4f4;
  border-color: #ddd;
}

.input-group-addon {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  border-color: rgb(204, 204, 204);
  background-color: #eeeeee;
  width: auto;
}

.upload-file-info {
  background-color: #f4f4f4;
  border-color: #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-file {
  position: relative;
  overflow: hidden;
  margin-top: -4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #E5E6E7 !important;
}

.btn-file:hover {
  border-left: 1px solid #aaa !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.file-upload-container {
  position: relative;
  margin-top: 4px;
}
.file-upload-container .btn-file.input-group-addon {
  font-size: inherit;
  margin-top: 0;
}

/* .upload-file-info {
	margin-left: 10px;
    background-color: #d9edf7;
    padding: 4px;
    border-radius: 4px;
}
.upload-file-info:empty {
	padding: 0px;
} */
.middle-box .environment {
  margin: -40px;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  background-color: #c5310f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
}

.right5 {
  margin-right: 5px;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom15 {
  margin-bottom: 15px;
}

.left15 {
  margin-left: 15px;
}

.left30 {
  margin-left: 30px;
}

.right15 {
  margin-right: 15px;
}

.bottom0 {
  margin-bottom: 0;
}

.full-width {
  width: 100%;
}

.gutter-right-small {
  padding-right: 10px;
}

.gutter-left-small {
  padding-left: 10px;
}

.rows-clickable tbody tr {
  cursor: pointer;
}

.gray-bg {
  background-color: #f3f3f4;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox:after, .ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}

.ibox-content {
  clear: both;
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  background-color: #ffffff;
}

.no-padding {
  padding: 0 !important;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.no-padding .list-group {
  margin-bottom: 0;
}

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

tr.no-border > td {
  border: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.padding15 {
  padding: 15px;
}

h6 {
  color: #711D34;
  font-weight: bold;
}

.panel-inverted {
  border-color: rgba(100, 16, 39, 0.25);
}

.panel-inverted .panel-heading {
  background-color: rgba(113, 29, 52, 0.1);
  color: #711D34;
}

.panel-noradius, .panel-noradius .panel-heading {
  border-radius: 0px !important;
}

.pointer {
  cursor: pointer;
}

.panel-title {
  font-size: 13px;
}

.checkbox.inline {
  display: inline;
}

.table-hover thead tr th {
  border-bottom: none !important;
}

/*.table-hover tbody tr:hover td, .table-hover tbody tr.footable-cell-detail-expanded td {
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}*/

.table.no-border tbody td {
  border-top: none;
}

.table.padding2 td {
  padding: 2px;
}

.table tr.headers th {
  white-space: nowrap
}

.vmiddle {
  vertical-align: middle;
}

.wicketExtensionsWizardInnerTable {
  width: 700px !important;
}

ul.block-list {
  list-style: none;
  margin: 0;
  padding: 0px;
  border: 1px solid rgba(100, 16, 39, 0.25);
  border-collapse: collapse;
}

ol.block-list {
  padding-left: 20px;
}

ul.block-list.scrollable {
  height: inherit;
  overflow-y: auto;
}

ul.block-list li, ol.block-list li {
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent;
}

ul.block-list li.selected, ol.block-list li.selected {
  background-color: rgba(113, 29, 52, 0.1);
  color: #711D34;
  font-weight: bold;
  border: 1px solid rgba(100, 16, 39, 0.25);
  border-right-color: transparent;
  border-left-color: transparent;
}

ul.block-list li.selected:first-child, ul.block-list li.selected:first-child {
  border-top-color: transparent;
}

ul.draggable li.selected:first-child {
  border-top: 1px solid rgba(100, 16, 39, 0.25);
  border-bottom-color: transparent;
}

ul.block-list li.selected:last-child, ul.draggable li.selected, ul.block-list li.selected:last-child {
  border-bottom-color: transparent;
}

ul.block-list li:hover {
  background-color: #e9e9e9;
}

ul.block-list li.selected:hover {
  color: #333;
}

ul.draggable {
  border-top: none;
}

ul.draggable li {
  border-top: 1px solid rgba(100, 16, 39, 0.25);
  padding: 5px 10px;
  cursor: move;
}

.ui-draggable-widget {
  padding: 5px 10px;
  border: 1px solid rgba(100, 16, 39, 0.25);
  background-color: #f1e8eb;
  color: #711D34;
  font-weight: bold;
  box-shadow: 1px 1px 3px #ccc;
  font-size: 12px;
}

.ui-state-hover {
  background-color: #f3f9f4 !important;
  border: 1px dashed #14892c !important;
}

/*.label {
  padding: 3px 8px;
  font-size: 10px;
}*/

.ul-empty-message {
  border: 1px dashed rgba(100, 16, 39, 0.25);
  margin: 10px 15px;
  padding: 15px;
  font-weight: bold;
  color: #711D34;
}

.ui-sortable-placeholder {
  border: 1px dashed rgba(100, 16, 39, 0.25) !important;
  visibility: visible !important;
}

ul.sortable li, ol.sortable li {
  padding: 5px 10px;
  cursor: move;
  border: 1px solid rgba(100, 16, 39, 0.25);
  margin-bottom: 5px;
}

ul.block-list.sortable, ol.block-list.sortable {
  border: none;
}

.ui-sortable-helper {
  border: 1px solid rgba(100, 16, 39, 0.25) !important;
  background-color: #f1e8eb !important;
  color: #711D34;
  font-weight: bold;
  box-shadow: 1px 1px 3px #ccc;
}

.chevron.fa-chevron-down.pull-right {
  margin-right: -4px;
}

.panel-heading .btn {
  margin-top: -5px;
}

.panel-heading .btn.pull-right {
  margin-right: -10px;
}

.top15 {
  margin-top: 15px !important;
}

.required-before::before {
  content: "*";
  color: #c5310f;
  font-weight: bold;
  margin-left: -10px;
  float: left;
  font-size: 13px;
}

.required {
  height: 30px;
}

.required > * {
  float: left;
}

.required > .input-group-addon {
  display: block;
  width: 39px;
}

.required::after {
  content: "*";
  color: #c5310f;
  font-weight: bold;
  margin-right: -12px;
  margin-left: 4px;
  font-size: 13px;
  float: right;
}

.required-star {
  color: #c5310f;
  font-size: 13px;
}

.warning {
  color: darkorange;
  font-size: 13px !important;
}

.table-fixed {
  table-layout: fixed;
}

.wicketExtensionsWizardButtonBar input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  background-image: none;
  -webkit-appearance: button;
  cursor: pointer;
  /*font-size: 11px;*/
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.wicketExtensionsWizardButtonBar input[type=submit]:hover, .wicketExtensionsWizardButtonBar input[type=submit]:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.wicketExtensionsWizardButtonBar input[type=submit]:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.wicketExtensionsWizardButtonBar input[type=submit]:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.wicketExtensionsWizardButtonBar input[disabled], .wicketExtensionsWizardButtonBar input[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon.btn-success {
  background-color: #66ad5a;
  border-color: #5a9f4f;
}

.input-group-addon.btn-success:hover {
  background-color: #3c8f2b;
  border-color: #307323;
}

.accordion .panel-heading.collapsed .panel-title > .fa.chevron:before {
  content: "\f053";
}

.accordion .panel-heading .panel-title > .fa.chevron:before {
  content: "\f078";
}

ul.coordination-type-choice {
  padding: 0 10px;
  min-width: 125px;
}

.create-organisation .FooterContainer {
  display: none;
}

.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
  cursor: default;
}

.btn-noicon > i.fa {
  display: none;
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div.wicketstuff-progressbar {
  background: none !important;
  background-color: rgba(113, 29, 52, 0.1) !important;
  border-color: #641027 !important;
  height: 25px !important;
  width: 100% !important;
}

div.wicketstuff-progressbar span.bar {
  background-image: none !important;
  border-right: none !important;
  background-color: #641027 !important;
}

div.wicketstuff-progressbar span.label {
  display: none !important;
}

.popover.bottom > .arrow {
  top: -14px;
}

.btn-help {
  margin-right: 15px;
  margin-top: 1px;
}

.btn-help > i {
  font-size: 24px;
  margin: 2px 4px;
}

#help-toggle:checked ~ .help-wrapper > .help-pane {
  -webkit-transform: translateX(-90vw);
  -moz-transform: translateX(-90vw);
  -ms-transform: translateX(-90vw);
  transform: translateX(-90vw);
  -webkit-box-shadow: 0 0 70px -12px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 70px -12px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 70px -12px rgba(0, 0, 0, 0.7);
}

.help-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100vh;
  z-index: 30996;
}

.help-pane {
  position: absolute;
  right: -90vw;
  top: 0;
  height: 100vh;
  width: 90vw;
  background-color: #F7F7F7;
  /* font-family: "Source Sans Pro"; */
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  transition: -ms-transform 200ms ease;
  transition: transform 200ms ease;
}

.help-hide-pane {
  position: absolute;
  z-index: -1;
  left: -66px;
  width: 66px;
  display: none;
  background-color: #ef7d00;
  cursor: pointer;
  -webkit-box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: background-color 100ms ease, opacity 150ms;
  -moz-transition: background-color 100ms ease, opacity 150ms;
  transition: background-color 100ms ease, opacity 150ms;
  cursor: pointer;
}

.help-hide-pane:hover {
  background-color: #bc6200;
}

.help-hide-pane .fa-chevron-right {
  line-height: 42px;
  color: #fff;
  font-size: 28px;
  padding: 7px 0 7px 4px;
}

.help-blur-bg {
  cursor: default;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  height: 100vh;
  z-index: 30995;
  /* background-image: url(../images/stripe-pattern-black.png); */
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 32px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

#help-toggle:checked ~ label.help-blur-bg {
  width: 100vw;
  opacity: 1.0;
}

#help-toggle:checked ~ .help-wrapper label.help-hide-pane {
  /* opacity: 1.0; */
  display: block;
}

.help-pane-article {
  height: 100%;
  overflow: auto;
}

.help-pane-title {
  padding: 12px 25px;
}

.help-pane-title > h2 {
  margin: 0;
}

.help-pane-body {
  font-size: 13px;
  padding: 25px;
}

.help-pane-footer {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100vw;
  border-top: 1px solid darkgray;
}

.help-pane-footer > #help-icon {
  font-size: 35px;
  margin: 7px 15px;
}

.help-pane-footer h4 {
  margin: 4px 0 3px 0;
}

.note-editor .panel-heading {
  background-color: #F5F5F7;
}

.popover.right > .arrow {
  left: -17px;
}

.table-nowrap-ellipsis td, .nowrap-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-geslacht {
  width: 40px;
  text-align: center;
}

.col-coordinator, col-vir-status {
  width: 60px;
  text-align: center;
}

.col-gebruikersnaam {
  width: 110px;
}

.popover {
  z-index: 20060;
}

.select2-drop {
  z-index: 21000 !important;
}

.checkbox-offset {
  padding-left: 25px;
}

.SelectInstantie {
  flex: 2;
}

#workspace {
  flex: 1;
}

#menu-view-root {
  position: relative;
  float: left;
  height: 100%;
}
.content-root {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ContentBlockContainer_full {
  background-color: transparent;
}
.ContentBlock {
  background-color: white;
}
label.btn-help {
  padding: 8px 12px !important;
  margin: 0 12px 0 0 !important;
  float: right;
}
.btn-help:hover {
  background-color: #f8f9fa;
}
ul.breadcrumb {
  padding: 0;
}
ul.breadcrumb li {
  list-style: none;
}
table.footable tbody tr {
  border-bottom: 1px solid #e9ecef;
}
table.footable {
  border-right: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
}
table.footable tfoot tr {
  border-bottom: 1px solid #e9ecef;
}
a.btn-primary {
  color: white !important;
}
.panel-heading > .btn-primary, a.btn-default, .btn-default  {
  color: #fff !important;
  background-color: #989e9e;
  border-color: #989e9e;
}
a.btn-secondary {
  color: #fff !important;
}
.panel-heading > .btn-primary:hover, a.btn-default:hover, .btn-default:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.panel-heading > .btn-primary:focus, .panel-heading > .btn-primary.focus, a.btn-default:focus, .btn-default:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  color: white;
}
.panel-heading > .btn-primary:not(:disabled):not(.disabled):active, .panel-heading > .btn-primary:not(:disabled):not(.disabled).active, .panel-heading > .btn-primary.dropdown-toggle, a.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.panel-heading > .btn-primary:not(:disabled):not(.disabled):active:focus, .panel-heading > .btn-primary:not(:disabled):not(.disabled).active:focus, .panel-heading > .btn-primary.dropdown-toggle:focus, a.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
ul.feedbackPanel {
  margin: 0;
}
#client-overview-root {
  display: flex;
  flex-grow: 1;
}
#workspace {
  overflow: hidden;
}
.holy-grail-body {
  overflow: auto;
}
.btn-group.open .dropdown-menu, .dropdown.open .dropdown-menu {
  display: block;
}
.coordination-type-choice .dropdown-item.active, .coordination-type-choice .dropdown-item:active {
  background-color: #e9ecef;
}
th.btn-col-coordination .form-check {
  padding: 4px 0 0 4px;
}
.panel-footer {
  padding: 10px 15px;
}

.note-btn.btn-default {
  color: #333 !important;
}
.municipality-item {
  justify-content: space-between;
}
.form-row > .col-1.col-check {
  padding: 0;
}
.TabActiveSubTab > .TabActiveTabLink > span::before {
  content: "\2759";
  font-style: normal;
  margin-right: 6px;
}
.center-panel {
  max-width: 750px;
  margin: 30px auto;
}
