/* START HIDE TABLE LOADING (EU) */
.learning-journey #d4h5-main-content #homepage .section #find_lj h2 {
    font-size: 24px;
    color: #000;
}

.learning-journey .datatable {
    display: none;
}

.learning-journey div.dataTables_wrapper .datatable {
    display: block;
}


/* END HIDE TABLE LOADING (EU) */


/* BEGIN HOMEPAGE (OVERVIEW PAGE) (EU)*/

.learning-journey div.body:not(#homepage) div.section {
    display: none;
}


.learning-journey #d4h5-main-content {
    margin: 0;
    text-align: center;
}

.learning-journey div#homepage div.page {
    display: inline-block;
    min-width: 928px;
}

.learning-journey #homepage {
    max-width: 928px;
    display: inline;
}

.learning-journey .table-wrapper {
    text-align: left;
}

.learning-journey.dark-theme-lj .dataTables_wrapper th {
    background-color: #000;
}

.learning-journey .table-wrapper > .dataTables_wrapper {
    display: inline-block;
    min-width: 320px;
    max-width: 600px;
    width: 50%;
}


/* tablet */

@media screen and (max-width: 1024px) {
    .learning-journey .table-wrapper > .dataTables_wrapper {
        width: 80%;
    }
}


/* mobile */

@media screen and (max-width: 640px) {
    .learning-journey .table-wrapper > .dataTables_wrapper {
        width: 80%;
    }
}

.learning-journey .table-wrapper > .dataTables_wrapper .dataTables_wrapper {
    display: block;
}

.learning-journey nav#local-navigation,
.learning-journey nav.mobile-nav,
.learning-journey .tablecap {
    display: none;
}

.learning-journey .datatable *,
.learning-journey .datatable.no-footer {
    border: none;
    font-weight: normal;
    border-color: transparent;
}

.learning-journey.dark-theme-lj .datatable * {
    color: #FFF;
}

.learning-journey .datatable span.ph {
    color: #3887b0;
    font-size: 13px;
}

.learning-journey .datatable ul.itembullet {
    color: #3887b0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 17px;
    margin: 0;
    text-align: left;
}

.learning-journey .datatable a.xref {
    text-decoration: none;
}

.learning-journey .table-wrapper {
    display: block !important;
}


.learning-journey .ColVis,
.learning-journey .table-top,
    /* .learning-journey .table-bottom,  */
.learning-journey .table-wrapper .dt-buttons,
.learning-journey .thead > tr:nth-child(1),
.learning-journey .tbody tr.row > td:not(:nth-child(2)),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(3) span.filter_column,
.learning-journey .thead > tr:nth-child(2) > th:nth-child(3) span.filter_column,
.learning-journey .thead > tr:nth-child(2) > th:nth-child(4),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(5),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(6),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(7),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(8),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(9),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(10),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(11),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(12),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(13),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(14),
.learning-journey .thead > tr:nth-child(2) > th:nth-child(15) {
    display: none;
}

.learning-journey .thead > tr:nth-child(2) th {
    display: inline-block;
    width: 150px;
}

.learning-journey table.dataTable thead th {
    vertical-align: middle;
    line-height: 35px;
}

.learning-journey .thead > tr:nth-child(2) > th:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.learning-journey .tbody {
    display: block;
    overflow-y: scroll;
    height: 400px;
}

.learning-journey tr:hover,
.learning-journey tr:nth-of-type(odd),
.learning-journey tr:nth-of-type(even) {
    background-color: transparent;
}

.learning-journey .filtericon {
    font-size: 20px;
    margin-right: 6px;
}

.learning-journey .arrowicon,
.learning-journey .arrownexticon {
    transition-duration: 0.2s;
    display: inline-block;
    margin-left: 5px;
}

.learning-journey .arrowicon.active {
    transition-duration: 0.2s;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
}

.learning-journey .arrownexticon.active {
    transition-duration: 0.2s;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
}

.learning-journey .arrowicon span,
.learning-journey .arrownexticon span {
    font-size: 10px;
    font-family: "SAPicons1-28-10";
    color: #000000;
}

.learning-journey.dark-theme-lj .arrowicon span,
.learning-journey.dark-theme-lj .arrownexticon span {
    color: #FFF;
}

.learning-journey .searchlabel {
    font-size: 20px;
    margin-right: 20px;
    font-weight: 300;
}

