#hoverPointInfoContainer {
    display: none;
}

.unselectable {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#ingameViewContainerDesktop {
    display: none;
}

#ingameViewContainerMobileTablet {
    display: block;
    margin-top: 8px;
    width: 174%;
    height: calc((96vw - 50px) * 9 / 25);
    margin-left: 12px;
}

#idpTopBoard, #idpTopBoard-A, #idpTopBoard-B {
    max-height: 90px !important;
}

#partnershipImage2 {
    display: block;
}

#partnershipImage1 {
    display: none;
}

#idpBottomBoard {
    max-height: 90px !important;
}

#columnRight .vm-placement {
    margin: 30px auto !important;
}

#searchContainer {
    font-size: 15px;
    position: fixed;
    z-index: 9;
    top: calc(50px + var(--mobileTopAnchorHeight));
    display: block;
    width: 100%;
    transition-duration: .1s;
    text-align: left;
    color: #CAC1C1;
    background-color: rgb(54, 54, 54);
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

#searchBarWrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#itemSearchContainer {
    width: 100%;
    margin: 10px 2%;
}

.searchInfoWithin {
    display: none;
}

.searchInfoBottom {
    display: none;
}

#itemSearchErrorMsg {
    font-weight: bold;
    line-height: 25px;
    display: block;
    float: left;
    margin: 0;
    margin-top: 5px;
    padding: 0 2px;
    transition-duration: .3s;
    opacity: 0;
    color: #AB3D3D;
}

.searchButton {
    line-height: 25px;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0;
    margin-right: 2%;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #CAC1C1;
    border-radius: 2px;
    word-break: keep-all;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#itemListContainer {
    display: none;
    clear: both;
    width: calc(100% - 40px);
    /* height: 100px; */
    padding: 20px;
    transition-duration: .3s;
    background-color: rgb(30,30,30);
    opacity: 0;
    background-color: rgb(30, 30, 30);
}

#itemChoices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
}

#itemChoices::-webkit-scrollbar-track {
    background-color: rgb(150, 150, 150);
}

#itemChoices::-webkit-scrollbar {
    position: absolute;
    left: 5px;
    height: 8px !important;
}

#itemChoices::-webkit-scrollbar-thumb {
    background-color: #272525;
}

.itemChoice {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.searchTip {
    color: rgb(170,170,170) !important;
}

.lastChoice {
    margin: 0 !important;
}

.itemChoiceName {
    font-size: 12px;
    display: none;
}

.itemName {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 20%;
    left: 0;
    display: block;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
    max-height: 73px;
    padding: 2px;
    transform: translateY(20%);
    text-align: center;
    word-break: break-word;
    color: black;
    background-color: rgba(54, 54, 54, .6);
}

.common .itemName {
    color: rgb(180, 180, 180) !important;
}

.uncommon .itemName {
    color: #cbf0fe !important;
}

.rare .itemName {
    color: #c7d5f7 !important;
}

.veryrare .itemName {
    color: #d8cbfe !important;
}

.import .itemName {
    color: #f4bdba !important;
}

.exotic .itemName {
    color: #f7f1c4 !important;
}

.blackmarket .itemName {
    color: #ff99ff !important;
}

.limited .itemName {
    color: #fcc9b0 !important;
}

.premium .itemName {
    color: #afe0af !important;
}

.priceTableContainer.skeletonClass .itemName {
    padding: 0;
    opacity: 0;
}

.item .itemImg, .item .itemName {
    transition: padding .4s, opacity .4s;
}

.content {
    width: calc(96vw - 20px);
    margin: 8px auto;
    padding: 10px;
    font-size: 15px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
    text-align: left;
    margin: 7px 0 15px;
}

#partnershipContainerTop {
    display: block;
    width: 96%;
    height: 60px;
    margin: 60px 35px 0px 0px;
}

#partnershipContainerTop img {
    width: 100%
}

#itemSummaryContainer {
    margin-top: 10px;
    text-align: center;
    padding: 15px 10px;
}

.iSCadblockPositioning {
    margin-top: 80px !important;
}

#itemSummaryMainWrapper {
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

#itemSummaryContainer h1 {
    font-size: 19px;
    display: inline !important;
    margin: 0;
    padding: 0;
}

#itemSummaryContainer h2 {
    font-size: 3.5vw;
    margin-bottom: 10px;
}

#itemSummaryImage {
    display: none;
}

#itemSummaryImage img, #itemSummaryImage video{
    width: 100%;
}

#itemSummaryImage video {
    filter: brightness(1.12);
}

#itemSummaryTitle, #itemSummaryDivider, #itemSummaryDate {
    display: none;
}

#itemSummaryBlankSpace {
    height: 0;
    display:none;
}

