/* Style 12 - Last Modified 2024-02-08 15:16:18 */
/* =========================================
   UU 'azPublic-app' CSS Document
   Bob.Gerard@azorus.com
   ========================================= */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400');

/* Start J */
body, body.ui-overlay-a, body.ui-overlay-c { background-image: none; }
body {
    color:#3b3b3b;
    font-size:16px;
    line-height:24px;
    font-family: "Open Sans",Arial,sans-serif;
    text-shadow: none !important;
}
#azContainer {
    margin:0 auto;
    width:1600px;
    max-width:100%;
}
#azPage {
    background:#f6f6f6;
}
#azHeader {
    margin-bottom:0;
    border-bottom:1px solid #efefef;
    background: #fff;
}
#azHeader img {
    width:284px;
    max-width:100%;
    display:block;
}
#azContent {
    border:0 !important;
    padding:40px 215px;
}
#azFooter {
    margin:0;
    background: #262626;
    color:#aeaeae ;
    font-size:16px !important;
    line-height:auto !important;;
}
#azFooter #azFooterLeft {
    margin: 20px 20px 20px 215px;
    color:#aeaeae;
}
#azFooter #azFooterRight {
    margin: 20px 215px 20px 20px;
}
#azFooterRight img {
    margin:0;
}
#footerBottom {
    padding:20px 215px;
    background:#000;
}
#footerBottom img {
    width: 304px;
    max-width:100%;
}
p, #azContent span, #azContent ul {
    font-size: 14px;
    line-height: 1.4;
}
#azContent ul li {
  margin-bottom: 5px;
}

.azForm-errors-list > li.azForm-errors-list-item span {
    color: #c10033;
}

.azForm-errors li {
    color: #c10033;
    border: 1px solid #c10033;
    padding:4px;
}

#azPage a:not(.ui-link) {
    font-style:normal;
    font-weight:normal !important;
    text-decoration:underline;
    color:#3b3b3b;
}
#azPage a:hover {
    text-decoration:underline;
    color:#3b3b3b;
}
.ui-btn {
    box-shadow:none !important;
    text-shadow: none !important;
}
.ui-input-text {
    box-shadow:none !important;
}
.azForm-submit .ui-btn::after, #azLogin-form-submit .ui-btn::after, #azFormBookingForm .ui-btn::after, #azEvent-sessionsForm #azFormSessionsForm .ui-btn::after, #loginRechts .ui-btn::after, #forgotPasswordForm div.ui-btn::after, #account-settings-email .ui-btn::after, #account-settings-optout div.ui-btn::after, #resetPasswordForm .ui-btn::after, #azLogin-dialog div.ui-btn::after, #azEvent-viewForm .ui-btn.ui-btn-c::after {
    background: #ffcd00;
    content: " >";
    position: absolute;
    right: 0;
    width: 40px;
}
.azForm-submit .ui-btn:hover:after, #azLogin-form-submit .ui-btn:hover:after, #azFormBookingForm .ui-btn:hover:after, #azEvent-sessionsForm #azFormSessionsForm .ui-btn:hover:after, #loginRechts .ui-btn:hover:after, #forgotPasswordForm div.ui-btn:hover:after, #account-settings-email .ui-btn:hover:after, #account-settings-optout div.ui-btn:hover:after, #resetPasswordForm .ui-btn:hover:after, #azLogin-dialog div.ui-btn:hover:after, #azEvent-viewForm .ui-btn.ui-btn-c:hover:after {
    background:#000;
    color:#ffcd00;
}
#azLogin-form .ui-btn {margin-bottom:4px;}
#azEvent-eventsForm #azEvent-events .azEvent-event:hover {
    background:#ffcd00;
}
.azForm-title h3 {
    margin-top: 40px;
    font-size: 18px;
}
.azForm-wrap h4 {
  font-size: 18px;
}
#azContent .azForm-wrap {
    margin-left:0;
    margin-right:0;
}
#azFormViewForm .ui-select, #azFormViewForm .ui-checkbox {
    margin-left:0;
}
#azFormViewForm .ui-input-text, #azFormViewForm .ui-select .ui-btn, .ui-checkbox label {
    margin-left:0;
    border:0;
    background:#efefef;
    font-weight:normal;
    font-size:14px;
}
.ui-input-text, .ui-select, .ui-checkbox {
    border:1px solid #a5a5a5 !important;
}
#azFormViewForm .ui-select .ui-btn::after {
    top:0;
    margin-top:0;
    right:0;
    border-radius:0;
    height:30px;
    width:30px;
}