.learning-journey .filter_text input {
    border: solid 1px #DFDFDF;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    min-width: 500px;
    padding-left: 5px;
}


@media screen and (max-width: 640px) {
    .learning-journey .filter_text input {
        min-width: 300px;
    }
}

.learning-journey.dark-theme-lj .filter_text input {
    background-color: #111;
    border: solid 1px #777;
    color: #FFF;
}

.learning-journey .filter_column.filter_text input {
    padding: 0 5px;
}

.learning-journey .filter_column.filter_text input[placeholder='Search'] {
    display: none;
}

.learning-journey .filter_text .tablesearch {
    position: relative;
    left: -29px;
    top: 3px;
}

.learning-journey table.dataTable td .dt_highlight {
    background-color: transparent;
    color: #3887b0;
}

.learning-journey table.dataTable div#roleFilter {
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -ms-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -o-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    transition: visibility 0.5s, opacity 0.5s ease-in-out;
    margin-left: 70px;
    position: absolute;
    border: 1px solid #AFAFAF;
    padding: 10px;
    border-radius: 6px;
    background: #FFF;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.learning-journey table.dataTable div#solutionFilter {
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -ms-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -o-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    transition: visibility 0.5s, opacity 0.5s ease-in-out;
    margin-left: 10px;
    position: absolute;
    border: 1px solid #AFAFAF;
    padding: 10px;
    border-radius: 6px;
    background: #FFF;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}


.learning-journey.dark-theme-lj table.dataTable div#roleFilter,
.learning-journey.dark-theme-lj table.dataTable div#solutionFilter,
.learning-journey.dark-theme-lj .searchlabel,
.learning-journey.dark-theme-lj #solutionsBtn,
.learning-journey.dark-theme-lj #filtersTxt,
.learning-journey.dark-theme-lj #rolesBtn {
    background-color: #000;
    color: #FFF;
}

.learning-journey.dark-theme-lj table.dataTable .arrowicon #rolesBtn,
.learning-journey.dark-theme-lj table.dataTable .arrowicon #solutionsBtn {
    color: #3887b0;
}

.learning-journey table.dataTable div#roleFilter.display,
.learning-journey table.dataTable div#solutionFilter.display {
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -ms-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    -o-transition: visibility 0.5s, opacity 0.5s ease-in-out;
    transition: visibility 0.5s, opacity 0.5s ease-in-out;
    display: block;
    opacity: 1;
    visibility: visible;
}

.learning-journey table.dataTable .filter_select {
    display: none;
}

.learning-journey table.dataTable div#filtersTxt {
    display: inline-block;
}

.learning-journey table.dataTable div#rolesBtn {
    padding: 0 5px 0 5px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.learning-journey table.dataTable div#solutionsBtn {
    padding: 0px 5px 0 5px;
    margin-top: 38px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.learning-journey div#loadmoreButton {
   // display: block;
    border: 2px solid #0FAAFF;
    width: 120px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    color: #0FAAFF;
    font-weight: bold;
    border-radius: 7px;
    cursor: pointer;
}


.learning-journey div#loadmoreButton:hover {
    color: white;
    background: #0FAAFF;
}

.learning-journey a.notClickable {
    color: black !important;
}

.learning-journey .filters.advisor {
    box-shadow: none;
}

.advisor.stellarnav > ul > li > a {
    padding: 20px 120px 20px 20px;
}

.advisordescription {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    font-size: 24px;
    font-weight: 600;
    color: #F0AB00;
}

.advisordescription > .detail {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

div#nothingFoundMessage, div#toViewFiltersSelected {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5%;
    margin-bottom: 100px;
}

div.advisornew .notExtended {
    display: block;
}

div#missingScenarioMessage {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 26px;
    color: #0FAAFF;
}

.goalDescription {
    font-size: 12px;
    padding: 0 7px 18px 24px;
    position: relative;
    top: -10px;
}

div.advisor.stellarnav > ul {
 //   height: 110px;
}

div.advisor > ul > li {
    vertical-align: top;
}

.table-bottom {
    display: block;
}

.dataTables_paginate.paging_simple_numbers {
    display: none;
}

#content-list {
    display: none;
}
div.listtile div {
    margin-left: 75px;
}
/* END HOMEPAGE (OVERVIEW PAGE) */