#itemSummaryName {
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
}

.titleElement {
    text-align: left;
    margin: 0 5px 0 0;
}

.titleElement:last-child {
    margin: 0;
}

#itemSummaryPrice {
    float: right;
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
}

#itemSummaryPrice.untradeableItem{
    background-image: url("/img/icons/tradelock.png");
    z-index: 500;
    height: 22px;
    width: 22px;
    background-size: 28px 28px;
}

#untradeableInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 10px;
    background-color: rgba(0,0,0,.3);
}

#untradeableInfo img {
    margin-right: 3px;
    height: 20px;
    width: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

#untradeableInfo div {
    line-height: 20px;
    font-size: 14px;
    color: #feea83;
}

#blueprintPricesTable {
    display: block;
    margin: 0 -3px;
    table-layout: fixed;
}

#blueprintPricesTable tr {
    height: 20px;
}

#blueprintPricesTable td {
    font-size: 14px;
    font-weight: lighter;
    width: 100%;
    color: rgb(200, 200, 200);
    vertical-align: top;
}

.blueprintPricesLabel {
    text-align: left;
    white-space: normal;
}

.blueprintData {
    text-align: right;
    white-space: nowrap;
}

#blueprintCostData {

}

.noBlueprint {
    display: none;
}

#graphContainer {
    position: relative;
    display: block;
    height: 48vw;
    padding: 8px;
    width: calc(96vw - 16px);
}

.crossPFcontainer.mobilePositioning {
    display: block;
}

#graphMatrixWrapper {
    position: relative;
    width: 100%;
    margin: 8px auto;
}

#graphMatrixWrapper .crossPFContainer {
    display: none;
}

#graph {
    width: 100%;
    height: 100%;
    letter-spacing: .7px;
}

#intervalSelection {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 9px;
    font-size: 13px;
    bottom: 9px;
    padding: 0;
}

.intervalOption {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.intervalOption::after {
    text-transform: none;
}

.intervalOptionUnavailable {
    cursor: not-allowed;
    color: rgb(100, 100, 100) !important;
}

.intervalOptionUnavailable:after {
    color: rgb(210, 210, 210) !important;
}

.currentInterval {
    color: white;
}

#graphBottomInfo {
    position: absolute;
    bottom: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: calc(100% - 16px);
}

#graphBottomRight {
    display: none;
}

#graphLegend {
    position: absolute;
    top: 25px;
    left: 25px;
    /* background-color: transparent; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 30px;
    background-color: rgba(0,0,0,.5);
    padding: 2px 5px;
}

.graphLegendItem {
    width: 100%;
    height: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.graphLegendItem canvas {
    width: 30px;
    height: 15px;
    /*background-color: #92ca8c;*/
}

.legendLabel {
    margin-left: 10px;
    font-size: 10px;
    line-height: 15px;
}

.legendLabel.seriesLabel {
    opacity: .75;
}

#mobileGraphicsContainer {
    height: fit-content;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: calc(100% - 4%);
    margin-left: 2%;
}

#ingameViewMobileText {
    display: inline;
}


.ingameImage {
    z-index: 3;
    display: block;
    width: 100%;
    margin-top: 0;
    cursor: pointer;
    transition: filter 0.2s ease;
    filter: brightness(70%);
}

#itemImageContainer {
    height: calc((96vw - 50px) * 9 / 25);
    max-width: calc((96vw - 50px) * 9 / 25);
}

#itemImage {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: black;
}

video#itemImage {
    filter: brightness(1.12);
    background-color: transparent;
}

.ingameImageHoverContainer{
    position: relative;
}

.ingameImageExpandIcon {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: block;
    width: 48px;
    margin-top: 24px;
    margin-left: -24px;
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0.7;
    background: rgba(0,0,0,.4);
    box-shadow: 0 0px 20px 10px rgba(0,0,0,.4);
}

.igvAnimated {
    opacity: .5;
}

.itemIngameImageContainer {
    position: fixed;
    z-index: 12;
    top: 50px;
    left: 0;
    display: none;
    width: 100vw;
    height: calc(100% - 50px);
    margin: 0;
    padding: 0;
    transition-duration: .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
}

.itemIngameImage {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 90vw;
    max-height: 70vh;
    margin: 0 auto;
    transform: translateY(-60%);
    border-radius: 3px;
    background-color: transparent;
}

