/*FILTERs (IS) */

.learning-journey #allRolesLabel,
.learning-journey #allSolutionsLabel,
.learning-journey #allFormatsLabel {
    font-weight: bold;
}

.learning-journey svg {
    display: block;
}

.learning-journey #filterBar {
    right: 0;
}

.learning-journey #filterBar .invisibleDiv{
    height: 60px;
	width:100px;
	position:fixed;
	top: 0px !important;
    left: 0px !important;
	background:rgba(0,0,0,0.1);	
}
.learning-journey #filterBar .invisibleDiv.hide{
  display:none;
}

.learning-journey .facet-content.checkbox {
    font-family: Benton Sans;
}

.learning-journey #formatsBtn,
.learning-journey #formatsBtn .checkbox {
    cursor: pointer;
    text-align: left;
    -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 #filterlogo {
    padding: 10px;
    font-size: 16px;
    margin-left: 40%;
    position: absolute;
}

.learning-journey #filterBar #formatsBtn {
    padding: 10px;
}

.learning-journey .dropdown .ljUniqueIDHide {
    padding-top: 20px;
    position: relative;
    float: left;
    left: -20%;
    width: 70%;
    display: inline-block;
    font-size: 16px;
    color: red;
}

.learning-journey .dropdown .ljUniqueIDHide.ljUniqueIDShow {
    padding-top: 20px;
    position: absolute;
    right: 3%;
    width: 60%;
    display: none;
}

.learning-journey #filterBar #filtersTxt,.learning-journey #filterBar #formatsBtn {
    display: inline-block;
    float:right;
}

span[id='formatsBtn'] {
    float:none !important;
}

.learning-journey #filterBar #filtersTxt {
    font-weight: bold;
}


@media only screen and (max-width: 1024px) {

    .learning-journey .dropdown #filtersTxt {
        margin-top: 5px;
    }

    .learning-journey .dropdown .ljUniqueIDHide#ljOwner {
        padding-top: 20px;
        position: absolute;
        float: left;
        left: -5%;
        width: 60%;
        bottom: 67%;
        font-size: 16px;
        color: red;
    }
    .learning-journey .dropdown .ljUniqueIDHide#ljUniqueID {
        padding-top: 20px;
        position: absolute;
        float: left;
        left: -5%;
        width: 60%;
        bottom: 65%;
        font-size: 16px;
        color: red;
    }
}

@media only screen and (max-width: 475px) {
    .learning-journey .dropdown {
        position: relative;
        top: 10px;
        text-align: left;
        margin-left: 10px;
        width: 90%;
        display: inline;
        font-size: 12px;
    }

    .learning-journey .dropdown .ljUniqueIDHide#ljOwner {
        padding-top: 20px;
        position: absolute;
        float: left;
        left: 20%;
        bottom: 63%;
        font-size: 16px;
        color: red;
    }
    .learning-journey .dropdown .ljUniqueIDHide#ljUniqueID {
        padding-top: 20px;
        position: absolute;
        float: left;
        left: 20%;
        bottom: 61%;
        font-size: 16px;
        color: red;
    }
}

.learning-journey .dropdown #filtersTxt {
    margin-top: 5px;
}

.learning-journey .filtericon {
    font-size: 20px;
    margin-right: 6px;
    font-family: "SAPicons";
    font-weight: normal;
}

.learning-journey .filterIcons {
    font-size: 20px;
    text-align: center;
    width: 37px;
    font-family: "SAPicons";
    display: inline-block;
}

.learning-journey .filterIcons span {
    font-size: 20px;
    font-family: "SAPicons";
}


.learning-journey .arrow {
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    font-family: "SAPicons";
}
.learning-journey .arrow {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.learning-journey .arrow span {
    font-size: 10px;
    font-family: "SAPicons1-28-10";
}

.learning-journey.dark-theme-lj #filterBar,
.learning-journey.dark-theme-lj #formatsBtn,
.learning-journey.dark-theme-lj label,
.learning-journey.dark-theme-lj span {
    color: #FFF;
}

.learning-journey #filterBar div#formatFilter {
    -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: -150px;
    position: absolute;
    border: 1px solid #AFAFAF;
    padding: 10px;
    border-radius: 6px;
    background: #FFF;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.learning-journey.dark-theme-lj #filterBar div#formatFilter {
    border: 1px solid #FFF;
    background: #000;
}

.learning-journey #filterBar div#formatFilter.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 a.disabled {
    pointer-events: none;
    cursor: default;
}