* {
  padding: 0;
  margin: 0;
}
footer,
header,
nav,
section {
  display: block;
}
img {
  border: 0;
}
ul {
  margin-left: 0.2em;
}
ul {
  list-style: disc outside;
}
ul ul {
  list-style-type: circle;
}
p {
  margin-bottom: 1em;
}
body {
  width: 100%;
  color: #585857;
}
body a {
  color: #18657c;
}
body a:hover {
  color: #008b9f;
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .portlet-content input[type="text"],
  .portlet-content input[type="email"],
  .portlet-content input[type="password"],
  .portlet-layout input[type="text"],
  .portlet-layout input[type="email"],
  .portlet-layout input[type="password"] {
    font-size: inherit;
  }
}
.portlet-content .btn,
.portlet-content .btn-primary,
.portlet-layout .btn,
.portlet-layout .btn-primary {
  text-shadow: none;
}
body {
  color: #585857;
  font-family: "Calibri Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
body h1,
body h3 {
  margin: 0;
}
body h1 {
  color: #008b9f;
  font-size: 40px;
  font-family: "Saira Extra Condensed Medium", sans-serif;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}
body h2 {
  color: #008b9f;
  font-size: 30px;
  font-family: "Saira Extra Condensed Medium", sans-serif;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}
body h3 {
  color: #494949;
  font-size: 20px;
  font-family: "Calibri Bold", sans-serif;
  line-height: 20px;
}
body li {
  line-height: inherit;
}
body ul {
  padding: 0;
  margin: 0;
}
body p {
  margin: 0 0 1em 0;
}
body a {
  color: #18657c;
  text-decoration: underline;
}
body a:hover {
  color: #008b9f;
}
body a:visited {
  color: #60187c;
}
body .portlet-boundary {
  width: 100%;
}
body .locale-selection {
  display: block;
  padding: 5px;
  right: 0;
  top: 5px;
  z-index: 100;
  position: absolute;
}
body #wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
body header {
  position: relative;
}
body header .custom-logo img {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  width: 50px;
}
body header #heading {
  margin: 0 auto;
  height: 40px;
}
body header #navigation {
  background-color: #18657c;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 100px;
  z-index: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  body header #navigation {
    display: block;
  }
}
body header #navigation a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
body header #navigation a:hover,
body header #navigation a:active,
body header #navigation a:focus {
  color: #fff;
}
body header #navigation #container {
  width: 100%;
}
body header #navigation #container:before,
body header #navigation #container:after {
  display: table;
  content: " ";
}
body header #navigation #container:after {
  clear: both;
}
body header #navigation #container #app-title {
  width: 10%;
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
body header #navigation #container #core-menu {
  width: 80%;
  float: left;
}
body header #navigation #container #core-menu ul:nth-child(1) {
  flex-direction: row;
  display: flex;
}
body header #navigation #container #help-menu {
  width: 5%;
  float: left;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
body header #navigation #container #help-menu #help-link {
  padding: 11px 1em;
  cursor: pointer;
}
body header #navigation ul {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5em;
  list-style: none inside none;
}
body header #navigation ul a {
  padding: 11px;
}
body header #navigation ul li:hover {
  box-shadow: none;
  background-color: #07475a;
}
body header #navigation ul li ul {
  width: auto;
  padding: 0;
  position: absolute;
  display: none;
  color: #000;
}
body header #navigation ul li:hover ul {
  display: block;
}
body header #navigation ul li .child-menu {
  background: #fff;
  border: none;
  box-shadow: 0 0 1em #494949;
  left: -0.75em;
  padding: 0 1.5em;
  z-index: 99;
}
body header #navigation ul li .child-menu li {
  width: 180px;
  border: none;
  display: block;
}
body header #navigation ul li .child-menu li:last-child a {
  border-bottom: 0;
}
body header #navigation ul li .child-menu li a {
  color: #18657c;
  border: none;
  border-bottom: #18657c 1px solid;
  width: calc(180px - 1.5em);
  line-height: 1.2;
}
body header #navigation ul li .child-menu li a:hover {
  font-family: "Calibri Bold";
}
body header #navigation ul li .child-menu li:hover {
  background-color: #fff;
}
body #main-content {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.btn {
  background: #18657c;
  color: #fff;
  line-height: 17px;
  margin-top: 10px;
  padding: 6px 17px;
  font-size: 16px;
  margin: 10px 0 2px 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
