﻿:root {
    --BluePrimary: #004A87;
    --LsSecondary: #F6F8F9;
    --LsBlueDark: #0A3C66;
    --LsCharcoalDark: #1D2526;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F6F8F9;
    overflow-x: hidden;
    font-size: 15px;
}

iframe:not(.no-full-width-100-percent) {
    width: 100% !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ul:not([class]) > li {
    list-style-type: disc !important;
}

ul:not([class]) {
    margin-left: 20px;
}

a {
    color: #27B1A6;
}
a:hover, a:active {
    color: #27B1A6;
}

.container-fluid {
    overflow: hidden;
}

a.no-underline {
    text-decoration: none;
}

.cursor-text {
    cursor: text !important; 
}

p.ls-link a {
    color: #27b1a6;
    position: relative;
    padding-left: 15px;
}

    p.ls-link a::before {
        content: "";
        background: url('/assets/images/icons/shortcut.png');
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(50%);
        width: 7px;
        height: 9px;
        background-size: 7px 9px;
        background-repeat: no-repeat;
    }

ins {
    text-decoration: none;
}

span.field-validation-error, .validation-summary-errors ul li {
    color: red;
}

h2 {
    font-size: 28px;
    color: #004A87;
}

h3.black--ls {
    font: normal normal bold 20px/27px Open Sans;
    color: var(--LsCharcoalDark);
}

h4 {
    font-size: 15px;
    color: #1D2526;
}

h5 {
    padding: 0;
    margin: 0;
}

.ls-subheader {
    font-size: 20px;
    color: #313C3F;
}

.navbar {
    background-color: #361D5C;
}

.nav-link {
    position: relative;
    user-select: none !important;
}

.nav-link:hover {
    color: #ffffff;
}

/*.nav-link.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    height: 100%;
    background: #FFFFFF1A 0% 0% no-repeat padding-box;
}*/

.nav-link.active {
    font-weight: 600;
}

.nav-item__toggle {
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
}

aside {
    min-width: 380px;
}

/*aside > nav {
    background: transparent linear-gradient(180deg, #265888 0%, #8ED6E7 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 380px;
    height: 100vh;
    z-index: -1;
}*/

aside > nav > ul {
    min-width: 380px;
}

    aside > nav > .nav-background {
        content: "";
        min-width: 380px;
        height: 100vh;
        background: transparent linear-gradient(180deg, #361D5C 0%, #943267 100%) 0% 0% no-repeat padding-box;
        top: 0;
        left: 0;
        z-index: -1;
        position: fixed;
    }

aside > nav > ul > .nav-item {
    position: relative;
}

.nav-item > .nav-link {
    padding-left: 60px;
}

.nav-item > .d-flex {
    padding-left: 60px;
}

.nav-item__toggle .toggle-icon {
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-65%);
}

.nav-item .nav-link.active {
    background: #FFFFFF1A 0% 0% no-repeat padding-box;
    border-top: 1px solid #200C3B;
    border-bottom: 1px solid #200C3B;
}

.submenu .nav-link {
    padding-left: 80px;
}

aside a {
    text-decoration: none;
    color: white;
}

.footer {
    width: 100%;
    /*height: 240px;*/
    line-height: 80px;
    background-color: #200C3B;
    color: white;
}

@media (max-width: 1080px) {
    .footer-container {
        clear: both;
        position: relative !important;
        width: 100%;
    }

    .branding-container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

@media (min-width: 1081px) {
    .footer-container {
        clear: both;
        position: absolute !important;
        bottom: 0 !important;
        width: 100%;
    }

    .branding-container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

/* grid */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    grid-gap: 40px;
}

/* Knowledge base*/

.kb-datatable-list-container {
    padding: 15px 0px;
}

table.kb-items-datatable {
}

#jira-issue-filter {
    display: none;
    float: right;
}

#onlinehelp-items-headline {
    padding: 10px 0px;
}

.knowledge-search-results-headline {
    display: none;
}

select[name="online-help-items-datatable_length"], select[name="jira-items-datatable_length"] {
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCD6D9;
    border-radius: 4px;
    text-align: left;
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #B8B8B8;
    opacity: 1;
}

