@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #3e4d76 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif !important;
}

.div_top {
  background-color: #2a385f !important;
  box-shadow: 0 0 5px;
}

.ui-page-theme-a a.ui-link,
html .ui-bar-a a.ui-link,
html .ui-body-a a.ui-link,
html body .ui-group-theme-a a.ui-link {
  color: #2a385f;
}

.container_ilmo {
  border: 0 solid #2a385f;
}

.h2_kapea {
  border-bottom-color: #2a385f !important;
}

.osallistujalohko_header {
  background-color: #d1d1d1;
  transition: background-color 0.2s;
}

.osallistujalohko_header:hover {
  background-color: #d4d7df;
}

.btn-green,
.button_green {
  background-color: #2a385f !important;
  border-radius: 0.5rem !important;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.button_green:hover,
.button_green:active,
.button_green:focus {
  background-color: #263256 !important;
}

.btn-green.disabledlink,
.button_green.disabledlink {
  background-color: #ababab !important;
  color: gray !important;
  cursor: not-allowed;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.SumoSelect > .CaptionCont {
  border-radius: 0.5rem !important;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #2a385f !important;
}

.form-control {
  border-radius: 0.5rem;
}

.form-control:focus {
  box-shadow: 0 0 6px #cacdd7 !important;
  border: 1px solid #2a385f !important;
}

.ui-checkbox-off:hover,
.ui-checkbox-off:focus,
.ui-checkbox-off:active {
  background-color: #f4f5f7;
}

.laskutapa .active {
  border-color: #2a385f !important;
}

.calendar_search .button_green {
  background-color: #2a385f !important;
  border-radius: 0.5rem !important;
}

.calendar_search .button_green:hover,
.calendar_search .button_green:active,
.calendar_search .button_green:focus {
  background-color: #263256 !important;
}

.panel-title a:link {
  background-color: #dadada;
  transition: background-color 0.2s;
}

.panel-title a:link:hover {
  background-color: #e5e7ec;
}

.panel-title .notexpandable {
  background-color: #ededed;
}

.calendar_top_link.disabledlink {
  color: #fff !important;
  font-weight: 600;
}

.calendar_header {
  margin-top: 55px;
  background-color: #ffffff;
}

.calendar_header
  .calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon {
  background-color: #2a385f;
  border-radius: 0.5rem;
}

.calendar_header
  .calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:active,
.calendar_header
  .calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:focus,
.calendar_header
  .calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:hover {
  background-color: #263256;
}

.calendar_header
  .calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .customer_datepicker {
  border-radius: 0.5rem;
}

.calendar_header .dropdown-menu > .active > a,
.calendar_header .dropdown-menu > .active > a:focus,
.calendar_header .dropdown-menu > .active > a {
  background-color: #2a385f;
}

.calendar_header .dropdown-menu > .active > a,
.calendar_header .dropdown-menu > .active > a:focus,
.calendar_header .dropdown-menu > .active > a:hover {
  background-color: #2a385f;
}

/* sisältö */
.main_calendar {
  background-color: #3e4d76;
}

.main_calendar .widediv {
  background-color: #2a385f !important;
  color: white;
  box-shadow: 0 0 5px !important;
}

.main_calendar .widediv .calendar_title,
.main_calendar .widediv .content-70-tapahtumavalinta h1 {
  color: white;
}

.main_calendar .widediv .calendar_nakyma {
  filter: grayscale(100%);
}

.main_calendar .koulutus_lista {
  box-shadow: 0 0 3px #8a92a7;
  background: #f2f2f2 !important;
  min-height: 66px;
}

.main_calendar .koulutus_lista .koulutus_button {
  background: #2a385f;
  color: white !important;
  border: 1px solid #2a385f;
  border-radius: 1.6rem;
  height: 26px;
  width: 122px;
  /* border: 1px solid #b86868; */
}

.main_calendar .koulutus_lista .koulutus_button.status-cancelled {
  background: #e17575;
  border: 1px solid #e17575;
}

.main_calendar .koulutus_lista .koulutus_button.status-openForApplication {
  background: #2a385f;
  border: 1px solid #2a385f;
}

.main_calendar
  .koulutus_lista
  .koulutus_button.status-applicationPeriodExpired {
  background: #2a385f;
  border: 1px solid #2a385f;
}

.main_calendar .koulutus_lista .koulutus_button.status-inProgress {
  background: #2a385f;
  border: 1px solid #2a385f;
}

.main_calendar .koulutus_lista .koulutus_button.status-finished {
  background: #2a385f;
  border: 1px solid #2a385f;
}

.main_calendar .koulutus_lista .koulutus_button.status-default {
  background: #2a385f;
  border: 1px solid #2a385f;
}

.main_calendar .koulutus_lista .koulutus_button .koulutus_nimi {
  display: flex;
  align-items: center;
}

.main_calendar .koulutus_lista .tapahtumalinkki_calendar {
  color: #575757;
  font-weight: 600;
  /* border-bottom: 1px solid $customer-brand-color; */
}

.expertise_list > .expertise_button .expertise_button_no_img {
  background: #3a4d82;
  border: 3px solid #2a385f;
  color: #fff;
}

.tooltipevent {
  border: 2px solid #2a385f !important;
}

.fc-ltr .fc-h-event .fc-not-end,
.fc-rtl .fc-h-event .fc-not-start {
  background-color: #2a385f !important;
  color: white !important;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end,
a.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-not-end,
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-not-end {
  background-color: #2a385f !important;
  color: white !important;
}

@media only screen and (max-width: 1000px) {
  /* .kalenteri_ehdot {
		border: 2px solid yellowgreen;
	} */
  .kalenteri_ehdot > div > div > label + label {
    margin-left: 0;
  }
  .kalenteri_ehdot > div > div {
    display: flex;
    flex-direction: column;
  }
}

.portal_logo {
  min-height: 72px;
  box-shadow: 0 0 5px;
}

.portal_logo > img {
  max-width: 72%;
}

#identificationLoginform .flex-center > div:first-child {
  width: 100%;
}

#identificationLoginform h1 {
  padding: 20px 20px 20px 20px;
  background-color: #2a385f;
  color: #fff;
  box-shadow: 0 0 15px 5px rgba(1, 1, 1, 0.1);
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}

#identificationLoginform .pin-login,
#identificationLoginform .login {
  padding: 20px;
  top: 10px;
  border-radius: 0.5rem !important;
  box-shadow: 0 0 15px 5px rgba(1, 1, 1, 0.1);
}

