@charset "UTF-8";

@font-face {
    font-display: swap !important;
    font-style: normal;
    font-family: 'Arial';
}


body {
    font: 100% Trebuchet MS, Helvetica, Arial, sans-serif;
    /* color: #555; */

}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#brand-button {
    /* background-color: #0072c6; */
    background-color: #d8dce0;
    color: white;
    height: 100px;
}

#brand-button .navbar-brand {
    color: white;
    margin-top: 35px
}

#button-search:hover {
    background: #c2c2c2;
}

#button-search span {
    background-size: cover;
    background: transparent;
    border: none;
}

#2023-04-15
    /*
    #button-search i {
        line-height: 0 !important;
    }
     */
.sr-btn-download-right-small {
    white-space: normal;
    font-size: 0.8em;
}

#product-stars {
    visibility: hidden;
}

/*
#button-cancel-search:hover {
     background: #c2c2c2;
}
*/

.soft-items:last-child {
    border-bottom: none !important;

}

/* SOL 2023-04-15
.align-valign-center  {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
*/

.index-navy {
    min-height: 4em;
}

ul.index-topmenu {
    width: 100%;
    font-weight: 700;
    font-size: 0.9em;
    color: #81909f;
    padding-inline-start: 0px;
}

ul.index-topmenu a {
    color: #81909f;
    text-decoration: none;
}

ul.index-topmenu a:hover {
    text-decoration: underline;
}

ul.index-topmenu li {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
}

/* Header: keep logo + menu on one row on mobile */
@media (max-width: 767.98px) {
    .sr-site-header {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    #brand-button {
        height: auto;
        max-width: 46%;
        flex: 0 0 auto;
    }

    #brand-button .sr-header-logo {
        height: 52px !important;
        width: auto;
        max-width: 100%;
    }

    .sr-header-right {
        flex: 1 1 0;
        min-width: 0;
    }

    .sr-header-menu-row {
        height: auto !important;
        min-height: 0;
    }

    .sr-header-menu-col {
        margin-top: 0 !important;
        padding-top: 0.25rem;
    }

    ul.index-topmenu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 0.35rem;
        margin-bottom: 0;
    }

    ul.index-topmenu li {
        width: auto;
        float: none;
        flex: 0 0 auto;
        text-align: left;
    }

    .sr-header-search-row {
        height: auto !important;
    }

    .sr-header-search-col {
        bottom: 0 !important;
        padding-top: 0.15rem;
    }

    .sr-header-search-row .input-group.mb-3 {
        margin-bottom: 0.35rem !important;
    }
}

.index-h1 {
    font-size: 26px;
    display: inline-block;
    text-align: center;
    letter-spacing: -2px;
    color: #35548f;
    margin-bottom: 0px;
    margin-left: -10px;
}

.index-categories {
    font-size: 0.7em;
    color: #81909f;
}

.index-categories a {
    color: #81909f;
}

/* SOL 2023-04-15 */
.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}


.menu_side {
    /* margin: 0;
    padding: 0;
     */
    list-style: none;
    display: block;
    margin-bottom: 25px;
}

.menu_side li:first-of-type {
    border-top: none;
}

.menu_side li {
    display: block;
    line-height: 30px;
    border-top: 1px solid #f2f2f2;
}

.menu_side li a {
    text-decoration: none;
    color: #0072c6;
    font-size: 16px;
    font-weight: 400;
}

.menu_side li a:hover {
    color: #f3b200;
}


.footer {
    clear: both;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;

    border-top: 3px solid #35548f;
}

.index-ratings-title {
    color: white;
}

.index-rating-title-popular {
    background-color: #199900;
}

.index-rating-title-recommended {
    background-color: #f3b200;
    color: #ffffff;
}


.index-rating-title-latest {
    background-color: #2173c2;
}

.index-rating-logosmall {
    /* width: 100%; */
    max-width: 66px;
}

.index-list-product-row {
    min-height: 60px;
}

.index-rating-logosmall-40 {
    width: 100%;
    max-width: 40px;
}


.index-ratings-title-text {
    font-weight: bold;
}

.index-rating-item-title {
    /* font-size: 1.2em;
     */
}


/************************** PRODUCT PAGE ************************************/

.product-logo {
    width: 100%;
    text-align: center;
}


/*-----------------------------------------*/

.index-rating-item-text {
    font-size: 1em;
    line-height: 1.2em;
}

.index-upper-section {
    padding-top: 20px;
    background-color: #d8dce0;
    font-weight: 400;
    color: #81909f;
}


/* SOL 2023-04-15

@media only screen and (min-width: 1200px) {
    .index-upper-section:after {
        z-index: 10;
        left: 100%;
        top: 50%;
        border: solid;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #d9dde1;
        border-left-color: #d9dde1;
        border-width: 40px 10px;
        margin-top: -40px;
    }

    .index-ratings-arrow:after {
        z-index: 10;
        left: 100%;
        top: 50%;
        border: solid;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #d9dde1;
        border-left-color: #199900;
        border-width: 18px 10px;
        margin-top: -18px;
    }

    blockquote::after {
        content: '';
        z-index: 10;
        left: 100%;
        top: 50%;
        border: solid;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #EDEDEE;
        border-left-color: #EDEDEE;
        border-width: 38px 10px;
        margin-top: -38px;
    }
}

 */

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #81909f;
    content: "»" !important;
}


.product-upper-section {
    background-color: #d8dce0;
    font-weight: 400;
    color: #81909f;
    border-radius: inherit;
}

.product-upper-section a {
    color: #81909f;
}

.product-upper-section:after {
    /*
    z-index: 10;
    left: 100%;
    top: 50%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #d9dde1;
    border-left-color: #d9dde1;
    border-width: 18px 10px;
    margin-top: -18px;
    */

}

.product-desc-section:after {
    z-index: 10;
    left: 100%;
    top: 50%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #d9dde1;
    border-left-color: #f3b200;
    border-width: 17px 10px;
    margin-top: -17px;
}

.product-screenshots {

}

.footer-lastwords {

    color: #81909f;
    background-color: #d8dce0;
    font-weight: 400;
}

.footer-lastwords2 {

    color: #819ccf;
    background-color: #35548f;
    font-size: 0.8em;
}

.footer-lastwords2 a {

    color: #819ccf;
    text-decoration: underline;
}

.footer-lastwords2-links:hover {
    color: #ffffff;
}

/**************************************************************/
blockquote {
    font-size: 16px;
    width: 100%;
    /* margin:50px auto; */
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDEE;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}


blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    margin-top: 1em;

}


.blockquote-review {
    font-size: 16px;
    width: 100%;
    /* margin:50px auto; */
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 0px;
    line-height: 1.6;
    position: relative;
    background: #ffffee;
}

.blockquote-review::before {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}





/**************************************************************/

.about-us-text {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal;
}

/**************************************************************/
.download-counter {
    font-size: 4em;
}

.sr-click-recaptcha-desc {
    font-weight: 600;
    color: green;
}


.sr-rating-star {
    color: yellow;
    text-shadow: 0 0 2px #000;
}


.category-page-link {
    font-size: 1.1em;
    color: black;
    margin-right: 0.5em;
    line-height: 2em;

    border: 1px solid gray;
}

.category-page-link-active {
    background-color: green;
}