/* navigation */
[v-cloak] {
    display: none;
}
#installpack-precheck .apps-categories {
    margin-bottom: 5px;
}
#installpack-precheck .apps-categories-item,
#installpack-precheck .sort-item {
    display: inline-block;
    margin: 0 10px;
    color: #448dd0;
    cursor: pointer;
}
#installpack-precheck .apps-categories-item:first-child {
    margin-left: 2px;
}
#installpack-precheck .apps-categories-item.active,
#installpack-precheck .sort-item.active {
    border-bottom: 1px dashed #333;
    color: #333;
    cursor: default;
}
#installpack-precheck .app-search {
    padding: 3px 5px;
    background-color: #33333305;
    border: 1px solid #33333314;
    border-radius: 2px;
}
#installpack-precheck .app-search:focus {
    background-color: #fff;
    outline: 1px auto #0b90fc80;
}
#installpack-precheck .sort-item-arrow-down,
#installpack-precheck .sort-item-arrow-up {
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    opacity: 0.5;
}
#installpack-precheck .sort-item-arrow-down {
    background: url(img/sort-item-arrow-down.svg) no-repeat 0;
}
#installpack-precheck .sort-item-arrow-up {
    background: url(img/sort-item-arrow-up.svg) no-repeat 0;
}

/* lists */
#installpack-precheck .selected-list,
#installpack-precheck .all-list {
    overflow: hidden;
}
#installpack-precheck .all-list-item-block {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 72px;
    transition: all ease-out 300ms;
}
#installpack-precheck .all-list-item-block.expanded {
    max-height: 550px;
    transition: all ease-out 300ms;
}
#installpack-precheck .all-list-item-block-header {
    font-size: 13px;
    margin-left: 2px;
    cursor: pointer;
}
#installpack-precheck .selected-list-item-wrapper,
#installpack-precheck .all-list-item-wrapper {
    width: 25%;
    float: left;
}
#installpack-precheck .all-list-item-block[data-size="1"] .subcat-toggler,
#installpack-precheck .all-list-item-block[data-size="2"] .subcat-toggler,
#installpack-precheck .all-list-item-block[data-size="3"] .subcat-toggler,
#installpack-precheck .all-list-item-block[data-size="4"] .subcat-toggler {
    display: none;
}
@media screen and (max-width: 800px) {
    #installpack-precheck .selected-list-item-wrapper,
    #installpack-precheck .all-list-item-wrapper {
        width: 33%;
    }
    #installpack-precheck .all-list-item-block[data-size="4"] .subcat-toggler {
        display: inline-block;
    }
    #installpack-precheck .all-list-item-block.expanded {
        max-height: 750px;
    }
}
@media screen and (max-width: 700px) {
    #installpack-precheck .selected-list-item-wrapper,
    #installpack-precheck .all-list-item-wrapper {
        width: 50%;
    }
    #installpack-precheck .all-list-item-block[data-size="3"] .subcat-toggler {
        display: inline-block;
    }
    #installpack-precheck .all-list-item-block.expanded {
        max-height: 1080px;
    }
}
@media screen and (max-width: 500px) {
    #installpack-precheck .selected-list-item-wrapper,
    #installpack-precheck .all-list-item-wrapper {
        width: 100%;
    }
    #installpack-precheck .all-list-item-block[data-size="2"] .subcat-toggler {
        display: inline-block;
    }

    #installpack-precheck .all-list-item-block.expanded {
        max-height: 2070px;
    }
}

/* items */
#installpack-precheck .selected-list-item,
#installpack-precheck .all-list-item {
    position: relative;
    padding: 10px 10px 10px 70px;
    margin: 2px;
    background-color: #33333305;
    box-shadow: 0 0 2px #3333330a;
    border: 1px solid #33333314;
    border-radius: 2px;
    transition: background-color .3s;
    height: 48px;
}
#installpack-precheck .selected-list-item:hover,
#installpack-precheck .all-list-item:hover {
    background-color: #ffffff;
}
#installpack-precheck input[type="checkbox"] {
    position: absolute;
    top: 16px;
    left: 10px;
    cursor: pointer;
}
#installpack-precheck input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 2px rgba(51, 51, 51, 0.07);
    border-radius: 2px;
    background-color: #fbfbfb;
}
#installpack-precheck input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 3px;
    height: 7px;
    border: solid #868686;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 4px;
}
#installpack-precheck .all-list-main-meta {
    float: left;
    margin-right: 7px;
    text-align: center;
}
#installpack-precheck .selected-list-item-icon,
#installpack-precheck .all-list-item-icon {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 31px;
}
#installpack-precheck .all-list-item-title {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 2px;
}
#installpack-precheck .all-list-item-rating {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}
#installpack-precheck .all-list-item-category {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#installpack-precheck .all-list-item-license {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* download button */
#installpack-precheck .download-pack-button {
    display: block;
    max-width: 300px;
    font-size: 26px;
    background: #4caf50;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
    padding: 20px 60px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
}
#installpack-precheck .download-pack-button:hover {
    background: #53c558;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}

#installpack-precheck .subcat-toggler {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxwYXRoIGZpbGw9IiM4Njg2ODYiIGQ9Ik05IDRINVYwSDR2NEgwdjFoNHY0aDFWNWg0eiIvPjwvc3ZnPg==);
    width: 9px;
    height: 9px;
    display: inline-block;
}

#installpack-precheck .expanded .subcat-toggler {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxwYXRoIGZpbGw9IiM4Njg2ODYiIGQ9Ik0wIDRoOXYxSDB6Ii8+PC9zdmc+);
}

#installpack-precheck .rating-wr {
    float: left;
    height: 10px;
    margin-right: 10px;
    line-height: 1;
}
#installpack-precheck .rating {
    width: 10px;
    height: 10px;
    vertical-align: top;
}

#installpack-precheck .license,
#installpack-precheck .virustotal-counter {
    width: 10px;
    height: 10px;
    float: left;
    background: no-repeat left center url(img/virustotal-license-icons.svg);
    background-size: 9px;
    background-position: 0 -32px;
    margin-right: 10px;
}
#installpack-precheck .virustotal-counter.vt-susp {
    background-position: 0 -43px;
}
#installpack-precheck .virustotal-counter.vt-dang {
    background-position: 0 -54px;
}
#installpack-precheck .license {
    background-position: 0 1px;
} 
#installpack-precheck .license-2,
#installpack-precheck .license-3,
#installpack-precheck .license-4 {
    background-position: 0 -11px;
}
#installpack-precheck .license-5 {
    background-position: 0 -21px;
}
#installpack-precheck .star-full,
#installpack-precheck .star-half,
#installpack-precheck .star-empty {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: no-repeat left center url(img/star-icons.svg);
    background-size: 10px 34px;
    background-position: 0 -1px;
}
#installpack-precheck .star-half {
    background-position: 0 -13px;
}
#installpack-precheck .star-empty {
    background-position: 0 -25px;
}
#installpack-precheck .invisible {
    visibility: hidden;
}
#installpack-precheck .recommend-label {
    display: none;
}
#installpack-precheck .recommended .all-list-item{
    background: rgba(181, 215, 193, 0.25);
}
#installpack-precheck .recommended .recommend-label {
    display: block;
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: 2px;
    color: #087c0c;
    font-weight: 700;
    width: auto;
}
/*
#installpack-precheck .all-list-item-block {
    clear: both;
}
#installpack-precheck .all-list-item-block-header {
    font-weight: 700;
}
*/