/* .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
} */
.btn:hover,
.btn:focus {
  background: #929292;
  filter: none;
  box-shadow: none;
  color: #fff;
}
.btn.btn-primary {
  background: #8b6648;
  color: #fff;
  filter: none;
}
.btn.btn-primary:hover {
  background: #929292;
  color: #fff;
}
.btn.btn-primary:disabled {
  background: #8b6648;
}
.btn:disabled {
  background: #18657c;
  color: #b6b6b6;
  cursor: default;
}
.btn:disabled:hover {
  color: #b6b6b6;
}
.btn-primary {
  background: #18657c;
  color: #fff;
  line-height: 17px;
  margin-top: 10px;
  padding: 6px 17px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #929292;
  filter: none;
  box-shadow: none;
  color: #fff;
}
.btn-primary {
  background: #8b6648;
  color: #fff;
  filter: none;
}
.btn-primary:hover {
  background: #929292;
  color: #fff;
}
.btn-primary:disabled {
  background: #8b6648;
}
.btn-primary:disabled {
  background: #18657c;
  color: #b6b6b6;
  cursor: default;
}
.btn-primary:disabled:hover {
  color: #b6b6b6;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #929292;
  filter: none;
  box-shadow: none;
  color: #FFF;
}
.btn-url {
  color: #18657c;
  text-decoration: underline;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
}
#wrapper #content {
  padding-top: 8px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
button {
  font-family: "Calibri Bold", sans-serif;
  font-size: 16px;
  padding: 5px 1px;
}
label,
button,
input[type="checkbox"] {
  cursor: pointer;
}
button,
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  font-family: 'Calibri Bold', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border: 1px solid;
  border-color: #cdcdcd #e4e4e4 #acaaaa #cdcdcd;
  font-family: "Calibri Regular", sans-serif;
  padding: 5px 1px;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus, textarea:focus {
  background: #FFC none;
  border: 1px solid #FC0;
}
button,
input {
  line-height: normal;
}
button,
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button {
  color: #fff;
  padding: 10px 10px 10px 20px;
  border: 0;
  cursor: pointer;
  width: auto;
  overflow: visible;
  text-align: left;
  margin: 2px 0;
}
.footer-navigation {
  background: #eee;
  background-color: #e3e3e3;
  border-top: 1px solid #bfbfbf;
  padding: 10px;
}
.grid-row {
  padding-bottom: 15px;
  margin-left: -15px;
}
.grid-row:before,
.grid-row:after {
  display: table;
  content: " ";
}
.grid-row:after {
  clear: both;
}
.grid-row .grid-column {
  float: left;
}
.grid-row .grid-column.grid-leading-space {
  width: 6.66666667%;
}
.grid-row .grid-column.grid-label {
  width: 25%;
  text-align: right;
  padding-right: 20px;
}
.grid-row .grid-column.grid-label .control-label {
  color: #000;
  cursor: default;
  display: inline-block;
  float: none;
  font-weight: bold;
  margin: 0 5px 0 0;
  text-align: right;
  vertical-align: baseline;
  width: auto;
}
.grid-row .grid-column.grid-field,
.grid-row .grid-column.grid-actions,
.grid-row .grid-column.grid-text {
  display: inline-block;
  text-align: left;
}
.grid-row .grid-column.grid-text {
  max-width: 60%;
}
.grid-row .grid-column.grid-field-action {
  padding-left: 5px;
  width: 5%;
}
.grid-row .grid-column.grid-field-explanation {
  background-color: #ebeaea;
  padding: 7px;
  margin-left: 5px;
}
.grid-row .grid-column .button-holder {
  margin: 0;
}

