/*Class for toggle flex*/
.showClass{
    display: flex !important;
}

/* Loader Symbol */
.loader div{
    display: block;
    margin-left: -3px;
    position:absolute;
    /* margin-top should be - half element height */
    margin-top: 28px;
    border: 3px solid var(--primary-color);
    border-color: var(--primary-color) transparent transparent transparent;
    border-radius: 70%;
    width: 28px;
    height: 28px;
    -webkit-animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;  /* Safari */
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.importButton .loader div{
    display: block;
    margin-left: 0px;
    position:absolute;
    /* margin-top should be - half element height */
    margin-top: 0px;
    border: 3px solid var(--primary-color);
    border-color: var(--primary-color) transparent transparent transparent;
    border-radius: 70%;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;  /* Safari */
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.importButton .loader {
    display: none;
    position: absolute;
    margin-left: 17.5px;
    margin-top: -3px;
}

.loader {
    display: none;
    position:relative;
    margin: auto;
    width: 28px;
    height: 28px;
}

/*Loader class has to have 5 div children */
.loader div:nth-child(1) {
    animation-delay: -0.45s;
    -webkit-animation-delay: -0.45s;
}
.loader div:nth-child(2) {
    animation-delay: -0.375s;
    -webkit-animation-delay: -0.375s;
}
.loader div:nth-child(3) {
    animation-delay: -0.3s;
    -webkit-animation-delay: -0.3s;
}
.loader div:nth-child(4) {
    animation-delay: -0.225s;
    -webkit-animation-delay: -0.225s;
}
.loader div:nth-child(5) {
    animation-delay: -0.15s;
    -webkit-animation-delay: -0.15s;
}


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Shows loader */
.loaderShow{
    display: block !important;
}


#loadernP{
    min-height: 100px;
}

#loadercP{
    min-height: 100px;
}

#loaderMcP{
    min-height: 85px;
}

#loaderMnP{
    min-height: 85px;
}

#megaMacroLoader{
    margin-top: 40px;
}

/*Container for mega/macro trend */
#charContainer{
    width: 100%;
    -webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-smoothing);;
}

#microtrendsContainer{
    width: 800px;
}

#macrotrendsConntainer{
    width: 800px;
    padding: 15px;
    padding-bottom: 18px;
}

#microtrendsListContainer{
    width: 800px;
    padding: 15px;
    padding-bottom: 18px;
}

/*Class for the checkmarke filters (Industries) */
.dropButton{
    width: 100%;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
    padding-bottom: 1px;
    color: var(--aumentoo-secondary-text-color);

    height:100%;
    display: flex;
    align-items: flex-end;

    background-position: center;
    overflow: hidden;
}

/*Industry filter Style */
.industryArrow{
    position: absolute;
    content: "";

    right: 5px;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: rgba(0,0,0, 0.2) transparent transparent transparent;
}

.induFilterTitleColumn{
    width:90%;
    pointer-events: none;
}

#induFilterCurr{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--primary-text-color);
}

#induFilterCurr2{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--primary-text-color);
}

#countryFilterCurr{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--primary-text-color);
}

/* Width of lists in Trendexplorer Related Profiles and Related Articles */
#profileContainerCrunch{
    width: 600px;
}

#profileContainer{
    width: 600px;
}

#articleContainer{
    width: 800px;
}

#allLists{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 25px;
}

/*Box that get visual after searching Macrotrend */
.resultsBox{
    max-height:200px;
    width: 100%;
    display: none;
    overflow:scroll;
    position: absolute;
    background-color: #FFF;
    box-shadow: var(--shadow-elevation-4dp_-_box-shadow);
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    z-index: 1;

    color: var(--primary-text-color);
    top:100%;
    font-size: 15px;
}

.resultsBoxElementsBox{
 padding: 3px 8px;
}


/*Micro and Macro search box */
#CBoxMacroSearch{
    position: relative;
    color: var(--aumentoo-secondary-text-color);
    max-width: 191px;
    width: 45%;
}

#CBoxMicroSearch{
    color: var(--aumentoo-secondary-text-color);
    max-width: 191px;
}

#CBoxMacroMegaKeySearch{
    color: var(--aumentoo-secondary-text-color);
    max-width: 191px;
    width: 47%;
}


/* Box that gets opened when Industry Filter gets selected */
.checksIndustryContainer{
    max-height:200px;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    display: none;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    word-break: break-word;

    position: absolute;
    background-color: #FFF;
    box-shadow: var(--shadow-elevation-4dp_-_box-shadow);
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    z-index: 1;

    top:100%;
    font-size: 15px;
}

.checksLabel{
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 3px;
    padding-left: 6px;
    width: 100%;
    height: 100%;
    align-items: center;

    flex-direction: row;
    flex-wrap: nowrap;
 /*   column-gap: 5px; */
}

.checksIndustryItemBox{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.checksIndustryItemBox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}



