﻿
ul.breadCrumbNav li a {
    color: #dc0d8a;
}
.addonsPageWrap {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    margin-bottom: -64px;
}
.addonLeftMenu {
    max-width: 300px;
    min-width: 300px;
    background: #efefef;
}
.addonLeftMenuInner {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 112px;
    padding: 32px;
    padding-bottom: 64px;
}
.addonsContent {
    width: 100%;
}
.addonLeftMenu h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 4px;
}
.addonLeftMenu ul li a {
    font-size: 1.15rem;
    line-height: 100%;
}
.addonLeftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}
.searchWrap {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchWrap input[type=text] {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
}
    .searchWrap input[type=submit] {
        background: #dc0d8a !important;
    }
    .addonLeftMenu ul li {
        margin: 0;
        padding: 0;
    }
    .addonLeftMenu .chkWrapToggle > div {
        font-size: 1.15rem;
        line-height: 180%;
    }
    ul.addonList {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        margin-top: -16px;
        flex-wrap: wrap;
    }
ul.addonList > li {
    max-width: calc(33.33333% - 32px);
    min-width: calc(33.33333% - 32px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 3px;
    flex: 1;
    margin: 16px 16px;
    position: relative;
    padding-bottom: 56px;
}
.addonBgWrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    height: 70px;
    z-index: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.65;
    transition: all 300ms ease-in-out;
}
ul.addonList > li a:hover .addonBgWrap {
    opacity: 1;
}
.addonPagination {
    text-align: right;
    margin: 0 16px;
    margin-bottom: 128px;
}
    .addonPagination .paginationWrap ul li a.selected,
    .addonPagination .paginationWrap ul li a:hover {
        background: #dc0d8a;
    }
        .addonPagination .paginationWrap ul li a:hover img {
            filter: brightness(0) invert(1);
        }
        ul.addonList > li > a {
            display: block;
            height: 100%;
        }
ul.addonList > li > a:hover {
    text-decoration: none;
}
.addonErrorWrap {
    margin: 0 16px;
    margin-bottom: 128px;
    text-align: center;
}
.addonContent {
    padding: 24px 48px;
}
.addonContent h3 {
    text-align: center;
    color: #2B2B2B;
    margin-top: 0;
    line-height: 110%;
}
.addonContent p {
    color: #2B2B2B;
    font-size: 1.1rem;
    line-height: 130%;
    margin-bottom: 0;
}
.addonIcoWrap {
    margin: 0 auto;
    width: 98px;
    height: 98px;
    background: #ffffff;
    border-radius: 50%;
    padding: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: -16px;
    position: relative;
    z-index: 2;
}
.addonIcoWrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    ul.addonList > li {
        max-width: calc(50% - 32px);
        min-width: calc(50% - 32px);
    }
}
@media screen and (max-width: 1000px) {
    ul.addonList > li {
        max-width: calc(100% - 32px);
        min-width: calc(100% - 32px);
    }
}


.extendedMenu.addonsSubMenu li.addonMobile {
    display: none;
}
@media screen and (max-width: 1000px) {
    h1 {
        margin-top: 94px;
    }
    .addonsContent {
        margin-top: 16px;
    }
    .addonLeftMenu {
        max-width: 100%;
        min-width: 100%;
        position: fixed;
        top: 96px;
        left: 0;
        z-index: 11;
        height: calc(100% - 96px);
        max-height: calc(100% - 96px);
        overflow-y: auto;
        padding: 32px;
        display: none;
    }
    .addonLeftMenuInner {
        position: static;
        top: 0;
        padding: 0;
        padding-bottom: 0;
    }
    ul.addonList > li {
        max-width: calc(100% - 32px);
        min-width: calc(100% - 32px);
    }
    .extendedMenu.addonsSubMenu li.addonMobile {
        display: inline-block;
    }
    .extendedMenu.addonsSubMenu li.addonDesktop {
        display: none;
    }
}




