body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    padding-bottom: 18px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    /*width: 398px;*/ /*debug purposes*/
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    /*width: 398px;*/
}

.ITEM_text-align_left{
    text-align: left;
}

.ITEM_text-align_justify{
    text-align: justify;
}

.ITEM_float_left{
    float: left;
}

.ITEM_float_right{
    float: right;
}

.ITEM_color-white{
    color: white;
}

.ITEM_color-red{
    color: red !important;
}

.ITEM_text_underline{
    text-decoration: underline !important;
}

.ITEM_text_bold{
    font-weight: bold;
}

.ITEM_margin-left_small{
    margin-left: 20px;
}

.ITEM_bgcolor-lightgrey{
    background-color: #f1f1f1 !important;
}

.ITEM_bgcolor-white{
    background-color: white !important;
}

.ITEM_border_color_green{
    border: 2px solid green !important;
}

.ITEM_border_color_red{
    border: 2px solid red !important;
}

.btn-expert {
    color:#fff;
    background-color:#005571;
    border-color:#005571
}
.btn-expert:hover {
    color:#fff;
    background-color:#0088b5;
    border-color:#1e7e34
}
.btn-expert.focus,
.btn-expert:focus {
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-expert.disabled,
.btn-expert:disabled {
    color:#fff;
    background-color:#005571;
    border-color:#005571
}
.btn-expert:not(:disabled):not(.disabled).active,
.btn-expert:not(:disabled):not(.disabled):active,
.show>.btn-expert.dropdown-toggle {
    color:#fff;
    background-color:#69a9e1;
    border-color:#1c5774
}
.btn-expert:not(:disabled):not(.disabled).active:focus,
.btn-expert:not(:disabled):not(.disabled):active:focus,
.show>.btn-expert.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233a3a95' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233a3a95' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators .active {
    background-color: darkblue !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    #sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        min-height: 300px;
        overflow-y: auto;
    }
}

.div-selector-selected{
    background-color: white;
    padding: 5px;
    font-size: 1.3em;
    color: #005571 !important;
    text-align: center;
}
.div-selector-selected{
    cursor: default;
}
.div-selector{
    padding: 5px;
    font-size: 1.3em;
    text-align: center;
}
.div-selector:hover{
    cursor: pointer;
}

.div-float-header{
    height: 40px !important;
    /*position: absolute !important;*/
    margin-top: 46px;
}

.div-float-header-big{
    /*height: 40px !important;*/
    height: 75px !important;
    /*position: absolute !important;*/
    margin-top: 46px;
}

.div-float-header-extra{
    height: 95px !important;
    /*position: absolute !important;*/
    margin-top: 86px;
}

.div-float-header-extra-big{
    height: 95px !important;
    /*position: absolute !important;*/
    margin-top: 121px;
}

.div-float-result{
    margin-top: 46px;
}

.div-float-margin{
    margin-top: 135px;
}

.div-float-margin-big{
    margin-top: 170px;
}

.bg-expert-dark{
    background-color: #69a4e9 !important;
}
.bg-expert-dark2{
    background-color: #005571 !important;
}
.bg-expert-light{
    background-color: #c1d5ec !important;
}
.bg-yellow{
    background-color: yellow !important;
}
.bg-warning-dark{
    background-color: #ff6407 !important;
}
.bg-elecsys{
    background-color: #d9c4c4 !important;
}


.btn-outline-expert {
    color:#005571;
    background-color:transparent;
    background-image:none;
    border-color:#005571 !important;
}
.btn-outline-expert:hover {
    color:#fff;
    background-color:#005571;
    border-color:#005571;
}
.btn-outline-expert.focus,
.btn-outline-expert:focus {
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-expert.disabled,
.btn-outline-expert:disabled {
    color:#005571;
    background-color:transparent
}
.btn-outline-expert:not(:disabled):not(.disabled).active,
.btn-outline-expert:not(:disabled):not(.disabled):active,
.show>.btn-outline-expert.dropdown-toggle {
    color:#fff;
    background-color:#005571;
    border-color:#005571
}
.btn-outline-expert:not(:disabled):not(.disabled).active:focus,
.btn-outline-expert:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-expert.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}

.text-warning-dark{
    color: #ff6407 !important
}
.text-expert-dark{
    color: #69a4e9 !important;
}
.text-expert-dark2{
    color: #005571 !important;
}
.text-expert-light{
    color: #c1d5ec !important;
}