/*********************/
/* Public login page */

#azTopRow, #azBottomRow {
    width: auto;
}
#azTopRow {
    margin: 0;
    display: table;
}
#azTopRowLeft, #azTopRowRight {
    display: table-cell;
    float: none;
    vertical-align: top;
}
#azTopRowLeft {
    padding: 40px;
    min-width: 250px;
    background:#efefef;
}
#azLogin h1 {
    font-size:24px !important;
    font-weight:300;
    line-height:32px;
}
#azSignup {
    margin: 0;
}
#azSignup .ui-btn {
    margin:0;
    background:#000;
    border:0;
    text-align:left;
    color:#fff;
    padding:0 20px;
    height:40px;
    line-height:40px;
    font-size:12.5px;
    text-transform:uppercase;
}
#azSignup .ui-btn:hover {
    color:#ffce00;
}
#azSignup .ui-btn::after {
    content:" >";
}
#azLogin #azLogin-errors {
    margin-left:40px;
}
#azLoginBox {
    text-shadow: none;
    background:#efefef;
    border:0;
    padding-top:10px;
}
#azLoginBox .login-title {
    margin: 0 20px 20px;
    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 16px;
    color: #3b3b3b;
    white-space: nowrap;
}
#azLogin-form input {
    background:#fff;
}
#azLoginBox #azLogin-form-inputs {
    margin: 0 20px;
}
#azLoginBox #azLogin-form-forgotPassword {
    margin: 0 20px 12px;
}
#azLoginBox #azLogin-form-inputs div {
    margin-bottom:8px;
}
#azLoginBox #azLogin-form-forgotPassword a {
    font-weight:normal;
    font-size:12px;
}
#azLogin-form-forgotPassword a:link,
#azLogin-form-forgotPassword a:visited,
#azLogin-form-forgotPassword a:active {
    color: #3b3b3b;
    text-decoration: none;
}
#azLogin-form-forgotPassword a:hover {
    text-decoration:underline;
    color: #3b3b3b;
}
#resetPasswordForm .ui-input-text, #account-settings-email .ui-input-text, #account-settings-optout .ui-checkbox, #forgotPasswordForm .ui-input-text {
    margin-bottom: 20px;
    background:#f4f4f4;
    border:1px solid #a5a5a5;
}
#account-settings-optout .ui-checkbox, #account-settings-email .ui-checkbox {
    border:1px solid #a5a5a !important;
}
#resetPasswordForm .ui-input-text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #2f3e46;}
#resetPasswordForm .ui-input-text input::-moz-placeholder { /* Firefox 19+ */  color: #2f3e46;}
#resetPasswordForm .ui-input-text input:-ms-input-placeholder { /* IE 10+ */  color: #2f3e46;}
#resetPasswordForm .ui-input-text input:-moz-placeholder { /* Firefox 18- */  color: #2f3e46;}
#account-settings-email .ui-input-text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #2f3e46;}
#account-settings-email .ui-input-text input::-moz-placeholder { /* Firefox 19+ */  color: #2f3e46;}
#account-settings-email .ui-input-text input:-ms-input-placeholder { /* IE 10+ */  color: #2f3e46;}
#account-settings-email .ui-input-text input:-moz-placeholder { /* Firefox 18- */  color: #2f3e46;}
#account-settings-optout .ui-checkbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #2f3e46;}
#account-settings-optout .ui-checkbox input::-moz-placeholder { /* Firefox 19+ */  color: #2f3e46;}
#account-settings-optout .ui-checkbox input:-ms-input-placeholder { /* IE 10+ */  color: #2f3e46;}
#account-settings-optout .ui-checkbox input:-moz-placeholder { /* Firefox 18- */  color: #2f3e46;}
#forgotPasswordForm .ui-input-text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #2f3e46;}
#forgotPasswordForm .ui-input-text input::-moz-placeholder { /* Firefox 19+ */  color: #2f3e46;}
#forgotPasswordForm .ui-input-text input:-ms-input-placeholder { /* IE 10+ */  color: #2f3e46;}
#forgotPasswordForm .ui-input-text input:-moz-placeholder { /* Firefox 18- */  color: #2f3e46;}
#azLoginBox .ui-input-text, #azLoginBox .ui-btn {
    margin:0;
}
#azLoginBox .ui-btn, .azForm-submit .ui-btn, #forgotPasswordForm div.ui-btn, #account-settings-email .ui-btn, #account-settings-optout div.ui-btn, #resetPasswordForm .ui-btn, #azLogin-dialog div.ui-btn, #azEvent-viewForm .ui-btn-c {
    background:#ffcd00;
    border:0;
    text-shadow:none;
    text-transform:uppercase;
    height:40px;
    line-height:40px;
    padding:0;
}
#azEvent-viewForm .ui-btn-c {
    margin-bottom:4px;
    font-weight:bold !important;
}
#azEvent-viewForm #azEvent-events-list .ui-first-child {
    border-bottom:1px solid #ccc !important;
}
#azLogin::before {
    content: url("https://start.uu.nl/content/image/569");
    display: block;
    max-width: 100%;
    width: 100%;
    overflow:hidden;
    height:400px;
}
html:lang(en) #azLogin::before {
    content: url("https://start.uu.nl/content/image/570");
}
.azLogin #azContent {
    padding: 0 1px;
    background:none;
}
.azLogin #azTopRow {
    margin:0;
    background:#fff;
}
#azTopRowRight #myTable {
    display:table;
}
#azTopRowRight #loginLinks {
    width:60%;
    min-height:10px;
    padding:40px;
    box-sizing:border-box;
    display:table-cell;
}
#azTopRowRight #loginLinks p, #azTopRowRight #loginLinks li {
    font-family:"Merriweather","Bembo",Georgia,Times,"Times New Roman",serif;
    font-size:18px;
    line-height:34px;
    font-weight:300;
}
#azTopRowRight #loginRechts {
    width:40%;
    padding:40px;
    display:table-cell;
    box-sizing:border-box;
    min-height:10px;
    border-left:1px solid #efefef;
}
#azTopRowRight #loginRechts .loginLink {
    background:#ffcd00;
    padding: 0 0 0 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold !important;
    text-transform:uppercase;
    font-size:12.5px;
    margin-top:6px;
}
#azTopRowRight #loginRechts .loginLink:hover {
    background:#ffcd00 !important;
}
#azTopRowRight #loginRechts .loginLink::after {
    background: #ffcd00;
    content: " >";
    /*position: absolute;
    right: 0;*/
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left:20px;
}
#azTopRowRight #loginRechts .loginLink:hover:after {
    background:#000;
    color:#ffcd00;
}
.azLogin #azLoginBottom {
    margin: 0 40px 40px;
}
.ui-dialog-contain .ui-content {
    background:#eaeaea;
}
.ui-dialog-contain .ui-content #azLogin-cancel {
    background:#a5a5a5;
    border:none;
    padding:0;
    line-height:40px;
}
.ui-dialog-contain .ui-content #azLogin-cancel::after {
    background:#a5a5a5 none repeat scroll 0 0;
    content: " >";
    position: absolute;
    right: 0;
    width: 40px;
}
.ui-dialog-contain .ui-content #azLogin-cancel:hover:after {
    background:#000 none repeat scroll 0 0;
    color:#a5a5a5;
}
.ui-dialog-contain .ui-content #azLogin-form .ui-btn {
    border:none;
}
/* Eind J */