.itemIngameImageCredits {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    top: calc(51% + (38vw / 16 * 9));
    display: block;
    max-width: 90vw;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.itemIngameImageCredits img {
    width: 15px;
    height: 15px;
    filter: invert(70%);
    margin-left: 10px;
    transform: translateY(2px);
}

.itemIngameImageCredits div:last-child {
    margin-top: 8px;
    color: rgb(210, 210, 210);
    line-height: 20px;
}


.infoUnavailable {
    color: rgb(170,170,170) !important;
    margin: 12px 0 !important;
    /* font-style: italic !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

#certificationsContainer {
    margin: 8px 2%;
    display: block;
    text-align: left;
}

.crossPFcontainer {
    display: block;
    width: calc(96vw - 20px);
    margin: 8px auto;
}

#crossPFPrices {
    table-layout: fixed;
    width: 100%;
}

#crossPFPrices .pfData {
    overflow-x: visible;
    width: 40%;
    max-width: 200px;
    text-align: right;
}

#crossPFPrices .pfPrice {
    height: 27px;
}

#crossPFPrices .pfLabelContainer {
    width: 60%;
}

#crossPFPrices .pfIcon {
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 2px 0 -2px;
}

#crossPFPrices .pfIcon img{
    height: 100%;
    width: 100%;
}

#crossPFPrices .pfLabel {
    display: inline-block;
    float:left;
    line-height: 20px;
}

.priceVariantsMatrix {
    table-layout:fixed;
    border: none;
    border-collapse: collapse;
    /*background-color: rgba(255,255,255,.05);*/
    margin: 0 0 12px 0;
    width: 100%;
    box-sizing: border-box;
    color: rgb(150,150,150);
}

.priceVariantsMatrix h2 {
    margin-top: 6px;
}

/* horizontal and vertical headers */
.matrixRow:first-child, .priceVariantsMatrix td:first-child {
    color: rgb(210,210,210);
}

.priceVariantsMatrix td:first-child {
    display: table-cell !important;
}

.matrixRow {
    
}

.matrixRow:not(:first-child):hover {
    background-color: rgba(0,0,0,.1);
    cursor: default;
}

.matrixRow td {
    display: none;
    width: 100px;
    font-size: 15px;
    text-align: right;
    line-height: 24px;
}

.matrixRow td:first-child {
    width: 61%;
}

.secondaryRow {
    
}

.secondaryRow td {
    font-size: 12px;
    text-align: left;
}

.secondaryLabel {
    width: 100%;
    padding-left: 29px;
}

.priceHoverTableLabel {
    width: 162px;
    max-width: 162px;
    text-align: left;
}

.priceHoverTableData {
    overflow-x: visible;
    width: 200px;
    max-width: 200px;
    text-align: right;
}

.emptyRow {
    height: 6px !important;
}

.pfPrice {
    
}

.activePlatform div, .activePlatform td{
    color: white !important;
}

.activePlatform img{
    filter: brightness(1) !important;
}

.pfFlexHelper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.pfIcon {
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin: 10px 0 20px 0;
}

.pfIcon img{
    height: 100%;
    width: 100%;
    filter: brightness(.55);
}

.pfLabel {
    display: none;
    margin-left: 7px;
    line-height: 20px;
}

.hoverSettingsFlexHelper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    height:25px;
    align-items: center;
}

.hoverSettingsLabel {
    margin-left: 10px;
    line-height: 16px;
    text-align: left;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hoverSettingsIcon {
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 1px 1px 1px 0;
    background: url('/img/spritesheets/pricesettings.png');
    background-size: 72px auto;
    filter: brightness(1.2);
}

@media (max-width: 360px) {
    #certificationsContainer {
        font-size: 14px;
    }
    
    .intervalOption{
        font-size: 3.5vw;
    }
    
    .hoverSettingsLabel {
        width: 160px;
    }
}

#certificationsContainer table {
    font-family: Courier New, Courier, monospace;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
    text-align: left;
}

#certificationsContainer table tr td {
    line-height: 0;
    padding: 8px 0;
}

#certificationsContainer div {
    margin-bottom: 12px;
}

.certName {
    line-height: 100% !important;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 60vw;
    margin: 0 auto;
    margin-top: -30%;
    padding: 10px 12px !important;
    text-align: center;
    pointer-events: none;
    border: 2px solid;
    background-color: rgb(51, 51, 51);
}

@media (max-width: 360px) {
    h2 {
        font-size: 19px;
    }
}

.certTier {
    max-width: 20%;
    text-align: left;
}

.certPrice {
    float: right;
    min-width: 20%;
    text-align: right;
}

.desktopOnly {
    display: none;
}

.mobileOnly {
    display: inline;
}

#mobileCertImageContainer {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    transition-duration: .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
}

/*    #mobileCertImage{
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    display: block;
    height: 70%;
    margin: 0 auto;
}
*/