div.loading-div{
    z-index: 9999;
    background-color: silver;
    height: calc(100% - 1px);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    margin-top: 1px;
}
.loadingIndicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    height: 2px;
}
.loadingIndicator.hidden {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.25s;
}
.loadingIndicator__bar {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    visibility: visible;
    display: block;
    -webkit-animation: animate-loading-indicator 2s linear infinite;
    animation: animate-loading-indicator 2s linear infinite;
    background-color: #FF95C1;
    background-image: linear-gradient(to right, #E8488B 0%, #E8488B 50%, #FF95C1 50%, #FF95C1 100%);
    background-repeat: repeat-x;
    background-size: 400px 400px;
    width: 200%;
}
@-webkit-keyframes animate-loading-indicator {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}
@keyframes animate-loading-indicator {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}

.fade-in {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.fade-out {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear, height 0s 0.5s;
}

img.top-bar-icon {
    height: 30px !important;
}

img.bot-bar-icon {
    height: 18px !important;
}

img.top-bar-options {
    height: 30px !important;
    cursor: pointer;
}

img.top-bar-close-image {
    height: 12px !important;
    float: left;
    margin: 4px;
}

/*img.top-bar-close-image:hover {
    height: 14px !important;
}*/

.top-bar-close{
    width: 20px;
    height: 20px;
    float: right;
}


.top-bar-options-dropdown {
    /*display: none;  Escondido por defecto*/
    position: fixed;
    top: 10px; /* Ajusta esta distancia según tu header */
    right: 10px; /* Ajusta esta distancia según tu header */
    width: 140px;
    /*height: 220px;*/
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 5000 !important; /* Asegura que esté encima de otros elementos */
    /*padding: 10px;*/
    border-radius: 15px;
    color: black;
}

.top-bar-option-dropdown-close{
    font-size: 1.3em;
    width: 30%;
    /*margin-bottom: 10px;*/
    margin-right: 2px;
    margin-top: -2px;
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 4px;
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.top-bar-option-dropdown{
    font-size: 1.2em;
    padding: 6px;
    float: left;
    padding: 5px 10px 5px 10px;
    width: 100%;
    cursor: pointer;
    /*font-weight: bold;*/
}

.top-bar-option-dropdown:hover{
    /*    font-size: 1.3em;
        padding: 10px;
        float: left;*/
    cursor: pointer;
    font-weight: bold;
/*    background-color: #f1f1f1;
    border-radius: 15px;*/
}

img.extension_click_image{
    height: 65px;
}

img.search-top-icon {
    height: 18px;
}

img.restore-search-icon {
    height: 18px;
}

div.catalog-info:hover{
    background-color: #e1e1e1;
    cursor: pointer;
}

div.catalog-info.selected{
    background-color: #cccccc;
    font-weight: bold;
}


img.elecsys-link {
    max-height: 25px;
}

img.supplier-blob-identify {
    max-height: 35px;
}

.inferred-charact {
    height: 10px;
}

div.section-header{
    height: 20px;
}

.carousel-inner{
    height: 115px;
    width: 115px;
}

.carousel-inner>.carousel-item{
    height: 115px;
    width: 115px;
    position: relative;
    height: 100%;
}

img.carousel-ref-pic{
    max-height: 115px;
    max-width: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#carousel-zoom {
    width: 300px;
}

#carousel-zoom>.carousel-inner {
    height: 300px;
    width: 300px;
}

#carousel-zoom  .carousel-inner>.carousel-item{
    height: 300px;
    width: 300px;
    position: relative;
    height: 100%;
}

#carousel-zoom img.carousel-ref-pic{
    max-height: 300px;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.carousel.slide:hover .zoom-button{
    display: block;
}

.zoom-button{
    position: absolute;
    top: 0;
    margin: 0px 45%;
    display: none;
}

button.zoom-pics{
}

button.zoom-pics>img{
    height: 20px;
}

.blur-element{
    filter: blur(5px);
    transition: filter 0.5s;
    /*opacity: 0.5;*/
    /*transition: opacity 0s 0.5s, filter 0.5s;*/
}

img.source-img {
    height: 10px;
}

th.mismatch-icon, td.mismatch-icon{
    min-width: 50px;
    text-align: center;
}

td.source-col-image{
    width: 30px;
}

th.source-col, td.source-col{
    min-width: 50px;
    text-align: right;
}
td.source-col img, td.mismatch-icon img{
    vertical-align: middle;
}

td.table-supplier-image{
    width: 90px !important;
}

td.ref-num-td{
    width: 48% !important;
}

.table-xsm th,
.table-xsm td {
    padding: 0.1rem 0.3rem !important;
}

[data-container="search-results"]>div.search-result-div{
    max-width: 1000px;
}
[data-container="search-results"]>div.net-result-div{
    max-width: 800px;
}

.search-result-div-learned{
    font-size: 1.1em;
}

.search-result-div-learning{
    font-size: 1.1em;
}

.search-result-div-learning-demand{
    font-size: 1.3em;
}

[data-container="product"], [data-container="cross-compare"]{
    max-width: 800px;
    min-height: 730px;
}

/*.main-ref-info, .main-ref-cross{
    max-width: 800px !important;
}

.key-points-ref-info{
    max-width: 900px !important;
}*/

[data-container="cross-compare"]{
    max-height: 794px;
}

th.source-col, td.source-col {
    min-width: 35px;
    text-align: center;
}

div[data-container="search-results"] {
    position: absolute;
    background-color: white;
    z-index: 1021;
    width: 94%;
    /* margin: 5px auto; */
}

.main-ref-cross {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 20px !important;
}

.cross-ref-info,  .main-ref-cross {
    max-height: 34vh;
}

.bg-title-neo{
    background-color: #c7c7c7 !important;
}

.main-ref-cross_small {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 20px !important;
    max-height: 18vh;
}

.table-xsm th,
.table-xsm td {
    padding: 0.1rem 0.3rem !important;
}

#search_logo_fake {
    height: 100px;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    position: relative;
    width: 460px;
}