/* Form styling */

.formtitle h3, #az-communications-center h2.formtitle, #azEvent-bookingForm h2 strong, #azEvent-sessionsForm h2 strong, #azEvent-viewBooking h3:first-of-type, #azEvent-eventsForm h3 {
    color:#c00a35;
    font-size:38px;
    font-weight:100;
    line-height:50px;
}
#azEvent-bookingForm h2, #azEvent-sessionsForm h2, #azEvent-viewBooking {
    margin-bottom:38px;
}
.azForm-element-error .ui-grid-a, .azForm-element-error .ui-grid-b, .azForm-element-error .ui-grid-c, .azForm-element-error .ui-grid-d {
    overflow:visible;
}
.azForm-input {
    font-size:14px !important;
    line-height:30px !important;
    padding:0 15px !important;
}

/* Fix the telephone input padding, which was blown away with the important, in the fom input rule above. */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel],
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 52px !important;
    padding-right: 6px !important;
}

.azForm-input-date .ui-block-c .ui-select {
    margin-right:0 !important;
}

.ui-select .azForm-input {
    padding:0 !important;
}
.ui-checkbox label {
    font-size:14px !important;
    line-height:30px !important;
    padding:0 30px !important;
}
.azForm-input option {
    font-size:14px;
}

/* Event styling */
#azEvent-bookings .ui-btn-active {background:#eee;}
#azEvent-bookings .azEvent-event {border-bottom:1px solid #ccc;}
#azEvent-bookings li:first-child .azEvent-event {border-top:1px solid #ccc;}
#azEvent-sessionDetailsPopup .add-session {
    display:inline-block;
    border:1px solid #ffcd00;
}
#azEvent-sessionDetailsPopup .add-session:hover {border:1px solid #000;}
#azEvent-sessionDetailsPopup .go-back {
    width:248px;
    display:inline-block;
}
#azEvent-sessionDetailsPopup div a.ui-btn {
    display:block;
    width:300px;
    max-width:100%;
    margin-bottom:4px;
}
#azEvent-viewBooking .ui-btn{
    margin-bottom:4px;
}
#azEvent-viewBooking #add-calendar-google {
    margin-left:0;
}
#azEvent-viewBooking #download-calendar {
    margin-right:0;
}
#azEvent-events #azEvent-events-list .ui-li-divider {
    background:#ffcd00;
    padding:20px;
}
#azEvent-eventsForm #azEvent-events-list {
    margin:0;
}
#azEvent-viewForm #azEvent-events-list .ui-first-child {
    background:#fff;
    font-size:14pt;
    font-weight:normal;
}
#azEvent-viewForm .azEvent-event:hover {
    background:#ffcd00;
}
#azEvent-viewForm .ui-btn.ui-btn-c {
    line-height:40px;
    padding:0;
    border:0;
}
#azEvent-eventsForm .azEvent-category {
    background:none;
}
#azFormBookingForm .ui-btn, #azEvent-sessionsForm #azFormSessionsForm .ui-btn {
    height:40px;
    line-height:40px;
    text-transform:uppercase;
    padding:0;
    border:0;
    margin-top:0;
}
#azEvent-sessions #azEvent-sessions-list {
    margin-bottom:0;
}
#azEvent-sessionsForm .azEvent-sessions-message {
    border:none !important;
    padding:0 0 20px;
}
#azEvent-sessionsForm .azEvent-sessions-message .expired-message {
    color:#f00;
    margin:0;
    font-weight:normal;
}