#mobileCertTierTable {
    width: 65vw;
    min-width: fit-content;
    background-color: rgb(50, 50, 50);
    padding: 3vh 5vw;
    font-size: 16px;
    color: white;
    text-align: left;
}

.mobileCertTier {

}

.mobileCertTierLabel {
    width: 35%;
    font-weight: 700;
}

.mobileCertTierCertifications {
    padding: 2vh 0px;
}

.mobileCertTierCertName {

}

#itemShopContainer div {
    text-align: left;
}

#itemShopContainer table {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 10px 0 5px;
}

#itemShopContainer table td {
    width: calc(100% / 3);
    padding: 1px 0;
}

#itemShopContainer table * {
    line-height: 24px;
}

#itemShopContainer table td:first-child {
    text-align: left;
}

#itemShopContainer table td:nth-child(2) {
    text-align: left;
}

#itemShopContainer table td:last-child {
    text-align: right;
}

#itemShopContainer .uncertified {
    color: rgb(120,120,120);
}

#itemShopContainer .rlgLink {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 15px 0 0 0;
    color: rgb(210,210,210);
}

#itemShopContainer .rlgLink img {
    height: 15px;
    width: 15px;
    filter: invert(70%);
    margin-left: 10px;
}

#itemShopContainer .noEntries {
    color: rgb(210,210,210);
    margin-top: 5px;
}

#itemInfoContainer table {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 10px 0 5px;
}

#itemInfoContainer table a {
    color: rgb(210,210,210);
}

#itemInfoContainer * {
    vertical-align: text-top;
}

#itemInfoContainer table tr td:first-child {
    text-align: left;
}

#itemInfoContainer table tr td:last-child {
    text-align: right;
}

.itemBarContainer {
    width: calc(96vw - 20px);
}

.itemBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: center;*/
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0;
}

.itemBar h2 {
    margin: 0;
    padding: 0;
}

.itemBar a div {
    display: inline-block;
    overflow-y: hidden;
    flex-grow: 1;
    width: 60px;
    height: 60px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    transition-duration: .15s;
}

.itemBar a>div {
    position: relative;
}

.itemBar div img {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
    filter: contrast(115%) saturate(110%);
    -webkit-filter: contrast(115%) saturate(110%);
}

.itemBar::-webkit-scrollbar-track {
    background-color: rgb(150, 150, 150);
}

.itemBar::-webkit-scrollbar {
    position: absolute;
    width: 5px !important;
    height: 5px !important;
}

.itemBar::-webkit-scrollbar-thumb {
    background-color: #272525;
}

#alternateColors a div {
    overflow: hidden;
}

.untradeablePaint {
    background-image: url(/img/icons/untradeablePaint.png);
    background-size: 65px;
    background-position: 0;
    position: absolute;
    z-index: 100;
    top: 0;

    right: 0;
    filter: brightness(1.2) !important;
}

.offers p {
    font-family: Arial, Helvetica, sans-serif;
    margin: -10px 0 25px;
    text-align: left;
    color: rgb(170,170,170);
}

.offers table {
    font-family: Courier New, Courier, monospace;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    width: 100%;
    max-width: 380px;
}

.offers table tr td {
    width: 33%;
}

.offers table tr th {
    padding-bottom: 8px;
}

.offers table tr th:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
}

.offers table tr td:first-child,  .offers table tr th:first-child{
    text-align: left;
}

.offers table tr td:nth-child(2), .offers table tr th:nth-child(2) {
    text-align: center;
}

.offers table tr td:nth-child(3), .offers table tr th:nth-child(3) {
    text-align: right;
}

.offers .linkIcon {
    position: absolute;
    width: 15px;
    height: 15px;
    filter: invert(100%);
    transform: translate(-20px, 12px);
    right: 0;
}

.ccpaContainerMobile{
    display:block;
    margin-top: 20px;
}
/* ************************************************************************************************* */
/* ************************************************************************************************* */
/* ************************************************************************************************* */