/* Create a custom checkbox */
.checkmark {
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 2px;
    border-color:var(--paper-checkbox-unchecked-color, var(--primary-text-color));
    top: 0;
    left: 8px;
    height: 18px;
    width: 18px;
    min-width: 18px;
    min-height: 18px;

    -webkit-transition: background-color 140ms, border-color 140ms;
    transition: background-color 140ms, border-color 140ms;
    background-color: var(--paper-checkbox-unchecked-background-color, transparent);

    margin-right: 5px;
}


/* When the checkbox is checked, add a blue background */
.checksIndustryItemBox input:checked ~ .checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checksIndustryItemBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checksIndustryItemBox .checkmark:after {
    left: 11px;
    margin-top: -1px;
    width: 7px;
    height: 12px;
    border: solid var(--paper-checkbox-checkmark-color, white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checksIndustryItemBox:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.tableHeadC{
    margin-left: 2px;
    border-bottom: solid 1px;
}
.tBC{
    overflow:scroll;
    width: 100%;
    border-collapse: collapse;
}

.tableBodyC{
    max-width: 380px;
    min-height: 100px;
    border-radius: var(--content-card_-_border-radius);

    padding: var(--content-card_-_padding);
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);
}

.tableBodyFullscreen{
    width:100%;
    min-height: 100px;
    border-radius: var(--content-card_-_border-radius);
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);
}

.tableHeadFullscreen{
    width:100%;
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);
    border-bottom: 1px solid;
}

.microTabeleHead{
    width:100%;
}


#checkbox{
    padding: 2px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.tableCel{
    box-sizing: border-box;
    min-height: var(--x-table-cell-height, 48px);
    text-align:left;
    padding: 6px 6px 6px 18px;
    font-family: var(--paper-font-body2_-_font-family);
    -webkit-font-smoothing: var(--paper-font-body2_-_-webkit-font-smoothing);
    font-size: var(--paper-font-body2_-_font-size);
    font-weight: var(--paper-font-body2_-_font-weight);
    line-height: var(--paper-font-body2_-_line-height);

/* --------------------------- */
    text-overflow: ellipsis;
    overflow:hidden;
}
.tableCelBody{
    box-sizing: border-box;
    min-height: var(--x-table-cell-height, 48px);
    text-align:left;
    padding: 6px 6px 6px 18px;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    -webkit-font-smoothing: var(--paper-font-body1_-_-webkit-font-smoothing);
    font-size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
    line-height: var(--paper-font-body1_-_line-height);
}

.tableHeadRow{
    height: 50px;
    border-bottom: 1px solid var(--color-line);
}

th{
    text-decoration: none;
}

#mTable1Col{
    width: 100%;
}

#mTable2Col{
width: 15%;
}

#mTable3Col{
width: 20%;
}


/*This makes you see which list element you are hovering*/
tr.tRow:hover{
    background: #f7f7f7;
}

#macroFilterSearchTable tr.tRow:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

tr.tRow:hover .openInNew::before{
    border: 3.75px solid #f7f7f7;
}


.cellTitle{
    padding-top:5px;
    font-size: 16px;
    font-weight: 500;
    color:var(--aumentoo-primary-text-color);
}


.microtrendCellImgText{
    padding-top: 5px;
}


.floatClass{
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

.cellSnippit{
    padding-top: 5px;
}


/* --- Custom Select --- */

/*the container must be positioned relative:*/
.custom-CategorySelect {
    position: relative;
    padding-bottom: 1px;
}

.custom-CategorySelect select {
    display: none; /*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 100%;
    margin-top: -12px;
    right: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: rgba(0,0,0, 0.2) transparent transparent transparent;
}


/*style the items (options), including the selected item:*/
.select-selected {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 1px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: relative;
}

.select-items div{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    padding: 3px 8px;
    font-size: 15px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background: #FFF;
    box-shadow: var(--shadow-elevation-4dp_-_box-shadow);
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none !important;
}

.same-as-selected {
    background-color: var(--primary-color);
    color: white;
}


.select-items div:hover{
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--primary-text-color);
}

#cateFilterTitleBox{
    color: var(--aumentoo-secondary-text-color);
    font-size: 14px;
}

.select-arrow-active #cateFilterTitleBox{
    color:var(--primary-color);
}

#cateFilterCurrEleBox{
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Changes Color of point in highcharts treemap on hover */
#charContainer .highcharts-treemap-series .highcharts-point:hover {
    fill-opacity: 0.75;
}

/*Changes opacity of selected element in treemap */
#charContainer .highcharts-treemap-series .highcharts-point-select{
    fill-opacity: 0.75;
}

/* Changes Color of point in highcharts macrotrend Graph on hover */
#trendChartContent .highcharts-point:hover {
    fill-opacity: 0.75;
}

#chartBoxContent .highcharts-point:hover {
    fill-opacity: 0.75;
}
/*
#chartBoxContent .highcharts-tooltip > span {
    background: rgb(255 255 255 / 85%);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

#trendChartContent .highcharts-tooltip > span {
    background: rgb(255 255 255 / 85%);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

#trendMapContent .highcharts-tooltip > span {
    background: rgb(255 255 255 / 85%);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

#trendMapContentTopTrends .highcharts-tooltip > span {
    background: rgb(255 255 255 / 85%);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}
*/
.websiteLinks{
    text-decoration: none;
    color: var(--aumentoo-primary-color);
}