#azEvent-sessionsForm .ui-btn, #azEvent-sessionsForm .ui-btn-active {
    background: #ffcd00;
    border: none;
}

.ui-collapsible-inset .ui-collapsible-heading a {
    background:#ffcd00 !important;
}
.ui-collapsible-inset .ui-collapsible-heading-collapsed a {
    background:#eee !important;
}
.ui-collapsible-inset .ui-collapsible-heading-collapsed a:hover {
    background:#ffcd00 !important;
}
.ui-collapsible-content .ui-collapsible-heading a {
    background:#ccc !important;
}
.ui-collapsible-content .ui-collapsible-heading a:hover {
    background:#aaa !important;
}



/* Customize events button for 'Complete My Booking' */
#az-event-session-toolbar-booking-button {
    margin: 36px 20px;
    transition: transform 400ms ease-out;
}

#az-event-session-toolbar-booking-button:hover {
  transform: translate(10px, 0);
}
#azPage {
    padding: 0 !important;
}

#az-event-session-toolbar {
    background: transparent;
    border: none;
}
#azEvent-sessionsForm #azEvent-calendar + .ui-btn,
#az-event-session-toolbar-booking-button .ui-btn {
    height: 40px;
    line-height:40px;
    background: #ffcd00;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

#az-event-session-toolbar-booking-button .ui-btn {
    padding: 0 50px 0 20px;
}