@media (min-width: 600px) {
    
    #searchContainer {
        position: absolute;
        z-index: 1;
        margin-top: 0px;
        background-color: transparent;
        box-shadow: none;
    }
    
    #itemSummaryContainer h1 {
        font-size: 19px;
    }
    
    #itemSummaryPrice.untradeableItem{
        height: 28px;
        width: 28px;
        background-size: 28px 28px;
    }
    
    #untradeableInfo img {
        margin-right: 10px;
        height: 28px;
        width: 28px;
    }
    
    #untradeableInfo div {
        line-height: 28px;
        font-size: 16px;
    }
    
    #partnershipContainerTop {
        margin-top: 60px;
    }
    
    #itemSummaryContainer {
        margin-top: 10px;
    }
    
    .itemIngameImageCredits {
        font-size: 14px;
        top: calc(51% + (38vw / 16 * 9));
        
    }
    
    .noBlueprint {
        display: table-row;
    }
    
    #graphBottomInfo {
        justify-content: space-between;
    }
    
    #graphBottomRight {
        font-size: 14px;
        line-height: 15px;
        display: block;
        margin: 0;
        padding: 0;
        color: rgb(160, 160, 160);
    }
    
    #graphLegend {
        height: 40px;
        background-color: rgba(0,0,0,.5);
        padding: 3px 5px;
    }
    
    .graphLegendItem {
        height: 20px;
    }
    
    .graphLegendItem canvas {
        /*responsive sliding width: calc(w1 + (100vw - m1) / (m2-m1) * (w2-w1))*/
        /*width: calc(40px + (100vw - 600px) / 200 * 10);*/
        /*width: calc(40px + (100vw - 600px) / 20 );*/
        /*width: calc(40px + 5vw - 30px);*/
        width: calc(10px + 5vw);
        max-width: 60px;
        height: 20px;
    }
    
    .legendLabel {
        margin-left: 10px;
        font-size: 10px;
        line-height: 20px;
    }
    
    .matrixRow td {
        display: table-cell !important;
    }
    
    #crossPFPrices {
        display: none;
    }
    
    #certificationsContainer {
        width: calc(96vw - 20px);
        height: fit-content;
        padding-top: 12px;
    }
    
    #certificationsContainer table tr td {
        line-height: 0;
        padding: 11px 0;
    }
    
    #alternateColors {
        height: 75px;
    }
    
    #alternateColors a div {
        width: 65px;
        height: 65px;
    }
    
    #crateContents {
        height: 75px;
    }
    
    #crateContents a div {
        width: 65px;
        height: 65px;
    }
}

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


@media (min-width: 750px) and (max-width: 800px) {
    #itemSummaryContainer {
        margin-top: 50px;
    }
}