#search_logo_content_fake {
    display: none;
    bottom: 0;
    color: darkgrey;
    left: 130px;
    position: absolute;
    text-align: center;
    width: 400px;
}

#search_logo_message2_fake {
    color: #009FE3;
    font-size: 24px;
    margin-bottom: 25px;
}

#d_search_form_big_fake {
    min-height: 160px;
    width: 100%;
    margin-top: 15%;
}
#f_search_big_fake {
    height: 35px;
    margin: 0 auto;
    width: 470px;
}
#i_reference_small, #i_reference_big {
    border: 1px solid #bdc1be;
    float: left;
    font-size: 16px;
    height: 31px;
    position: relative;
    width: 460px;
    margin-left: 10px;
}

.more-info-pic{
    height: 60px;
    vertical-align: middle;
}

.key-points-pic{
    height: 30px;
}

.lang-selector{
    z-index: 2000;
}

.wiki-item{
    min-width: 250px;
}

.fd-link{
    text-decoration: underline;
    font-size: 80% !important;
}

.top-bar-search{
    width: 100%;
}


.top-bar-search-big{
    min-width: 200px;
    width: 30rem;
}

tr.catalog-info:hover{
    text-decoration: underline;
}

a.direct-link{
    text-decoration: none;
    color: #000000;
}

a.direct-link:hover{
    text-decoration: none;
    color: #000000;
}

.table_header_light thead th{
    position: sticky;
    top: 0;
    background-color: white !important;
    z-index: 1; /* This ensures the header stays on top of other content when scrolling */
}

.artid-cross-info thead th{
    position: sticky;
    top: 0;
    background-color: #005571 !important;
    z-index: 1; /* This ensures the header stays on top of other content when scrolling */
}

.chart-container {
    width: 100%;
    /*width: 250px;*/
    /*height: 40%;*/
    height: 174px;
}

.chart-container-webs{
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 99%; /* Ajustar el ancho del contenedor según sea necesario */
    /*margin: 0 auto;*/
}

#myChart{
    width: 330px !important;
    max-height: 174px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
}

#myChartWebs{
    width: 341px !important;
    margin-left: -3px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    max-height: 160px;
}

.ranking_webs{
    margin-bottom: 70px !important;
}

.legend-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.ITEM_img_width_50{
    width: 50%;
}

.ITEM_text-align_center{
    text-align:center
}

.ITEM_text_medium{
    font-size: 1.9em;
    font-weight: bold;
}

.ROW_highlighted{
    font-weight: bold;
}

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

#TABLE_search_history tbody tr:hover{
    cursor: pointer;
}