div.jira-issue-item-statistics {
    text-align: left;
    font: normal normal normal 15px/28px Open Sans;
    letter-spacing: 0px;
    color: #707070;
}

div.jira-issue-item-body {
    text-align: left;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0px;
    color: #1D2526;
    opacity: 1;
    word-wrap: break-word;
}

div.jira-issue-item-headline {
    font: normal normal bold 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #004A87;
}

table.kb-items-datatable.dataTable > tbody > tr {
    background-color: #F6F8F9 !important;
}

div.jira-issue-item {
    padding: 20px;
    border: 0.5px solid #CCD6D9;
    max-width: 700px;
    background-color: #ffffff;
}

.ls-sub-headline {
    color: #004A87;
    font-size: 28px;
}

h3.knowledge-base {
    color: #1D2526;
    font-size: 20px;
    font: normal normal bold 20px/26px Open Sans;
}

#jira-items-comments-datatable > tbody > tr > td:nth-child(1) {
    padding-left: 10px;
}

.btn-ls-blue-submit {
    background: #004A87 0% 0% no-repeat padding-box;
    background: #004A87 0% 0% no-repeat padding-box;
    border: 0.5px solid #0E3C65;
    border-radius: 20px;
    opacity: 1;
    text-align: left;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-ls-cancel {
    background: #F6F8F9 0% 0% no-repeat padding-box;
    border: 1px solid #0A3C66;
    border-radius: 20px;
    opacity: 1;
    text-align: left;
    font: normal normal normal 15px/26px Open Sans;
    letter-spacing: 0px;
    color: #0A3C66;
    opacity: 1;
}

.btn-ls-cancel:hover, .btn-ls-cancel:active {
    font: normal normal normal 15px/26px Open Sans;
    letter-spacing: 0px;
    opacity: 1;
}

.btn-sso {
    border-radius: 5px;
    padding: 20px;
    background-color: #361D5C;
    border-color: #200C3B;
    color: white !important;
}

.btn-sso:hover {
    color: #ffffff;
}

select.ls-input {
    width: 170px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCD6D9;
    border-radius: 4px;
    opacity: 1;
    text-align: left;
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #B8B8B8;
    opacity: 1;
}

input[type=text].ls-input {
    width: 270px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    opacity: 1;
}

.ls-link {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 15px/26px Open Sans;
    letter-spacing: 0px;
    color: #004A87;
    opacity: 1;
}

#btn-kb-filter {
    font: normal normal normal 17px/26px Open Sans !important;
}

.text-deoration-none {
    text-decoration: none;
}

.jira-issue-item-headline > a {
    text-align: left;
    font: normal normal bold 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #004A87;
    opacity: 1;
    text-decoration: none;
}

.kb-datatable-list-container > .dataTables_length {
    display: none;
}

.kb-datatable-list-container table.dataTable thead th, table.dataTable thead td {
    border-bottom-style: none;
}

table.dataTable.no-footer {
    border-bottom-style: none;
}

.kb-datatable-list-container > table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 0px;
}

.kb-datatable-list-container > th.sorting {
    display: none;
}

.kb-datatable-list-container > table.dataTable {
    margin-left: 0px;
}

.kb-search-wrapper {
    top: 404px;
    width: 680px;
    height: 76px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #CCD6D9;
    opacity: 1;
    padding: 15px;
    margin: 0 auto;
}

table.dataTable.no-footer {
    width: 100% !important;
}

.jira-issue-details-title {
    float: left;
}

.jira-issue-details-filter {
    float: right;
}

.jira-issue-details-body {
    float: left;
}

#jira-items-comments-datatable.table tr {
    border-bottom: 1px solid #7070704D;
}

.jira-issue-details-comment-body {
    word-break: break-word;
}

#jira-items-comments-datatable th.sorting {
    display: none;
}

#jira-items-comments-datatable td:nth-child(1) {
    /*background-color: blue;*/
    vertical-align: top;
    padding-right: 40px;
    top: 0;
}