#azEvent-sessionsForm #azEvent-calendar + .ui-btn:after,
#az-event-session-toolbar-booking-button .ui-btn:after {
    content: '>';
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 0;
}

#azEvent-sessionsForm #azEvent-calendar + .ui-btn:hover:after,
#az-event-session-toolbar-booking-button .ui-btn:hover:after {
    background: #000;
    color: #ffcd00;
}



/* Taken from uu-theme-v2.css */

#azPublicNavbar-header {
    background: none;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0;
}

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    border: 0 none;
}

#azEvent-sessions-list .azEvent-activity-category {
    border: 1px solid #AAAAAA;
    padding: 0;
}

#azContent .session-info {
    border: 1px solid #AAAAAA;
    padding-bottom: 0.375em;
    padding-top: 0.375em;
}

.azEvent-sessions-message {
  padding: 10px;
}

#azContent p.expired-message {
    color: #000;
}

.session.ui-btn-up-f {
    border-left: 15px solid green !important;
}



/********************************************/
/* Below styles provided by UU - 2015-04-10 */
/********************************************/

body {
  font-family: "Open Sans",Arial,sans-serif !important;
}

#azEvent-sessions-list .azEvent-activity-category {
  padding-left: 30px;
}

#azEvent-sessions-list .azEvent-activity-category {
    border: 0 none;
}

.ui-btn-c.ui-icon-carat-d {
    color: #000;
  
}  

#azContent .session-info {
    margin-bottom: -1px;
}

.session {
  margin-left: 30px;
}

.ui-page-theme-c .ui-btn, 

html head + body .ui-btn.ui-btn-c.ui-input-btn, 
html head + body .ui-btn.ui-btn-c.ui-input-btn:visited 

{

  background: #ffcd00;
}

.add-session.ui-btn.ui-btn-b {
  background: #ffcd00;
  border: 0;
  color: #000;
  width: 250px
}

.add-session.ui-btn.ui-btn-b:hover {
  background-color: #000;
  color: #fff;
}

#azTopRowRight, #azEvent-sessionsForm,
body, body.ui-overlay-a, body.ui-overlay-c {
    font-size: 14px;
    line-height: 22px;
    font-family:"Open Sans",Arial,sans-serif;
}

.azEvent-sessions-message {
  border: 2px solid #ffcd00 !important;
}

#az-links ul, #az-navigation ul {
    border-bottom: 0;
    border-top: 0;
}

#az-links a:link, #az-links a:visited, #az-links a:active, #az-navigation a:link, #az-navigation a:visited, #az-navigation a:active {
    color: #000 !important;
}
#az-links a:link, #az-links a:visited, #az-links a:active {
    text-transform:uppercase;
    font-weight:bold !important;
    font-size:15px;
}

#az-links li, #az-navigation li {
    font-size: 1em;
}
#az-messages .az-message .az-message-title {
    font-size: 1.2em;
}
#az-messages .az-message {
  
    border-color: #000;
  border-top-width: 1px;
  
}

.az-link:hover, .ui-link:hover {
  background: transparent !important;
}

.ui-btn-icon-left::after, .ui-btn-icon-right::after, .ui-btn-icon-top::after, .ui-btn-icon-bottom::after, .ui-btn-icon-notext::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.session.ui-btn-up-f {
    border-left: 15px solid #ffcd00 !important;
}

.azEvent-session-date {
  border: 0;
  border-top-width: 0;
}

.ui-listview-inset > .ui-li-static, .ui-listview-inset > .ui-li-divider, .ui-listview-inset > li > a.ui-btn {
    border-left-width: 0;
    border-right-width: 0;
  border-top-width: 0;
}

