﻿#MainFooter *, #MainFooter *:before, #MainFooter *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.youtube {
    background: url(../../../images/Youtube_New.png) no-repeat left top;
}

.instagram {
    background: url(../../../images/Instagram_new.png) no-repeat left top !important;
    margin-top: 2px;
    float: none !important;
}

.pinterest {
    background: url(../../../images/Pinterest_new.png) no-repeat left top !important;
    margin-top: 2px;
    float: none !important;
}

.twitter {
    background: url(../../../images/Twitter_New.png) no-repeat left top;
}

.facebook {
    background: url(../../../images/facebook_new.png) no-repeat left top;
}

.linkedin {
    background: url(../../../images/Linkedin_new.png) no-repeat left top;
}


.bilco-centered {
    color: white;
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .prod-det-align {
        text-align: center !important;
    }

        .prod-det-align .productDiscription {
            text-align: center !important;
        }

    .right-h1 {
        font-size: 30px !important;
    }

    #MpageBodyHome {
        max-height: 320px !important;
    }

    .mainVisualOverlay {
        top: 0 !important;
    }

        .mainVisualOverlay .row .push {
            height: 18px !important;
        }

        .mainVisualOverlay .row .btn {
            width: 180px;
            margin-left: 17%;
            margin-bottom: 10px;
        }

        .mainVisualOverlay .overlay-bottom {
            margin-top: 30px;
        }

    .TitleNoBorder {
        margin-top: 15px !important;
    }

    ul.FooterCateg li {
        text-align: left;
        line-height: 22px !important;
    }

    .bilco-centered {
        color: white;
        font-size: 6vw;
        font-weight: bold;
        padding-top: 20% !important;
        padding-bottom: 0 !important;
    }

    .header-unit {
        height: 280px;
    }

    .mrg-btm-50 {
        margin: 0 !important;
    }

    .part-img {
        margin: 0 auto;
        float: none;
    }

    .part-text h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .part-text {
        padding: 0 0 0 200px;
    }
    /*.parts-selector-module-banner .caption { padding: 15px 0 20px; bottom:10px;}*/
    .part-selector-icon {
        top: -17px;
        max-width: 180px;
    }

    .part-text p {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .bilco-centered {
        padding-top: 10% !important;
    }
}

.mrg-btm-30 {
    margin-bottom: 30px;
}

.mrg-btm-50 {
    margin-bottom: 50px;
}

.ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    /*background-image: url('../Images/loader.gif');*/
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    background-position: center;
    display: none;
    background-color: dimgray;
}

    .ajax-loading .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid blue;
        /*border-right: 16px solid green;*/
        border-bottom: 16px solid red;
        /*border-left: 16px solid pink;*/
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        background-color: dimgray;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .ajax-loading .msgtitle {
        text-align: center;
        color: #fff;
        float: left;
        margin-top: 29%;
        width: 100%;
    }

@media only screen and (min-width: 320px) {
    .ajax-loading .loader {
        width: 70px;
        height: 70px;
        border-width: 12px;
    }
}

@media only screen and (min-width: 480px) {
    .ajax-loading .loader {
        width: 90px;
        height: 90px;
        border-width: 10px;
    }
}

@media only screen and (min-width: 640px) {
    .ajax-loading .loader {       
        width: 110px;
        height: 110px;
        border-width: 16px;
    }
}

