.loginTemplate {
  height: 100%;
  color: white;
}
.loginTemplate .center {
  background: #465995;
  height: calc(100% - 40px);
}
.loginTemplate .center > div:nth-child(1) {
  position: relative;
  height: 20%;
  width: 100%;
  padding: 0;
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
}
.loginTemplate .center > div:nth-child(1) label {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.loginTemplate .center > div:nth-child(2) {
  height: 20%;
  width: 100%;
  padding: 0 5px;
}
.loginTemplate .center > div:nth-child(3) {
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.loginTemplate .center > div:nth-child(3) .captcha > div {
  display: table;
  width: 100%;
}
.loginTemplate .center > div:nth-child(3) .captcha > div > div {
  display: table-cell;
}
.loginTemplate .footer1 {
  position: absolute;
  top: calc(100% - 65px);
  width: 100%;
  text-align: center;
}
.loginTemplate .footer1 a {
  color: white;
}
.loginTemplate a {
  text-decoration: unset;
  cursor: pointer;
}
.loginTemplate a:hover {
  text-decoration: underline;
}
.loginTemplate .close-button {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 20;
  cursor: pointer;
}
.loginTemplate .close-button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
}
.loginTemplate .close-button span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loginTemplate .close-button span:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .loginTemplate {
    color: white;
  }
  .loginTemplate .footer1 {
    font-size: 70%;
  }
  .loginTemplate .footer2 {
    background: #465995;
    height: 40px;
    padding-top: 10px;
    border-top: 1px solid white;
    text-align: center;
  }
  .loginTemplate .ui-messages {
    font-size: 95%;
  }
  .loginTemplate .ui-messages .ui-messages-info-icon,
  .loginTemplate .ui-messages .ui-messages-warn-icon,
  .loginTemplate .ui-messages .ui-messages-error-icon {
    display: none;
  }
  .loginTemplate .ui-messages ul {
    margin: -4px 0 0 0;
  }
  .loginTemplate a {
    color: unset;
  }
  .loginPage .close-button,
  .registrationConfirmPage .close-button,
  .passwordResetConfirmPage .close-button {
    display: none;
  }
  .registrationPage .footer1,
  .registrationConfirmPage .footer1,
  .passwordResetPage .footer1,
  .passwordResetConfirmPage .footer1 {
    display: none;
  }
  .registrationPage .footer2,
  .registrationConfirmPage .footer2,
  .passwordResetPage .footer2,
  .passwordResetConfirmPage .footer2 {
    border-top: 1px solid #465995;
  }
  .registrationPage .footer2 a,
  .registrationConfirmPage .footer2 a,
  .passwordResetPage .footer2 a,
  .passwordResetConfirmPage .footer2 a {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .loginTemplate {
    background: #6073af;
  }
  .loginTemplate .center {
    background: white;
    position: absolute;
    width: 400px;
    height: 420px;
    left: calc(50% - 200px);
    top: calc(50% - 235px);
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px 0;
  }
  .loginTemplate .center > div:nth-child(1) {
    color: #465995;
    font-size: 260%;
  }
  .loginTemplate .center a {
    color: #333333;
  }
  .loginTemplate .footer2 {
    background: #465995;
    position: absolute;
    padding-top: 10px;
    text-align: center;
    width: 400px;
    height: 30px;
    left: calc(50% - 200px);
    top: calc(50% + 185px);
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px 0;
  }
  .loginTemplate .footer2 a {
    color: unset;
  }
  .loginTemplate .footer2 a:nth-child(2) {
    display: none;
  }
  .close-button {
    display: none;
  }
}
.errorBody,
.accessDeniedBody {
  height: 100%;
}
.errorBody .body,
.accessDeniedBody .body {
  height: 100%;
}
.errorBody .body .grctweb-content > div,
.accessDeniedBody .body .grctweb-content > div {
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.errorBody .body .grctweb-content > div > div,
.accessDeniedBody .body .grctweb-content > div > div {
  width: 100%;
  padding: 5px 5px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.errorBody .body .grctweb-content > div > div:nth-child(1),
.accessDeniedBody .body .grctweb-content > div > div:nth-child(1) {
  height: 300px;
  font-size: 180px;
  padding: 25px 5px;
}
.errorBody .body .grctweb-content > div > div:nth-child(2),
.accessDeniedBody .body .grctweb-content > div > div:nth-child(2) {
  font-size: 180%;
  font-weight: bold;
  color: #465995;
}
.errorBody .body .grctweb-content > div > div:nth-child(4),
.accessDeniedBody .body .grctweb-content > div > div:nth-child(4) {
  padding: 20px 5px 5px 5px;
}
.errorBody .grctweb-hamburger-menu-show {
  display: none;
}
.identityBody {
  height: 100%;
}
.identityBody .body {
  height: 100%;
}
.identityBody .body .identityPage {
  height: 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
}
.identityBody .body .identityPage .grctweb-list {
  padding-top: 10px;
}
.identityBody .body .identityPage .grctweb-list .grctweb-list-item {
  margin: 0 5px 10px 5px;
  background-color: #f1e7e7;
}
.identityBody .body .identityPage .grctweb-list .grctweb-list-item .grctweb-title,
.identityBody .body .identityPage .grctweb-list .grctweb-list-item .inrichting-adres {
  display: flex;
}
.identityBody .body .identityPage .grctweb-list .grctweb-list-item .grctweb-title label,
.identityBody .body .identityPage .grctweb-list .grctweb-list-item .inrichting-adres label {
  align-self: center;
}
@media screen and (min-width: 1025px) {
  .identityBody .body .identityPage > div {
    left: 250px;
    width: calc(100% - 250px);
  }
}
.vervoerPage .toolbar .west .filter > div:nth-child(1),
.contractPage .toolbar .west .filter > div:nth-child(1),
.factuurPage .toolbar .west .filter > div:nth-child(1),
.kalenderPage .toolbar .west .filter > div:nth-child(1),
.gebruikerPage .toolbar .west .filter > div:nth-child(1) {
  float: left;
  width: calc(100% - 30px);
}
.vervoerPage .toolbar .west .filter > div:nth-child(2),
.contractPage .toolbar .west .filter > div:nth-child(2),
.factuurPage .toolbar .west .filter > div:nth-child(2),
.kalenderPage .toolbar .west .filter > div:nth-child(2),
.gebruikerPage .toolbar .west .filter > div:nth-child(2) {
  float: right;
  width: 25px;
  padding-top: 2px;
  font-size: 120%;
}
.vervoerPage .toolbar .west .filter > div:nth-child(2) a i,
.contractPage .toolbar .west .filter > div:nth-child(2) a i,
.factuurPage .toolbar .west .filter > div:nth-child(2) a i,
.kalenderPage .toolbar .west .filter > div:nth-child(2) a i,
.gebruikerPage .toolbar .west .filter > div:nth-child(2) a i {
  color: #52595d;
}
.vervoerPage .content .west .data-box,
.contractPage .content .west .data-box,
.factuurPage .content .west .data-box,
.kalenderPage .content .west .data-box,
.gebruikerPage .content .west .data-box {
  height: 100%;
}
.vervoerPage .content .west .data-box .ui-datascroller .ui-datascroller-content,
.contractPage .content .west .data-box .ui-datascroller .ui-datascroller-content,
.factuurPage .content .west .data-box .ui-datascroller .ui-datascroller-content,
.kalenderPage .content .west .data-box .ui-datascroller .ui-datascroller-content,
.gebruikerPage .content .west .data-box .ui-datascroller .ui-datascroller-content {
  padding: 0;
  border: none;
  border-radius: 0;
}
.vervoerPage .content .west .data-box .ui-datascroller .ui-datascroller-content .grctweb-list-item,
.contractPage .content .west .data-box .ui-datascroller .ui-datascroller-content .grctweb-list-item,
.factuurPage .content .west .data-box .ui-datascroller .ui-datascroller-content .grctweb-list-item,
.kalenderPage .content .west .data-box .ui-datascroller .ui-datascroller-content .grctweb-list-item,
.gebruikerPage .content .west .data-box .ui-datascroller .ui-datascroller-content .grctweb-list-item {
  margin: 10px 5px 0 5px;
}
.gebruikerPage .content .west .add-user-container {
  border: #858c90 1px solid;
  padding: 1rem;
}
.gebruikerPage .content .west .add-user-container .title {
  font-weight: bold;
  color: #6073af;
  padding-bottom: 1rem;
}
.gebruikerPage .user-inrichting-filter-container .zoekvak {
  width: calc(100% - 30px);
}
.gebruikerPage .user-inrichting-filter-container .zoekicoonvak {
  width: 1.2rem;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
  font-size: 120%;
}
.gebruikerPage .user-inrichting-filter-container .zoekicoonvak a i {
  color: #52595d;
}
.gebruikerPage .inrichtingen-list {
  padding: 0.4rem;
}
.gebruikerPage .inrichtingen-list .inrichtingen-list-item {
  background-color: #f2f2f2;
  padding: 0.1rem;
}
.gebruikerPage .inrichtingen-list .inrichtingen-list-item:hover {
  background-color: #eaeaea;
}
.gebruikerPage .inrichtingen-list .inrichtingen-list-item .inrichting-naam,
.gebruikerPage .inrichtingen-list .inrichtingen-list-item .inrichting-adres {
  display: flex;
}
.gebruikerPage .inrichtingen-list .inrichtingen-list-item .inrichting-naam label,
.gebruikerPage .inrichtingen-list .inrichtingen-list-item .inrichting-adres label {
  align-self: center;
}
.gebruikerPage .grctweb-list .grctweb-list-item .grctweb-title,
.gebruikerPage .grctweb-list .grctweb-list-item .inrichting-adres {
  display: flex;
}
.gebruikerPage .grctweb-list .grctweb-list-item .grctweb-title label,
.gebruikerPage .grctweb-list .grctweb-list-item .inrichting-adres label {
  align-self: center;
}
.vervoerPage .content .east,
.contractPage .content .east,
.factuurPage .content .east,
.gebruikerPage .content .east {
  overflow: auto;
  margin-left: 5px;
}
.vervoerPage .content .east .grctweb-list,
.contractPage .content .east .grctweb-list,
.factuurPage .content .east .grctweb-list,
.gebruikerPage .content .east .grctweb-list {
  padding-top: 10px;
}
.vervoerPage .content .east .grctweb-list .grctweb-list-item,
.contractPage .content .east .grctweb-list .grctweb-list-item,
.factuurPage .content .east .grctweb-list .grctweb-list-item,
.gebruikerPage .content .east .grctweb-list .grctweb-list-item {
  margin: 0 5px 10px 5px;
  background-color: #f1e7e7;
}
.factuurPage .content .east .grctweb-list .grctweb-list-factuurregel {
  display: flex;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-bottom: 10px;
  background-color: #f1e7e7;
}
.factuurPage .content .east .grctweb-list .grctweb-list-factuurregel .icon-part {
  width: 25px;
  padding-left: 7px;
  padding-top: 5px;
  cursor: pointer;
}
.factuurPage .content .east .grctweb-list .grctweb-list-factuurregel .info-part {
  flex-grow: 1;
  cursor: pointer;
}
.factuurPage .content .east .grctweb-list .grctweb-list-factuurregel-detail {
  margin: 0 5px 10px 5px;
  background-color: #FFFFFF;
}
.kalenderPage .content .east {
  overflow: auto;
  margin-left: 5px;
}
.kalenderPage .content .east .ui-panelgrid .ui-panelgrid-cell {
  padding: 7px 6px;
}
.kalenderPage .content .east .previous-next-container {
  background-color: #f1e7e7;
}
.kalenderPage .content .east .maandInfo-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 5px;
}
.kalenderPage .content .east .maandInfo-container .maandInfo {
  padding: 0px 10px 10px 10px;
}
.contractPage .content .east .contractDetailPage .shadow-divider {
  height: 1px;
  border-bottom: solid 2px #f2f2f2;
}
.navigate-to-contract-button {
  margin-left: 10px;
  background-color: #465995;
  padding-left: 5px;
  padding-right: 5px;
}
.month-display {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.month-display .month-title {
  font-weight: bold;
  background-color: #465995;
  color: #ffffff;
  text-align: center;
}
.month-display .dag-titel-view {
  text-align: center;
  font-weight: bold;
  color: #465995;
}
.month-display .dag-view {
  text-align: center;
}
.month-display .dag-view .dag-gemarkeerd {
  background-color: #465995;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.month-display .dag-view .dag-ongemarkeerd {
  padding: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .identityPage .grctweb-list .hide-on-smaller-than-1024,
  .factuurPage .hide-on-smaller-than-1024,
  .vervoerPage .hide-on-smaller-than-1024 {
    display: none;
    /* Hide for screens smaller than 1024px */
  }
  .gebruikerPage .grctweb-list .hide-on-smaller-than-1024,
  .gebruikerPage .inrichtingen-list .hide-on-smaller-than-1024,
  .gebruikerPage .hide-on-smaller-than-1024 {
    display: none;
    /* Hide for screens smaller than 1024px */
  }
}
@media screen and (min-width: 1025px) {
  .identityPage .grctweb-list .hide-on-1024-and-up {
    display: none;
    /* Hide for screens bigger than or equal to 1024px */
  }
  .gebruikerPage .grctweb-list .hide-on-1024-and-up,
  .gebruikerPage .inrichtingen-list .hide-on-1024-and-up {
    display: none;
    /* Hide for screens bigger than or equal to 1024px */
  }
  .vervoerPage .content .east .grctweb-list .ui-lg-3 {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .identityPage .hide-on-smaller-than-640,
  .contractDetailPage .hide-on-smaller-than-640 {
    display: none;
    /* Hide for screens smaller than 640px */
  }
  .identityPage .ui-message-error {
    margin: 2px 0;
  }
  .identityPage .identity-label,
  .contractDetailPage .contract-label {
    margin-top: 5px;
  }
  .identityPage .save-cancel {
    display: flex;
    justify-content: flex-start;
  }
  .gebruikerPage .hide-on-smaller-than-640 {
    display: none;
    /* Hide for screens smaller than 640px */
  }
  .gebruikerPage .ui-message-error {
    margin: 2px 0;
  }
  .gebruikerPage .adjust-spacing {
    margin-top: 5px;
  }
  .gebruikerPage .save-cancel {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 641px) {
  .identityPage .hide-on-640-and-up,
  .contractDetailPage .hide-on-640-and-up {
    display: none;
    /* Hide for screens bigger than 640px */
  }
  .identityPage .ui-message-error {
    margin: 2px 5px;
  }
  .identityPage .identity-label,
  .contractDetailPage .contract-label {
    display: flex;
    align-items: center;
  }
  .identityPage .save-cancel {
    display: flex;
    justify-content: flex-start;
  }
  .gebruikerPage .hide-on-640-and-up {
    display: none;
    /* Hide for screens bigger than 640px */
  }
  .gebruikerPage .ui-message-error {
    margin: 2px 5px;
  }
  .gebruikerPage .adjust-spacing {
    display: flex;
    align-items: center;
  }
  .gebruikerPage .save-cancel {
    display: flex;
    justify-content: flex-start;
  }
}
body,
html {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 96%;
  overflow: hidden;
}
.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
  padding: 5px;
}
.ui-g-nopad {
  padding: 0;
}
.ui-widget {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 96%;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 96%;
}
.ui-corner-all {
  border-radius: unset;
}
.grctweb-header {
  background: #465995;
  height: 60px;
  width: 100%;
  display: table;
}
.grctweb-header > div:first-child {
  height: 100%;
  width: 250px;
  display: table-cell;
}
.grctweb-header > div:last-child {
  height: 100%;
  display: table-cell;
  color: white;
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}
.grctweb-header > div:last-child a {
  text-decoration: none;
  color: unset;
}
.grctweb-module-title {
  position: absolute;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .grctweb-module-title {
    left: 60px;
    top: 20px;
    font-size: 90%;
  }
  .grctweb-header > div:last-child {
    padding: 0 10px 0 0;
    font-size: 200%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .grctweb-header > div:last-child {
    padding: 0 20px 0 0;
    font-size: 250%;
  }
  .grctweb-module-title {
    left: 75px;
    top: 16px;
    font-size: 120%;
  }
}
@media screen and (min-width: 1025px) {
  .grctweb-header > div:last-child {
    padding: 0 20px 0 0;
    font-size: 250%;
  }
  .grctweb-module-title {
    left: 12px;
    top: 16px;
    font-size: 120%;
  }
}
.grctweb-content {
  height: calc(100% - 60px);
  width: 100%;
  overflow: hidden;
}
.grctweb-hamburger-menu {
  position: absolute;
  left: 0;
  top: 60px;
  height: calc(100% - 60px);
  z-index: 10000;
  padding: 0;
  border: 0;
}
.grctweb-hamburger-menu .ui-panel-content {
  height: 100%;
}
.grctweb-hamburger-menu .ui-panel-content .items {
  height: calc(100% - 40px);
  overflow: auto;
}
.grctweb-hamburger-menu .ui-panel-content .items hr {
  border-color: #465995;
  margin: 3px 3px;
}
.grctweb-hamburger-menu .ui-panel-content .items div {
  height: 40px;
  line-height: 40px;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item {
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item.selectable label {
  cursor: pointer;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item.selectable:hover {
  background-color: #eaeaea;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item.selected {
  border-left: 4px solid #465995;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item.selected label,
.grctweb-hamburger-menu .ui-panel-content .items div.item.selected .grctweb-awesome-icon {
  color: #465995;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item .item-box {
  width: 100%;
  position: relative;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item .item-box.item-box-separator {
  border-bottom: 1px solid #f2f2f2;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item .item-box label {
  position: absolute;
  left: 30px;
}
.grctweb-hamburger-menu .ui-panel-content .items div.item .item-box .grctweb-awesome-icon {
  position: absolute;
  left: 5px;
}
.grctweb-hamburger-menu .ui-panel-content .items label {
  color: #858c90;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90%;
}
.grctweb-hamburger-menu .ui-panel-content.ui-widget-content {
  padding: 0;
}
.grctweb-hamburger-menu div a {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .grctweb-hamburger-menu {
    width: 100%;
  }
  .grctweb-hamburger-menu .ui-panel-content {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .grctweb-hamburger-menu {
    width: 250px;
  }
  .grctweb-hamburger-menu .ui-panel-content {
    width: calc(100% - 10px);
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .grctweb-hamburger-menu {
    display: block !important;
  }
  .grctweb-hamburger-menu-show {
    display: none;
  }
}
.grctweb-hamburger-menu-show {
  width: 24px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.grctweb-hamburger-menu-show span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.grctweb-hamburger-menu-show span:nth-child(1) {
  top: 0;
}
.grctweb-hamburger-menu-show span:nth-child(2),
.grctweb-hamburger-menu-show span:nth-child(3) {
  top: 8px;
}
.grctweb-hamburger-menu-show span:nth-child(4) {
  top: 16px;
}
.grctweb-hamburger-menu-show.open span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}
.grctweb-hamburger-menu-show.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grctweb-hamburger-menu-show.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grctweb-hamburger-menu-show.open span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
.grctweb-awesome-icon {
  font-size: 110%;
  font-family: FontAwesome;
  font-style: normal;
  color: #52595d;
}
@media screen and (max-width: 640px) {
  .grctweb-split-page > div {
    width: 200%;
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .grctweb-split-page > div {
    left: 0 !important;
    width: 100%;
  }
  .grctweb-split-page > div > .content > .west {
    border-right: 1px solid #f2f2f2;
  }
  .grctweb-split-page .split-scroll-to-west-button {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .grctweb-split-page > div {
    left: 250px !important;
    width: calc(100% - 250px) !important;
  }
  .grctweb-split-page > div > .content > .west {
    border-right: 1px solid #f2f2f2;
  }
  .grctweb-split-page .split-scroll-to-west-button {
    display: none;
  }
}
.grctweb-split-page {
  position: absolute;
  overflow: hidden;
  top: 60px;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
  scroll-behavior: smooth;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.grctweb-split-page > div {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.grctweb-split-page > div > .toolbar {
  height: 46px;
}
.grctweb-split-page > div > .toolbar > .ui-g {
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px 0;
}
.grctweb-split-page > div > .content {
  height: calc(100% - 46px);
}
.grctweb-split-page > div > .content .west,
.grctweb-split-page > div > .content .east {
  height: 100%;
}
.grctweb-split-page > div > .content .west > div:nth-child(1),
.grctweb-split-page > div > .content .east > div:nth-child(1) {
  height: 100%;
}
.grctweb-split-page > div > .content .west.inrichting-filter-visible > div:nth-child(1) {
  height: calc(100% - 52px);
}
.grctweb-split-page > div > .content .west.inrichting-filter-visible .inrichting-filter-box {
  border-top: 1px solid #f2f2f2;
  width: 100%;
  padding-top: 5px;
}
.grctweb-list a {
  text-decoration: none;
  color: inherit;
}
.grctweb-list a label {
  cursor: pointer;
}
.grctweb-list .grctweb-list-item.even {
  background-color: #f9f9f9;
}
.grctweb-list .grctweb-list-item.even:hover {
  background-color: #eaeaea;
}
.grctweb-list .grctweb-list-item.odd {
  background-color: white;
}
.grctweb-list .grctweb-list-item.odd:hover {
  background-color: #eaeaea;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.even {
  border-left: 4px solid #f9f9f9;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.even:hover {
  border-left: 4px solid #eaeaea;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.even.selected {
  border-left: 4px solid #465995;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.odd {
  border-left: 4px solid white;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.odd:hover {
  border-left: 4px solid #eaeaea;
}
.grctweb-list.grctweb-list-selectable .grctweb-list-item.odd.selected {
  border-left: 4px solid #465995;
}
.ui-confirm-dialog .ui-button-text,
.ui-button {
  background: rgba(242, 100, 25, 0.9);
  color: white;
  border: none;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
.ui-confirm-dialog .ui-dialog-buttonpane {
  text-align: right;
}
.ui-confirm-dialog .ui-button .ui-icon {
  color: white;
}
.ui-confirm-dialog .ui-dialog-content .ui-icon.fa-warning {
  color: #ff0000;
}
.ui-confirm-dialog .ui-dialog-title {
  color: #465995;
}
.ui-widget-overlay {
  background: rgba(255, 255, 255, 0.8);
}
.grctweb-title {
  font-weight: bold;
  color: #52595d;
}
.grctweb-text-align-right {
  text-align: right;
}
.grctweb-spinner {
  margin: 0 auto 0;
  width: 100px;
  text-align: center;
}
.grctweb-spinner > div {
  width: 24px;
  height: 24px;
  background-color: #465995;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  -webkit-animation: grctweb-sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: grctweb-sk-bouncedelay 1.4s infinite ease-in-out both;
}
.grctweb-spinner .grctweb-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.grctweb-spinner .grctweb-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes grctweb-sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes grctweb-sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.grctweb-blockui.ui-blockui {
  background: rgba(255, 255, 255, 0.8);
}
.ui-blockui-content {
  background: transparent;
  border: none;
  box-shadow: none !important;
  width: 100px;
}
.ui-messages ul {
  margin: -4px 35px 0 35px;
}
.ui-messages ul li span {
  margin: 0;
}
.ui-widget-content .ui-state-highlight {
  background-color: #6073af;
  background-image: unset;
}