.ui-icon-alert {
  color: #c00 !important;
  background:none !important;
  border:0 !important;
  padding-left:0;
}

.ui-content .ui-mini {
background-color: rgba(0,0,0,0.3);
}
.ui-mini {
    margin:0;
}

.ui-select .ui-btn {
    text-align: left;
    height:30px;
    padding:0 15px;
}

#azEvent-sessionDetailsPopup .add-session {
    display:inline-block;
}
#azEvent-sessionDetailsPopup .go-back {
    width:248px;
    display:inline-block;
}
/* Style 19 - Last Modified 2022-04-14 18:13:51 */
/* add space below the privacy statement on forms */
#az-form-privacy-statement-content {
    padding-bottom: 20px;
}

/* add space between checkboxes of communication options */
#az-form-communications-channels .ui-checkbox,
#az-form-communications-types .ui-checkbox {
    margin: 5px 0;
}

/*add space between checkboxes of comms options in preference centre */
#az-communications-center .ui-checkbox{
    margin: 5px 0;
}

#azPublicNavbar-documents {
    display:none;
}
/* Style 26 - Last Modified 2022-11-16 14:06:16 */
body.webinar #azPage {
    position: relative;
    top: auto;
    left: auto;
    max-width: 990px;
    margin: 0 auto;
    background-color: #fff !important;
}

body.webinar #azContainer {
    padding: 0 !important;
}

#webinar_script {
  display: none;
}

.yt-embed {
    position: relative;
    padding-bottom: 56.25%;
}
.yt-embed iframe, .yt-embed img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** HEADER ***/

body.webinar #azHeader a {
    display: inline-block;   
    margin: 32px 26px 10px;
}

body.webinar #azPublicNavbar-header {
    position: absolute;
    left: 50%;
    width: 50%;
}

body.webinar #azPublicNavbar-header .ui-btn-right {
    top: 33px;
    right: 26px;
}

body.webinar #azPublicNavbar-locales {
    left: -50px;
}

body.webinar #azPublicNavbar-locales-button, body.webinar #azPublicNavbar-setup {
    display: block !important;
    margin-top: 5px;
    padding: 0 52px 0 16px;
    font-size: .9em;
    text-decoration: none !important;
    color: #fff !important;
    background: #000;
}

/*** NAVIGATION ***/

body.webinar #az-navigation ul {
    list-style: none;
    margin: 0;
    padding: 5px 26px;
}

body.webinar #az-navigation li {
    display: inline-block;
    margin-bottom: 0 !important;
}

body.webinar #az-navigation li + li {
    margin-left: 26px;   
}

body.webinar #az-navigation li a:link, body.webinar #az-navigation li a:visited, body.webinar #az-navigation li a:active {
    display: block;
    font-size: 1.03em;
    line-height: 1.8em;
    text-decoration: none;
    color: #fff !important;
}

/*** COLUMNS ***/

.my_webinar_calendar {
    width: 50%;
    float: left;
}

.open_days_intro {
    position: relative;
    width: 50%;
    padding: 0 !important;
    float: right;
}

.webinar_news_items {
    clear: both;
    position: relative;
    border-top: 5px solid #fff;
    background-color: #fff;
}

/*** HELLO ***/

body.webinar .header_image {
    position: relative;
    margin-bottom: 5px;
}

body.webinar .header_image:before, body.webinar .header_image:after {
    /*content: '\00A0';*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    width: 50%;
    height: 900px;
    margin-top: 5px;
    background: #ffcd00;
}

body.webinar .header_image:after {
    left: 50%;
    background: #efefef;
}


#hello_first_name {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 50%;
    background: rgba(0, 0, 0, .33);
}

#hello_first_name p {
    margin: 0;
    padding: 16px 26px;
    font-size: 1.2em;
    text-shadow: none;
    color: #fff;
}

#hello_first_name p span {
    font-size: 1em;
}

/*** AGENDA (portal links) ***/

body.webinar #azContent {
  padding: 1px;
}

#my_webinars {
    text-shadow: none;
    background: #ffcd00;
}