.formdetail {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.error {
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial, sans-serif;
    color: #FF0000;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.active-tag {
    color: green;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: 300;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#spncount {
    margin-top: -7px;
    position: absolute;
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.UserNameDisplay {
    color: #428bca;
}

.innerbutton-top {
    margin-top: 10px;
    text-align: right;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.price-text {
    width: 150px !important;
}

.small-select {
    width: 150px !important;
}

.Width-10 {
    width: 10% !important;
}

.Width-15 {
    width: 15% !important;
}

.Width-20 {
    width: 20% !important;
}

.Width-30 {
    width: 30% !important;
}

.Width-50 {
    width: 50% !important;
}

.Width-70 {
    width: 70% !important;
}

.adming-product-header div {
    float: left;
    font-size: 20px;
    margin-top: 11px;
}

.adming-product-header img {
    float: left;
}

.align-center {
    text-align: center !important;
}

.width-50px {
    width: 50px !important;
}

.width-30px {
    width: 30px !important;
}

.width-100px {
    width: 100px !important;
}

.width-200px {
    width: 200px !important;
}

.width-160 {
    width: 160px !important;
}

.width-auto {
    width: auto !important;
}

.display-none {
    display: none !important;
}

.padding-top-10 {
    padding-top: 15px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.dropdown-menu .divider1 {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.v-divider {
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: 1px solid gray;
}

.group {
    background-color: cornsilk;
}

.inner-group {
    margin-top: 15px;
}

.inner-pane {
    padding: 6px;
    margin-top: 51px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}

.inner-pane-tab form {
    padding: 6px;
    margin-top: 51px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}

.inner-page-box {
    padding: 6px;
    padding-top: 20px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.middle-line {
    width: 100%;
    float: left;
    border-bottom: 1px solid #Ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.news-detail {
    width: 100%;
    float: left;
}

    .news-detail .news-row {
        width: 100%;
        float: left;
        padding: 5px;
        margin-bottom: 5px;
    }

        .news-detail .news-row span {
            font-weight: 600;
            color: #000;
        }

.press-news {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}

    .press-news .press-header {
        color: red;
        font-size: 16px;
        font-weight: 600;
    }

.press-list {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 5px;
}

    .press-list .first-row {
        width: 100%;
        float: left;
    }

        .press-list .first-row a {
            float: left;
            color: blue;
            text-decoration: underline;
        }

    .press-list .summary-row {
        width: 100%;
        float: left;
    }

        .press-list .summary-row p {
            float: left;
            color: #4d4a4a;
        }

.dataTables_wrapper .dataTables_length {
    margin-bottom: 5px;
}

/*.nav > li > a.partstab {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 8px;
    background: -webkit-linear-gradient(top, white, #eee) !important;
    background: -moz-linear-gradient(top, white, #eee) !important;
    background: -ms-linear-gradient(top, white, #eee) !important;
    background: -o-linear-gradient(top, white, #eee) !important;
    border: 1px solid #ccc !important;
}*/
.partcategory-inner-tab {
    margin-top: -39px;
}

.partproduct-inner-tab {
    margin-top: -67px;
}

.formtitle {
    /*font-family: Arial, sans-serif;*/
    font-weight: normal;
    font-size: 15px;
    color: #000000;
}

.Parts-Admintitle {
    /*font-family: Arial, sans-serif;*/
    font-size: 15px;
    font-weight: normal;
    color: #003399;
}

.section-radio {
    width: 100%;
    float: left;
}

    .section-radio input {
        width: auto;
        float: left;
        height: auto;
        margin-top: 11px;
    }

    .section-radio label {
        width: 95%;
        float: left;
        text-align: left !important;
        margin: 0;
        padding: 0;
        padding-left: 3px !important;
    }

.Parts-Headline h1 {
    font-family: Helvetica Neue, Condensed;
    font-size: 36.33px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}


.Parts-Headline-black {
    font-family: verdana, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: #000;
    padding-top: 5px;
}

.Parts-WelcomeMessage {
    font-family: verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #4d4a4a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Parts-Product-view {
    width: 100%;
}

    .Parts-Product-view .image {
        width: 22%;
    }

        .Parts-Product-view .image .inner-img {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .Parts-Product-view .detail {
        width: 78%;
    }

        .Parts-Product-view .detail .product-name {
            white-space: initial;
        }

        .Parts-Product-view .detail .description {
            white-space: initial;
            text-align: justify;
            height: 90px;
            overflow: hidden;
            padding-top: 5px;
        }

        .Parts-Product-view .detail .parts-links {
            white-space: initial;
            text-align: justify;
            padding-top: 5px;
        }

        .Parts-Product-view .detail h5 {
            margin: 0;
            padding: 4px 0 4px 4px; /*background-color: #E5E5E5;*/
        }

        .Parts-Product-view .detail .parts-links a {
            text-decoration: underline;
        }

.search-parts-list {
    width: 100%;
}

    .search-parts-list thead th, tbody {
        font-size: 9pt !important;
    }

    .search-parts-list tbody > tr > td {
        margin: 0 !important;
        padding: 1px 3px !important;
    }

.parts-inner-table {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .parts-inner-table tbody tr {
        background: none !important;
    }

        .parts-inner-table tbody tr td {
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
        }

.search-parts-header {
    background: #ccc;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-left: 8px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.carthead {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
    color: #000000;
}

.cartinfo {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
    color: #FF0000;
}

.cartlinks {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
    color: #0000FF;
}


/*------------ Main Menu ------------*/
.mainmenu {
    font-size: 16px;
    position: relative;
    margin: 90px auto;
    padding: 0;
}

    .mainmenu > li {
        box-sizing: border-box;
        height: 35px;
        color: #333333;
        background-color: #f5f5f5;
        border: 1px solid #dddddd;
        border-radius: 3px;
    }

        .mainmenu > li:first-child {
            border-top: 0; /*border-radius: 7px 7px 0 0;*/
        }

        .mainmenu > li:last-child { /*border-radius: 0 0 7px 7px;*/
        }

        .mainmenu > li span {
            line-height: 35px;
            display: block;
            padding-left: 15px;
            border-bottom: 2px solid transparent;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

            .mainmenu > li span a {
                color: #333333 !important;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px !important;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-weight: 500;
                line-height: 1.1;
            }

        .mainmenu > li .icon {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            padding: 14px 20px 0 20px;
        }

        .mainmenu > li .messages {
            font-size: 11px;
            line-height: 19px;
            display: block;
            float: right;
            width: 34px;
            height: 18px;
            margin-top: -33px;
            margin-right: 19px;
            padding: 0;
            text-align: center;
            background: url("../Images/messages.png") no-repeat;
        }

.expand-triangle { /*width: 255px;*/
    height: 10px;
    content: " ";
}

    .expand-triangle img {
        width: inherit;
        height: inherit; /*margin-left: -40px;*/
        vertical-align: top;
    }

/*------------ Sub Menu ------------*/
.submenu {
    font-size: 13px;
    box-sizing: border-box;
    content: " ";
    color: #ae9f9f;
    border: 1px solid #dddddd;
}

    .submenu li {
        line-height: 20px !important;
        height: 35px !important; /*margin-left: -40px !important;*/
        padding-top: 11px !important;
        transition: border-left 220ms ease-in;
        border-left: solid 6px #dddddd;
        background-color: #f5f5f5;
    }

        .submenu li a {
            color: #333333 !important;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px !important;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 500;
            padding-left: 9px;
        }

    .submenu .chosen,
    .submenu .chosen:hover {
        border-left: solid 6px #96d145;
    }

    .submenu li:hover {
        border-left: solid 6px #428bca;
    }

    .submenu li span {
        margin-left: 30px;
    }

        .submenu li span a {
            color: inherit;
        }

.margin-left-right {
    margin-bottom: 1px !important;
}

.parts-navigat-product {
    width: 200px;
    float: left;
}

    .parts-navigat-product .product {
        font-family: Arial, sans-serif;
        text-align: center;
        font-size: 11pt;
        font-weight: 600;
        padding: 3px;
    }

.Product-not-found {
    color: red;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 14pt;
}

.parts-navigat-header {
    text-align: left;
    padding: 3px;
    font-size: 11pt;
}

    .parts-navigat-header span {
        color: #428bca;
    }

.margin-padding-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.margin-padding-left-0 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.parts-by-category-select {
    padding: 20px;
    background-color: #f1f1f1;
}

.parts-blowup-header {
    padding-bottom: 8px;
}

.product-detail-btn {
    padding: 5px 0 0 0;
    text-align: left;
}

/*.product-detail-btn a {
        margin-left: 5px;
    }*/

/*a {
    font-family: Arial, sans-serif !important;
}*/
.headline {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    Text-transform: none;
    font-size: 26px;
    color: #333333;
}

.subhead {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.font-bold {
    font-weight: 600 !important;
}

.font-family {
    font-family: Arial, sans-serif !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.rep-mail-message {
    position: static !important;
    height: auto !important;
}

.Pfindrep-head {
    font-family: Arial, sans-serif;
    font-weight: normal;
    Text-transform: none;
    font-size: 20px;
    color: #EE1C25;
}

.border-grey {
    border: 1px solid #ccc;
}

/*#MpageBody {
    padding: 20px 20px 20px 20px;
    background: #fff;
    font-size: inherit;
    line-height: inherit;
    z-index: 899;
    font-family: verdana,Arial, sans-serif !important;
    font-weight: 500 !important;
}

#MainWrapper {
    background: #fff;
    font-family: verdana,Arial, sans-serif !important;
}*/

.nav_multi a, .nav label {
    display: block; /*padding: .85rem;*/
    color: #333333;
    background: #f5f5f5;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    margin-left: 10px;
}

    .nav_multi a:focus, .nav_multi a:hover, .nav_multi label:focus, .nav_multi label:hover {
        color: #333333;
        background: #f5f5f5; /*box-shadow: inset 0 -1px #1d1d1d;*/
    }

.nav_multi label {
    cursor: pointer;
    margin-left: 8px;
}

    .nav_multi label img {
        margin-left: 5px;
    }
/**
 * Styling first level lists items
 */

.nav__list li {
    box-sizing: border-box;
    line-height: 35px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.group-list li {
    box-sizing: border-box;
    line-height: 35px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.group-list a, .group-list label {
    padding-left: 1rem;
    background: #f5f5f5;
}

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        background: #f5f5f5; /*box-shadow: inset 0 -1px #373737;*/
    }

/**
 * Styling second level list items
 */

.sub-group-list a, .sub-group-list label {
    padding-left: 11px;
    background: #f5f5f5;
}

    .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        background: #f5f5f5; /*box-shadow: inset 0 -1px #474747;*/
    }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
    padding-left: 28px;
    background: #f5f5f5;
}

    .sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
        background: #f5f5f5; /*box-shadow: inset 0 -1px #575757;*/
    }

/**
 * Styling fourth level list items
 */

.sub-sub-sub-group-list a, .sub-sub-sub-group-list label {
    padding-left: 36px;
    background: #f5f5f5;
}

    .sub-sub-sub-group-list a:focus, .sub-sub-sub-group-list a:hover, .sub-sub-sub-group-list label:focus, .sub-sub-sub-group-list label:hover {
        background: #f5f5f5; /*box-shadow: inset 0 -1px #575757;*/
    }



/*Styling fourth level list items*/

.partsproduct-list a, .partsproduct-list label {
    padding-left: 44px;
    background: #f5f5f5;
}

    .partsproduct-list a:focus, .partsproduct-list a:hover, .partsproduct-list label:focus, .partsproduct-list label:hover {
        background: #f5f5f5; /*box-shadow: inset 0 -1px #575757;*/
    }



/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list .partsproduct-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
    max-height: 2765px;
}

label > span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
    margin-right: 11px;
    margin-top: 7px;
    font-size: 16px;
}

.nav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 11px;
    margin-top: 7px;
    font-size: 16px;
}

.parts-cat-img-viewer {
    display: none;
    position: absolute;
    z-index: 999;
    opacity: 1.9;
    left: 25%;
    top: 51%;
    max-width: 200px;
    overflow: auto; /* background-color: rgb(0,0,0); */ /* background-color: rgba(0,0,0,0.4); */
    border: 1px solid #ccc;
}

#loader-wrapper {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@media (max-width: 767px) {
    footer p.left, footer p.right {
        text-align: center;
    }

    #tableProductParts tr td:first-child {
        padding-left: 28px !important;
    }
}

footer p.left, footer p.right {
    box-sizing: border-box;
}

/* define a fixed width for the entire menu */
.parts-navigation {
    width: auto;
}

/* reset our lists to remove bullet points and padding */
.parts-mainmenu, .parts-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* make ALL links (main and submenu) have padding and background color */
    .parts-mainmenu a {
        display: block; /*background-color: #CCC;*/
        text-decoration: none; /*padding: 10px;*/
        color: #000;
        border: none;
    }

        /* add hover behaviour */
        .parts-mainmenu a:hover {
            background-color: #C5C5C5;
        }


    /* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
    .parts-mainmenu li .parts-submenu li {
        border: 1px solid #ccc !important;
        border-radius: 0;
    }

    .parts-mainmenu li:hover .parts-submenu {
        display: block;
        min-height: 150px;
    }

    /*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

    .parts-submenu a { /*background-color: #999;*/
    }

        /* hover behaviour for links inside .submenu */
        .parts-submenu a:hover {
            background-color: #ccc !important;
        }

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.parts-submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

.product-link {
    color: #2a6496 !important;
}

    .product-link span {
        margin-left: 8px;
    }

.post-form-body {
    border: 1px solid #ccc;
    padding-top: 15px;
    border-radius: 4px;
}

    .post-form-body .post-form-button {
        border-top: 1px solid #ccc;
        width: 100%;
        padding-top: 10px;
        margin-left: 0;
    }

.gallery {
    padding-top: 5px;
    padding: 5px;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

    .gallery .previews, .gallery .full, .gallery .desc {
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

    .gallery .desc, .gallery .full {
        font-size: 12px;
        width: 89%; /*height: 270px;*/
        display: flex !important;
        justify-content: center;
        border: none !important;
    }

        .gallery .desc h2 {
            margin-top: 0;
        }

    .gallery .previews a {
        display: block;
        margin-bottom: 10px;
    }

        .gallery .previews a img {
            width: 65px;
        }

    .gallery .full, .gallery .full img { /*height: auto;*/
        display: block;
        margin: auto;
    }

    .gallery .previews a, .gallery .full {
        border: 2px solid #eee;
    }

        .gallery .previews a:hover, .gallery .previews a.selected {
            border: 2px solid #777;
        }

        .gallery .full img:hover {
            cursor: pointer;
        }


.link-type-ul {
    float: left;
    width: 100%;
}

    .link-type-ul li input {
        margin-bottom: 3px;
    }

    .link-type-ul li label {
        padding-left: 4px;
    }

#divTabChange {
    margin-top: 10px;
}

.OMformtitle {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
}

.OMformdetail {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color: #4b4b4d;
}

.OMbodycopy {
    font-size: 9pt;
    font-style: normal;
    color: #000000;
    line-height: 12pt;
    font-weight: normal;
}

.OMlinks {
    font-weight: normal;
    font-size: 9pt;
    color: #0000FF;
}

.display_box { /*border: 1px solid #ccc;*/
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 !important;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

    .display_box .bule-heading { /*background-color: #428bca !important;
        color: #fff !important;*/
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        padding: 6px 15px;
    }

        .display_box .bule-heading .box_title {
            margin-bottom: 0;
            font-size: 14px;
        }

    .display_box .box_detail {
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 5px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding-top: 15px;
    }

.detailDescForm {
    padding: 0px !important;
    margin-top: 0px !important;
    border: 0px !important;
    border-radius: 0 0 5px 5px !important;
}

.glyphiconfont {
    font-size: 1.3em;
    margin-right: -5px;
}

@media print {
    @page {
        size: A3;
        margin: 0mm;
    }

    a[href]:after {
        content: none !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
/**fieldset and legend classes*/
.fieldset-border {
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 5px;
}

.fieldset-legend {
    padding: 0 5px 0 5px;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    width: auto !important;
    border: none;
}
/*================== Portfolio PAge ================= */

.portfoliobox {
    margin: 0 auto;
    max-width: 340px;
}

    .portfoliobox a {
        text-decoration: none;
        outline: none !important;
    }

.portfolio-image {
    margin: 0;
    padding: 0 0 23px 0;
    background: url(../images/portfolio-boxbg.jpg) no-repeat center bottom;
}

    .portfolio-image .portimg {
        position: relative;
    }

.portfoliobox .TitleColor {
    margin-top: 0;
}

.portfoliobox .zoomicon {
    position: absolute;
    background: url(../images/zoom-icon.png) no-repeat center center;
    width: 37px;
    height: 37px;
    margin: -18px 0 0 -18px;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.portfoliobox:hover .zoomicon {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.portfoliobox .portimg::after {
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgba(54, 54, 54, 0.7) none repeat scroll 0 0;
    bottom: 10px;
    box-sizing: border-box;
    content: "";
    top: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
}

.portfoliobox:hover .portimg::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*================== Portfolio Details PAge ================= */


.portfolio-detail-head {
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

    .portfolio-detail-head h1 {
        color: #010101;
        float: left;
        font-size: 36px;
        line-height: 1.4;
        margin: 0;
        padding-right: 20px;
    }

    .portfolio-detail-head .locOpt {
        border-left: 1px solid #c8c8c8;
        float: left;
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
    }

    .portfolio-detail-head .goBack {
        float: right;
        font-size: 14px;
        font-weight: 700;
        padding-top: 15px;
        text-transform: uppercase;
    }

.goBack .fa {
    font-size: 22px;
    vertical-align: middle;
}

.shareBar {
    font-size: 14px;
    margin-bottom: 10px;
}

    .shareBar ul {
        float: right;
        list-style-type: none;
        margin: 0;
        padding: 5px 0 0 0;
    }

    .shareBar .fa {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .shareBar a, .shareBar a:link, .shareBar a:visited {
        color: #c1c1c1;
        text-decoration: none;
    }

.portfolio-detail-content h2 {
    font-size: 32px;
}

.portfolio-detail-content p {
    font-size: 14px;
    padding-bottom: 15px;
}

.project-detail-image {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
}

.features-list {
    margin: 0;
    padding: 30px 0;
}

    .features-list ul {
        margin: 0;
        padding: 0;
    }

        .features-list ul li {
            margin: 0 -2px;
            padding: 0 10px 30px 10px;
            display: inline-block;
            width: 16%;
            text-align: center;
            vertical-align: top;
        }

            .features-list ul li img {
                max-height: 45px;
            }

            .features-list ul li span {
                display: block;
                font-size: 14px;
                margin: 0;
                padding: 10px 0 0 0;
            }

.portfolio-slider-section {
    margin: 0 0 30px 0;
    padding: 0;
}


.panel-box {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: -15px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

    .panel-box strong {
        font-weight: 500;
        font-family: sans-serif;
    }

.panel-box-middle {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-top: 1px solid #ccc;
}

    .panel-box-middle strong {
        font-weight: 500;
        font-family: sans-serif;
    }

/*Home page parts*/

.breadcrumb-section {
    margin: 0;
    padding: 10px 0 20px 0;
}

    .breadcrumb-section ul {
        margin: 0;
        padding: 0;
    }

        .breadcrumb-section ul li {
            margin: 0;
            padding: 0;
            color: #000;
            font-size: 16px;
            display: inline-block;
            text-transform: uppercase;
        }

            .breadcrumb-section ul li span {
                padding-left: 6px;
                padding-right: 2px;
            }

            .breadcrumb-section ul li:last-child {
                background: none;
            }

            .breadcrumb-section ul li a {
                color: #0083a9;
                font-size: 16px;
                text-transform: uppercase;
                font-family: Helvetica neue roman;
            }

                .breadcrumb-section ul li a:hover {
                    text-decoration: none;
                    color: #7ac0da;
                }

.row-col {
    margin: 0 -15px;
}

.orderimg {
    float: left;
    margin: 0;
    padding: 0;
}

.ordercon {
    margin: 0;
    padding: 0;
}

    .ordercon h3 {
        font-size: 14px !important;
        /*font-family: 'helveticaneuecondregular';*/
    }

    .ordercon h2 {
        font-size: 16px !important;
        font-weight: 700;
        text-transform: uppercase;
        /*font-family: 'helveticaneuecondregular';*/
    }

    .ordercon p {
        min-height: 65px;
        float: left;
    }

.mycart-section {
    text-align: right;
    padding-top: 20px;
}

    .mycart-section h3 {
        font-size: 14px;
        /*font-family: 'helveticaneuecondbold';*/
        color: #000;
    }

        .mycart-section h3 span {
            color: #d23336;
        }

.red-button {
    margin: 0;
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
    background: #d23336;
    color: #fff;
    font-size: 24px;
    font-family: 'helveticaneuecondregular';
}

    .red-button:hover {
        color: #fff;
        text-decoration: none;
        background: #333333;
    }

.replacement-con {
    background: #fff;
    min-height: 400px;
    margin: 20px 0 10px;
    padding: 0;
}

.innerbanner-section {
    margin: 10px 0 10px 0;
    padding: 0;
}


.homepage .row-col {
    width: inherit;
}

.home-block {
    margin: 0;
    padding: 30px 0 10px 0;
    text-align: center;
}

    .home-block h2 {
        margin: 30px 0 0 0;
        padding: 0;
        font-weight: 600;
        font-size: 20.81px;
        font-family: Helvetica Neue, Condensed;
        font-weight: bold;
    }

    .home-block a {
        font-size: 14px;
        color: #666666;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

        .home-block a:hover {
            color: #d23336;
        }

        .home-block a img {
            height: 192px;
            width: 336px;
        }

.TitleText {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #000;
    font-family: Helvetica Neue, condensed;
    text-transform: uppercase;
    font-weight: bold;
}

.category-img {
    margin: 0 0 25px 0;
    padding: 0;
}

.part-category {
    text-align: center;
    margin: 10px 0;
}

    .part-category h2 {
        font-size: 18px;
        font-weight: bold;
        font-family: Helvetica Neue, condensed;
    }


    .part-category a {
        color: #666666;
        font-size: 16px;
        display: inline-block;
        font-family: Helvetica Neue,Roman;
    }

        .part-category a:hover {
            color: #d23336;
        }


.parts-Product-view .detail .parts-links a {
    font-size: 24px !important;
    color: #000 !important;
    margin-top: 15px !important;
    display: inline-block !important;
}

.modelpage-block {
    margin: 20px 0 0 0;
    padding: 0;
}

.modelpage-head {
    background: #d23336;
    min-height: 53px;
    margin: 0;
    padding: 0;
}

.modelblock-content {
    margin: 0;
    padding: 0;
    border: solid 1px #666666;
    background: #fff;
}

.modelblock-list {
    margin: 0;
    padding: 20px 0;
    position: relative;
    border-bottom: solid 2px #666;
    float: left;
}

.model-img {
    /*position: absolute !important;*/
    left: 0;
    /*top: 25px;*/
    width: 200px !important;
    text-align: center;
    float: left;
}



.list-content {
    margin: 0;
    padding: 0 50px 0 10px;
}

    .list-content h3 {
        font-size: 13px;
        color: #000;
        /*font-family: 'helveticaneuecondregular';*/
    }

    .list-content p {
        font-size: 14px;
        color: #000;
        line-height: normal;
        text-align: justify;
        min-height: 60px;
        white-space: initial;
    }

    .list-content h2 {
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
    }

    .list-content .link {
        display: inline-block;
    }

        .list-content .link a {
            font-size: 14px;
            color: #000;
            margin-top: 15px;
            display: inline-block;
            text-decoration: underline;
        }

            .list-content .link a:hover {
                color: #d23336 !important;
            }

/*Home page parts*/

fieldset {
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 15px;
}

    fieldset .fieldset-inner {
        padding: 10px 0 10px 0;
    }

    fieldset legend {
        padding: 0 5px 0 5px;
        margin-bottom: 0;
        margin-left: 10px;
        font-weight: 600;
        width: auto;
        border: 0 !important;
        font-size: 15px;
        font-family: arial, sans-serif;
    }

.gump-error-message {
    background-color: #FCFC92;
    color: Red;
    display: block;
    font-weight: normal;
    padding: 4px 2px 4px 10px;
}

/*-------------------- Start Price Table Css Code  ----------------------*/

.TL {
    text-align: left;
}

.BigTopBlank {
    margin-top: 55px;
}

.TopBlank {
    margin-top: 40px;
}
/* pricing table Page */

.plan {
    font-size: 28px;
    font-weight: normal;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
}

.Titleline {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    padding: 41px 0;
    text-align: center;
}

ul.pricing-table {
    padding-left: 0 !important;
}

.pricing-table {
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 12px;
    padding-top: 10px;
    width: 100%;
}


.price-block {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    list-style-type: none;
    position: relative;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    margin-bottom: 10px;
}
/*Price heads*/

.pricing-table h3 {
    text-transform: uppercase;
    padding: 10px 0;
    background: #333;
    margin: -10px 0 1px 0;
    border-bottom: 1px dashed !important;
}
/*Price tags*/

.price {
    display: table;
    background: #444;
    width: 100%;
    height: 70px;
}

.price_figure {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.price_number {
    font-weight: bold;
    display: block;
}

.price_tenure {
    font-size: 11px;
}
/*Features*/

.features-tab {
    background: #DEF0F4;
    color: #000;
    padding-left: 0px !important;
}

    .features-tab li {
        padding: 8px 15px;
        border-bottom: 1px solid #ccc;
        font-size: 11px;
        list-style-type: none;
    }

.footer-tab {
    padding: 15px;
    background: #DEF0F4;
}

    .footer-tab a {
        padding: 5px 12px !important;
        font-size: 18px !important;
    }

a.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(#666, #333);
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url("../PIE.htc");
    position: relative;
}

.price-block:hover {
    z-index: 1;
    border-bottom: 0 none;
    behavior: url("../PIE.htc");
    position: relative;
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) translateY(-5px);
    -moz-transform: scale(1.05) translateY(-5px);
    -webkit-transform: scale(1.05) translateY(-5px);
}

    .price-block:hover .price {
        background: linear-gradient(#9b9b9b, #c2c1c0);
        behavior: url("../PIE.htc");
        position: relative;
        box-shadow: inset 0 0 45px 1px #9b9b9b;
        box-shadow: inset 0 0 45px 1px #9b9b9b;
        -webkit-box-shadow: inset 0 0 45px 1px #9b9b9b;
        -moz-box-shadow: inset 0 0 45px 1px #9b9b9b;
    }

    .price-block:hover h3 {
        background: #222;
    }

    .price-block:hover .action_button {
        background: linear-gradient(#c2c1c0, #9b9b9b);
    }

.skeleton,
.skeleton ul,
.skeleton li,
.skeleton div,
.skeleton h3,
.skeleton span,
.skeleton p {
    border: 5px solid rgba(255, 255, 255, 0.9);
    margin: 7px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    font-size: 10px !important;
    font-style: italic !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: black !important;
    behavior: url("../PIE.htc");
    position: relative;
}

    .skeleton .label {
        font-size: 11px !important;
        font-style: italic !important;
        text-transform: none !important;
        font-weight: normal !important;
        color: white !important;
        border: 0 none !important;
        padding: 5px !important;
        margin: 0 !important;
        text-align: left !important;
        text-shadow: 0 0 1px white;
        background: none !important;
    }

.skeleton {
    display: none !important;
    margin: 100px !important;
    clear: both;
}
/* table view */

strong {
    color: #000;
    font-weight: bold;
}
/* Zebra striping */

tr.table-tr:nth-of-type(odd) {
    background: #eee;
}

th.table-th {
    background: #F2F2F2;
    color: #E6E6E6;
    font-weight: bold;
    vertical-align: bottom;
}

.data-table--solid thead th {
    border-width: 1px;
}

.data-table thead th.table-th {
    padding-bottom: 1.25em;
    padding-top: 1.25em;
    text-align: left;
    color: #363636;
}

.cart-plan {
    margin: 0 !important;
    padding: 0 !important;
}

    .cart-plan table thead tr th {
        text-align: center !important;
    }

        .cart-plan table thead tr th:first-child {
            text-align: left !important;
        }

    .cart-plan table tbody tr td {
        text-align: center !important;
    }

        .cart-plan table tbody tr td:first-child {
            text-align: left !important;
        }

    .cart-plan table tfoot tr td {
        text-align: center !important;
    }

        .cart-plan table tfoot tr td a {
            padding: 5px 12px !important;
            font-size: 18px !important;
        }

        .cart-plan table tfoot tr td:first-child {
            text-align: left !important;
        }


td.table-td,
th.table-th {
    padding: 6px;
    border: 1px solid #E6E6E6;
    padding-left: 14px;
    text-align: left;
}
/*-------------------- Close Price Table Css Code  ----------------------*/
.modal-sm-customer-width {
    width: 320px;
}

.margin-top-0 {
    margin-top: 0;
}

.padding-10 {
    padding: 10px;
}





.invoice-table {
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #ccc;
}

    .invoice-table th {
        border: solid 1px #ccc;
        padding: 5px;
        background: #e9e9e9;
        padding-top: 8px;
        font-weight: 300;
    }

    .invoice-table td {
        border: solid 1px #ccc;
        padding: 5px;
    }

    .invoice-table .align-right {
        text-align: right;
    }

.order-invoice .ordertitle {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-invoice .orderno {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

.order-invoice .orderdate {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    float: right;
    margin-bottom: 10px;
}

.information-table {
    margin-bottom: 20px;
}

    .information-table td {
        padding-bottom: 5px;
        width: 50%;
    }


@media (max-width: 767px) {

    #spLogin {
        float: left;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

        #spLogin .registerGroup {
            float: none;
            display: inline-block;
        }

        #spLogin .loginGroup {
            float: none;
            display: inline-block;
        }

    .buttonGroup li {
        margin: 0 5px 0 5px !important;
    }

    .Parts-Product-view .AboutUsTitle {
        text-align: left;
    }
}


@media (max-width: 479px) {
    .buttonGroup li {
        margin: 0 1px 0 1px !important;
    }

    #tblProductList thead {
        display: none;
    }

    .Parts-Product-view td.image {
        display: block;
        width: 100%;
    }

    .Parts-Product-view .detail {
        width: 100%;
        display: block;
    }
}



/*.parts-selector-module-banner { background:url(../images/parts-selector-module-banner.jpg) no-repeat center center; background-size:cover;}*/
.parts-selector-module-banner {
    position: relative;
}

    .parts-selector-module-banner img {
        width: 1005;
        height: auto;
    }

    .parts-selector-module-banner .caption {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 50px;
        background: rgba(0,0,0,0.5);
        margin: 0;
        padding: 45px 0 55px;
    }

.part-text {
    margin: 0;
    padding: 0 0 0 500px;
    position: relative;
}

    .part-text h1 {
        color: #fff;
        font-size: 50px;
        font-family: 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: bold;
        margin: 0 0 20px 0;
    }

    .part-text p {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
    }

.part-selector-icon {
    position: absolute;
    left: 0;
    top: -70px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.54);
}

.part-h2 {
    font-size: 30px;
    color: #000;
    font-family: 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.videosection {
    margin: 10px 0 0 0;
}

    .videosection iframe {
        width: 100%;
    }

ul.bulletlist {
    margin-left: 25px;
    list-style: none;
}

    ul.bulletlist li {
        font-size: 19px;
        margin: 0;
        padding: 0 0 10px 15px;
        line-height: 28px;
        background: url(../images/black-bullet.png) no-repeat 0 10px;
    }

.mt30 {
    margin-top: 30px !important;
}

.part-img {
    margin: 0;
    padding: 0;
    max-width: 445px;
    text-align: center;
    float: right;
}

    .part-img img {
        display: inline-block;
    }

.parts-selector-slider {
    margin: 50px 0;
}

.large {
    font-size: 18px;
}


@media handheld, only screen and (max-width: 1400px) {

    .part-selector-icon {
        max-width: 350px;
        top: -45px;
    }

    .part-text {
        padding: 0 0 0 380px;
    }

    .parts-selector-module-banner .caption {
        padding: 25px 0 35px;
    }

    .part-text h1 {
        font-size: 44px;
    }
}

@media handheld, only screen and (max-width: 1038px) {
    .part-text h1 {
        font-size: 40px;
    }
}


@media handheld, only screen and (max-width: 995px) {

    .part-selector-icon {
        top: -30px;
        max-width: 250px;
    }

    .part-text {
        padding: 0 0 0 280px;
    }

        .part-text h1 {
            margin-bottom: 10px;
        }

    .parts-selector-module-banner .caption {
        padding: 15px 0 25px;
        bottom: 0;
    }
}


@media handheld, only screen and (max-width: 848px) {
    .part-text h1 {
        font-size: 34px;
    }
}

@media handheld, only screen and (max-width: 568px) {
    .parts-selector-module-banner .caption {
        position: relative;
    }
}


@media handheld, only screen and (max-width: 420px) {
    .part-selector-icon {
        top: 0;
        max-width: 130px;
        position: relative;
    }

    .part-text h1 {
        font-size: 26px;
        margin-top: 10px;
    }

    .part-text {
        padding: 0;
    }
}






.block-area p {
    font-size: 12px;
    color: #808080 !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-decoration: underline;
}

.textHover {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.maindiv {
    max-width: 1115px;
    margin: 0 auto;
}

.block-area {
    border: solid 1px #000;
    position: relative;
}

    .block-area p {
        margin: 10px;
    }

.block-1 {
    margin: 0 -10px;
    margin-bottom: 10px;
    /*min-height: 204px;*/
}

    .block-1 .block {
        padding: 0 10px;
    }

.block-2 {
    position: relative;
    clear: both;
    margin: 0 -10px;
    margin-bottom: 10px;
}

    .block-2 .block {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

/*.block-2 .block .block-area {
                min-height: 538px;
            }*/

.block-3 {
    position: relative;
    clear: both;
    margin: 0 -10px;
    margin-bottom: 10px;
}

    .block-3 .block {
        width: 33.33%;
        float: left;
        padding: 0 10px;
    }

/*.block-3 .block .block-area {
                min-height: 352px;
            }*/

.left-image .block-area {
    overflow: hidden;
}

    .left-image .block-area img {
        float: left;
    }

.block-2.left-image .block-area {
    min-height: inherit;
}

.doted-border {
    border-top: dotted 3px #ebebeb;
    margin: 18px 0 15px 0;
}


.checkbox-parent {
    float: left;
    margin-left: 10px;
}

    .checkbox-parent input[type=checkbox] {
        float: left;
        margin-top: 4px;
    }

    .checkbox-parent label {
        float: left !important;
        padding: 0 0 0 5px !important;
    }

#gallery-1 {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.product-details-info {
    margin: 0;
    padding: 5px 0 0 30px;
}

    .product-details-info p {
        padding: 5px 0 6px 0;
    }

.product-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.reviews {
    margin: 0 0 20px 0;
}

.qnt-price {
    max-width: 240px;
}

.quntity {
    margin: 0;
    padding: 0;
    float: left;
}

.quntity-input {
    width: 70px;
    border: solid 1px #acacac;
    height: 34px;
    line-height: 34px;
    padding: 5px 0 5px 10px;
    color: #acacac;
    font-size: 18px;
    font-weight: bold;
}

.pro-price {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 0 0;
    float: left;
    margin-left: 10px;
}

.addtocart-btn {
    margin: 10px 0 0 0;
    padding: 0;
}
/*.addtocart-btn .btn { width:240px; font-size:25px; font-weight:bold;}*/

.productdescription {
    margin: 0;
    padding: 30px 0 0 0;
}

.border-saprator {
    border-bottom: solid 1px #ddd;
    margin: 25px 0;
}

.productreviews {
    margin: 0;
    padding: 10px 0;
}

    .productreviews .first-line span {
        float: left;
    }

.video-section {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 20px 0 0 0;
}

    .video-section iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.instruction-pdf-section {
    margin: 30px 0 0 0;
}

.compatabile-block {
    margin: 0 0 30px 0;
}

    .compatabile-block h2 {
        font-size: 18px;
    }

    .compatabile-block .compatabile-head {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

.revie-price {
    margin: 0;
    padding: 0px 0 10px 0;
}

.compreview {
    float: left;
    margin: 0 30px 0 0;
}

.Compatabileprice {
    margin: 0;
    padding: 10px 0 0;
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

/*================ LEFT SEARCH MENU =================*/

.refine-search {
    margin: 0;
    padding: 0;
}

    .refine-search h4 {
        color: #428bca;
        font-weight: bold;
        font-family: 'OpenSans';
        font-size: 16px;
        background: gainsboro;
        padding: 9px 5px;
        margin-left: -5px;
        margin-top: 0px;
    }

.refine-category {
    margin: 0;
    padding: 0;
}

    .refine-category li {
        margin: 0;
        padding: 0 0 10px;
    }

.category-title {
    margin: 0;
    padding: 0 0 5px 0;
    color: #ff9933;
    font-size: 14px;
    font-weight: bold;
    font-family: 'OpenSans';
}

.showmore {
    color: #429fe5;
    font-weight: bold;
    font-family: 'OpenSans';
    font-size: 12px !important;
    cursor: pointer;
}

.checkbox, .radio {
    position: relative;
    margin: 0 0 2px !important;
}

    .checkbox input + label, .radio input + label {
        padding: 0 0 0 5px;
        margin: 0;
        line-height: 26px;
    }

    .checkbox input[type="checkbox"], .radio input[type="radio"] {
        position: absolute;
        margin-top: .25rem;
        margin-left: -1.25rem;
    }

    .checkbox input[type="checkbox"], .radio input[type="radio"] {
        opacity: 0;
        visibility: inherit;
        margin: 0;
    }

        .checkbox input[type="checkbox"] + label::after, .radio input[type="radio"] + label::after {
            display: inline-block;
            width: 16px;
            height: 16px;
            font-weight: 400 !important;
            text-transform: none !important;
            vertical-align: middle;
            position: absolute;
            text-align: center;
            top: 4px;
            font-size: 11px;
            line-height: 16px;
            content: "";
            border: solid 1px #c5cbd3;
            border-radius: 50px;
            background-color: #fff;
            left: 0;
        }

    .checkbox input + label::before, .radio input + label::before {
        width: 16px;
        height: 16px;
        content: "";
        position: absolute;
        display: block;
        border-color: #c2c2c2;
        border-radius: 0;
        top: 4px;
        border-radius: 50px;
        left: 0px;
        z-index: 1;
        border: solid 1px #d6dbe2;
    }

    .checkbox input:checked + label::before {
        background: url(../images/checkbox.png) no-repeat center center #1176ae;
        border-color: #1176ae;
    }

.caprop65 {
    border: 1px solid #ccc;
    padding: 6px;
    background: #eee;
    display: flex;
    align-items: center;
}

    .caprop65 img {
        width: 25px;
        float: left;
        margin: 0 11px 0 6px;
    }

    .caprop65 p {
        font-size: smaller;
    }

.cart-qty {
}

    .cart-qty input {
        margin-top: 1px;
        height: 32px;
    }

    .cart-qty .leftbtn {
        vertical-align: top !important;
    }

        .cart-qty .leftbtn button {
            height: 32px;
            width: 26px;
            border-right: none;
            border-color: #ccc;
            margin-top: 1px;
        }

            .cart-qty .leftbtn button span {
                display: block;
                margin-left: -4px;
                font-size: 9px;
                top: 0 !important;
            }

    .cart-qty .rightbtn {
        vertical-align: top !important;
    }

        .cart-qty .rightbtn button {
            height: 32px;
            width: 26px;
            border-left: none;
            border-color: #ccc;
            vertical-align: top !important;
            margin-top: 1px;
        }

            .cart-qty .rightbtn button span {
                display: block;
                margin-left: -4px;
                font-size: 9px;
                top: 0 !important;
            }

.table-action-col {
    width: 50px;
    text-align: center;
}

.table-action-col-2 {
    width: 100px;
    text-align: center;
}

.checkbox-box input {
    margin-top: 2px !important;
}

.checkbox-box label {
    padding-left: 5px;
}


#Login ul {
    float: right;
}

    #Login ul li {
        float: left;
        padding: 5px;
    }

        #Login ul li.separte {
            border: 1px solid #ccc !important;
            width: 1px !important;
            padding: 0 !important;
            height: 12px !important;
            margin: 10px 2px 0px 2px !important;
        }

        #Login ul li a {
            padding: 0 !important;
        }

            #Login ul li a.location-menu {
                padding: 0 8px !important;
                padding-right: 0 !important;
                margin-right: 0 !important;
                width: 34px;
            }

        #Login ul li ul li.parent {
            padding: 0 !important;
            margin: 0 !important;
        }

@media handheld,only screen and (max-width:420px) {
    #Login ul {
        text-align: center;
        padding-top: 6px;
        float: none !important;
    }

        #Login ul li.separte {
            margin: 0 4px 0 4px !important;
        }

        #Login ul li {
            float: none !important;
            padding: 0 !important;
            vertical-align: middle;
            display: inline-block;
            width: auto !important;
        }
}

.Logo img {
    max-height: 75px !important;
}

#Header {
    padding: 0 25px !important;
}

    #Header .Logo .row {
        align-items: center;
        display: flex;
    }

/* Video Library - Media CSS Document */
.category-header {
    color: #000;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1 !important;
    font-size: 26px !important;
}


.custom-nav {
    display: inline-block !important;
    padding: 10px 0 !important;
    border-bottom: none !important;
    float: none !important;
    width: auto !important;
    background: #fff !important;
}

    .custom-nav li a {
        color: #9d9d9d !important;
        padding: 0 10px !important;
        border-radius: 0 !important;
        border: none !important;
        margin-top: 0 !important;
        line-height: 20px !important;
        text-align: center !important;
    }

    .custom-nav li {
        float: left;
        border-right: 1px red solid;
    }

        .custom-nav li:last-child {
            border-right: none;
        }

    .custom-nav > li.active > a {
        background-color: #FFF !important;
        border: none !important;
        color: #000 !important;
    }

    .custom-nav > li > a:hover, .custom-nav > li > a:focus {
        background-color: #fff !important;
        border-color: #FFF !important;
    }

video {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

.gray-bg {
    background-color: #f5f5f5;
    padding: 10px !important;
}

.sub-head {
    padding: 10px !important;
}

.video-title {
    padding-bottom: 5px;
    padding-top: 5px;
}

    .video-title a {
        color: #000000;
        font-size: 15px;
        display: block;
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .video-title span {
        color: #000000;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

.video-thumb-wrapper {
    height: 190px !important;
    overflow: hidden;
    position: relative;
}

    .video-thumb-wrapper .video-image {
        text-align: center;
        height: 100%;
    }

        .video-thumb-wrapper .video-image img {
            height: 100%;
        }

    .video-thumb-wrapper .video-resolution-length-info {
        position: absolute;
        top: 0;
        transform: translate3d(0,-200%,0);
        -webkit-backface-visibility: hidden;
        transition: all 0.35s;
        backface-visibility: hidden;
        padding: 0.75em 1em;
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: 16px;
        z-index: 12;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
        background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }

    .video-thumb-wrapper:hover .video-resolution-length-info {
        transform: translate3d(0,0,0);
    }

.video-desc {
    height: 100px;
    padding-top: 10px;
}

.thumb_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .thumb_title a {
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 230px;
        float: left;
    }

.video-thumb-wrapper .thumb_title {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: auto;
    background: transparent;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    padding: 10px;
    margin-bottom: 0;
    margin: 0;
    z-index: 12;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.video-thumb-wrapper:hover .thumb_title {
    transform: translate3d(0,0,0);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
}

.video-thumb-wrapper-inner {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

    .video-thumb-wrapper-inner video {
        position: relative;
    }

.video-thumb-wrapper-inner-iframe {
    padding-top: 56.25%;
}

.video-thumb-wrapper-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-button {
    padding-bottom: 15px;
}

    .video-button a {
        width: 100%;
    }

.text-gray {
    color: #999;
}

@media handheld, only screen and (max-width: 1024px) {
    .video-thumb-wrapper {
        height: 160px !important;
    }
}

@media handheld, only screen and (max-width: 780px) {

    .video-thumb-wrapper {
        height: 160px !important;
        margin-bottom: 10px !important;
    }

    .custom-nav li {
        width: 50%;
        background: #efefef;
        border: 5px white solid;
    }

    .custom-nav > li.active > a {
        background: #efefef !important;
        text-align: center;
    }

    .video-desc {
        min-height: 110px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .video-thumb-wrapper {
        padding-top: 25px;
        height: 0;
    }

        .video-thumb-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}



@media handheld, only screen and (max-width: 425px) {

    .media-info {
        text-align: center;
    }

        .media-info h3 {
            text-align: center;
        }

        .media-info p {
            text-align: center;
        }

    .type-video {
        width: 100%;
        text-align: left;
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
}

/* Video Library - Media CSS Document */
.webtemp_image {
    min-height: 455px !important;
    line-height: 460px !important;
    vertical-align: middle;
}

    .webtemp_image a img {
        display: inline-block !important;
    }

.BodyConText {
    min-height: 50px;
}

.media-info {
    padding: 10px !important;
}

    .media-info h3 {
        font-size: 24px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .media-info p {
        margin-bottom: 10px;
    }

.SearchToken-result {
    margin-top: 35px;
}

    .SearchToken-result .btn-primary {
        position: absolute;
        right: 15px;
        top: 0;
        border-radius: 0 5px 5px 0;
    }

    .SearchToken-result .form-control {
        background: url(../images/search_icon-gray.png) no-repeat 10px 8px;
        padding-left: 35px;
        padding-top: 6px;
    }

.parts-searchtext {
    background: url(../images/search_icon-gray.png) no-repeat 10px 8px;
    padding-left: 35px;
    padding-top: 6px;
}

.account-page-items {
    background-color: #F1F0F0;
    padding: 3px;
}

    .account-page-items img {
        margin: -3px 0 0 3px;
    }

    .account-page-items a {
        text-decoration: underline;
        padding-left: 5px;
    }

.menu-flex-bottom {
    display: flex;
    align-items: flex-end;
}

.property-detail-slider {
    min-height: 400px;
    max-height: 600px;
}

    .property-detail-slider a img {
        height: 450px !important;
        margin-bottom: 30px;
        object-fit: cover;
    }
/*Start - Directory Listing Token*/
.directory-box {
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

    .directory-box .image {
        background: #f5f5f5;
        text-align: center;
        vertical-align: middle;
    }

        .directory-box .image a {
            display: block;
            width: 100%;
            height: 400px;
            position: relative;
            vertical-align: middle;
        }

            .directory-box .image a img {
                object-fit: cover;
                vertical-align: middle;
                text-align: center;
                width: auto;
                height: 100%;
            }

    .directory-box .box-caption {
        padding: 10px 10px 10px 80px;
        margin-top: -80px;
        position: absolute;
    }

        .directory-box .box-caption label {
            font-weight: 600;
            color: #fff;
        }

.directory-details {
    padding: 20px;
}

    .directory-details p {
        margin-bottom: 5px;
    }

        .directory-details p i {
            margin-right: 5px;
        }

    .directory-details span {
        display: block;
        text-align: center;
        padding-top: 10px;
    }
/*End - Directory Listing Token*/


/* The message box is shown when the user clicks on the password field */
.password-pattern {
    display: none;
    background: #F7F7F7;
    color: #000;
    position: relative;
    padding: 8px;
    margin-top: 0;
}

    .password-pattern p {
        padding: 5px 35px;
        font-size: 14px;
    }

    /* Add a green text color and a checkmark when the requirements are right */
    .password-pattern .valid {
        color: green;
    }

        .password-pattern .valid:before {
            position: relative;
            left: -35px;
            content: "✔";
        }

    /* Add a red text color and an "x" when the requirements are wrong */
    .password-pattern .invalid {
        color: red;
    }

        .password-pattern .invalid:before {
            position: relative;
            left: -35px;
            content: "✖";
        }

.btn-default {
    border-color: #ccc !important;
    background: #fff !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.box-des {
    padding: 15px 10px 15px 10px;
    background-color: #ededed;
    border: 1px solid #ccc;
}

.notification-error {
    background-color: #ff3333;
    clear: both;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    z-index: 9999999;
    left: 0;
}

    .notification-error span {
        padding: 10px 10px 10px 40px;
        display: block;
        font-family: Arial;
    }

        .notification-error span i {
            width: 18px;
            height: 18px;
            background-color: #fff;
            border: #ff0000 solid 1px;
            display: inline-block;
            text-align: center;
            line-height: 18px;
            color: #ff3333;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            position: absolute;
            top: 10px;
            left: 10px;
            border-radius: 4px;
        }

.notification-approved {
    background-color: #393;
    clear: both;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    z-index: 9999999;
    left: 0;
}

    .notification-approved span {
        padding: 10px 10px 10px 40px;
        display: block;
    }

        .notification-approved span i {
            width: 18px;
            height: 18px;
            background-color: #fff;
            border: #393 solid 1px;
            display: inline-block;
            text-align: center;
            line-height: 18px;
            color: #393;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            position: absolute;
            top: 10px;
            left: 10px;
            border-radius: 4px;
        }

.notification-warning {
    background-color: #ffa500;
    clear: both;
    position: fixed;
    bottom: 0;
    color: #000;
    font-size: 13px;
    width: 100%;
    z-index: 9999999;
    left: 0;
}

    .notification-warning span {
        padding: 10px 10px 10px 40px;
        display: block;
        font-family: Arial;
    }

        .notification-warning span i {
            width: 18px;
            height: 18px;
            background-color: #fff;
            border: #ffb103 solid 1px;
            display: inline-block;
            text-align: center;
            line-height: 18px;
            color: #ffa500;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            position: absolute;
            top: 10px;
            left: 10px;
            border-radius: 4px;
        }

.SpeedyDropDown .Dropdown > li a:hover {
    padding: 0 !important;
}
/*.CenterMenu .SpeedyDropDown .nav .Dropdown { width: auto !important; }*/
