@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

html,body
{
    margin: 0;
    padding:0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

footer
{
    color: #484748;
    background-color: #ebebeb;
}

#footerMenu
{
    margin:0 auto;
    padding:0;
    max-width:1000px;
    width: 100% !important;
    font-size: 13px;
    text-align: left;
}

.notification_blob
{
    background-color: lightblue;
    border:1px solid darkblue;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.product_attribute_group
{
    margin: 15px 0;
    background-color: #F8F8F8;
    padding: 10px;
}

.footer_section_header
{
    font-size:17px;
    display: block;
    margin-bottom: 10px;
}

.gep_list
{
    margin: 0 0 0 30px ;
    padding: 0 ;
    line-height: 2.5;
}

.gep_list li
{
    float: left;
    margin: 0 ;
    padding: 0 ;
    width: 33%;
}

.inner_footer_ul
{
    list-style-type: none;
    margin:0;
    padding:0;
}

.inner_footer_ul li
{
    list-style-type: none;
    display: block;
}

footer a:link, footer a:visited
{
    text-decoration: none;
    color: #484748;
}

footer a:hover, footer a:active
{
    text-decoration: underline;
}

.blue_link
{
    text-decoration: none;
    color: #124c8f !important;
    white-space:normal;
}

.blue_link:hover, .blue_link:active
{
    color: #124c8f;
    text-decoration: underline;
    font-weight: normal;
}

.black_link
{
    text-decoration: none;
    color: #000;
    white-space:normal;
}

.black_link:hover, .black_link:active
{
    color: dimgrey;
    text-decoration: underline;
    font-weight: normal;
}

.force_blue_link_color a
{
    text-decoration: none !important;
    color: #124c8f !important;
    white-space:normal !important;
}

.force_blue_link_color a:hover, .force_blue_link_color a:active
{
    color: #124c8f !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}

#lowerFooter
{
    border-top:1px solid #fff;
    padding-top:5px;
    margin:20px auto 0;
    width:100% !important;
    max-width:1000px ;
}

#frontendCopyright
{
    text-align: left;
    margin-top:15px;
}

.footer_copyright_anchor
{
    margin: 0 5px;
}

#frontendHeaderLogo
{
    position: relative;
    top:22px;
}

#frontendHeaderLogo img
{
    border: 0;
    outline: 0;
}

#frontendHeaderNav
{
    position: relative;
    z-index: 1024;
    top: 10px;
    float: right;
}

#frontendHeader
{
    height: 125px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.frontend_menu_ul
{
    background-color: inherit;
    border:none;
}

.frontend_menu_sub_container
{
    border: 1px solid grey;
}

.frontend_menu_sub_container_w600
{
    width:600px;
}

.frontend_menu_main_li a:link,
.frontend_menu_main_li a:visited
{
    color: #124c8f;
    text-decoration: none;
}

.frontend_menu_main_li a:hover,
.frontend_menu_main_li a:active,
.frontend_menu_main_li:hover a,
.frontend_menu_main_li:active a
{
    font-weight: bold;
    color: #fff !important;
}

.frontend_menu_main_li_hovered
{
    background-color: black;
    color: #fff !important;
    font-weight: bold;
}

.frontend_menu_main_li_hovered a:link,
.frontend_menu_main_li_hovered a:visited,
.frontend_menu_main_li_hovered a:hover,
.frontend_menu_main_li_hovered a:active
{
    color: white !important;
    text-decoration: none;
}

#frontendGlobalContainer
{
    margin-bottom: 15px;
}

#searchBar
{
    width: 315px;
    float: right;
    text-align: right;
    margin: 5px 0 0;
}

#searchBarInput
{
    width: 190px;
    height: 20px;
    margin: 2px 0;
}

#searchBar .blue_submit
{
    padding: 5px 24px;
}

#rightContentColuimn
{
    float: right;
    width:75%;
}

#leftContentColuimn
{
    float: left;
    width:25%;
}

.alazar_big_header
{
    font-size: 18px;
    color: #124c8f;
    padding: 0;
    margin: 10px 0 15px;
}

.alazar_small_header
{
    font-size: 14px;
    color: #124c8f;
    padding: 0;
    margin: 10px 0 15px;
}

.relation_div_wide
{
    width: 100%;
}

#productsColumn
{
    padding: 10px;
    background-color: #ebebeb;
    margin:15px;
}

.right_col_content
{
    margin: 15px 20px 20px;
    border-bottom: 1px solid #e4e4e4;
}

.right_col_content_no_border
{
    border-bottom: none !important;
}

#productColUl
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product_col_li_header
{
    color: #124c8f;
    margin:20px 0;
    display: block;
}

.product_col_inner_ul
{
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 15px;
}

.product_col_inner_ul a
{
    font-size: 12px;
}

.expand_contract_product_info_content
{
    display: none;
}

.extra_products_tile
{
    width:30%;
    float: left;
    padding: 10px 5px 30px;
    height:160px;
}

.cursor_pointer
{
    cursor:pointer;
}

.alazar_highlighted_header
{
    font-size: 18px;
    color: #fff;
    background-color: #124c8f;
    padding: 5px;
    margin: 10px 0 15px;
}

#productsColumnSection
{
    margin-bottom: 15px;
}

.helper_bubble
{
    list-style-type: none;
    float:left;
    margin:0 5px;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid darkblue;
    color: #124c8f;
    text-decoration: none;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    font-size: 14px;
    text-align: center;
}

.soft_red_alert
{
    border: 2px dashed #A40122;
    padding:20px;
}

.soft_green_alert
{
    border: 2px dashed green;
    padding:20px;
}

.helper_bubble:hover
{
    background-color: #124c8f;
    color:#fff;
}

.helper_bubble_right
{
    float:right !important;
}

#accordion_search_bar {
    border: solid 2px #ccc;
}

.btn-default {
    border: solid 1.5px #ccc;
}

.fa-search {
    font-size: 1.3em;
}

.fa-paw {
    font-size: 1.4em;
    color: #6B7F7A;
}

.accordion_slide
{
    height:52px;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition: heightr 0.6s ease;
    transition: height 0.6s ease;
}

.accordion_show
{
    -webkit-transition: heightr 0.6s ease;
    transition: height 0.6s ease;
}

.accordion_header
{
    cursor:pointer;
    height:50px;
    background-color: #f7f5ee;
    border: 1px solid #bfb8aa;
    color: #124c8f;
}

.accordion_header:hover
{
    background-color: #fff;
}

.accordion_show .accordion_header
{
    background-color: #fff;
}

.accordion_header p
{
    padding: 15px;
    margin: 0;
}

.accordion_content
{
    border: 1px solid #bfb8aa;
}

.accordion_inner_content
{
    padding:15px;
}

#accordionSearchContainer
{
    margin-top:20px;
}

.lowkey_input
{
    height:25px;
    border:1px solid lightgray;
    width: 350px;
}

.clipboard_icon
{
    cursor: pointer;
    width: 20px;
    vertical-align: middle;
    margin-left: 2px;
}

.copiedgreen
{
    color: green;
}

.full_width_img
{
    width:100%;
}

#registerForm
{
   margin: 0 auto;
}

.alazar_font_color
{
    color: #124c8f;
}

.text_align_center
{
    text-align: center;
}

.consec_imgs
{
    width:85px;
}

.gallery_img_anchor
{
    text-align: center;
}

.gallery_img_anchor a:link, .gallery_img_anchor a:visited
{
    text-decoration: none;
}

.gallery_img_anchor a:hover, .gallery_img_anchor a:active
{
    text-decoration: underline;
}

.smaller_text
{
    font-size:10px;
}

div.blue_table div.thead
{
    background-color: rgb(18, 76, 143);
    color: #fff;
}
div.blue_table div.td
{
    padding:10px;
}

.serialcontainer
{
    margin-bottom: 10px;
}

div.blue_table div.tr.light_blue
{
    background-color: rgb(212, 234, 248);
}

div.blue_table div.tr.dark_blue
{
    background-color: rgb(172, 213, 241);
}

#productTitleBar
{
    background-color: #124c8f;
}

#productResourceButtonsContainer a
{
    list-style-type: none;
    float:left;
    margin:5px 5px;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid darkblue;
    color: #124c8f;
    text-decoration: none;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

#productResourceButtonsContainer a:hover
{
    background-color: #124c8f;
    color:#fff;
}

#productLeftColumn
{
    float: left;
    width: 39%;
}

#productRightColumn
{
    float: right;
    width:59%;
}

.product_attribute_label
{
    color: #124c8f;
    font-size: 18px;
}

.product_attribute_value
{
    line-height: 2;
    font-size:14px;
    width: 100%;
}

.relation_div
{
    width: 50%;
}

.display_none
{
    display:none;
}

.relation_div h3
{
    color: #124c8f;
    font-size: 18px;
}

.special_message_div h2
{
    color: #124c8f;
}

#productRelationsContainer ul li
{
    border-bottom: 1px solid lightgray;
    margin: 20px 0;
    padding: 0 0 10px;
    width:85%;
}

.productRelationsContainer ul
{
    list-style-type: none;
    margin:10px 0;
    padding:0;
}

.productRelationsContainer ul li
{
    border-bottom: 1px solid gray;
    width:75%;
    padding-bottom: 10px;
}

.product_related_img
{
    vertical-align: top;
    margin-right:5px;
}

.left_flot_img
{
    margin-right:20px;
}

.ul_no_list_type
{
    list-style-type: none;
}

.contact_left_col
{
    float: left;
    width:59%;
}

.contact_right_col
{
    float: right;
    width:39%;
}

.contact_inner_left_col
{
    float: left;
    width:49%;
}

.contact_inner_right_col
{
    float: right;
    width:49%;
}

.google_map_iframe
{
    width:100%;
    height:400px;
    border: none;
    margin-top: 50px;
}

.standard_input_short
{
    width: 250px;
    height: 25px;
    margin: 2px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #70757a;
}

.standard_textarea_short
{
    width: 250px;
    height: 100px;
    margin: 2px 0;
}

.standard_input_expand
{
    width: 100%;
    height: 25px;
    margin: 2px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #70757a;
}

.standard_multiselect
{
    width: 100%;
    height: 150px;
    margin: 2px 0;
}

.standard_textarea_expand
{
    width: 100%;
    height: 100px;
    margin: 2px 0;
}

#frontendContactUsForm
{
    width:100%;
}

#alazarCustomEngForm
{
    width:100%;
}

#alazarAppHelpForm
{
    width:100%;
}

.red_text
{
    color:#A40122;
}

.ecommerce_tos
{
    font-size: 14px;
    color: dimgrey;
}

.info_icon
{
    width:30px;
    height: 30px;
    vertical-align: bottom;
}

.standard_input_expanded_border
{
    width:100%;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #70757a;
}

.standard_input
{
    border-width: 1px;
    border-style: solid;
    border-color: #70757a;
}

.standard_input_shorter
{
    width:100px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #70757a;
}

.numbered_list
{
    list-style-type: decimal;
}

#quotePreviewTable
{
    font-size:15px;
}

.img_valign_bottom
{
    vertical-align: bottom;
}

.featured_or_new_product_img
{
    width:75%;
}

.featured_or_new_products
{
    list-style-type: none;
    margin:0;
    padding: 0;
}

.featured_or_new_products li
{
    float: left;
    width:33%;
}

.featured_or_new_products li .inner_li
{
    padding:0 10px;
}

#frontendGlobalContainer
{
    max-width: 1000px;
    width: 100%;
}

.splide__slide
{
    width:1000px;
}

.splide__slide img
{
    width: 100%;
}

.search_result_box
{
    width:200px;
    background-color: #EEEEEE;
    height: 100px;
    border-bottom:2px solid #124c8f;
    padding:5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.accordion_content_no_border
{
    border:none !important;
}

.accordion_header_blue
{
    background-color: dodgerblue !important;
    color: #fff !important;
    font-weight: bold;
}

.downloadsheadericon
{
    width: 60px;
    vertical-align: middle;
    margin-left: 10px;
}

.add_to_cart_button img
{
    vertical-align: bottom;
}

@media only screen and (max-width: 1000px) {
    #cartListColumn
    {
        width: 100% !important;
        margin-bottom: 25px;
    }

    #cartSummaryColumn
    {
        width: 100% !important;;
    }

    .splide__slide
    {
        width:800px;
    }

    #bannerSlider
    {
        width:800px;
        margin:0 auto;
    }

    #leftContentColuimn
    {
        display: none;
    }

    #rightContentColuimn
    {
        width:100%;
    }

    #productEvaluationLeftCol img
    {
        display: block;
        margin:0 auto;
    }

    #productEvaluationLeftCol
    {
        float: none;
        width: inherit;
    }

    #productEvaluationRightCol
    {
        float: none;
        width: inherit;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .splide__slide
    {
        width:600px;
    }

    #bannerSlider
    {
        width:600px;
    }
}

@media only screen and (max-width: 720px) {

    #searchBar
    {
        float: none;
        margin:0 auto;
    }

    #frontendHeaderLogo
    {
        margin:0 auto;
        width:315px;
        float: none;
    }

    #frontendHeaderNav
    {
        position: inherit;
        top: auto;
        width:inherit;
        margin: 25px auto 0;
        float: none;
    }

    #frontendHeader
    {
        height: 185px;
    }

    .frontend_menu_sub_container_w600
    {
        width:400px;
    }

    .frontend_menu_sub_container_products
    {
        width:300px !important;
    }
}

@media only screen and (max-width: 710px) {

    #ecommerceProductViewPricing
    {
        text-align: center;
    }

    #productRightColumn
    {
        width:inherit;
        float:none;
    }

    #productLeftColumn
    {
        width:inherit;
        float:none;
    }

    #frontendHeader
    {
        height: 235px;
    }

    #productMainImage
    {
        width: inherit;
        margin: 0 auto;
        display: block;
    }

    #footerMenu div.table, #footerMenu div.tr, #footerMenu div.td
    {
        display: inherit;
    }

    #footerMenu div.td
    {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 620px) {

    .splide__slide
    {
        width:500px;
    }

    #bannerSlider
    {
        width:500px;
    }
}