@media (min-width: 800px) {
    
    .untradeablePaint {
        background-size: 55px;
    }
    
    #buyerOffersContainer {
        margin-bottom: 16px !important;
    }
    
    #ingameViewContainerDesktop {
        display: block;
        padding: 10px 10px !important;
    }
    
    #ingameViewContainerMobileTablet {
        display: none;
    }
    
    #selectItemText {
        text-align: left;
    }
    
    .priceVariantsMatrix {
        margin: 0 0 6px 0;
    }
    
    #untradeableInfo div {
        font-size: 20px;
    }
    
    #hoverPointInfoContainer {
        font-family: Courier New, Courier, monospace;
        font-size: 15px;
        position: absolute;
        z-index: 9;
        display: none;
        transition-duration: .15s;
        text-align: left;
        pointer-events: none;
        color: white;
        color: white;
    }
    
    #hoverPointInfoPriceRange {
        font-size: 1.1em;
        font-weight: bold;
    }
    
    #hoverPointInfoContainer span {
        line-height: 150%;
        display: block;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
    }
    
    .hoverPointCircle {
        position: absolute;
        z-index: 9;
        display: none;
        width: 11px;
        height: 11px;
        transition-duration: .15s;
        pointer-events: none;
        border: 2px solid white;
        border-radius: 50%;
        background-color: transparent;
    }
    
    #searchContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(28% + 250px);
        margin-top: 135px;
        margin-left: calc(2% - 2px);
        margin-left: 20px;
    }
    
    #itemSearchContainer {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
        background-color: white;
        height: 29px;
    }
    
    #itemSearch{
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 100%;
        padding-left: 10px;
        cursor: text;
        transition: background-color .15s;
        transform: translateY(-50%);
        text-align: left;
        color: black;
        border: none;
        background-color: rgb(230,230,230);
    }
    
    #itemSearch:hover {
        background-color: white;
    }
    
    input#itemSearch:focus {
        background-color: white;
    }
    
    .searchInfoWithin {
        position: absolute;
        font-size: 10px;
        top: 12px;
        right: 10px;
        text-transform: uppercase;
        opacity: 0;
        pointer-events: none;
    }
    
    .searchInfoBottom {
        position: absolute;
        opacity: 0;
        background-color: rgba(30,30,30,1);
        left: 50%;
        width: 100%;
        transform: translate(-50%, 40px);
        padding: 6px 10px 10px 10px;
        box-sizing: border-box;
        transition: opacity .5s;
        z-index: 3;
    }
    
    #itemSearch:focus + .searchInfoBottom{
        display: block;
        opacity: 1;
    }
    
    #itemSearch:focus + .searchInfoWithin {
        opacity: .4;
    }
    
    #itemSearchErrorMsg {
        line-height: 30px;
        margin-top: 0;
    }
    
    .searchButton {
        display: inline-block;
        float: none;
        margin: 0 0 0 15px;
        background-color: rgba(0,0,0,.2);
        line-height:29px;
        font-size: 14px;
    }
    
    .searchButton:hover {
        background-color: rgba(0,0,0,.4);
    }
    
    #itemListContainer {
        display: none;
        clear: both;
        width: calc(100% - 10px);
        /* height: 100px; */
        margin: 10px 0;
        opacity: 1;
        background-color: rgba(30,30,30,1);
        padding: 10px 0 10px 10px;
        z-index: 4;
    }
    
    #itemChoices {
        max-height: none;
        overflow: visible;
    }
    
    #itemChoiceText {
        line-height: 22px;
        color: rgb(220,220,220);
    }
    
    .itemChoice {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 0 9px 5px 0;
    }
    
    .itemChoiceName {
        font-size: 12px;
        display: none;
    }
    
    #partnershipContainerTop {
        float: right;
        margin-bottom: 15px;
    }
    
    h1 {
        font-size: 18px;
    }
    
    h2 {
        font-size: 15px;
    }
    
    #itemSummaryContainer {
        width: calc(100% - 64px);
        margin: 0;
        margin-bottom: 8px;
        padding: 8px 15px 8px 8px;
        text-align: left;
    }
    
    .iSCadblockPositioning {
        margin-top: 172px !important;
    }
    
    #itemSummaryMainWrapper {
        display: block;
        width: auto;
        margin-bottom: 5px;
    }
    
    #itemSummaryImage {
        display: block;
        float: left;
        height: 100px;
        width: 100px;
        margin-right: 15px;
        padding: 5px;
        transition-duration: .1s;
        transition-property: height, width, padding-bottom, padding-left, padding-right, padding-top;
        border-radius: 3px;
    }
    
    #itemSummaryImage:hover {
        /*height: 110px;*/
        /*width: 110px;*/
        /*padding: 0;*/
        cursor: pointer;
    }
    
    #itemSummaryImage:hover img, #itemSummaryImage:hover video{
        height: 110px;
        width: 110px;
        margin: -5px;
    }
    
    #itemImageContainer {
        position: fixed;
        z-index: 12;
        top: 80px;
        left: 0;
        display: none;
        width: 100vw;
        max-width: none;
        height: calc(100% - 109px);
        margin: 0;
        padding: 0;
        transition-duration: .3s;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
    }
    
    #itemImage {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0 auto;
        transform: translateY(-50%);
        background-color: black;
    }
    
    .itemIngameImageContainer {
        top: 50px;
        height: calc(100% - 80px);
    }
    
    .itemIngameImageCredits {
        font-size: 15px;
        top: calc(50% + (38vw / 16 * 9) - 20px);
    }
    
    .itemIngameImageCredits img {
        transform: translateY(0px);
    }
    
    #itemSummaryContainer h2 {
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        padding: 7px 0 0;
    }
    
    #itemSummaryContainer h1 {
        font-size: 28px;
        line-height: 28px;
        margin: 0;
        padding: 0;
    }
    
    #itemSummaryTitle {
        display: inline-block;
    }
    
    #itemSummaryDivider {
        display: inline-block;
        width: 20px;
        text-align: center;
    }
    
    #itemSummaryDate {
        display: inline-block;
    }
    
    #itemSummaryBlankSpace {
        display:block;
        height: 8px;
        margin: 0;
        padding: 0;
    }
    
    #itemSummaryPrice {
        float: right;
    }
    
    #blueprintPricesTable {
        margin: 6px 0 0 73px;
    }
    
    #blueprintPricesTable tr {
        height: 25px;
    }
    
    #blueprintPricesTable td {
        font-size: 15px;
    }
    
    .blueprintPricesLabel {
    
    }
    
    .blueprintData {
    
    }
    
    
    #graphContainer {
        width: 100%;
        height: calc((70vw - 50px) / 2);
        margin: 8px 0 8px 0;
        padding: 10px;
        box-sizing: content-box;
    }
    
    .crossPFContainer {
        width: 100%;
        margin: 16px 0 8px;
    }
    
    .crossPFContainer.mobilePositioning {
        display: none;
    }
    
    #graphMatrixWrapper {
        display: inline-block;
        float: left;
        width: calc(70vw - 50px);
        margin: 0 0 0 20px;
    }
    
    #graphMatrixWrapper .crossPFContainer {
        display: block;
    }
    
    .matrixRow td {
        font-size: 14px;
    }
    
    #intervalSelection {
        font-size: 13px;
        bottom: 17px;
        justify-content: flex-start;
    }
    
    .intervalOption {
        margin-right: 20px;
    }
    
    #columnRight {
        float: right;
        width: 28%;
        margin-right: 20px;
    }

    #columnRight .vm-placement {
        margin: 40px auto !important;
    }
    
    .rightBox {
        font-size: 14px !important;
        width: calc(100% - 20px) !important;
        margin: 8px 0 !important;
        padding: 15px 10px !important;
    }
    
    .rightBox h2 {
        text-align: left !important;
    }
    
    .rightBox>*:last-child:not(.ingameImageHoverContainer) {
        margin-bottom: 7px !important;
    }
    
    #ingameViewMobileText {
        display: none;
    }
    
    .ingameImageHoverContainer {
        display: block;
        width: 100%;
        background:none;
    }
    
    .ingameImage {
        z-index: 3;
        display: block;
        width: 100%;
        cursor: pointer;
        transition: filter 0.2s ease;
        filter: brightness(30%);
    }
    
    .ingameImageExpandIcon {
        opacity: 0.85;
        background: none;
        box-shadow: none;
    }
    
    .igvAnimated {
        opacity: .65;
    }
    
    .ingameImageHoverContainer:hover .ingameImage {
        filter: none;
    }
    
    .ingameImageHoverContainer:hover .ingameImageExpandIcon {
        display: none;
    }
    
    #certificationsContainer {
        float: right;
        height: auto;
    }
    
    #certificationsContainer h2 {
        line-height: 80%;
    }
    
    #certificationsContainer table {
        width: 100%;
        margin-top: 5px;
    }
    
    #certificationsContainer table tr td {
        line-height: 0;
        padding: 8px 0;
    }
    
    .certRow {
        cursor: pointer;
    }
    
    .certName {
        position: absolute;
        right: auto;
        left: auto;
        display: block;
        visibility: visible;
        width: auto;
        margin-top: -30px;
        margin-left: -140px;
        padding: 4px 12px !important;
        transition-duration: .05s;
        pointer-events: none;
        opacity: 0;
        border: 2px solid;
        background-color: rgb(51, 51, 51);
    }
    
    .certRow:hover .certName {
        transition-duration: .4s !important;
        opacity: 1;
    }
    
    .certPrice {
        float: right;
        text-align: right;
    }
    
    .desktopOnly {
        display: inline;
    }
    
    .mobileOnly {
        display: none;
    }
    
    #mobileCertImageContainer {
        display: none;
    }
    
    #mobileCertImage {
        display: none;
    }
    
    #itemInfoContainer table tr td:last-child {
        text-align: right;
    }
    
    #columnLeft {
        float: left;
        width: calc(70vw - 48px);
        margin-left: 20px;
        padding: 0;
    }
    
    #columnLeft h2 {
        text-align: center;
    }
    
    .leftBox {
        width: 100% !important;
        margin: 8px 0 8px 0px !important;
        padding: 8px !important;
    }
    
    .itemBarContainer h2 {
        margin: 2px 0 5px;
    }
    
    .itemBar {
        width: 100%;
        height: min-content !important;
        margin: 0;
    }
    
    .itemBar a {
        height: min-content;
        margin: 0;
        padding: 0;
    }
    
    .itemBar a div {
        max-width: 52px;
        max-height: 52px;
        margin: 3px;
        filter: brightness(70%);
    }
    
    .itemBar a>div:hover {
        max-width: 58px;
        max-height: 58px;
        margin: 0;
        filter: contrast(120%);
    }
    
    .offers p {
        font-family: Courier New, Courier, monospace;
        margin: -10px 0 20px;
    }
    
    .offers table {
        font-family: Courier New, Courier, monospace;
        font-weight: bold;
        margin: 5px 0;
        text-align: left;
    }
    
    .offers .linkIcon {
        float: right;
        transform:none;
        position:initial;
    }
    
    @media (max-width: 600px) {
        .offers {
            height: auto !important;
        }
    }
    
}

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



