/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL
SOLVED TOPIC
AUTOCOMPLETE
GALLERY
ICON LIST
POST LIST
STATISTIC
ACCORDION
CAROUSEL
FORUM
MEDIA QUERIES

*/

/* ================= GENERAL ================== */

#sharedmanual-share-buttons {
    margin-top: 3rem;
    max-width: 1110px;
}

.hide-on-load {
    overflow: hidden;
    height: 0;
}

.sharedmanual-thumbnail img {
    width: 100px !important;
    height: auto !important;
}

/* ================= SOLVED TOPIC ================== */

.solved-topic-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.solved-topic-bar .badge a {
    color:#fff;
}

.solved-topic-bar .badge {
    margin-left:0.5rem;
    padding: 0.5rem;
    font-size: 75%;
}

.fa-check-circle.text-success {
    margin-right:5px;
}

/* ================= AUTOCOMPLETE ================== */

#sharedmanual-header-search-form {
    position: relative;
    z-index: 2;
}

#sharedmanual-header-search-form .btn,
#sharedmanual-bar-search-form .btn,
#bbp-header-search-form .btn {
    transition: none;
}

#sharedmanual-header-search-form.sharedmanual_ajax_search_loading:before {
    font-family: 'FontAwesome';
    content: "\f013";
    position: absolute;
    top: 9px;
    right: 23px;
    z-index: 99999;
    font-size: 24px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-animation: sharedmanual-bg-search-loader 2s linear infinite;
    animation: sharedmanual-bg-search-loader 2s linear infinite;
    color: #2e5d9f;
    transform-origin: 50% 50%;
    opacity: 1;
}

#sharedmanual-header-search-form.sharedmanual_ajax_search_loading:before {
    right: 23px;
}

#sharedmanual-header-wrapper.header-align-right #sharedmanual-header-search #sharedmanual-header-search-form.sharedmanual_ajax_search_loading:before,
#sharedmanual-header-wrapper.header-align-left #sharedmanual-header-search #sharedmanual-header-search-form.sharedmanual_ajax_search_loading:before {
    right: 20px;
}

@-webkit-keyframes sharedmanual-bg-search-loader {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sharedmanual-bg-search-loader {
    100% {
        transform: rotate(360deg);
    }
}

#bbp-header-search-form.sharedmanual_ajax_search_loading .btn,
#sharedmanual-header-search-form.sharedmanual_ajax_search_loading .btn,
#sharedmanual-bar-search-form.sharedmanual_ajax_search_loading .btn,
#sharedmanual-woo-bar-search.sharedmanual_ajax_search_loading .btn {
    color: transparent;
}

#bbp-header-search-form.sharedmanual_ajax_search_loading:before,
#sharedmanual-bar-search-form.sharedmanual_ajax_search_loading:before,
#sharedmanual-woo-bar-search.sharedmanual_ajax_search_loading:before {
    font-family: 'FontAwesome';
    content: "\f013";
    position: absolute;
    top: 1.1rem;
    right: 1.5rem;
    z-index: 99999;
    font-size: 20px;
    transform: rotate(0deg);
    animation: sharedmanual-bg-search-loader 2s linear infinite;
    color: #fff;
    transform-origin: center;
    opacity: 1;
}

body.sharedmanual .ui-autocomplete {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}

body.sharedmanual .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    background: rgba(4, 53, 101, 0.9);
    z-index: 99999;
    width: 100%;
    border-radius: 0px;
}

#sharedmanual-bar-search {
    position: relative;
    z-index: 2;
}

body.sharedmanual #sharedmanual-bar-search .ui-menu .ui-menu-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.sharedmanual .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: inherit;
    font-size: 1rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

body.sharedmanual .ui-menu .ui-menu-item span {
    pointer-events: none;
}

body.sharedmanual .ui-menu .ui-menu-item:hover {
    color: #fff;
}

/* ================= ICON LIST ================== */

.sharedmanual-image-list-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sharedmanual-image-list-left,
.sharedmanual-image-list-right {
    display: table-cell;
    vertical-align: top;
}

.sharedmanual-image-list-right {
    width: 100%;
}

.sharedmanual-image-list-left {
    width: 120px;
}

.sharedmanual-image-list-left .fa {
    font-weight: normal !important;
    text-shadow: 2px 2px rgba(0,0,0,0.1);
}