.imgMicrotrend {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.imgMicroList{
    width: 150px;
    height: 75px;
    border-radius: 5px;
}

.imgProfileBox{
    display: flex;
    width: 50px;
    height: 50px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 6px 0px 6px 18px;
}

.imgProfileList{
    max-width: 100%;
    max-height: 100%;
}

.loadMoreRow{
    text-align: center;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
}

.profileDescription{
    display: flex;
    font-size: 12px;
    align-items: center;
}

.numberCell{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    min-width: 60px;
    font-size: 17px;
    color: var(--primary-text-color);
}

.trendCell{
    display: flex;
    justify-content: right;
    padding: 2px 5px 0px 5px;
    flex-direction: column;
}

.moreInfoRow{
    padding-top: 10px;
}

.moreInfoTitle{
    font-weight: bold;
}

#moreInfoContent{
    font-size: var(--paper-font-body1_-_font-size);
}


#macrotrendSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--aumentoo-secondary-text-color);
    opacity: 1; /* Firefox */
    user-select: none;
}

#macrotrendSearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--aumentoo-secondary-text-color);
    user-select: none;
}

#macrotrendSearch::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--aumentoo-secondary-text-color);
    user-select: none;
}


#CBoxMacroSearch:focus-within{
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: -1px;
}



#microtrendSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--aumentoo-secondary-text-color);
    opacity: 1; /* Firefox */
    user-select: none;
}

#microtrendSearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--aumentoo-secondary-text-color);
    user-select: none;
}

#microtrendSearch::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--aumentoo-secondary-text-color);
    user-select: none;
}


#CBoxMicroSearch:focus-within{
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: -1px;
}

#macroMegaKeySearch::placeholder{
    color: var(--aumentoo-secondary-text-color);
    opacity: 1; /* Firefox */
    user-select: none;
}

#macroMegaKeySearch:-ms-input-placeholder{
    color: var(--aumentoo-secondary-text-color);
    opacity: 1; /* Firefox */
    user-select: none;
}

#macroMegaKeySearch::-ms-input-placeholder{
    color: var(--aumentoo-secondary-text-color);
    opacity: 1; /* Firefox */
    user-select: none;
}

#CBoxMacroMegaKeySearch:focus-within{
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: -1px;
}

#listSelectWrap{
    color:var(--aumentoo-primary-text-color);
}

/* Import Button Style */
.importButton{
    color: white;
    position:relative;
    background-color: var(--primary-color);
    box-shadow: var(--paper-material-elevation-1_-_box-shadow);
    cursor: pointer;
    border-radius: 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0.7em 0.56em;
    margin: 0 0.9em;
}

/* Class that gets added if import button got clicked */
.importButtonClicked{
    background-color: transparent;
    color: transparent;
    box-shadow: none;
    pointer-events: none;
}

.importButton:hover{
    background-color: var(--aumentoo-primary-color-lighter-1);
}

/* If import was not successful */
.importButtonClickedFalse{
    position: relative;
    background-color: transparent;
    color: transparent;
    box-shadow: none;
    pointer-events: none;
}

.importButtonClickedFalse::after{
    display: inline-block;
    pointer-events: none;
    margin-top: 0px;
    margin-left: 0px;
    content: "";
    width: 35%;
    position: absolute;
    border: solid var(--primary-text-color);
    background-color: var(--primary-text-color);
    border-width: 2px;
    border-radius: 6px;
    transform: rotate(-45deg);
    top: 45%;
    left: 30%;
}

.importButtonClickedFalse::before{
    display: inline-block;
    pointer-events: none;
    margin-top: 0px;
    margin-left: 0px;
    content: "";
    width: 35%;
    position: absolute;
    border: solid var(--primary-text-color);
    background-color: var(--primary-text-color);
    border-width: 2px;
    border-radius: 6px;
    transform: rotate(45deg);
    top: 45%;
    left: 30%;
}

/* If import was successful */
.importButtonClickedTrue{
    position: relative;
    background-color: transparent;
    color: transparent;
    box-shadow: none;
    pointer-events: none;
}

.importButtonClickedTrue::after{
    display: inline-block;
    pointer-events: none;
    margin-top: 0px;
    margin-left: 0px;
    content: "";
    width: 30%;
    position: absolute;
    border: solid var(--primary-text-color);
    background-color: var(--primary-text-color);
    border-width: 2px;
    border-radius: 6px;
    transform: rotate(-50deg);
    top: 47%;
    left: 40%;
}

.importButtonClickedTrue::before{
    display: inline-block;
    pointer-events: none;
    margin-top: 0px;
    margin-left: 0px;
    content: "";
    width: 15%;
    position: absolute;
    border: solid var(--primary-text-color);
    background-color: var(--primary-text-color);
    border-width: 2px;
    border-radius: 6px;
    transform: rotate(45deg);
    top: 59%;
    left: 32%;
}


.loadBackgroundClass{
    opacity: 0.7;
    pointer-events: none;
}