.my_webinar_calendar #az-links {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    background: #ffcd00;
}

.my_webinar_calendar #az-links h3 {
    margin: 0;
    padding: 2px 26px;
    font-size: .9em;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff;
    background: #000;
}

.full-width-header {
    margin: .25em 0 1em 0;
    padding: 5px 26px;
    width: 100%;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2;
    color: #fff;
    background: #000;
    text-transform: uppercase;
}

body.webinar #az-links dl {
  padding: 0px 16px 10px 26px;
}

body.webinar #az-links dt {
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

body.webinar #az-links dd {
  margin: 0;
}

body.webinar #az-links ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.webinar #az-links ul:before {
    display: none;    
}

body.webinar #az-links li {
  display: inline-block;
  color: #000;
  vertical-align: top;
}

body.webinar #az-links li:after {
  content: "|";
  padding: 0 10px;
}

body.webinar #az-links li:last-child {
  max-width: 50%;
  /*
  padding-left: 15px;
  position: relative;
  */
}

body.webinar #az-links li:first-child:after {
  content: '-';
}

body.webinar #az-links li:last-child:after {
  display: none;
}

body.webinar #az-links li:last-child::before {
  content: '\25B2\00A0\00A0';
  position: absolute;
  left: 95%;
  transform: rotate(90deg) translate(4px, 4px);
}

body.webinar #az-links a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.webinar #az-links ul:hover li {
    text-decoration: underline;   
}

body.webinar #az-links ul:hover li:last-child::before {
  font-size: 200%;
  margin-left: -5px;
}


/*** NEWS ITEM (INTRO) ***/

body.webinar #az-news {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

body.webinar #az-news-article {
    margin: 0 !important;
    padding: 16px;
    background: #efefef;
}

body.webinar #az-news-content p {
    padding-bottom: 16px;
}

/*** PORTAL MESSAGES (ten onrechte nieuwsitems genoemd) ***/

body.webinar .az-message-read-on, body.webinar .az-message-content p, body.webinar #az-news-buttons, body.webinar #az-news-read-date {
  display: none;   
}

.webinar_news_items .az-message-expander {
    display: none;
}

.webinar_news_items .az-message {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid #efefef !important;
    margin-bottom: 1em !important;
}

.webinar_news_items .az-message-title {
    margin: 0 !important;
    padding: 5px 0px;
    font-weight: bold !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #000;
}

.webinar_news_items .az-message-content {
    display: block !important;
    margin: 0 !important;
    border: none !important;
}

.webinar_news_items .snippet {
    white-space: nowrap;
}

.webinar_news_items .snippet .yt-embed {
    display: inline-block;
    width: 25%;
    padding-bottom: 14.06%;
    vertical-align: top;
}

