/* material design */

.demo-ribbon, .demo-ribbon-a {
    width: 100%;
}
.demo-ribbon {
    height: 40vh;
}
.demo-ribbon-a {
    height: 37vh;
}

.mdl-data-table {
    white-space: normal !important;
}

.mdl-tooltip {
    overflow-wrap: break-word;
}

.mdl-tooltip-page-centered {
    width: 90% !important;
    margin-left: 0 !important;;
    left: 6% !important;;
}

.mdl-textfield__label-less-padding {
    top: 9px !important;
}
.mdl-textfield__label-less-padding:after {
    bottom: 9px !important;
}


/* own shared */

img {border: 0px}
html {overflow-x: auto;}
html, body, table, td, tr{
    font-family:Verdana,sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
a:link, a:visited {
    text-decoration:none;
}
a:hover, a:focus {
    color: #313131;
}
a.lightHover:hover, a.lightHover:focus {
    color: white;
}

.profilingBox {
    font-size: 11px;
    font-family: Trebuchet MS;
    color: white;
    width: 100%;
    position: relative;
}

.spoiler {
    display: inline-block;
    border: 1px dashed black;
    padding: 0px 5px 0px 5px;
}
.spoilerToggler:hover, .spoilerMinimized:hover {
    background-color: #EFEFEF;
}
.spoilerToggler {
    cursor: pointer;
    user-select: none;
}
.spoilerExpanded > .spoilerToggler {
    border-bottom: 1px dashed black;
}
.spoilerMaxWidth {
    width: 100%;
}

a.white_link,.font_white{color: #ffffff;}
a.black_link,.font_black{color: #000000;}
a.blue_link,.font_blue{color: #28A4D7;}
a.blue_normal_link,.font_blue_normal{color: blue;}
a.pink_link,.font_pink{color: #FF4081;}
a.brown_link,.font_brown{color: #E74C3C !important;}
a.orange_link,.font_orange{color: #FEB900;}
a.red_link,.font_red{color: #FF2244;}
a.green_link,a.green_link_hover_red,.font_green{color: #00FF44;}
a.dark_green_link,.font_dark_green{color: green !important;}
a.dark_green_link_not_important,.font_dark_green_not_important{color: green;}
a.gray_dark_link,.font_gray_dark{color: #898989;}
.font_pink_hover_white{color: #FF4081;}
.font_pink_hover_white:hover{color: white;}
.brown_link {color: #E74C3C;}
a.dark_yellow_link,.font_dark_yellow{color: #FFD100 !important;}
a.yellow_link,.font_yellow{color: yellow !important;}

a.bold_link,.font_bold{font-weight: bold !important;}

.backgroundOnHoverPink:hover, .selectedOnHoverPink { background-color: #ff4081 !important; color: white !important; }

.inputError { background-color: #FFF4F4 !important; }
.inputSuccess { background-color: #EEFFEE !important; }

/* ------------------------- font awesome ------------------------- */
.faLime, .faHoverLime:hover { color: lime; }
.faWhite, .faHoverWhite:hover { color: white; }
.faRed, .faHoverRed:hover { color: red; }
.faCyan, .faHoverCyan:hover { color: cyan; }
.faGreen, .faHoverGreen:hover { color: green; }
.faGreenI, .faHoverGreen:hover { color: green !important; }
.faLime, .faHoverLime:hover { color: #00FF44; }
.faOrange, .faHoverOrange:hover { color: orange; }
.faBlue, .faHoverBlue:hover { color: #28A4D7; }
.faBlueNormal, .faHoverBlueNormal:hover { color: #0000FF; }
.faRedish, .faHoverRedish:hover { color: #FF2244; }
.faPink, .faHoverPink:hover { color: #FF4081; }
.faPurple, .faHoverPurple:hover { color: mediumpurple !important; }
.faBlack, .faHoverBlack:hover { color: #000000; }
.faGrayDark, .faHoverGrayDark:hover { color: #898989 !important; }
.faBrown, .faHoverBrown:hover { color: #E74C3C !important; }

.faBold { font-weight: bold; }

.faHidden { display: none !important; }
.faInvisible { visibility: hidden; }

.faPointer { cursor: pointer; }
.faHelp { cursor: help; }

.fa30 { font-size: 30px !important; }
.fa25 { font-size: 25px !important; }
.fa20 { font-size: 20px !important; }
.fa18 { font-size: 18px !important; }
.fa16 { font-size: 16px !important; }
.fa15 { font-size: 15px !important; }
.fa14 { font-size: 14px !important; }
.fa12 { font-size: 12px !important; }

.my-fa-rss:before { content:"\f09e" }

/* ------------------------- pagination ------------------------- */
.paginationContainer {
    font-size: 20px;
    display: inline-block;
}

.paginationSelectPage {
    cursor: pointer;
}

.paginationActive {
    cursor: pointer;
}

.paginationInactive {
    cursor: not-allowed;
}

/* ------------------------- QTIP ------------------------- */
.qtip {
    max-width: 330px !important;
}

.qtip-youtube{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 3px #333 !important;
    -moz-box-shadow: 0 0 3px #333 !important;
    box-shadow: 0 0 3px #333 !important;

    color: white !important;
    border: 0 solid transparent !important;

    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

.qtip-youtube .qtip-titlebar{
    background-color: #4A4A4A !important;
    background-color: rgba(0,0,0,0) !important;
}

.qtip-youtube .qtip-content{
    padding: .75em;
    font: 12px arial,sans-serif;

    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon{
    border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover{
    border-color: #303030;
}

/* ------------------------- error reporting ------------------------- */
.errorReportingSqlBox, .errorReportingAlert, .xdebug-error, .xdebug-error td, .xdebug-error th
{
    z-index: 9999999 !important;
}
.errorReportingSqlBox, .errorReportingAlert
{
    position: absolute !important;
}
.xdebug-error, .xdebug-error td, .xdebug-error th
{
    color: black !important;
    font-size: 14px;
}
.errorReportingSqlBox, .errorReportingAlert
{
    border: 2px solid #313131;
    background-color: #FF2244;
    color: white;
    padding: 5px;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    text-align: left;
}
.errorReportingSqlBacktrace
{
    color: black;
    background-color: white;
}
.errorReportingAlert
{
    left: 2%;
    text-align: center;
    color: white;
    z-index: 999999 !important;
}

/* own */
*:focus {
    outline: none;
}

.screenshot {
    max-width: 200px;
    max-height: 200px;
}

.imgHeadline {
    width: 64px;
    height: 64px;
}

.shakeHover:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.shakeHoverOnce:hover {
  animation: shake 0.5s;
}
.shakeEndless {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.containerScreenshot {
    float: left;
    width: 220px;
}

.containerProductInfo {
    float: left;
    width: calc(100% - 230px);
}

.containerProductInfoTable {
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: top;
    width: 250px;
}

.containerProductInfoTableDescription {
    vertical-align: top;
    padding-left: 20px;
    color: #222;
    font-size: 12px;
}

#expandDescription, .productDescriptionShort {
    cursor: zoom-in;
}

.containerChart {
    width: 100%;
}

.screenshotIcon {
    width: 16px;
    height: 16px;
}

.screenshotIconBlock {
    max-width: 16px;
    max-height: 16px;
}
.screenshotIconBlockBig {
    max-width: 64px;
    max-height: 64px;
}
.screenshotIconBlockContainer {
    width: 16px;
    height: 16px;
}
.screenshotIconBlockContainerBig {
    width: 64px;
    height: 64px;
}
.screenshotIconBlockContainer, .screenshotIconBlockContainerBig {
    background-color: white;
    text-align: center;
    display: inline-block;
}

.screenshotSmall, .screenshotSmallNoBorder {
    max-width: 48px;
    max-height: 48px;
}

.screenshotContainer, .screenshotContainerNoBorder, .screenshotContainerNoBorderMobile, .screenshotContainerSelected, .screenshotContainerWithVariant, .screenshotContainerWithVariantSelected {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 48px;
    min-height: 48px;
}
.screenshotContainerImage {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.screenshotContainerWithVariant, .screenshotContainerWithVariantSelected {
    min-height: 64px;
}
.screenshotContainer:hover, .screenshotContainerWithVariant:hover {
    border: 1px dashed magenta;
}
.screenshotContainerNoBorderMobile {
    max-width: 256px;
    max-height: 200px;
}
.screenshotMobileMaxHeight {
    max-height: 200px;
}

.screenshotSmall {
    cursor: zoom-in;
}

.screenshotMedium {
    max-width: 300px;
    max-height: 300px;
}
.screenshotMediumContainerInTooltipForLazyLoad {
    width: 300px;
    height: 300px;
    display: flex;
}

.screenshotVariantQuickInfo {
    position: relative;
    top: 2px;
    font-size: 9px;
    max-width: 48px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
}

.resizableImage {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

acronym, .dotted, a.dotted {
    cursor: pointer !important;
    text-decoration: none !important;
    border-bottom: 1px dotted gray;
}

.acronymNotDotted {
    border-bottom: 0 !important;
}

.fb-like {
    position: absolute !important;
    right: 3px;
    top: 38px;
}

.viewer-button {
    position: fixed !important;
    top: 21px !important;
}

.starOn, .starOff, .starHalf {
    width: 30px;
    height: 30px;
    background-image: url(/img/starability/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.starOn {
    background-position:0 -30px;
}
.starOn.starSmall {
    background-position:0 -16px !important;
}
.starSmall {
    width: 16px !important;
    height: 16px !important;;
    background-size: cover;
}
.starHalf {
    background-image: url(/img/starability/icon_half.png) !important;
}

.starRatingContainer, .starRatingContainerSmall {
    display: inline-block;
}
.starRatingContainer {
    width: 152px;
}
.starRatingContainerSmall {
    position: relative;
    top: 2px;
    left: 10px;
    width: 90px;
}

.verifiedPurchase {
    color: #090;
}

.viewer-title {
    display: none !important;
}

.headerOverall {
    position: fixed;
    top: 0;
}

.headerText {
    font-size: 18px;
    display: none;
}

.headerFont {
    font-size: 18px;
}

.headerExplicitPromotion {
    animation: color-change 1s infinite;
}
@keyframes color-change {
  0% { color: yellow; }
  50% { color: black; }
  100% { color: yellow; }
}
.headerExplicitPromotionCounter {
    position: relative;
    top: 11px;
}

.menuIcon {
    width: 24px;
}

.addFavorite {
    padding: 12px 9px 9px 27px;
    border: 1px solid #FF4081;
    color: #FF4081;
    border-radius: 10px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-top: 6px;
    width: 140px;
    cursor: pointer;
    text-align: center;
}
.productReportDone {
    border: 1px solid green;
    color: green;
}
.addFavoriteNew {
    width: 20px;
    height: 20px;
}

.buttonIcon {
    position: absolute;
    left: 10px;
    top: 15px;
}

#topMenu {
    position: relative;
    top: -1px;
}

.cnTopNotification {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.productsTable {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.productsSimilarScreenshotsPriceContainer {
    background-color: white;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
}

.productPrice {
    font-size: 14px;
    font-weight: bold;
    color: green;
}

.productBrandProductTitle {
    position: relative;
    top: -3px;
}
.productBrandMultipleBrandsAdminAlertContainer {
    background-color: #fee;
    display: inline-block;
    border: 1px dashed red;
    width: 100%;
}

.indexTableBrandsCell {
    width: 136px;
    height: 128px;
    text-align: center;
}
.indexTableBrandsText {
    font-size: 18px;
}
.brandsIntersectingNames {
    border: 1px dashed red;
    background-color: #DDFFDD;
    display: inline-block;
    padding: 3px 0 3px 0;
}

.pendingProducerIdsRowSelected {
    background-color: #CCFFFF !important;
}

.productLinkDoubleClickTooltipVisible, .linkDoubleClickTooltipVisible {
    transition: transform 300ms;
    transform: scale(1) !important;
    position: absolute !important;
}

.productVariantNamesForTooltip {
    color: cyan;
}

.titleImage {
    padding-right: 10px;
}

table.floatingHeader > thead > tr {
    border-bottom: 1px solid #D1D1D1;
}

/* ------------------------- backdrop ------------------------- */
.backdrop {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.backdropOverlay {
    z-index: 1000000;
}

.backdropOverlayBasic {
    background-color: white;
    padding: 10px;
    border: 2px solid #919191;
    border-radius: 10px;
}

/* ------------------------- search ------------------------- */
#loaderSearch {
    position: relative;
    top: 2px;
    left: 10px;
}

#loaderSearchTop {
    position: relative;
    top: -12px;
    left: -5px;
}

#searchSuggestions {
    position: absolute;
    color: #919191;
    z-index: 9999;
    padding: 5px;
}

.searchHighlightAlternate {
    color: yellow;
}

/* ------------------------- ads ------------------------- */
/* adsense */
.no-ads .google-auto-placed {
   display: none !important;
}

/* ------------------------- notifications ------------------------- */
.notificationContent, .notificationContentError {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.notificationContent {
    background-color: #DDFFFF;
}
.notificationContentError {
    background-color: #fee;

    color: red;
}

/* ------------------------- dark mode ------------------------- */
/*
@media (prefers-color-scheme: dark) {
    html, body, table, td, tr{
        color: #919191;
    }
    .mainContentBg {
        background-color: #212121 !important;
    }
    .aLink {
        color: orange;
    }
    .mainContentText {
        color: #999999 !important;
    }
    .headerOverall {
        background-color: #212121 !important;
        color: white;
        border-bottom: 1px solid #313131;
    }
    .demo-ribbon, .demo-ribbon-a {
        background-color: #414141;
    }
    #searchSuggestions {
        background-color: #313131;
        border: 1px solid #414141;
    }
    .productReviewTimestamp {
        color: #616161;
    }
    .productReviewAuthor {
        color: rgb(37, 166, 215, 0.60);
    }
    .productReviewContent {
        color: #919191;
    }
    .screenshotContainer, .screenshotContainerWithVariant {
        border: 1px solid #313131;
    }
    .screenshotContainerSelected, .screenshotContainerWithVariantSelected {
        border: 2px dashed green;
    }
    .searchHighlight, .searchStats {
        color: orange;
    }
    .textInfoFastDiscounts {
        color: orange;
    }

    .demo-container, .mdl-layout__content {
        background-color: #414141;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #999999;
    }
    .mdl-textfield__label {
        color: #9a9a9a !important;
        opacity: 0.6;
    }
    html {
        color: #9a9a9a;
    }
    .mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
        color: #cacaca !important;
        background-color: #414141 !important;
    }
    .mdl-menu__outline {
        background-color: #313131 !important;
    }
    .mdl-menu__item {
        color: #919191 !important;
    }
    input[type="text"], input[type="password"] {
        background-color: #212121;
        border: 1px solid #313131;
        color: #CCCCCC;
    }
    .mdl-data-table tbody tr:hover {
        background-color: #212121 !important;
    }
    .tableRowHighlightedGreen {
        background-color: #223322;
    }
    .productVariantNames {
        color: cyan;
    }
}
*/

/*@media (prefers-color-scheme: light) {*/
    html, body, table, td, tr{
        color: #000000;
    }
    .mainContentBg {
        background-color: white;
    }
    .aLink {
        color: blue;
    }
    .mainContentText {
        color: #414141 !important;
    }
    .headerOverall {
        background-color: #f5f5f5 !important;
        border-bottom: 1px solid #3F51B5;
    }
    .demo-ribbon, .demo-ribbon-a {
        background-color: #3F51B5;
    }
    #searchSuggestions {
        background-color: white;
        border: 1px solid #D1D1D1;
    }
    .productReviewTimestamp {
        color: #222222;
    }
    .productReviewAuthor {
        color: blue;
    }
    .screenshotContainer, .screenshotContainerWithVariant {
        border: 1px solid #D1D1D1;
    }
    .screenshotContainerSelected, .screenshotContainerWithVariantSelected {
        border: 2px dashed green;
    }
    .searchHighlight, .searchStats {
        color: #0000FF;
    }
    .textInfoFastDiscounts {
        color: red;
    }
    .tableRowHighlightedGreen {
        background-color: #EEFFEE;
    }
    .productVariantNames {
        color: blueviolet;
    }
/*}*/