.sharedmanual-image-list-left .far,
.sharedmanual-image-list-left .fas,
.sharedmanual-image-list-left .fab {
    text-shadow: 2px 2px rgba(0,0,0,0.1);
}

.sharedmanual-image-list-wrapper h3 {
    margin-bottom: 0.75rem;
    line-height: 1.4;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.sharedmanual-image-list-wrapper h3 a,
.sharedmanual-image-list-wrapper ol li a,
.sharedmanual-image-list-wrapper p a {
    color: inherit;
}

.sharedmanual-image-list-wrapper h3 a:hover,
.sharedmanual-image-list-wrapper ol li a:hover,
.sharedmanual-image-list-wrapper p a:hover {
    color: #101419;
}

.sharedmanual-image-list-btn {
    font-weight: 700;
    font-size:1rem;
    color:#101419;
    line-height: 1;
    vertical-align: bottom;
}

.sharedmanual-image-list-wrapper h3 a span {
    position: relative;
    display: inline-block;
}

.sharedmanual-image-list-wrapper h3 a span:before {
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 0;
    content: "";
    height: 0.2rem;
    background: transparent;
    z-index: 2;
    transition: all 0.3s ease-out;
}

.sharedmanual-image-list-wrapper h3 a span:hover:before {
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.15);
}

.sharedmanual-image-list-right p {
    margin: 0;
}

.sharedmanual-image-list-outer {
    margin-bottom: 40px;
}

.sharedmanual-image-list-outer:last-of-type {
    margin-bottom: 0px !important;
}

.sharedmanual-image-list-wrapper * {
    direction: ltr !important;
}

.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-right {
    direction: rtl;
    text-align: right;
}

.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-left {
    direction: ltr;
    text-align: left;
}

.sharedmanual-image-list-wrapper ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sharedmanual-image-list-wrapper ol li {
    position: relative;
    margin: 0 0 0.6rem 0;
}

.sharedmanual-image-list-wrapper ol li:last-of-type {
    margin-bottom: 0;
}

.sharedmanual-image-list-li {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sharedmanual-image-list-li-left,
.sharedmanual-image-list-li-right {
    display: table-cell;
    vertical-align: top;
}

.sharedmanual-image-list-li-left {
    width: 1.5rem
}

.sharedmanual-image-list-li-left span {
    color: #101419;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1;
}

.sharedmanual-image-list-button {
    margin-top: 1.5rem;
}

.sharedmanual-kbcat.sharedmanual-image-list-wrapper h3 {
    margin-bottom: 1.5rem;
}

.sharedmanual-kbcat.sharedmanual-image-list-wrapper .sharedmanual-image-list-button {
    margin-top: 2rem;
}

/* ================= GALLERY ================== */

.sharedmanual-gallery-item a {
    position: relative;
    display: block;
    color: inherit;
}

.sharedmanual-gallery-item a span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.7);
    color: #101419;
}

.sharedmanual-gallery-item.sharedmanual-animated-thumb,
.sharedmanual-gallery-item.sharedmanual-animated-thumb:hover {
    opacity: 1;
}