#jira-items-comments-datatable td {

    border-top: 0.5px solid #CCD6D9;
    border-bottom: 0.5px solid #CCD6D9;
}

#jira-items-comments-datatable {
    padding-top: 30px;
}

/* home */

.home .container {
    max-width: inherit;
}
/* card */

.pagination {
    color: #919799;
}

    .pagination a {
        text-decoration: none;
        color: #361D5C;
    }

.pagination .pages-info {
    margin-right: 50px;
}

.announcements .pagination {
    margin-top: 66px;
}

.announcements ul {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}

.announcements li {
    display: inline;
}

/*.announcements li.active {
    text-decoration: underline;
}*/

.announcement-card {
    border: 0.5px solid #CCD6D9;
    transition: transform ease-in .1s;
}

.announcement-card:hover {
    transform: scale(1.01);
    box-shadow: 0px 8px 10px #0000004D;
}

.announcement-card {
    width: 300px;
}

.announcement-card .card-body {
    display: flex;
    flex-direction: column;
}

.announcement-card .card-text {
    flex-grow: 1;
}

.card-title {
    color: #361D5C;
}

.btn.read-more {
    width: 140px;
    background: #361D5C 0% 0% no-repeat padding-box;
    border: 0.5px solid #200C3B;
    border-radius: 20px;
}