.grid-row .grid-column .secondary-action .btn {
  background: #18657c;
  color: #fff;
}
.grid-row .grid-column .secondary-action .btn:hover {
  background: #929292;
}
.grid-row .grid-column.grid-field.error-message-container {
  height: 35px;
}
.grid-row .grid-column.grid-field.error-message-container .error-message {
  display: inline-block;
  margin-top: 30px;
  position: absolute;
  color: #d60006;
  font-style: italic;
  font-weight: bold;
}
.grid-row .grid-column #password-requirements-info {
  background-color:#ebeaea;
  padding:10px;
}
.grid-row .grid-column #password-requirements-info span.okIndication {
  width:12px;
  height:12px;
  display:inline-block
}
.grid-row .grid-column #password-requirements-info span.okIndication.ok {
  vertical-align:bottom;
  background:url('../img/check-mark-small.png') no-repeat;
}
input.aui-form-validator-error,
textarea.aui-form-validator-error,
select.aui-form-validator-error {
  border: 1px solid #F00;
}
.for-checkbox input,
.for-radio input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.for-checkbox label,
.for-radio label {
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  padding: 3px 15px 0 22px;
}
.for-checkbox input[type="checkbox"] + label,
.for-radio input[type="radio"] + label {
  background-size: 20px;
}
.for-checkbox input[type="checkbox"]:not(:checked) + label {
  background-image: url('../img/radiocheckbox/checkbox_empty.png');
}
.for-checkbox input[type="checkbox"]:checked + label {
  background-image: url('../img/radiocheckbox/checkbox_checked.png');
}
.for-checkbox input[type="checkbox"]:checked:active + label,
.for-checkbox input[type="checkbox"]:checked:hover + label {
  background-image: url('../img/radiocheckbox/checkbox_checked_active.png');
}
.for-checkbox input[type="checkbox"]:not(:checked):active + label,
.for-checkbox input[type="checkbox"]:not(:checked):hover + label {
  background-image: url('../img/radiocheckbox/checkbox_empty_active.png');
}
.for-radio input[type="radio"]:not(:checked) + label {
  background-image: url('../img/radiocheckbox/radio_empty.png');
}
.for-radio input[type="radio"]:checked + label {
  background-image: url('../img/radiocheckbox/radio_checked.png');
}
.for-radio input[type="radio"]:checked:active + label,
.for-radio input[type="radio"]:checked:hover + label {
  background-image: url('../img/radiocheckbox/radio_checked_active.png');
}
.for-radio input[type="radio"]:not(:checked):active + label,
.for-radio input[type="radio"]:not(:checked):hover + label {
  background-image: url('../img/radiocheckbox/radio_empty_active.png');
}
.aq-field {
  width: 100%;
  font-size: 1.0em;
  line-height: 1.6em;
  /* margin-top: 10px; */
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.aq-field .aq-answer-holder {
  display: inline-block;
  vertical-align: top;
  width: 93%;
  word-wrap: break-word;
}
.aq-answer-holder label {
  color: #585857;
}
.aq-required.asterisk::after, .required-symbol.asterisk::after {
  color: #900;
  font-weight: bold;
  content: "*";
}
.ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
}
.userInfo {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 100;
}
.userInfo a {
  border: none;
  border-left: 1px solid #e4e4e4;
  border-radius: 0;
  background-color: transparent;
  filter: none;
  text-decoration: underline;
  box-shadow: none;
  height: 25px;
  width: auto;
  text-align: left;
  margin: 14px 10px 6px 8px;
  padding: 0px 0px 0 11px;
}
.userInfo a:hover {
  box-shadow: none;
  background-color: transparent;
}
.portlet-layout {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  display: table;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
}
.button-holder {
  margin-left: 182px;
}
#stage {
  top: 0;
  box-shadow: -1px 0px 3px #CCCCCC;
  cursor: default;
  color: #000;
  font: small-caps 800 20px/26px sans-serif;
  padding: 0 12px;
  pointer-events: none;
  position: fixed;
  left: 45vw;
  z-index: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#stage.Local {
  background-color: #FFCD70;
}
#stage.Development {
  background-color: #FF405A;
}
#stage.IOO-Test-1 {
  background-color: #D0ADFF;
}
#stage.IOO-Test-2 {
  background-color: #00F3FF;
}
#stage.IOO-Test-3 {
  background-color: #c800ff;
}
#stage.Acceptatie {
  background-color: #FFFF00;
}
#stage.Opleiding {
  background-color: #00FF08;
}
#stage.Opleiding-Cluster {
  background-color: #0077ff;
}