.sharedmanual-gallery-item.sharedmanual-animated-thumb a {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: -ms-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.sharedmanual-gallery-item.sharedmanual-animated-thumb a:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ================= POST LIST ================== */

.sharedmanual-post-list-wrapper {
    padding-top: 5px;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list:last-child {
    margin-bottom: 0px;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-left,
.sharedmanual-post-list-wrapper .sharedmanual-post-list-right {
    display: table-cell;
    vertical-align: middle;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-left {
    width: 75px;
    padding-right: 15px;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-right {
    width: 100%;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-left img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-title {
    margin: 0px;
    line-height: 1.6;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-left a {
    display: block;
}

.sharedmanual-post-list-wrapper .sharedmanual-post-list-info {
    font-size: 0.8rem;
    line-height: 1;
    margin: 0.5rem 0 0 0;
    text-transform: uppercase;
}

.sharedmanual-post-list-info .fa,
.sharedmanual-post-list-meta .fa {
    margin-right: 4px;
}

.sharedmanual-post-list-info span {
    margin: 0 0.5rem 0 0;
}

.sharedmanual-post-list-info .badge {
    font-size: 0.7rem;
    margin-top: 0.1rem;
}

.sharedmanual-post-list-meta {
    line-height: 1;
    margin-top: 5px;
    font-size: 0.925rem;
    opacity: 0.7;
}

.sharedmanual-post-list-meta span {
    margin-right: 5px;
}

/* ================= STATISTIC ================== */

.sharedmanual-statistic .sharedmanual-statistic-count {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 800;
    color: #101419;
}

.sharedmanual-statistic h3 {
    margin-bottom: 0.25rem
}

.sharedmanual-statistic .sharedmanual-image-list-left,
.sharedmanual-statistic .sharedmanual-image-list-right {
    vertical-align: middle;
}

.sharedmanual-statistic.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-right .sharedmanual-image-list-right {
    text-align: left;
}
.sharedmanual-statistic.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-right .sharedmanual-image-list-left {
    text-align: right;
}

.sharedmanual-statistic.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-left .sharedmanual-image-list-right {
    text-align: right;
}
.sharedmanual-statistic.sharedmanual-image-list-wrapper.sharedmanual-image-wrapper-left .sharedmanual-image-list-left {
    text-align: left;
}

/* ================= ACCORDION ================== */

.mp-accordion {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
}

.mp-accordion-title {
    position: relative;
    display: block;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 1.1rem;
}

.mp-accordion-title.collapsed {
    color: inherit;
}

.mp-accordion-title:hover,
.mp-accordion-title:not(.collapsed) {
    color: #2e5d9f;
}

.mp-accordion-title span {
    margin-right: 0.5rem
}

.mp-accordion-title:after {
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    font-family: 'FontAwesome';
    content: "\f068";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-size: 16px;
    height: 100%;
    padding: 1.5rem 2rem;
}

.mp-accordion-title.collapsed:after {
    content: "\f067";
}

.mp-accordion-content {
    padding: 0 1.5rem 2rem 1.5rem;
}

.mp-accordion-content p:last-child {
    margin-bottom: 0px;
}

.mp-accordion-content ul,
.mp-accordion-content ol {
    padding-left: 20px;
}

.mp-accordion-content ul:last-child,
.mp-accordion-content ol:last-child {
    margin-bottom: 0;
}

/* ================= CAROUSEL ================== */

.sharedmanual-carousel .card-title a {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sharedmanual-carousel-container {
    position: relative;
}

body.sharedmanual .sharedmanual-carousel {
    margin: 0 0 90px 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    padding: 0px;
}

body.sharedmanual .sharedmanual-carousel.no-padding {
    padding: 0px !important;
}

body.sharedmanual .slick-slide div {
    vertical-align: bottom;
}

body.sharedmanual .sharedmanual-carousel .slick-list {
    margin: 0 -15px;
    overflow: inherit !important;
}

body.sharedmanual .sharedmanual-carousel.sharedmanual-carousel-sm .slick-list {
    margin: 0 -10px;
    overflow: inherit !important;
}

body.sharedmanual .sharedmanual-carousel .slick-slide {
    margin: 0px 15px 20px 15px;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
    transform: scale(0.9, 0.9);
    pointer-events: none;
}

body.sharedmanual .sharedmanual-carousel.sharedmanual-carousel-sm .slick-slide {
    margin: 0px 10px 5px 10px;
}

body.sharedmanual .sharedmanual-carousel .slick-slide.slick-active {
    opacity: 1;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in;
    transform: scale(1, 1);
    pointer-events: auto;
}

body.sharedmanual .sharedmanual-carousel.no-anim .slick-slide {
    transform: none !important;
}

body.sharedmanual .sharedmanual-carousel.slick-dotted .slick-slide {
    margin-bottom: 20px;
}

.slick-dots li button {
    display: inline-block;
    line-height: 0 !important;
    padding: 5px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.slick-dots li button {
    color: rgba(0, 0, 0, 0.15) !important;
}

.slick-dots li.slick-active button {
    color: #2e5d9f !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
}

body.sharedmanual .sharedmanual-carousel .slick-prev,
body.sharedmanual .sharedmanual-carousel .slick-next {
    top: auto;
    bottom: -70px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    transition: all 0.15s ease;
    margin: 0px 4px;
    transform: translate(0, 0);
    z-index: 9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

body.sharedmanual .sharedmanual-carousel .slick-next {
    right: auto;
    left: 50%;
}

body.sharedmanual .sharedmanual-carousel .slick-prev {
    left: auto;
    right: 50%;
}

body.sharedmanual .sharedmanual-carousel .slick-prev:before,
body.sharedmanual .sharedmanual-carousel .slick-next:before {
    font-size: 16px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #465362;
}

body.sharedmanual .sharedmanual-carousel .slick-prev:hover:before,
body.sharedmanual .sharedmanual-carousel .slick-next:hover:before {
    color: #2e5d9f;
}

body.sharedmanual .sharedmanual-carousel .slick-disabled {
    pointer-events: none !important;
    background: transparent;
    box-shadow:none
}

.sharedmanual-carousel .card-masonry {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.sharedmanual-carousel .card.card-horizontal {
    margin-bottom: 0px !important;
}

/* ================= FORUM ================== */

.sharedmanual-forum-msg-btn {
    display: block;
    margin-top: 0.5rem;
}

.sharedmanual-user-msg-btn {
    margin-top: 1.5rem;
}

.sharedmanual-forum-msg-btn .btn.btn-sm {
    font-size: 0.75rem;
}

.no-thumbnail .sharedmanual-forum-left {
    display: none !important;
}

.sharedmanual-forum-widget-title {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    display: block;
    table-layout: auto;
    width: 100%;
    padding: 2rem 1.5rem;
}

.sharedmanual-forum-widget-title.has-bg {
    padding: 1.5rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}

.sharedmanual-forum-widget-title.has-bg .sharedmanual-forum-widget-left {
    padding: 2rem 0;
}

.sharedmanual-forum-widget-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: #f5f5f5;
    background: -webkit-linear-gradient(to right, #f5f5f5, rgba(241, 241, 241, 0.5));
    background: linear-gradient(to right, #f5f5f5, rgba(241, 241, 241, 0.5));
}

.sharedmanual-forum-widget-wrapper {
    position: relative;
    z-index: 2;
}

.sharedmanual-forum-widget-wrapper .bbp-topics {
    margin: 0px;
}

.sharedmanual-forum-widget-title h1,
.sharedmanual-forum-widget-title h2,
.sharedmanual-forum-widget-title h3,
.sharedmanual-forum-widget-title h4,
.sharedmanual-forum-widget-title h5,
.sharedmanual-forum-widget-title h6 {
    line-height: 1;
    margin: 0px;
    text-transform: uppercase;
}

.sharedmanual-forum-widget-desc {
    margin: 0.25rem 0 0 0;
    font-style: italic;
    font-size: 1.15rem;
}

.sharedmanual-forum-widget-left {
    text-align: left;
    display: block;
}

.sharedmanual-forum-widget-right {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: right;
}

.sharedmanual-forum-widget-statistics {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sharedmanual-forum-widget-statistics li {
    display: inline-block;
    margin: 0px 0px 0px 3px;
    line-height: 1.5;
    float: right;
}

.sharedmanual-forum-widget-statistics li span {
    display: inline-block;
    margin: 0px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
    background: #2e5d9f;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #fff;
}

.sharedmanual-forum-widget-statistics li span,
.sharedmanual-forum-widget-statistics li .btn {
    border-radius: 0.25rem;
}

.sharedmanual-forum-widget-statistics li.sharedmanual-reply-statistic,
.sharedmanual-forum-widget-statistics li.sharedmanual-topic-statistic {
    cursor: help;
}


/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 767px) {
    #sharedmanual-bar-search-form.sharedmanual_ajax_search_loading:before {
        top: 0.9rem;
        right: 1.1rem;
    }
    .sharedmanual-image-list-wrapper,
    .sharedmanual-image-list-left,
    .sharedmanual-image-list-right {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
    .sharedmanual-kbcat.sharedmanual-image-list-wrapper {
        text-align: left !important;
    }
    .sharedmanual-image-list-left .fa {
        margin-bottom:20px;
    }
    .sharedmanual-image-list-left {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 575px) {
    .mp-accordion-title {
        padding: 20px 50px 20px 20px !important;
    }
    .mp-accordion-content {
        padding: 20px !important;
    }
    .mp-accordion-title:after {
        top: 0;
    }
    #sharedmanual-header-search-form.sharedmanual_ajax_search_loading:before {
        top: 4px;
    }
    .sharedmanual-kbcat .sharedmanual-image-list-button {
        flex-direction: column
    }

    .sharedmanual-kbcat .sharedmanual-image-list-counter,
    .sharedmanual-kbcat .sharedmanual-image-list-button .btn.btn-sm {
        width: 100%;
    }
}