.webinar_news_items .snippet .yt-embed + div {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.webinar_news_items .snippet ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.webinar_news_items .snippet li {
    display: inline-block;
    width: 33%;
}

#azPage .webinar_news_items .az-message-content a {
    display: block;
    margin: 0;
    padding: 41% 0 5%;
    background-size: 40% !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: bold !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.webinar_news_items .az-message-content a:after {
    content: '\203A';
    display: inline-block;
    position: relative;
    left: 5px;
    font-size: 28px;
    top: 3px;
    width: 26px;
    height: 24px;
    line-height: 18px;
    padding: 2px 0 0;
}

.webinar_news_items .az-message-content a:hover:after {
    color: #fff;
    background: #000;    
}

.webinar_news_items .az-message-content li.chat a, .webinar_news_items .az-message-content li.chat a:hover {
    background: url('/content/image/1679') no-repeat 50% 25% !important;
}

.webinar_news_items .az-message-content li.programme a, .webinar_news_items .az-message-content li.programme a:hover {
    background: url('/content/image/1680') no-repeat 50% 25% !important;
}

.webinar_news_items .az-message-content li.brochure a, .webinar_news_items .az-message-content li.brochure a:hover {
    background: url('/content/image/1681') no-repeat 50% 25% !important;
}
.webinar_news_items .az-message-content li.assoc a, .webinar_news_items .az-message-content li.assoc a:hover {
    background: url('/content/image/1746') no-repeat 50% 25% !important;
}

.webinar_news_items .az-message-content li.uu-website a, .webinar_news_items .az-message-content li.uu-website a:hover {background: url('/content/image/1840') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-track a, .webinar_news_items .az-message-content li.uu-track a:hover {background: url('/content/image/1839') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-toelating a, .webinar_news_items .az-message-content li.uu-toelating a:hover {background: url('/content/image/1838') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-studievereningen a, .webinar_news_items .az-message-content li.uu-studievereningen a:hover {background: url('/content/image/1837') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-studieprogramma a, .webinar_news_items .az-message-content li.uu-studieprogramma a:hover {background: url('/content/image/1836') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-studie-adviseur a, .webinar_news_items .az-message-content li.uu-studie-adviseur a:hover {background: url('/content/image/1834') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-premaster a, .webinar_news_items .az-message-content li.uu-premaster a:hover {background: url('/content/image/1833') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-meeloopdag a, .webinar_news_items .az-message-content li.uu-meeloopdag a:hover {background: url('/content/image/1832') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-livechat a, .webinar_news_items .az-message-content li.uu-livechat a:hover {background: url('/content/image/1830') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-honours a, .webinar_news_items .az-message-content li.uu-honours a:hover {background: url('/content/image/1829') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-brochure a, .webinar_news_items .az-message-content li.uu-brochure a:hover {background: url('/content/image/1828') no-repeat 50% 25% !important;}
.webinar_news_items .az-message-content li.uu-beroepen a, .webinar_news_items .az-message-content li.uu-beroepen a:hover {background: url('/content/image/1827') no-repeat 50% 25% !important;}

#forgotPasswordForm .ui-btn-inline {
  display: block !important;
}

#az-messages {
    background-color: white;
}

#az-messages .az-message .az-message-content {
    margin: 1em 0 !important;
}
/* Style 30 - Last Modified 2024-04-04 20:39:22 */
#azEvent-itinerary {
    /**
    * Note: Header rows contain either the heading "Multi-Day Activities" or individual dates.
    * Background color of the header rows.
    */
    --header-background-color: #FFCD00;
 
    /**
    * Boder color of the border between the header row and the first session row
    */
    --header-border-bottom-color: #FFCD00;
 
    /**
    * Border color of the top/left/right borders of the header rows (bottom border color is separate)
    */
    --header-border-color: #FFCD00;
 
    /**
    * Font color of header rows
    */
    --header-font-color: inherit;
 
    /**
    * Font size of header rows
    */
    --header-font-size: 1.2em;
 
    /**
    * Padding of header rows (space between border and text)
    */
    --header-padding: 0.5em;
 
    /**
    * Background color of session rows on hover/mouseover
    */
    --session-background-color-hover: #eee;
 
    /**
    * Background color of session rows
    */
    --session-background-color: white;
 
    /**
    * Border color of session rows, except the border between the header and the first session row (set by --header-border-bottom-color), and between the last session row and the header (uses --header-border-color)
    */
    --session-border-color: lightgrey;
 
    /**
    * Font color of session rows
    */
    --session-font-color: inherit;
 
    /**
    * Font size of session rows
    */
    --session-font-size: inherit;
 
    /**
    * In the "Multi-Day Activities" table, the width of the "Start" and "End" labels
    */
    --session-multiDay-datetime-label-width: 2.5rem;
 
    /**
    * In the "Multi-Day Activities" table, the width of the entire cell that contains all date information.
    *   Must accomodate the label width (above) plus the formatted dates themselves. Tweak these values
    *   for matching widths between single- and multi-day sessions, where applicable.
    */
    --session-multiDay-datetime-width: 17rem;
 
    /**
    * In the table for single-day sessions, the width of the cell that contains the times. Tweak these values
    *   for matching widths between single- and multi-day sessions, where applicable.
    *  
    */
    --session-singleDay-time-width: 7rem;
 
    /**
    * Padding of session rows (space between border and text)
    */
    --session-padding: 0.5rem;
 
}