.COL_search_history_1{
    width: 25%;
}

.COL_search_history_2{
    width: 29%;
}

.COL_search_history_3{
    width: 46%;
}


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

.COL_search_ranking_1{
    width: 29%;
}

.COL_search_ranking_2{
    width: 57%;
}

.COL_search_ranking_3{
    width: 14%;
}



.TABLE_col_big{
    width: 135px; /* Ancho fijo para las columnas */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TABLE_col_medium{
    width: 80px; /* Ancho fijo para las columnas */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.TABLE_col_small{
    width: 50px; /* Ancho fijo para las columnas */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#TABLE_search_ranking tbody tr:hover{
    cursor: pointer;
}

#TABLE_cross tbody tr:hover{
    cursor: pointer;
}

#TABLE_cross_own tbody tr:hover{
    cursor: pointer;
}

#TABLE_cross_pref tbody tr:hover{
    cursor: pointer;
}

.search_demand_blob{
    width: 350px;
}

/*.FD_button_link_elecsys{
    padding: 0px;
    border: none;
    border-radius: 50px !important;
    width: 133px !important;
}

.FD_button_link_elecsys:hover a{
    color: white;
}*/

.FD_link_elecsys_white{
    width: 80px;
    height: 100%;
    cursor: pointer;
    color: white !important;
    text-decoration: underline !important;
    text-decoration-color: white !important;
}

.FD_link_elecsys{
    width: 80px;
    height: 100%;
    cursor: pointer;
    color: #007bff !important;
    text-decoration: underline !important;
    text-decoration-color: #007bff !important;
}

.FD_link_elecsys_button{
    width: 150px;
    height: 100%;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 30px !important;
}

.FD_link_elecsys_button:hover{
    text-decoration: none;
    color: white;
}

.ITEM_align_center{
    text-align: center;
}

.IMG_demand{
    vertical-align: inherit;
    height: 18px;
}

.source-img-logo{
    height: 19px;
    margin-left: 4px;
    margin-right: 1px;
    margin-top: 1px;
}

.source-img-price{
    height: 21px;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 1px;
}


.custom-table > tbody > tr > td,
.custom-table > tbody > tr > th,
.custom-table > tfoot > tr > td,
.custom-table > tfoot > tr > th,
.custom-table > thead > tr > td,
.custom-table > thead > tr > th {
    border: none;
}

.custom-table td:not(:first-child) {
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.supplier-name_price{
    width: 44% !important;
}

.ref-num_price{
    /*width: 48% !important;*/
}

.price_price{
    /*width: 48% !important;*/
}

.SECTION-main_indicator{
    /*width: 418px;*/
    /*margin-left: 1px;*/
    border: 1px solid #dee2e6 !important;
}

.FD-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}


/*#FD_DIV_RESULT{
    margin-top: 46px;
}*/

/*#FD_DIV_SECTION{
    margin-top: 46px;
}*/
/*
*/
#FD_DIV_CONTENT{
    margin-top: 46px;
}

#FD_DIV_CONTENT_LANDING{
}

#FD_DIV_UNINSTALL_header{
    background-color: #005571;
    padding: 15px;
}

#FD_DIV_UNINSTALL{
    width: 100%;
    margin: 0 auto;
    padding: 20%;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #005571;
    color: white;
}

.FD_div_hello{
    font-size: 2.5em;
    font-weight: bold;
}

.FD_div_hello_extra{
    font-size: 1.2em;
    /*font-weight: bold;*/
}

.FD_button_hello{
    margin-top: 15px;
    width: 200px;
}

.DIV_direct_reference{
}

.ITEM_text_bold{
    font-weight: bold;
}

.ITEM-hover-cursor-default{
    cursor: default !important;
}

.ITEM-hover-cursor-pointer{
    cursor: pointer !important;
}

.SPAN_raw_text{
    text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*width: 10px;*/
  display: block;
}
#search_logo, #header_search_logo {
    background-image: url("https://neoextension.factorydata.com/images/partsfinder_search.png");
}
div.login {
    background-image: url("https://neoextension.factorydata.com/images/login_pf.png");
}

#search_logo_fake, #header_search_logo_fake {
    background-image: url("https://neoextension.factorydata.com/images/FD_banner_message.png");
}
#header_search_logo_fake {
    background-image: url("https://neoextension.factorydata.com/images/FD_banner_message.png");
}