.lfr-component li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.portlet {
  height: auto;
  font-family: "Calibri Regular", sans-serif;
  width: 100%;
}
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
.portlet-column {
  display: table-cell;
  vertical-align: top;
}

.taglib-language-list-text {
	float: right;
	border: none;
	margin-right: 10px;
    cursor: pointer;
}

a.taglib-language-list-text span.language-icon {
  background-image: url('../img/language.svg');
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.pf-m-error {
	display: block;
	position: absolute;
	color: #d60006;
	font-style: italic;
	font-weight: bold;
}

.pf-m-alert-area {
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #000;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;	
	border: 1px solid;
	border-collapse: collapse;
	border-radius: 2px;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.pf-m-alert-error {
	background-image: url('../img/error.png');
	background-color: #fee5e2;
	border-color: #fcaca5;
}

.pf-m-alert-warning {
	background-image: url('../img/alert.png');
	background-color: #fffbdc;
	border-color: #f1d875;
}

.pf-m-alert-info {
	background-image: url('../img/info.png');
	background-color: #cef1fc;
	border-color: #c2e2ed;
}

.pf-m-alert-success {
	background-image: url('../img/success.png');
	background-color: #f1fbd1;
	border-color: #bce830;
}

#announcements-section
{
  margin-top: 30px;
  padding: 5px;
}
#announcements-section .entry {
  border: 5px solid #eb5d47;
  margin: 8px 0;
  padding: 6px;
}
#announcements-section .entry ul {
  list-style: none;
}
#announcements-section .entry-title {
  display: block;
  margin-bottom: 0;
  position: relative;
}
#announcements-section .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto;
}
#announcements-section .entry-type-general {
  background: white url("../img/page.png") 5px 6px no-repeat;
  clear: both;
}
#announcements-section .entry-content {
  display: block;
  padding: 2px 2px 2px 30px;
}

#announcements-section a {
  color: #18657C;
  text-decoration: underline;
  cursor: pointer;
}
#announcements-section a:hover, #announcements-section a:active {
  outline: 0;
}
#announcements-section a:hover, #announcements-section a:focus {
  color: #0077b3;
  text-decoration: underline;
}
#announcements-section a:focus {
  outline-offset: -2px;
}
#announcements-section a:visited {
  color: #60187C;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Saira Extra Condensed Medium';
    src: url('../fonts/SairaExtraCondensed-Medium.ttf');
}

@font-face {
    font-family: 'Saira Extra Condensed Light';
    src: url('../fonts/SairaExtraCondensed-Light.ttf');
}

@font-face {
    font-family: 'Calibri Regular';
    src: url('../fonts/Calibri.ttf');
}

@font-face {
    font-family: 'Calibri Bold';
    src: url('../fonts/Calibri Bold.ttf');
}

#country {
	font-size: 22px;
}

.kc-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.kc-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 60%;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.kc-close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.kc-close:hover {
  color: #900;
}

.supported-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
}

.supported-list li {
  margin: 10px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.supported-list li span {
  margin-left: 10px;
  font-weight: 500;
  color: #333;
}