@media (min-width: 800px) and (max-width: 1079px) {
    #partnershipImage2 {
        margin: 0 0 0 auto !important;
    }
    
    #idpTopBoard, #idpTopBoard-A, #idpTopBoard-B {
        width: 320px;
        height: 90px;
        margin: 0 0 0 auto !important;
    }
}

@media (min-width: 1080px) {
    #partnershipImage2 {
        display: none;
    }
    
    #partnershipImage1 {
        display: block;
    }
    
    #partnershipContainerTop {
        width: 728px;
    }
    
    #itemSummaryContainer {
        margin-top: 35px;
    }
    
    #searchContainer {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }
    
    .hoverSettingsLabel {
        width: 300px;
    }
}

@media (min-width: 1080px) and (max-width: 1249px) {
    #searchContainer {
        width: calc(100% - 807px);
        margin-top: 174px;
    }
    
    #idpTopBoard, #idpTopBoard-A, #idpTopBoard-B {
        position: relative;
        right: 0;
        width: 728px;
        height: 90px;
    }
}

@media (min-width: 1250px) {
    
    .ccpaContainerMobile{
        display:none;
    }
    
    .leftBox {
        margin: 8px 0 8px 0px !important;
    }
    
    #contentFlexer {
        overflow-y: auto;
        margin-top: -70px;
        padding-top: 70px;
    }
    
    #columnRight {
        float: right;
        width: 28%;
        margin-right: 35px;
    }

    #partnershipContainerTop {
        height: 250px;
        width: 970px;
        /* background-color: cornflowerblue; */
        margin: 40px auto 90px;
        float: initial;
    }
    
    #searchContainer {
        margin-top: 440px;
        width: 455px;
        margin-left: calc(20px + ((100% - 1250px) / 2));
    }
    
    #itemChoices {
        /* max-height: calc(100vh - 365px); */
    }
    
    #itemSummaryContainer {
        width: 1187px;
    }
    
    #itemImageContainer {
        left: calc((100% - 1280px) / 2);
        width: 1280px;
    }
    
    .ingameImageHoverContainer {
        height: 182px;
    }
    
    .itemIngameImageContainer {
        left: calc((100% - 1280px) / 2);
        width: 1280px;
        top: 80px;
        height: calc(100% - 110px);
    }
    
    #itemImage {
        transform: translateY(-70%);
    }
    
    .itemIngameImage {
        width: 1140px;
        max-height: none;
        transform: translateY(-60%);
    }
    
    .itemIngameImageCredits {
        font-size: 17px;
        top: calc(50% + 272px);
    }
    
    @media (max-height: 940px) {
        
        .itemIngameImage {
            height: 60vh;
            width: auto;
        }
        
        .itemIngameImageCredits {
            top: 80%;
        }
    }
    #graphContainer {
        height: 410px;
        margin: 8px 0;
    }
    
    #graphMatrixWrapper {
        width: 830px;
        margin: 0 0 0 35px;
        position: relative;
        float: left;
    }
    
    #columnRight {
        width: 345px;
    }
    
    #columnLeft {
        width: 834px;
        margin-left: 35px;
    }
}