#identificationLoginform .pin-login h2.login-heading,
#identificationLoginform .login h2.login-heading {
  color: #2a385f;
}

#identificationLoginform .pin-login .login_button,
#identificationLoginform .login .login_button {
  background-color: #2a385f !important;
  color: #fff;
  border-radius: 0.5rem !important;
  transition: background-color 0.3s ease-in-out;
}

#identificationLoginform .pin-login .login_button:hover,
#identificationLoginform .pin-login .login_button:active,
#identificationLoginform .pin-login .login_button:focus,
#identificationLoginform .login .login_button:hover,
#identificationLoginform .login .login_button:active,
#identificationLoginform .login .login_button:focus {
  background-color: #2b3960 !important;
}

.container_ilmo {
  border-radius: 2rem;
}

.btn_link.ui-link {
  border-radius: 0.5rem;
}

.content-30-tapahtumavalinta {
  border-radius: 2rem;
}

.content-70-tapahtumavalinta {
  border-radius: 2rem;
}

.btn-group .multiselect {
  border-radius: 0.5rem;
}

.calendar_header {
  background-color: #3e4d76;
}

#nav-cal-search.button_green.ui-btn {
  color: #2a365a !important;
}

#linkExternalEvent {
  margin-bottom: 0.5rem;
}

.input-group-addon.input-group-addon.input-group-addon.input-group-addon {
  color: #2a365a;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.calendar_search .button_green,
.calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon {
  color: #2a365a;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.form-control.customer_datepicker {
  border-radius: 0.5rem 0 0 0.5rem !important;
}

.btn_link {
  text-transform: none;
}

.calendar--search--advanced .calendar--search--advanced--field > label,
.calendar--search .calendar--search--advanced--field > label {
  color: #e8d1ff !important;
  padding-bottom: 0.2rem;
}

.calendar--search--advanced .checkbox_label,
.calendar--search .checkbox_label {
  color: #e8d1ff !important;
}

.calendar--search--advanced .multiselect-selected-text,
.calendar--search .multiselect-selected-text {
  color: #2a365a !important;
}

.expertise_button_text {
  color: #e8d1ff !important;
}

.content-70-tapahtumavalinta .expertise_button_text {
  color: #2a385f !important;
}

.expertise_list > .expertise_button .expertise_button_img.actionable:hover,
.expertise_list > .expertise_button .expertise_button_no_img.actionable:hover {
  color: #e8d1ff !important;
  box-shadow: none;
}

.expertise_list > .expertise_button .expertise_button_no_img {
  background: #3e4d76;
}

.koulutus_lista {
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.koulutus_button_noborder {
  color: #2a365a !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h2.login-heading {
  color: #2a365a;
}

.login_button {
  background-color: #e8d1ff !important;
  transition: all 0.2s ease-in-out;
}

.login_button:hover,
.login_button:focus {
  background-color: white !important;
}

.username:focus,
.password:focus {
  border-color: #e8d1ff !important;
  box-shadow: 0 0 6px #e8d1ff !important;
}

#forgotten-pw-registrationmodal {
  color: #2a365a;
}

.laskutapa .active {
  border: 1px solid #2a385f;
}

.container_ilmo {
  box-shadow: 0 0 5px 4px rgba(1, 1, 1, 0.15);
}

.legend-ilmo {
  font-weight: 800;
}

.main_calendar {
  background: #3e4d76;
}

.ilmo_content h2,
.main_calendar .content-1 .ilmoituslomake_h3 {
  background: #2a385f;
}

.lisakysymykset.lisakysymysdivi {
  margin-bottom: 1rem;
}

.main_calendar .koulutus_lista .koulutus_button {
  color: #2a365a !important;
  background-color: #e8d1ff !important;
  border: none !important;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.main_calendar .widediv {
  box-shadow: none !important;
}

.main_ilmo .div_top .content div:nth-child(2) div:first-child {
  background-image: none;
  height: 30px;
  width: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.progress-bar-new {
  background-color: #f1563f;
}

.div_top {
  background-color: #2a385f !important;
  box-shadow: 0 0 2px;
}

.ilmo_event_information h1 {
  margin-bottom: 20px;
  font-size: 2.4em;
  width: auto;
}

.ilmo_loput {
  padding-top: 30px;
}

.main_calendar .koulutus_lista {
  background: #fff;
}

.main_calendar .koulutus_lista .tapahtumalinkki_calendar {
  font-weight: 800;
}

.osallistuja_lohko_linkit2 .paa-asiakkaan_checkbox .ui-checkbox {
  left: 10px !important;
}

.portal_logo {
  min-height: 100px;
  box-shadow: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -6px;
  float: left;
  background: #2a385f;
  max-width: 200px;
  padding: 2rem;
}

.portal_logo img {
  max-width: 100%;
}

.button_green {
  background-color: #e8d1ff;
  color: #2a365a;
}

.button_green:hover,
.button_green:focus {
  background-color: #e9d3ff;
}

.btn-green,
.button_green {
  background-color: #e8d1ff !important;
  color: #2a365a !important;
  border-radius: 0.5rem !important;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.button_green:hover,
.button_green:active,
.button_green:focus {
  background-color: #e9d3ff !important;
}

.btn-green.disabledlink,
.button_green.disabledlink {
  background-color: #ababab !important;
  color: #333 !important;
  cursor: not-allowed;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.calendar_search .button_green,
.calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon {
  background-color: #e8d1ff !important;
}

.calendar_search .button_green:hover,
.calendar_search .button_green:active,
.calendar_search .button_green:focus,
.calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:hover,
.calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:active,
.calendar--search
  .calendar--search--basic
  .calendar--search--basic--dates
  > div
  .input-group-addon:focus {
  background-color: #e8d1ff !important;
}

#lecture-series .ui-link label,
.btn_link,
.ilmontable .ui-link label,
.main_calendar .btn_link,
.ilmo_event_information a,
#lower_container_infotext a {
  color: #2a385f !important;
}

.osallistujalohko_header {
  background: #2a385f !important;
}

.ilmo_content .osallistujalohko_header h2 {
  color: #fff;
  background: transparent url(images/arrow_up_ilmo.png) no-repeat -6px center !important;
}

.ilmo_content .osallistujalohko_header:hover,
.osallistujalohko_header:focus {
  background-color: #2a3860 !important;
}

.osallistuja_lohko_linkit2 .lohko-btn-wrap a,
.osallistuja_lohko_linkit2 .lohko-btn-wrap .glyphicon {
  color: #fff !important;
}

.osallistujalohko_header.collapsed h2 {
  background: transparent url(images/arrow_down_ilmo.png) no-repeat left center !important;
}

@media only screen and (max-width: 767px) {
  .portal_logo {
    max-width: 386px !important;
  }
}

@media only screen and (max-width: 600px) {
  .portal_logo {
    max-width: 386px !important;
  }
}
