@charset "utf-8";html, body {width: 100%;height: 100%;margin: 0px;padding: 0px;color: #FFFFFF;background-color: #000000;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: normal;font-size: 14px;scrollbar-color: #1F1F1F #B3B3B3;scrollbar-width: thin;-ms-text-size-adjust: none;-moz-text-size-adjust: none;-o-text-size-adjust: none;-webkit-text-size-adjust: none;}::-webkit-scrollbar{width: 17px;height: 17px;}::-webkit-scrollbar-track{background: #B3B3B3;}::-webkit-scrollbar-thumb{background: #1F1F1F;}::placeholder {font-size: 12px;color: #5E728A;opacity: 1;text-transform: none;}.crbpn_input_box::placeholder {font-size: 12px;color: #5E728A;opacity: 1;text-transform: none;}* {margin: 0px;padding: 0px;}.loading_spinner_container {width: 100%;height: 100%;display: flex;position: relative;box-sizing: border-box;justify-content: center;text-align: center;align-items: center;flex-direction: column;}#website {display: grid;width: 100%;height: 100%;background-color: #000000;margin: auto;grid-template-columns: 100%;grid-template-rows: 80px 45px 1fr 40px;grid-template-areas: "header" "top_menus_container" "main_cross_reference_options" "footer" }.nav_header {display: grid;width: 300px;margin: 0px;padding: 10px 30px 10px 10px;border-bottom: 1px solid #000033;grid-row-gap: 20px;grid-column-gap: 10px;grid-template-columns: 158px 42px;grid-template-rows: 42px;grid-template-areas: "nav_logo nav_hamburger_close";}.nav_logo {grid-area: nav_logo;width: 158px;height: 42px;background-image: url("../images/fisco_nav_logo.png");background-repeat: no-repeat;}#nav_hamburger_close {grid-area: nav_hamburger_close;width: 42px;height: 42px;background-image: url("../images/fisco_nav_close.png");background-repeat: no-repeat;cursor: pointer;}.nav_vertical {-webkit-backface-visibility: hidden;position: absolute;top: 0px;left: 0px;width: 300px;height: 100%;background-image: linear-gradient(to right, #000066, #003399);background-color: #003399;overflow: auto;overflow-x: hidden;transition: 0.5s;-webkit-transform: translateX(-300px);transform: translateX(-300px);z-index: 900;}.nav_vertical.open {-webkit-transform: translateX(0px);transform: translateX(0px);border-right: 1px solid #000000;box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.6);}nav > ul > li {list-style-type: none;border-bottom: 1px solid #000033;background-image: linear-gradient(to right, #990000 5%, #003399 6% 100%);background-color: #003399;}nav > ul > li > a {padding: 12px 0px 12px 25px;display: block;color: #FFFFFF;text-decoration: none;}nav > ul > li > a:hover {background-image: linear-gradient(to right, #990000 5%, #0066CC 6% 100%);background-color: #0066CC;}nav > ul > li > ul > li:hover {background-color: #8C9CB0;}nav .dropdown_menu {background-image: linear-gradient(to top, #B5BFCC 5%, #A4B0C1);background-color: #A4B0C1;}nav .dropdown_menu li a {display: block;font-size: 14px;color: #000000;padding: 12px 0px 12px 50px;text-decoration: none;}nav .dropdown_menu .dropdown_submenus li {padding-left: 25px;list-style-type: none;background-image: linear-gradient(to right, #FFFFFF 6%, #000000 6%, #CBD2DC 7% 100%);background-color: #CBD2DC;}nav .dropdown_menu .dropdown_submenus li:hover {background-image: linear-gradient(to right, #FFFFFF 6%, #000000 6%, #8C9CB0 7% 100%);background-color: #8C9CB0;}#mask {visibility: hidden;-webkit-backface-visibility: hidden;position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;background-color: rgba(0, 0, 0, 0.9);opacity: 0;transition: opacity 0.5s ease, visibility 0.5s ease;z-index: 750;}#mask.open {visibility: visible;opacity: 1;}#mask:hover {cursor: pointer;}header {-webkit-backface-visibility: hidden;grid-area: header;width: 100%;background-image: linear-gradient(to top, #0066FF 4%, #0066CC 100%);background-image: -ms-linear-gradient(to top, #0066FF 4%, #0066CC 100%);z-index: 500;}#header_content {display: -webkit-box;display: -webkit-flex;display: flex;position: relative;width: 100%;height: 100%;color: #FFFFFF;margin: 0px auto 0px auto;justify-content: space-between;align-items: center;}#header_logo_text {position: absolute;width: 425px;height: 100px;top: 0px;right: 0px;justify-content: center;background-image: url("../images/fisco_header_logo_text.png");background-repeat: no-repeat;z-index: 501;}#header_logo {display: -webkit-box;display: -webkit-flex;display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;background-image: url("../images/fisco_header_logo.png");background-repeat: no-repeat;}.resize_logo {max-width: 100%;max-height: 100%;}#header_contact_menu {display: none;width: 48px;height: 48px;margin: 0px 5px 0px 5px;}#nav_hamburger_open {display: none;width: 48px;height: 48px;border: 0;margin-left: 5px;margin-right: 5px;box-sizing: border-box;background-image: url("../images/btn_hamburger.jpg");justify-content: center;align-items: center;cursor: pointer;box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);z-index: 1000;}#top_menus_container {-webkit-backface-visibility: hidden;position: absolute;top: 80px;grid-area: top_menus_container;width: 100%;height: 45px;margin: auto;background-image: linear-gradient(to top, #000066 50%, #000033 100%);background-image: -ms-linear-gradient(to top, #000066 50%, #000033 100%);z-index: 100;}.top_menus {display: -webkit-box;display: -webkit-flex;display: flex;flex-direction: row;height: 45px;margin: auto;justify-content: center;}.top_menus li {height: 45px;line-height: 45px;text-align: center;list-style-type: none;margin: 0px 0px 0px 0px;padding: 0px 30px 0px 30px;border-left: 1px solid transparent;border-right: 1px solid transparent;box-sizing: border-box;background-image: linear-gradient(to top, #0066CC 8%, #003399 9% 50%, #000033);background-color: #000033;}.top_menus > li {background: transparent;}.top_menus li a {font-family: Quattrocento, Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 14px;font-weight: lighter;color: #FFFFFF;text-decoration: none;}#top_menus_container .top_menus > li > a {font-family: Quattrocento, Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: lighter;font-size: 14px;letter-spacing: 1px;}.top_menus > li:hover {background-image: linear-gradient(to top, #FFFFFF 8%, #990033 9% 15%, #003399 16% 50%, #000033);background-color: #0066FF;border-left: 1px solid #003399;border-right: 1px solid #003399;}#top_menus_2 .top_menus_2_submenus, #top_menus_3 .top_menus_3_submenus {position: absolute;display: none;flex-direction: column;width: 250px;margin-left: -32px;top: 45px;text-align: left;opacity: 0.9;box-shadow: 0px 8px 5px 5px rgba(0,0,0,0.4);}#top_menus_2 .top_menus_2_submenus li, #top_menus_3 .top_menus_3_submenus li {text-align: left;}#top_menus_2 .top_menus_2_submenus li a, #top_menus_3 .top_menus_3_submenus li a {color: #FFFFFF!important;}#top_menus_2 .top_menus_2_submenus li:hover, #top_menus_3 .top_menus_3_submenus li:hover {background-image: linear-gradient(to top, #990033 8%, #0066FF 9% 50%, #000033);background-color: #003399;}#top_menus_2 .top_menus_2_nested_submenus {position: absolute;display: none;flex-direction: column;width: 150px;margin-top: -47px;left: calc(100% + 1px);box-shadow: 0px 8px 5px 5px rgba(0,0,0,0.4);}#top_menus_2 .top_menus_2_nested_submenus li {padding: 0px 10px 0px 10px;background-image: linear-gradient(to top, #0066CC 8%, #003399 9% 50%, #000033);background-color: #000033;}#top_menus_smartphone {display: none;grid-area: top_menus_smartphone;position: relative;width: 100%;height: 50px;z-index: 100;}#nav_top_menus_smartphone > li {text-align: center;line-height: 50px;width: 100%;list-style-type: none;background-image: linear-gradient(to top, #0066FF 1%, #000033 2% 100%);background-color: #000033;border-top: 1px solid #0066CC;}#nav_top_menus_smartphone > li:hover {background-image: linear-gradient(to top, #FFFFFF 1%, #990033 2% 7%, #3366FF 8% 50%, #000033);background-color: #0066FF;}#nav_top_menus_smartphone li a {color: #000000;text-decoration: none;font-size: 16px!important;}#nav_top_menus_smartphone > li > a {color: #FFFFFF;text-decoration: none;font-size: 16px!important;}#nav_top_menus_smartphone .dropdown_menus_smartphone li {list-style-type: none;}#dropdown_menus_content_smartphone li a {color: #000000;text-decoration: none;font-size: 14px;}#dropdown_menus_content_smartphone li, #nav_top_menus_smartphone .dropdown_menus_smartphone ul li {background-image: linear-gradient(to top, #B5BFCC 2%, #A4B0C1 2% 95%, #B5BFCC);background-color: #CBD2DC;}#dropdown_menus_content_smartphone li:hover, #nav_top_menus_smartphone .dropdown_menus_smartphone ul li:hover {background-image: linear-gradient(to top, #B5BFCC 2%, #8C9CB0 2% 95%, #B5BFCC);background-color: #8C9CB0;}#nav_top_menus_smartphone .dropdown_menus_smartphone_sub li {height: 42px!important;line-height: 42px!important;background-image: linear-gradient(to right, #FFFFFF 6%, #000000 6%, #CBD2DC 7% 100%)!important;background-color: #FFFFFF!important;}#nav_top_menus_smartphone .dropdown_menus_smartphone_sub li a {color: #000000;}#nav_top_menus_smartphone .dropdown_menus_smartphone_sub li:hover {height: 42px!important;line-height: 42px!important;background-image: linear-gradient(to right, #FFFFFF 6%, #000000 6%, #8C9CB0 7% 100%)!important;background-color: #8C9CB0!important;}.select2-container--default {color: #000000;}.select2-search, .select2-results {background-color: #CFD6DE;color: #000000;}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {background-color: #3875d7!important;color: #FFFFFF!important;}.select2-container--classic.select2-container--open .select2-selection--single {border: 1px solid #5E728A!important;}.select2-container--classic.select2-container--open .select2-dropdown {border-color: #5E728A!important;}.select2-container--classic .select2-selection--single .select2-selection__placeholder {color: #C12D1E!important;}#main_cross_reference_options {grid-area: main_cross_reference_options;display: flex;width: 100%;height: 100%;padding: 10px 0px 10px 0px;box-sizing: border-box;background-color: #FFFFFF;}#cross_reference_options_container {width: 98%;height: 100%;margin: 0px auto 0px auto;}#accordeon {display: flex;flex-direction: column;width: 100%;height: 100%;background-color: #FFFFFF;align-items: center;justify-content: center;}#accordeon dd {display: flex;width: 100%;height: 100%;background-color: #FFFFFF;justify-content: center;align-items: flex-start;}#accordeon dt {width: 50%;height: 40px;line-height: 30px;margin: 5px 0px 5px 0px;padding: 5px;box-sizing: border-box;border-radius: 5px;box-shadow: 1px 1px #FFFFFF;font-size: 12px;font-weight: bold;color: #000066;background-color: #A4B1C1;cursor: pointer;transition: 0.5s;}#accordeon dt:after {content: '\25BA';font-size: 12px;color: #000000;float: left;margin-right: 5px;}#accordeon dt.active:after {content: '\25BC';font-size: 12px;color: #000000;float: left;margin-right: 5px;}#accordeon dt:hover {color: #FFFFFF;background-color: #C12D1E;text-shadow: 0 1px #000000;}.accordeon_current {color: #FFFFFF!important;background-color: #C12D1E!important;text-shadow: 0 1px #000000!important;}#crbpn_search_filters_type_container {display: flex;width: 100%;height: 50px;margin-bottom: 10px;justify-content: center;align-items: center;border-top: 2px solid;background-image: linear-gradient(to right, #FFFFFF 0%, #E2E6EB 25%, #5E728A 50%, #5E728A 51%, #E2E6EB 75%, #FFFFFF 100%);}#crbpn_search_filters_type {width: 300px;}#cross_reference_by_part_number {display: flex;flex-direction: column;width: 800px;height: 100%;align-items: center;justify-content: center;}#crbpn_search_fields_headers {display: flex;width: 100%;height: auto;justify-content: space-between;align-items: center;}.crbpn_search_fields {display: flex;width: 100%;height: auto;margin: 5px 0px 5px 0px;justify-content: space-between;align-items: center;}.crbpn_search_fields_container_1 {display: flex;width: 338px;height: auto;justify-content: center;}.crbpn_search_fields_container_2 {display: flex;width: 462px;height: auto;}.crbpn_field_number {width: 25px;height: 30px;line-height: 30px;font-size: 12px;font-weight: bold;color: #000066;text-align: left;}.crbpn_hidden_field {display: none;width: 0px;height: 30px;line-height: 30px;margin: 3px;padding-left: 3px;box-sizing: border-box;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 14px;color: #071321;background-color: #999;}.crbpn_oem_name_dropdown {width: 300px;height: 30px;line-height: 30px;margin: 3px;padding-left: 3px;box-sizing: border-box;outline: none;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 14px;border: 1px solid #4A5668;color: #071321;background-color: #FFFFFF;}.crbpn_input_box {width: 200px;height: 30px;line-height: 30px;margin: 0px 3px 0px 3px;padding-left: 3px;box-sizing: border-box;outline: none;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 14px;border: 1px solid #4A5668;color: #071321;background-color: #FFFFFF;}.crbpn_pn_search_result {width: 250px;height: 30px;line-height: 35px;margin: 0px 3px 0px 3px;padding-left: 3px;box-sizing: border-box;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 14px;color: #000000;background-color: #EDEFF1;}#progress_status_container {display: flex;flex-direction: column;width: 98%;box-sizing: border-box;}#progress_info {width: 100%;height: 20px;font-size: 12px;font-weight: bold;color: #000000;text-align: center;}#buttons_container {display: flex;flex-direction: column;width: 100%;height: auto;margin: 10px;justify-content: center;align-items: center;}.crbpn_search_buttons {display: flex;flex-direction: row;width: 100%;height: auto;justify-content: space-between;align-items: center;}#crbpn_btn_new_search {width: 100%;height: 35px;line-height: 35px;text-align: center;margin: 3px;padding-left: 5px;border: 1px solid #4A5668;font-size: 12px;font-weight: bold;color: #FFFFFF;background-color: #5E728A;cursor: pointer;}#crbpn_btn_start_search, #crbpn_btn_stop_search, #crbpn_btn_empty_fields, #crbpn_btn_copy_to_clipboard {width: 25%;height: 35px;line-height: 35px;text-align: center;margin: 3px;padding-left: 5px;border: 1px solid #4A5668;font-size: 12px;font-weight: bold;color: #FFFFFF;background-color: #5E728A;cursor: pointer;}#crbpn_btn_start_search:active, #crbpn_btn_stop_search:active, #crbpn_btn_empty_fields:active, #crbpn_btn_copy_to_clipboard:active {background-color: #919CB0;box-shadow: inset 0px 0px 5px #000000;}.crbpn_column_header_1 {width: 300px;height: 30px;line-height: 30px;margin: 0px 3px 0px 3px;font-size: 11px;font-weight: bold;color: #C12D1E;}.crbpn_column_header_2 {width: 200px;height: 30px;line-height: 30px;margin: 0px 3px 0px 3px;font-size: 11px;font-weight: bold;color: #C12D1E;}.crbpn_column_header_3 {width: 250px;height: 30px;line-height: 30px;margin: 0px 3px 0px 3px;box-sizing: border-box;font-size: 11px;font-weight: bold;color: #C12D1E;}#cross_reference_by_manufacturer {display: -ms-grid;display: grid;width: 100%;height: 100%;grid-template-columns: 25% 75%;grid-template-rows: 75px 1fr;grid-template-areas: "crbm_header crbm_header" "crbm_submenus crbm_main" }#crbm_header {grid-area: crbm_header;display: flex;width: 100%;height: 75px;background-color: #5E728A;border-bottom: 1px solid #4A5668;box-sizing: border-box;justify-content: center;align-items: center;}#search_filters_type_container {display: flex;width: 95%;height: auto;justify-content: center;align-items: center;}#search_filters_type {width: 275px;height: 35px;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: normal;font-size: 14px;padding: 0px 0px 0px 30px;background-image: url('../images/btn_search.png');background-position: 0px 0px;background-repeat: no-repeat;}#btn_back_to_top_of_page {display: none;width: 300px;height: 35px;line-height: 35px;border-radius: 5px;font-size: 12px;font-weight: bold;color: #000000;text-align: center;margin: 20px 0px 10px 0px;box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.7);background-color: #A4B1C1;}#btn_back_to_top_of_page:hover {color: #FFFFFF;background-color: #C12D1E;cursor: pointer;}.btn_close_search {width: 25px;height: 25px;margin-left: 5px;background-image: url("../images/btn_close_search.png");cursor: pointer;}.info_1 {width: 90%;height: auto;margin: 0px;font-size: 12px;color: #000033;text-align: center;}.info_2 {width: 90%;height: auto;margin: 0px;font-size: 12px;color: #000000;text-align: center;}.line_space {width: 100%;height: 20px;}#crbm_submenus {grid-area: crbm_submenus;display: flex;width: 100%;height: 100%;padding: 0px;box-sizing: border-box;background-image: linear-gradient(#5E728A 10%, #A4B1C1 30%, #CFD6DE 100%);background-image: -ms-linear-gradient(#5E728A 10%, #A4B1C1 30%, #CFD6DE 100%);justify-content: center;align-items: flex-start;}#search_oem_container_dropdown {display: none;width: 95%;height: auto;margin: 10px;justify-content: center;align-items: center;}#oem_name_dropdown {width: 275px;height: 35px;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: normal;font-size: 14px;padding: 0px 0px 0px 30px;background-image: url('../images/btn_search.png');background-position: 0px 0px;background-repeat: no-repeat;}#search_oem_container_list {display: flex;flex-direction: column;width: 100%;height: auto;padding: 10px;box-sizing: border-box;justify-content: center;align-items: flex-start;}#search_oem_bar {display: flex;width: 100%;height: 35px;justify-content: space-between;align-items: flex-start;}#search_oem_bar_input {background-image: url('../images/btn_search.png');background-position: 0px 0px;background-repeat: no-repeat;width: 80%;height: 25px;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: normal;font-size: 14px;padding: 0px 0px 0px 20px;border: 1px solid #ddd;border-radius: 5px;}#search_oem_bar_input:focus {outline: none;}#oem_name_list_container {display: flex;width: 100%;height: 100%;justify-content: center;align-items: flex-start;color: #000000;}#oem_name_list {width: 100%;height: 100%;list-style-type: none;overflow: hidden;overflow-y: auto;}#oem_name_list li a {display: block;width: 100%;background-color: transparent;padding: 5px 20px 5px 20px;box-sizing: border-box;text-decoration: none;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-weight: bold;font-size: 12px;color: #000000;text-align: left;}#oem_name_list li:hover a {background-color: #0066CC;}#crbm_main {grid-area: crbm_main;display: flex;flex-direction: column;width: 100%;height: 100%;padding: 5px 0px 5px 0px;box-sizing: border-box;background-color: #FFFFFF;align-items: center;justify-content: flex-start;}#title_manufacturer_name {width: 100%;height: auto;font-size: 12px;font-weight: bold;color: #000066;margin-bottom: 20px;text-align: center;}#filters_part_numbers_container {display: flex;width: 100%;height: auto;margin: 0px;padding: 5px 0px 5px 0px;box-sizing: border-box;justify-content: space-around;align-items: flex-start;color: #000000;}#filters_part_numbers_column_1, #filters_part_numbers_column_2, #filters_part_numbers_column_3 {display: flex;width: 45%;height: 100%;margin: 0px;padding: 0px;box-sizing: border-box;justify-content: space-between;box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2);}#filters_part_numbers_column_3 {display: none;}.manufacturer_pn_grid, .fisco_pn_grid {display: flex;flex-direction: column;width: 50%;height: auto;margin: 0px;background-color: #FFFFFF;}.manufacturer_pn_grid li, .fisco_pn_grid li {width: 100%;padding: 3px 0px 3px 3px;box-sizing: border-box;border-bottom: 1px solid #CDD2DC;list-style-type: none;text-align: left;text-decoration: none;font-family: Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 12px;font-weight: normal;color: #000000;}.column_header {font-weight: bold!important;color: #C12D1E!important;background-color: #B5BFCC!important;border-bottom: 1px solid #000066!important;}footer {grid-area: footer;width: 100%;background-image: linear-gradient(to bottom, #0066CC 8%, #FFFFFF 9% 15%, #000033 16% 100%);background-color: #000033;}#footer_content {display: -webkit-box;display: -webkit-flex;display: flex;flex-flow: row wrap;width: 100%;height: 100%;margin: 0px auto 0px auto;justify-content: space-between;align-items: center;color: #FFFFFF;background-image: linear-gradient(to bottom, #0066CC 8%, #FFFFFF 9% 15%, #000033 16% 100%);background-color: #000033;}#footer_content p {font-family: RomanSerif, Verdana, Times, Roboto, RomanSerif, "Times New Roman", serif, Constantia, Arial;font-size: 12px;letter-spacing: 1px;line-height: 28px;padding: 5px 10px 0px 10px;box-sizing: border-box;}@media screen and (min-width: 1200px) and (max-width: 2560px) {html, body {font-size: 12px;}#header_content {width: 1160px;}#top_menus_container {top: 80px;}#top_menus_container .top_menus {width: 1160px;}#top_menus_container .top_menus > li {padding: 0px 50px 0px 50px;}#top_menus_2 .top_menus_2_submenus, #top_menus_3 .top_menus_3_submenus {margin-left: -50px;}#cross_reference_by_manufacturer {grid-template-columns: auto 260px 900px auto;grid-template-rows: 75px 1fr;grid-template-areas: "crbm_header crbm_header crbm_header crbm_header" "left_side crbm_submenus crbm_main right_side" }#left_side {grid-area: left_side;width: 100%;background-image: linear-gradient(to right, #B5BFCC 50%, #E2E6EB 100%);background-image: -ms-linear-gradient(to right, #B5BFCC 50%, #E2E6EB 100%);}.crbpn_pn_search_result {line-height: 30px;}#filters_part_numbers_column_1, #filters_part_numbers_column_2, #filters_part_numbers_column_3 {width: 30%;min-width: 275px;}#filters_part_numbers_column_3 {display: flex;}#right_side {grid-area: right_side;width: 100%;background-image: linear-gradient(to left, #B5BFCC 50%, #E2E6EB 100%);background-image: -ms-linear-gradient(to left, #B5BFCC 50%, #E2E6EB 100%);}#footer_content {width: 1160px;}#footer_content p {padding: 5px 0px 0px 0px;}}@media screen and (min-width: 376px) and (max-width: 800px) {#website {grid-template-columns: 100%;grid-template-rows: 60px 1fr auto;grid-template-areas: "header" "main_cross_reference_options" "footer" }#header_logo_text {display: none;}#header_logo {width: 90%;}#nav_hamburger_open {display: -webkit-box;display: -webkit-flex;display: flex;}#top_menus_container {display: none;}#accordeon dt {width: 80%;}#cross_reference_by_part_number {width: 375px;}#crbpn_search_fields_headers {display: none;}.crbpn_search_fields {flex-direction: column;margin: 15px 0px 15px 0px;justify-content: center;}.crbpn_search_fields_container_1 {width: 100%;margin: 5px 0px 5px 0px;}.crbpn_search_fields_container_2 {width: 100%;margin-bottom: 5px;}.crbpn_input_box {width: 165px;height: 40px;}.crbpn_pn_search_result {width: 195px;height: 40px;}#progress_status_container {width: 95%;}.crbpn_search_buttons {flex-direction: column;}#crbpn_btn_new_search, #crbpn_btn_start_search, #crbpn_btn_stop_search, #crbpn_btn_empty_fields, #crbpn_btn_copy_to_clipboard {width: 80%;}#cross_reference_by_manufacturer {grid-template-columns: 100%;grid-template-rows: 75px 75px 1fr;grid-template-areas: "crbm_header" "crbm_submenus" "crbm_main" }#crbm_submenus {background-image: linear-gradient(#5E728A 40%, #A4B1C1 80%, #CFD6DE 100%);background-image: -ms-linear-gradient(#5E728A 40%, #A4B1C1 80%, #CFD6DE 100%);align-items: center;}#search_oem_container_dropdown {display: flex;}#search_oem_container_list {display: none;}#filters_part_numbers_column_1 {width: 50%;min-width: 300px;}#filters_part_numbers_column_2, #filters_part_numbers_column_3 {display: none;}#footer_content {width: 100%;height: auto;margin-bottom: 7px;padding: 3px 10px 2px 10px;box-sizing: border-box;justify-content: center;background-image: linear-gradient(to bottom, #3366FF 3%, #FFFFFF 4% 6%, #000033 7% 100%);background-color: #000033;}#footer_content p {width: 100%;line-height: 14px;}}@media only screen and (max-width: 375px) {#website {grid-template-columns: 100%;grid-template-rows: 60px 200px 1fr auto;grid-template-areas: "header" "top_menus_smartphone" "main_cross_reference_options" "footer" }header {height: 60px;}#header_logo_text {display: none;}#header_logo {width: 85%;background-image: url("../images/fisco_header_logo_smartphone.png");}#nav_hamburger_open {display: -webkit-box;display: -webkit-flex;display: flex;}#top_menus_container {display: none;}#top_menus_smartphone {display: -webkit-box;display: -webkit-flex;display: flex;flex-direction: column;}#accordeon dt {width: 80%;}#cross_reference_by_part_number {width: 100%;}#crbpn_search_fields_headers {display: none;}.crbpn_search_fields {flex-direction: column;margin: 15px 0px 15px 0px;justify-content: center;}.crbpn_search_fields_container_1 {width: 90%;margin-top: 5px;}.crbpn_search_fields_container_2 {width: 90%;flex-direction: column;}.crbpn_oem_name_dropdown {width: 290px;margin: 10px 0px 10px 0px;}.crbpn_input_box {width: 100%;height: 45px;font-size: 16px;font-weight: bold;margin: 5px 0px 5px 0px;}.crbpn_pn_search_result {width: 100%;height: 45px;font-size: 16px;font-weight: bold;margin: 0px 0px 5px 0px;}#progress_status_container {width: 95%;}.crbpn_search_buttons {flex-direction: column;}#crbpn_btn_new_search, #crbpn_btn_start_search, #crbpn_btn_stop_search, #crbpn_btn_empty_fields, #crbpn_btn_copy_to_clipboard {width: 80%;line-height: 45px;height: 45px;font-size: 14px;font-weight: bold;}#cross_reference_by_manufacturer {grid-template-columns: 100%;grid-template-rows: 75px 75px 1fr;grid-template-areas: "crbm_header" "crbm_submenus" "crbm_main" }#crbm_submenus {background-image: linear-gradient(#5E728A 40%, #A4B1C1 80%, #CFD6DE 100%);background-image: -ms-linear-gradient(#5E728A 40%, #A4B1C1 80%, #CFD6DE 100%);align-items: center;}#search_oem_container_dropdown {display: flex;}#search_oem_container_list {display: none;}#filters_part_numbers_column_1 {width: 90%;min-width: 290px;}#filters_part_numbers_column_2, #filters_part_numbers_column_3 {display: none;}#footer_content {height: auto;padding-top: 10px;padding-bottom: 10px;box-sizing: border-box;justify-content: center;background-image: linear-gradient(to bottom, #3366FF 3%, #FFFFFF 4% 6%, #000033 7% 100%);background-color: #000033;}#footer_content p {width: 100%;line-height: 14px;}}