.addonBadges {
    margin: 0 -48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.addonBadge {
    margin-bottom: 5px;
    display: inline-flex;
    font-size: 0.85rem;
    white-space: nowrap;
    color: #2B2B2B;
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 8px;
    padding-left: 35px;
    padding-right: 10px;
    font-weight: 500;
    height: 32px;
}
.addonBadge .badgeImg {
    border-radius: 50%;
    border-right: 0;
    padding: 3px;
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.addonBadge .badgeImg img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}
.addonBadge + .addonBadge {
    margin-left: 16px;
}
.downloadAddonBtn {
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
}
.downloadAddonBtn > div:first-child {
    background: #dc0d8a;
}
ul.addonList > li > a:hover .button {
    text-decoration: underline;
}

.sortBar {
    background: #efefef;
    text-align: right;
    border-radius: 3px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 24px;
    padding: 3px 5px;
}
.sortBar select {
    padding: 2px 5px;
    font-size: 1rem;
}
.sortBar input[type=submit] {
    background: #dc0d8a;
    padding: 0 10px;
    height: 25px;
    position: relative;
    top: -1px;
}
h1 {
    margin-bottom: 32px;
}
.filterButtonWrap {
    text-align: right;
}
.filterButtonWrap input[type=submit] {
    background: #dc0d8a;
    padding: 5px 15px;
}
.addonStatBar {
    margin-top: 6px;
    margin-bottom: 16px;
}
.outerStarWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.outerStarWrap > div:first-child {
    min-width: 90px;
    max-width: 90px;
}
.outerStarWrap > div:last-child {
    font-size: 1rem;
    font-weight: 500;
    color: #2B2B2B;
    margin-left: 5px;
    line-height: 100%;
}
.starWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90px;
    margin: 0 auto;
}
.starWrap img {
    opacity: 0.3;
    display: block;
}
.innerStars {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 90px;
    overflow: hidden;
    left: calc(50% - 45px);
}
.innerStars img {
    opacity: 1;
}
.addonVersion {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    color: #2B2B2B;
    line-height: 120%;
    margin-top: 4px;
}
.hiddenBtn {
    display: none !important;
}
.loading {
    background: linear-gradient(-15deg, #efefef, #d7d7d7, #fff, #efefef);
    background-size: 400% 400%;
    animation: gradient 2s infinite;
    height: 300px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.viewAddonMainContent > div:last-child {
    padding-bottom: 120px;
    padding-right: 32px;
}
.addonTop {
    display: flex;
    align-items: center;
    margin-top: 64px;
    padding: 0 32px;
}
.addonTop > div:first-child {
    flex: 1;
    display: flex;
    align-items: center;
}
.addonTop > div:first-child > div:first-child {
    margin-right: 24px;
}
.addonTop > div:last-child {
    flex: 0;
    min-width: 300px;
    max-width: 300px;
}
.addonTop > div:last-child a {
    white-space: nowrap;
    background: #dc0d8a;
    text-align: center;
    line-height: 100%;
    padding: 12px 32px;
    width: 100%;
}
.addonTop > div:last-child a span {
    display: block;
    font-size: 1rem;
    margin-top: 3px;
}
.addonTop h1 {
    margin: 0;
    padding: 0;
}
.viewAddonContent {
    max-width: 1200px;
    margin: 0 auto;
}
.addonTop .addonIcoWrap {
    margin-top: 0;
}
.viewAddonMainContent {
    display: flex;
    margin-top: 48px;
}
.viewAddonMainContent > div:last-child {
    padding-left: 32px;
    width: 100%;
}
    .viewAddonMainContent > div:first-child {
        max-width: 300px;
        min-width: 300px;
        background: #efefef;
        padding-bottom: 180px;
    }
.viewAddonRightMenu {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 112px;
    padding: 32px;
    padding-bottom: 64px;
}
ul.addonTopMenu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #dc0d8a;
}
ul.addonTopMenu li {
    padding: 0;
    margin: 0;
    line-height: 100%;
}
ul.addonTopMenu li a {
    color: #dc0d8a;
    padding: 8px 16px;
    font-weight: 500;
    display: block;
}
ul.addonTopMenu li.selected a {
    background: #dc0d8a;
    color: #ffffff;
}
ul.addonTopMenu li a:hover {
    background: #dc0d8a;
    color: #ffffff;
    text-decoration: none;
}

.downloadForbidden {
    background: #efefef;
    margin-bottom: -32px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 3px;
}
.downloadForbidden h3, .downloadForbidden p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
    .downloadForbidden h3 {
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 500;
        font-size: 1.15rem;
        margin-bottom: 5px;
        text-align: center;
    }
.downloadForbidden p {
    font-size: 1rem;
    display: block;
    margin-bottom: 6px;
}
    .downloadForbidden img {
        display: block;
    }
.downloadForbidden a {
    min-width: 0;
    padding: 8px 16px !important;
    color: #ffffff;
    font-weight: 500;
    display: block;
}

ul.addonReleases {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px;
}
ul.addonReleases > li {
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 32px;
}
ul.addonReleases > li:last-child {
    border-bottom: 0;
}
.addonVersionHead {
    display: flex;
    align-items: flex-start;
}
.addonVersionHead h3 {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    padding: 0;
}
.addonVersionHead > div:nth-child(2) {
    display: flex;
    flex: 1;
    padding-right: 64px;
}
.stableLabel, .betaLabel {
    display: block;
    background: #efefef;
    border-radius: 3px;
    line-height: 100%;
    font-weight: 500;
    padding: 8px 16px;
    margin-right: 16px;
    font-size: 1rem;
}
.stableLabel {
    background: #d4ffd0;
    color: #377931;
}
.betaLabel {
    background: #F98428;
    color: #fff;
}
.addonVersionHead a.smallButton {
    background: #dc0d8a;
    line-height: 100%;
    font-size: 1rem;
}
.addonVersionHead a.smallButton span {
    display: block;
    font-size: 0.75rem;
    text-align: center;
}
ul.addonStat {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
ul.addonStat li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-style: italic;
    margin-right: 16px;
    line-height: 100%;
}
.addonReleaseNotes {
    line-height: 120%;
    margin-top: 16px;
}
.addonReleaseNotes p, .addonReleaseNotes li {
    font-size: 1rem;
    line-height: 120%;
}
.articleRender .tabWrap ul.tabs li.selected,
.submitCommentWrap input[type=submit],
.viewAddonRightMenu a.button {
    background: #dc0d8a !important;
}
.viewAddonRightMenu a.button {
    width: 100%;
    text-align: center;
}
.addonExampleWrap {
    display: flex;
    align-items: flex-start;
}
.addonExampleWrap > div:first-child {
    flex: 1;
    margin-right: 64px;
}
.addonExampleWrap > div:last-child a {
    background: #dc0d8a !important;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 8px 16px;
    border-radius: 3px;
    line-height: 100%;
    text-align: center;
}
.addonExampleWrap > div:last-child a span {
    display: block;
    font-size: 0.75rem;
    margin-top: 3px;
}
.viewAddonRightMenu {
    line-height: 120% !important;
}
.followWrapper .followLinkWrap {
    background: #dc0d8a !important;
    display: block;
    width: 100%;
    padding: 8px 0 !important;
    margin-top: 10px;
    text-align: center;
}

ul.info {
    list-style: none;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}
ul.info li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 120%;
}
ul.info li:last-child{
    margin-bottom: 0;
}
ul.info li img {
    margin-right: 5px;
}
.followWrapper  div a {
    width: 100%;
}
@media screen and (max-width: 880px) {
    .viewAddonMainContent {
        flex-direction: column;
    }
    .viewAddonMainContent > div:first-child {
        order: 2;
    }
    .viewAddonMainContent > div:last-child {
        order: 1;
    }
    .viewAddonMainContent > div:last-child {
        padding-bottom: 32px;
    }
    .viewAddonMainContent > div:first-child {
        max-width: calc(100% - 64px);
        min-width: calc(100% - 64px);
        margin: 0 32px;
        padding-bottom: 32px;

    }
    
}
.viewAddonContent h1 {
    text-align: left !important;
}

@media screen and (max-width: 1150px) {
.addonTop {
    flex-direction: column;
}
    .addonTop > div:first-child {
        flex-direction: column;
    }
    .addonIcoWrap {
        margin-bottom: 32px;
    }
    .addonTop > div:last-child {
        margin-top: 32px;
    }
}