/**
 * @author sallalji 
 * on 11/03/2022
 */
/* SKK Custom changes to Guides Layouts*/

.nav-tabs > li > a.s-lg-tab-top-link,
.nav-tabs > li > a.s-lg-tab-top-link:hover {
    border-radius: 4px 0 0 0;
    font-weight: bold;
    padding: 8px 15px !important;
}

.nav-tabs > li > a.s-lg-tab-drop {
    border-radius: 0 4px 0 0;
    padding: 8px 8px !important;
    border-left: 1px solid transparent;
}

.s-lg-er-item-list,
.s-lg-link-list,
.s-lg-rss-list,
.s-lg-system-list {
    padding-left: 0px;
}

.stefan_custom_search {
    padding: 0 !important;
    background-color: #e8e8e8 !important;
}

#s-lg-tabs-container .nav-tabs > li > a {
    padding: 6px 12px;
}

@media (min-width: 960px) {
    #s-lg-hp-nav-bottom {
        float: right;
    }
}

.s-ui-helptip .fa-info-circle {
    display: none !important;
}


.hitst {
    display: none !important;
}

#s-lib-panel-container-collapse122,
#s-lib-panel-container-collapse124,
ul.s-lg-guide-list + div.alert-info {
    display: none;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
}

.tooltip.right {
    margin-left: 3px;
}

.tooltip.bottom {
    margin-top: 3px;
}

.tooltip.left {
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

.nav .s-lg-index-nav-btn > button {
    color: #ffffff;
    background-color: #002145;
}

/*---- RD custom CSS Apr 2017. Adjust profile box per LGWG request. ----*/
.s-lib-profile-image {
    max-width: 300px;
}

@media only screen and (max-width: 768px) {
    .s-lib-profile-contact {
        position: relative;
        margin: 0 auto;
        width: 285px;
    }

    .s-lib-profile-image {
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 4px;
    }
}

/* --- end RD custom CSS --- */

/* ~~~ SL custom CSS  ~~ joining the party to fix LWS-3778n ~~ ┌( ಠ‿ಠ)┘ ~~ */
@media print {
    #s-lib-scroll-top {
        display: none !important;
    }
}

/* ~~~~~~endparty~~~~~~ */
/*<!-- YC: Profile box CSS - LWS-3751 -->*/
@media only screen and (min-width: 768px) {
    div.s-lib-box-title {
        font-size: 16px;
    }

    .s-lib-profile-container {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }

    .s-lib-profile-image {
        margin-right: 15px;
        float: left;
    }

    .s-lib-profile-name {
        text-align: left;
    }

    .s-lib-profile-email {
        text-align: left;
    }

    .s-lib-profile-image img {
        max-width: 100% !important;
    }
}

.s-lib-profile-div.s-lib-profile-center.s-lib-profile-image img {
    width: 100% !important;
}

/* LWS-3896 */

/*LWS-5627*/
.icon-youtube:before {
    content: "\f166" !important;
}

svg.icon {
    width: 30px;
    height: 28px;
    border-radius: 5px;
    position: relative;
    top: 2px;
}


/*<!-- YC: END Profile box CSS - LWS-3751 -->*/

/* LWS-6581 */

.s-lg-guide-list-info {
    display: none;
}