#defaultCol {
    background: #DDDDDD;
}

#blackCol {
    background: #999999;
}

#whiteCol {
    background: #fff;
}

#greyCol {
    background: #d9d9d9;
}

#crimsonCol {
    background: #e6b7b7;
}

#pinkCol {
    background: #e7d7e6;
}

#cobaltCol {
    background: #bbcfe4;
}

#blueCol {
    background: #dfeef1;
}

#siennaCol {
    background: #e1d0c5;
}

#saffronCol {
    background: #feffe4;
}

#limeCol {
    background: #dfffe0;
}

#greenCol {
    background: #a3e39c;
}

#orangeCol {
    background: #f5e7ce;
}

#purpleCol {
    background: #bdb7cf;
}


@media (max-width: 1079px) and (min-width: 800px) {
    #partnershipContainerTop {
        width: 320px;
    }
}

@media (max-width: 799px) {
    #partnershipContainerTop {
        width: 96%;
        margin-left: 2%;
    }
    
    #itemImageContainer {
        display: inline-block !important;
        opacity: 1 !important;
    }
    
    #contentContainer {
        margin-bottom: 100px;
    }
    
    #searchContainer {
        margin: 0 !important;
    }
}

@media (min-width: 1250px) and (max-width: 1279px) {
    #columnRight {
        margin-right: calc(35px - (640px - 50vw)) !important;
    }
    
    #graphMatrixWrapper {
        margin-left: calc(35px - (640px - 50vw)) !important;
    }
    
    #columnLeft {
        margin-left: calc(35px - (640px - 50vw)) !important;
    }
    
}

#itemInfoContainer table tr td {
    padding: 5px 0px;
}

#ilia {
    text-align: center;
    background-color: transparent;
}

.IL_BASE {
    background-color: #c4c4c4 !important;
}

@media (max-width: 1249px) {
    .intervalOptionUnavailable:before, .intervalOptionUnavailable:after {
        display: none;
    }
}

.itemCommentIcon {
    display: inline-block;
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-top: 7px;
}

.itemCommentIcon img {
    width: 100%;
    height: 100%;
}

#placeholderIDPDesktopAd {
    min-height: 250px;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

@media (max-width: 1000px) {
    #placeholderIDPDesktopAd {
        display: none;
    }
}

@media (min-width: 1001px) {
    .vm-placement {
        overflow: visible !important;
    }
}