/* announcement-tags */
.announcement-tags {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.announcements > div {
    gap: 10px;
}

.announcement-tag {
    padding: 3px 10px;
    color: #361D5C;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-width: 66px;
    text-align: center;
}

.announcement-tag:hover {
    color: inherit;
}

    .announcement-tag.active {
        background-color: #361D5C;
        color: #ffffff;
    border: 1px solid #200C3B;
    border-radius: 5px;
    }

/* /card */
/* search */
.search {
    border-bottom: 1px solid #FFFFFF80;
}
.search input, .search input:focus {
    text-align: right;
    color: #FFFFFF80;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.search input:focus {
    color: white;
}

/*  ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder */
::placeholder {
    color: #FFFFFF80 !important;
}

.search .btn {
    background-color: transparent;
    color: #FFFFFF80;
    margin-left: -20px;
}

.search-result__card {
    width: 85%;
    max-height: 124px;
    overflow: hidden;
}

.search-result__header {
    text-decoration: none;
}

.search-result__header h4 {
    color: var(--BluePrimary);
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.card .card-text {
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/*.card .card-text:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 100px, white);
}*/


/* file table */

.datatable tr, .azure-datatable tr {
    cursor: pointer;
}

.file-list {
    display: flex;
    flex-direction: column;
}

.footer, .files {
    padding: 10px;
}

.file-list .file img {
    width: 20px;
    margin-right: 20px;
}

.file-table__name-column {
    display: inline-block;
    width: 100%;
}

.file-table__name-column img {
    margin-right: 5px;
    width: 28px;
}


/* file list */

ul.files, ul.folders {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.files {
    margin-left: 10px;
}

ul.files li {
    margin: 20px 0;
    padding: 0;
}

.subfolder {
    padding: 10px;
}

.subfolder h4 {
    color: #707070;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 1.2rem;
}

/* calendar */

.row {
    position: relative;
}

.calendars {
    display: flex;
    flex-wrap: wrap;
}

.calendar {
    width: 100%;
    padding: 0px 20px;
}

.calendar_top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.calendar_top-bar button {
    border: 1px solid #70707080;
}

.calendar_top-bar i {
    color: #187399;
    font-weight: bold;
    display: flex;
}

.render-range {
    text-align: center;
    flex-grow: 1;
    font-weight: bold;
    font-size: 20px;
    color: #707070;
}

@media only screen and (max-width: 1000px) {
    .calendars {
        flex-direction: column;
    }

    .calendar {
        width: 100%;
    }
}


.popup__header, .popup__details, .popup__description {
    margin-bottom: 10px;
}

.popup__header h2 {
    color: #004A87;
    font-size: 1rem;
}

.popup__details .details__row {
    display: flex;
}

.popup__details .details__row span:first-child {
    width: 30%;
    font-weight: bold;
}

.popup__details .details__row span:last-child {
    width: 70%;
}

.popup__footer {
    display: flex;
    justify-content: space-between;
}

.popup__footer span {
    padding: 5px 20px;
}

.popup__footer .btn-more {
    color: #0A3C66;
    background: #F6F8F9 0% 0% no-repeat padding-box;
    border: 1px solid #0A3C66;
    border-radius: 20px
}

.popup__footer .btn-register {
    color: #ffffff;
    background: #004A87 0% 0% no-repeat padding-box;
    border: 1px solid #0A3C66;
    border-radius: 20px;
}

.tui-full-calendar-popup-container {
    width: 400px !important;
}

.tui-full-calendar-popup-detail .tui-full-calendar-content {
    height: initial !important;
}

.tui-full-calendar-weekday-schedule {
    color: #004A87 !important;
    border-radius: 12px !important;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
    word-break: break-word !important;
}

.tui-full-calendar-weekday-grid-more-schedules, .tui-full-calendar-month-more-schedule, .tui-full-calendar-month-more-allday, .tui-full-calendar-weekday-schedule-title {
    color: var(--BluePrimary) !important;
}

/* calendars filter */
#lnb {
    width: fit-content;
}

#lnb-calendars h4 {
    margin-top: 20px;
}

.calendar-filters {
    display: flex;
}

.lnb-calendars-item, .lnb-calendars-item--type {
    padding: 5px 15px;
    margin: 5px;
    border-radius: 15px;
    color: #004A87;
}

.lnb-calendars-item span, .lnb-calendars-item--type span {
    margin-left: 10px;
}

/* courses slider */
.event-slider {
    position: relative;
    margin: 30px 0px;
}

.slider__toolbar {
    display: flex;
    margin-bottom: 30px;
}

.slider__filters {
    flex-grow: 1;
}

.slider__filters .filters__btn {
    cursor: pointer;
    color: #313C3F;
    padding: 10px 20px;
    border-radius: 5px;
}

.slider__filters .filters__btn--active {
    color: #FFFFFF;
    background: #187399 0% 0% no-repeat padding-box;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 10px #00000029;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: none;
}

    .swiper-button-prev:focus, .swiper-button-next:focus {
        outline: none;
    }


.swiper-button-prev i, .swiper-button-next i {
    font-size: 2rem;
    display: flex;
}

.swiper-button-prev {
    left: 0px;
    transform: translateX(-75%);
}

.swiper-button-next {
    right: 0px;
    transform: translateX(75%);
}

.swiper-slide a {
    text-decoration: none;
}

.swiper-slide .card-title {
    font-size: 15px;
    color: #004A87;
}

.swiper-slide .card-text {
    font-size: 15px;
    color: #707070;
}

.swiper-slide--empty {
    width: 100% !important;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-disabled {
    display: none;
}

.swiper-slide .card {
    min-height: 280px;
}

.swiper-slide svg {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.event-slider h2 {
    color: #004A87;
    margin: 30px 0;
}

/* courses */

.courses .card {
    width: 300px;
    min-height: 380px;
    margin: 10px;
    text-decoration: none;
}

.courses .card h2 {
    color: #004A87;
    margin: 30px 0;
}

.courses .card svg {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.btn__check-dates {
    font-size: 20px !important;
    border-radius: 30px !important;
}

/* table */

table.ls, tr, td {
    border: none;
}

table.ls {
    background-color: #ffffff;
    border: 1px solid #CCD6D9;
}

table.ls tr td {
    border: 1px solid #CCD6D9;
    padding: 0px 10px;
}

table.ls tr:first-child {
    background: transparent linear-gradient(180deg, #90D6E74D 0%, #90D6E780 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #CCD6D9;
}

/* Tables for Bjorn, let's go safe' */

table:not([class]) {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*background-color: red;*/
}

table:not([class]) td {
    padding: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCD6D9;
    text-align: left;
    font: normal normal normal 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #1D2526;
}

table:not([class]) th {
    background: transparent linear-gradient(180deg, #90D6E74D 0%, #90D6E780 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #CCD6D9;
    text-align: left;
    font: normal normal bold 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #1D2526;
}

/* text card */

.text-card, .person-card {
    background-color: #FFFFFF;
    border: 1px solid #CCD6D9;
    width: 250px;
    height: 100%;
    flex: 1;
}


.text-card img {
    width: 100%;
}

.text-card .card-title {
    color: #004A87;
    font: normal normal bold 20px/26px Open Sans;
}

.text-card .card-text {
    color: #1D2526;
    font: normal normal normal 15px/24px Open Sans;
    flex: 1;
}

.text-card .card-body {
    display: flex;
    flex-direction: column;
    height: 60%;
}

/* ls btn */

.btn {

}

.btn--ls {
    color: #FFFFFF;
    background-color: #004A87;
    border: 1px solid var(--LsBlueDark);
    font-size: 15px;
    border-radius: 20px;
    padding: 10px 17px;
}

.btn--ls:hover {
    box-shadow: 0px 4px 6px #00000042;
    color: white;
}

.btn-secondary--ls {
    color: #361D5C;
    background-color: var(--LsSecondary);
    border: 1px solid #361D5C;
    border-radius: 20px;
    padding: 10px 17px;
}

.btn-secondary--ls:hover {
    box-shadow: 0px 4px 6px #00000042;
}

/* ls back btn */

.btn--back {
    color: #004A87;
    font-size: 15px;
    padding: 0;
}

.btn--back::before {
    content: "<";
    color: #004A87;
    top: 0;
    left: 0;
    margin-right: 6px;
    font-weight: 800;
}

/* course details */

.course-topic {
    color: #004A87;
    border: 1px solid #FEE1BA;
    padding: 5px;
    padding-left: 35px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
}

.course-topic__rectangle {
    width: 26px;
    height: 100%;
    background-color: #FFE2B8;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.course-topic img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
}

.course-code {
    color: #1D2526;
    font: normal normal bold 20px/26px Open Sans;
}

.course-label {
    color: #1D2526;
    font: normal normal bold 15px/28px Open Sans;
    flex: 2;
}

.course-details {
    display: flex;
}

.course-info {
    flex: 5;
}

/* Products */

.nav-pills .nav-link {
    margin: 10px;
    text-align: center;
}

.nav-pills .nav-link.active {
    background-color: #187399;
    color: #ffffff;
    font-weight: 300;
}

.product-modules {
    background-color: #FFFFFF;
    border: .5px solid #CCD6D9;
    padding: 30px;
}

/* News */

.news__item {
    padding: 15px 20px;
    background-color: #ffffff;
    border: .5px solid #CCD6D9;
    display: flex;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.news__item img {
    margin-right: 15px;
}

    .news__item a {
        color: #361D5C;
        text-decoration: none;
    }

.news__item h5 {
    font: normal normal bold 15px/20px Open Sans;
}

.news__item span {
    font: normal normal bold 12px/17px Open Sans;
    color: #1D2526;
}

/* tabs */

.tab-content .row > * {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.tab-item > .nav-link:not(.active) {
    color: var(--BluePrimary) !important;
}

.accordion-item {
    background-color: #ffffff;
}

.sticky {
    top: 0;
    width: 380px;
}

/* datatable pagination */

span > a.paginate_button {
    padding: 0px !important;
    background: none !important;
    border: none !important;
    color: var(--BluePrimary) !important;
}

.paginate_button:hover {
    color: var(--LsBlueDark) !important;
}


.paginate_button.current {
    background: none !important;
    border: none !important;
    color: #919799 !important;
}

.paginate_button.current::before {
    content: "["
}

.paginate_button.current::after {
    content: "]"
}

/* Marketing event */

div.marketing-entry-featured-image img {
    width: 300px;
    height: 169px;
}

h3.marketing-entry.event-headline {
    text-align: left;
    font: normal normal bold 15px/23px Open Sans;
    letter-spacing: 0px;
    color: #004A87;
    cursor: pointer;
}

.marketing-entry.event-date {
    padding-bottom: 10px;
}

.marketing-entry.event-date {
    padding-bottom: 10px;
}

.marketing-entry.event-date .date {
    text-align: left;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0px;
    color: #1D2526;
}