/*
Custom Styles. Bootstrap Styles are default'
*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
*
{
}

/* Don't print link hrefs */
@media print {
a[href]:after {
content: none
}
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

.emptyGlyphicon
{
    width:1em;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
a, input, button
{
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

body
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    background: #fff;
    color: #333;
}

/*Typography Global*/

a
{
    color: #378FC1;
    text-decoration: underline;
}

.navbar-brand a
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 100;
    padding: 15px 15px;
    font-size: 38px;
    line-height: 36px;
    color: #378FC1;
}

.searchButton, .searchBox
{
    
}

.search-results .media .text-warning
{
	color: #D70031 !important;
}
    .modelSearchButton
    {
        margin-top: 2.35em !important;
    }
.overviewSoundGuardButton
{
    padding: 0.5em;
    font-size: 13px !important;
    margin-left: 1em;
}

#mainoverview, #techdocs, #viewparts{
    display:none;
}
#mainoverview:target{
    display:block;
}
#techdocs:target{
    display:block;
}
#viewparts:target{
    display:block;
}

.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

a:hover, a:active
{
    color: #D70031;
}

hr
{
    border-color: #c8c8c8;
    margin: 10px 0 10px 0;
}

h1, h2, h3, h4, h5
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #262323;
}

.navbar-default .navbar-toggle
{
    border-color: #172C4B;
    background-color: #FFFFFF;
}

h1
{
    font-size: 38px;
    color: #D70031;
    font-weight: 300;
    text-rendering: optimizelegibility;
}

h2
{
    font-size: 28px;
    color: #4780D4;
    text-transform: uppercase;
}

h2 small
{
    text-transform: none;
    color: #454545;
}

.aside h2
{
    font-size: 28px;
    color: #4780D4;
    text-transform: uppercase;
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 26px;
}

.aside h3
{
    font-size: 18px;
    color: #4780D4;
    border-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 26px;
    text-rendering: optimizelegibility;
    font-weight: bold;
}

h3
{
    font-size: 22px;
    color: #4780D4;
    text-rendering: optimizelegibility;
}

h3 a
{
    color: #434a4a;
}

h3 a:hover
{
    text-decoration: none;
    color: #98c3e9;
}

.typo
{
    margin-top: 80px;
}

h4
{
    font-size: 18px;
    font-weight: 800;
    color: #33313a;
    margin-bottom: 0px;
    margin-top: 10px;
    text-rendering: optimizelegibility;
}

h4 a
{
    color: #33313a;
}

h4 a:hover
{
    text-decoration: none;
    color: #98c3e9;
}

h5
{
    font-size: 20px;
    font-weight: 800;
    color: #D70031;
    margin-top: 0px;
    margin-bottom: 0px;
    text-rendering: optimizelegibility;
}

h5 small
{
    font-size: 16px;
    font-weight: 800;
    color: #1E358B;
    text-rendering: optimizelegibility;
}




.PageSubTitle
{
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}


.iconPdf {
    background-image: url(../images/icons/pdf-icon.gif);
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 9px;
    margin: 5px;
}

.iconDocument {
    background-image: url(../images/icons/doc-icon.gif);
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 9px;
    margin: 5px;
}


.top
{
    padding-top: 11px;
}

/*Table Parts*/

.tableTab
{
    color: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #284773;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-rendering: optimizelegibility;
}

.login
{
    margin-top: 2em;
}

.login label
{
    margin-right: 0.3em;
}


.login tbody table tr:first-child td:first-child
{
    display:none;
}

.login tbody table tr:nth-child(2) td:nth-child(2) input
{
    margin-bottom: 1em;
}

.login tbody table tr:nth-child(4) td input
{
    margin-right: 0.3em;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
{
    background-color: #F7EDD4;
}

.productSet {
    color: #333;
    background-color: #F7EDD4;
    border: 1px solid #CCC;
    border-radius: 7px;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 10px;
    
}
.productSet h2 {
    background-color: #234064;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-rendering: optimizelegibility;
    color: #FFF;
    display: block;
    font-style: normal;
    margin-top: 0px;
}
.productSet p {
    padding: 0px 10px 4px 19px;
}
.explodedViewSet {
    color: #333;
    background-color: #F7EDD4;
    border: 1px solid #CCC;
    border-radius: 7px;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 7px;
}
.explodedViewSet h2 {
    background-color: #234064;
    padding: 15px 20px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-rendering: optimizelegibility;
    font-size: 14px;
    color: #FFF;
    display: block;
    font-style: normal;
    margin-top: 0px;
}

.explodedViewSet p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 11px;
}

.explodedViewSet a {
     font-size: 10px;
     line-height: 12px;
     color: #333;
     font-weight: 800;
     text-decoration: none;
     display: block;
     
}

.explodedViewTile {
    background-color: #FFFFFF;
    /* padding: 15px; */
    padding-top: 10px;
    height: 170px;
    width: 152px;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 10px;
    border: 1px solid #CCC;
    text-align: center;
    float: left;
    position: relative;
}
.explodedViewTile img {
    margin: 0px;
    border: 2px solid #CCC;
    height: 109px;
}


.explodedViewTile img:hover {

    border: 2px solid #037CED;
}

.explodedViewTile .linkElement {
    font-size: 10px;
    color: #FFF;
    text-align: left;
    display: block;
    font-weight: normal;
    background-image: url(../images/icons/complete-part-list-btn-red.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-decoration: none;
    line-height: normal;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 3px;
    bottom: -5px;
    z-index: 11;
    position: absolute;
    left: 11px;
    width: 90%;
}
.explodedViewTile .linkElement span {
    font-size: 10px;
    color: #FFF;
    text-align: left;
    display: block;
    padding: 0px;
    font-weight: normal;
    background-image: url(../images/icons/magnifying-btn.png);
    text-decoration: none;
    line-height: normal;
    float: right;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: -6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 23px;
    width: 24px;
}

.ccPdfContainer
{
    float:right;
}
.ccPdfContainer .pdfDocImage
{
    margin-left: 5em;
}

.shopping-basket h4
{
    margin-bottom: 1em;
}

.quickorder .quickOrderImportantNoteSpan i
{
    font-size:3em;
    color: #D70031;
}

.quickorder .viewCartLink
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 0.3em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    background-color: darkgreen;
    border-color: green;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #ffffff;
    text-transform: none;
    -moz-box-shadow: 1px 1px 4px 1px #ccc;


    -webkit-box-shadow: 1px 1px 4px 1px #ccc;
    box-shadow: 1px 1px 4px 1px #ccc;
}

.quickorder .viewCartLink:hover
{
    background-color: #333333;
    border-color: #333333;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    text-decoration: none;
    color: #ffffff;
}

.quickorder .viewCartLink:active
{
    background-color: #333333;
    border-color: #333333;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    text-decoration: none;
    color: #ffffff;
}

.quickorder .viewCartLink:focus
{
    background-color: #333333;
    border-color: #333333;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    text-decoration: none;
    color: #ffffff;
}
.shopping-basket .emptyBasket
{
    margin-bottom: 15.1em;
}

.shopping-basket a
{
    cursor:pointer;
}

.kitPartsDescription table {
    border: 1px solid #ddd;
    margin-bottom: 2em;
}

.kitPartsDescription table>thead>tr>th,.kitPartsDescription table>tbody>tr>th,.kitPartsDescription table>tfoot>tr>th,.kitPartsDescription table>thead>tr>td,.kitPartsDescription table>tbody>tr>td,.kitPartsDescription table>tfoot>tr>td {
    border: 1px solid #ddd;
}

.tkitPartsDescription table>thead>tr>th,.kitPartsDescription table>thead>tr>td {
    border-bottom-width: 2px;
}

.kitPartsDescription table>tbody>tr:nth-child(odd)>td,.kitPartsDescription table>tbody>tr:nth-child(odd)>th {
    background-color: #F7EDD4;
}

.kitPartsDescription table thead, .kitPartsDescription table tr td:last-child, .kitPartsDescription table tr td:nth-child(3n+0)
{
    text-align: center;
}

.shopping-basket h5
{
    font-size: inherit !important;
}

.well
{
    color: #5A7B9C;
    min-height: 16px;
    padding: 11px;
    margin-bottom: 7px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well:hover
{
    min-height: 16px;
    padding: 11px;
    margin-bottom: 7px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    background-color: #e4e4e4;
}

.carousel-inner
{
}

.tranparentBG
{
    background-color: rgba(0, 0, 0, 0)!important;
}

.borderLines
{
    border: 1px solid #dddddd;
    margin: -2px;
}

.clr
{
    clear: both;
    content: '';
    display: table;
}

.descr
{
    color: #bcbcbc;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
}

/* Forms */

.form-control, .form-control:focus
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus
{
    border-color: #6f9ac0;
}

/*Buttons*/

.btn
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    text-rendering: optimizelegibility;
}

.btn-warning
{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    -moz-box-shadow: 1px 1px 4px 1px #ccc;
    -webkit-box-shadow: 1px 1px 4px 1px #ccc;
    box-shadow: 1px 1px 4px 1px #ccc;
    text-rendering: optimizelegibility;
}

.btn-primary, .btn-primary:focus, .btn-primary:active
{
    background-color: #D80031;
    border-color: #920525;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #ffffff;
    text-transform: none;
    -moz-box-shadow: 1px 1px 4px 1px #ccc;
    -webkit-box-shadow: 1px 1px 4px 1px #ccc;
    box-shadow: 1px 1px 4px 1px #ccc;
}

.btn-primary:hover
{
    background-color: #333333;
    border-color: #333333;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #ffffff;
}

.btn-success, .btn-success:active, .btn-success:focus
{
    background-color: #378FC1;
    border-color: #378FC1;
    color: #fff;
    text-transform: none;
    outline: none;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-top: 10px;
}

.btn-success:hover
{
    background-color: #333;
    border-color: #333;
    color: #fff;
    text-transform: none;
    font-size: 14px;
}

.btn-info:active, .btn-info.active {
    color: #333;
    font-weight: bold;
    background-color: #FFDB83;
    border-color: #FFDB83;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active
{
    background-color: #284773;
    border-color: #20385C;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #FFFFFF;
    text-transform: none;
    text-decoration: none;
    padding-bottom:15px;
    padding-top:15px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active
{
    background-color: #5983C4;
    border-color: #284773;
}

.btn-default, .btn-default:hover, .btn-default:focus
{
    border-color: #6f9ac0;
    background: #6f9ac0;
}



button.btn-primary:focus
{
    outline: none;
}

/*Header*/

header
{
    background-color: #284773;
}

/*Main Navigaion Menu*/

.dropdown:hover .dropdown-menu
{
    display: block;
}

.navbar-default
{
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0px;
}

.open
{
    padding-left: 0px;
}

.navbar-header
{
    padding: 15px 0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover
{
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    text-rendering: optimizelegibility;
}

.navbar-default .navbar-brand a
{
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a
{
    color: #fff;
    font-size: 14px;   
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover
{
    color: #fff;
    background: #172C4B;
}

ul.dropdown-menu
{
    padding: 0;
    left: 0 !important;
    background-color: #396099;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}

ul.dropdown-menu li
{
    border-bottom: 1px solid #7098b5;
}

ul.dropdown-menu li:last-child
{
    border-bottom: none;
}

ul.dropdown-menu>li>a
{
    color: #fff;
    font-size: 12px;
    padding: 12px 20px;
    white-space: normal;
    text-decoration: none;
}

ul.dropdown-menu>li>a:hover, ul.dropdown-menu>li>a:active
{
    color: #ffffff;
    background-color: #9C0527;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
    color: #fff;
    background-color: #6184a2;
}

/*Carousel*/

.carousel-indicators li
{
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-color: #555555;
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel-indicators .active
{
    background-color: #378FC1;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-color: #ffffff;
}

.carousel .btn-default
{
    width: 230px;
    background: rgba(255, 255, 255, 0.56);
    height: 60px;
    margin: 30px 5px;
    color: #378FC1;
    line-height: 60px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    text-transform: none;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
}

.carousel-caption
{
    position: absolute;
    top: 50%;
    margin-top: -140px;
    height: 280px;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #f9f9f9;
    text-shadow: 1px 1px 6px #000;
    right: 1%;
    left: 70%;
    border-radius: 4px;
     /* background-color: rgba(0, 0, 0, 0.49); */
}

.carousel-caption h1
{
    font-size: 40px;
    line-height: 40px;
     font-weight: 800;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 22px;
}

.carousel-caption h3
{
    font-size: 15px;
    color: #4780D4;
    margin-top: -20px;
    font-weight: 200;
}

.carousel-caption a
{
    color: #fff;
}

.carousel-control
{
    background: none;
    opacity: 1;
    -moz-opacity: 1;
}

.carousel-control .carousel-control-left
{
    background: url('../images/slider/prev.png') no-repeat;
    width: 70px;
    height: 71px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.carousel-control .carousel-control-right
{
    background: url('../images/slider/next.png') no-repeat;
    width: 70px;
    height: 71px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.carousel-control .carousel-control-left:hover
{
    background: url('../images/slider/prev_a.png') no-repeat;
}

.carousel-control .carousel-control-right:hover
{
    background: url('../images/slider/next_a.png') no-repeat;
}

.boxed .carousel-control .carousel-control-left
{
    left: 20px;
}

.boxed .carousel-control .carousel-control-right
{
    right: 20px;
}

.boxed .carousel-caption
{
    top: 40%;
}

.boxed .carousel-caption h1
{
    font-size: 40px;
    line-height: 40px;
}

/*Container*/

.main__middle__container .row ul, .main__middle__container .row ol
{
    padding-left: 20px;
}

.main__middle__container
{
    width: 100%;
    min-height: 355px;
}


p.big-paragraph
{
    font-size: 18px;
    color: #bde0ff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
}

/*blue__line*/

.blue__line
{
    padding: 16px 0;
    width: 100%;
    margin: 0;
    color: #fff;
    background-color: #284773;
}

.blue__line h2, .blue__line h1
{
    color: #F2DD46;
    text-transform: none;
}

/*about-us*/

.about-us
{
    margin-top: 16px;
}

.about-us img
{
    margin: 20px 0;
    width: 100%;
}

.about-us .btn
{
    margin-top: 20px;
}

.orange
{
    color: #6f9ac0;
    padding: 0 0 10px 0;
}

.black-text
{
    color: #34313c;
}

/* Text Line*/

.text__line
{
    background: url('../images/big_line_bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.text__line h2
{
    color: #fff;
    text-transform: none;
    line-height: 40px;
}

/*Icon Heading*/

.icon__heading
{
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin-top: 60px;
    height: 50px;
}

.icon__heading span
{
    background: #fff;
    padding: 0 30px;
    position: relative;
    bottom: 60px;
    display: inline-block;
}

/*Three Blocks*/

.three-blocks
{
    background: url('../images/pattern_white.png') repeat;
    padding-top: 4px;
}

.three-blocks img
{
    width: 100%;
    margin: 20px 0;
}

.three-blocks .btn
{
    margin-top: 20px;
}

.three-blocks .icon__heading span
{
    background: url('../images/pattern_white.png') repeat;
}

/* grey-info-block */

.testimonials
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    width: 100%;
    margin: 0;
    padding: 70px 0 30px 0;
    background-attachment: fixed;
    background-image: url(../images/big_line_bg3.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #121317;
}

.testimonials h2
{
    color: #fff;
}

.testimonials p
{
    color: #fff;
    font-weight: 100;
    padding-top: 20px;
    font-size: 18px;
}

.testimonials p a
{
    font-size: 12px;
    position: relative;
    bottom: 15px;
}

.testimonials p.description
{
    padding-top: 0;
    margin-top: -5px;
    color: #98c3e9;
    font-size: 12px;
}

.testimonials .carousel
{
    padding-bottom: 70px;
}

/* Recent Posts */

.recent-posts
{
    padding-top: 70px;
}

.recent-posts .icon__heading span
{
    bottom: 43px;
}

.recent-posts .text p
{
    margin-bottom: 15px;
    padding-bottom: 0;
}

.recent-posts .text p small
{
    text-transform: none;
    color: #c2c2c2;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
}

.recent-posts .btn
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    color: #434a4a;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.recent-posts .btn:hover
{
    color: #98c3e9;
}

.recent-posts .col-md-9 .text
{
    float: left;
    width: 69%;
    margin-left: 2%;
}

.recent-posts .col-md-9 .text h3
{
    margin: 5px 0 0;
}

.recent-posts .col-md-9 article
{
    margin-bottom: 50px;
}

.recent-posts .col-md-3 h4
{
    text-transform: none;
}

.recent-posts .col-md-3 p
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-size: 12px;
    margin-bottom: 20px;
}

.recent-posts .col-md-3 .icon-item
{
}

/*Social Icons*/

.socialicon
{
    position: relative;
    display: inline-block;
    width: 44px;
    margin-right: 5px;
    height: 44px;
    text-decoration: none;
}

.socialicon:hover
{
    text-decoration: none !important;
}

.socialicon-twitter
{
    background: url('../images/social/twitter.png') no-repeat;
}

.socialicon-facebook
{
    background: url('../images/social/facebook.png') no-repeat;
}

.socialicon-google
{
    background: url('../images/social/google.png') no-repeat;
}

/* Contact Form */

.contact-form .col-md-6
{
    padding: 0 20px 0 0;
}

.contact-form .col-md-6:nth-child(2)
{
    padding: 0 0px 0 0;
}

/* Aside */

aside h3
{
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

aside h3 span
{
    position: relative;
    bottom: 11px;
    padding-right: 30px;
    background: #fff;
}

aside img
{
    width: 100%;
    margin-bottom: 10px;
}

aside ul li
{
    border-bottom: 1px solid #ededed;
    padding: 4px 0;
    list-style-type: none;
}

aside ul li:last-child
{
    border-bottom: none;
}

aside a.btn
{
    margin: 20px 0 40px;
}

/* Main Content*/

.main-content h3
{
    margin-bottom: 20px;
}

.main-content h3 span
{
    position: relative;
    bottom: 11px;
    padding-right: 30px;
    background: #fff;
}

/* Footer */

footer
{
    background: #284773;
    background-size: 100% 100%;
    padding: 45px 0 0px;
    color: #dfdfdf;
}

footer h3
{
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
}

footer hr
{
    border-top: 1px solid #47454a;
    margin: 70px 0 0 0;
}

footer p span
{
    color: #fff;
}

footer .text-center
{
    padding: 40px 0;
    margin: 0;
}

footer .form-group
{
    width: 90%;
}

footer button.btn-primary
{
    position: relative;
    top: 10px;
}

footer button.btn-primary:focus
{
    outline: none;
}

footer .row a:hover
{
    color: white;
}

footer .copy
{
    background-color: #FFDB83;
    color: #000000;
}

footer .copy a
{
    color: #000000 !important;
}

footer .copy .container
{
    
}

/*Responsive - debugging default problems*/

.img-responsive
{
    margin: 0 auto;
}

.no-margin
{
    margin: 0;
}

.no_padding
{
    padding: 25px 0;
}

#feedback
{
    color: #1c6107;
}

#feedback ul
{
    padding-left: 0;
}

#feedback ul li
{
    list-style: none;
}

.redStar
{
    color: red;
}

@media (min-width: 768px)
{
    .registerProductForm label, .warrantyAuthForm .form-group label
    {
        width: 30%;
        float: left;
        clear: left;
        text-align: left;
        display: inline-block;
        margin-top: 0.3em;
    }

    .registerProductForm input, .registerProductForm select, .warrantyAuthForm .form-group input, .warrantyAuthForm .form-group select
    {
        width: auto;
        float: left;
        clear: right;
        margin: 0.3em
    }

    .registerProductForm .form-inline .form-group, .warrantyAuthForm .form-inline .form-group
    {
        width: 49%;
    }

    .registerProductForm .help-block, .warrantyAuthForm .help-block
    {
        margin-top: 4em;
        margin-left: 11em;
    }


    .alsoBoughtProductRow
    {
        overflow-x: scroll; 
        overflow-y: hidden; 
        white-space: nowrap;
    }
}

@media (max-width:1600px)
{
    .carousel-caption h1
    {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width:1310px)
{
    .carousel-caption
    {
        top: 50%;
        margin-top: -145px;
        height: 290px;
    }
    .carousel-caption h1
    {
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-caption h3
    {
        font-size: 18px;
        color: #4780D4;
        margin-top: -10px;
        font-weight: 200;
    }
    .carousel-control .carousel-control-right, .carousel-control .carousel-control-left
    {
        top: 50%;
        margin-top: -50px;
        position: absolute;
    }
    .carousel-control .carousel-control-right
    {
        right: 10px;
    }
    .carousel-control .carousel-control-left
    {
        left: 10px;
    }
    .three-blocks h2
    {
        background: none;
    }
}

@media (max-width:1200px)
{
    .recent-posts .col-md-9 article img.pull-left
    {
        max-width: 43%;
    }
    .recent-posts .col-md-9 .text
    {
        width: 55%;
    }
    .navbar-default .navbar-nav>li>a
    {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 19px;
    padding-right: 19px;
    }
    .carousel-caption h1
    {
        font-size: 24px;
        line-height: 20px;
    }
    .carousel-caption h3
    {
        font-size: 16px;
        color: #4780D4;
        margin-top: -10px;
        font-weight: 200;
    }
}

@media (max-width:990px)
{
    .carousel-caption
    {
        top: 50%;
        margin-top: -100px;
        height: 200px;
        font-size: 14px;
        line-height: 14px;
    }
    .carousel-caption h1
    {
        font-size: 20px;
        line-height: 20px;
    }
    .carousel-caption h3
    {
        font-size: 14px;
        color: #4780D4;
        margin-top: -20px;
        font-weight: 200;
    }
    .carousel-caption .btn
    {
        display: none;
    }
    .recent-posts .col-md-3 .icon-item
    {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a
    {

        padding-top: 21px;
        padding-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
        line-height: 20px;
    }
    .btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
    font-size: 12px;
    }
    
    
    
}

@media (max-width:768px)
{
        .main__header
    {
        margin-top:1em;
    }
    .navbar-header
    {
        padding: 0px !important;
    }
    .recent-posts .col-md-3 .icon-item
    {
        text-align: center;
    }
    button.navbar-toggle
    {
        display: none;
    }
    .dropdown.open:hover .dropdown-menu
    {
        display: block;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li
    {
        border: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a
    {
        color: #858585;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover
    {
        color: #fff;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
    {
        color: #fff;
        background-color: transparent;
    }
    .service-icons
    {
        text-align: center;
    }
    .service-icons img
    {
        float: none;
        margin: 20px auto;
    }
    .service-icons p
    {
        padding: 20px 0 10px 0;
        margin-bottom: 0px;
    }
    .service-icons p.orange
    {
        color: #ffcd55;
        padding: 0 0 10px 0;
    }
    .recent-posts .col-md-8 .text
    {
        float: left;
        width: 99%;
    }
    header.with-boxed
    {
        height: auto;
    }
    .navbar-toggle
    {
        display: block;
    }
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
    {
        padding: 3px;
        padding-bottom: 4px;
        padding-top: 4px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-size: 10px;
    }

    .quickorder .alert 
    {
        font-size: 14px;
    }
    
}

@media (max-width:767px)
{
    button.navbar-toggle
    {
        display: block;
    }
    .carousel-caption
    {
        display: none;
    }
    .navbar-brand a
    {
        padding: 7px 7px;
        font-size: 24px;
        line-height: 22px;
        color: #333;
    }
    .nav-pills>li>a
    {
        border-radius: 4px;
        padding: 9px 10px;
    }
    .btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
    font-size: 19px;
    }
       h1
    {
        font-size: 24px !important;
    }
    h2
    {
        font-size: 22px;
    }
    h3
    {
        font-size: 20px;
    }
    
    .navbar-left
    {
        border: none !important;
        box-shadow: none !important;
    }
    
    .serialNumberSearchButton
    {
        margin-top: 4.4em !important;
    }
}


@media (max-width:500px)
{
    .navbar-brand a
    {
        padding: 7px 0px;
        font-size: 18px;
        line-height: 16px;
        margin-left: -22px;
    }
    .ccPdfContainer
    {
        float:none;
    }
    .ccPdfContainer .pdfDocImage
    {
        margin-left: 8em;
    }

    .loggedInHeader
    {
        position: absolute !important;
        margin-left: 0em !important;
        top: 8em;
        right: 10.5em;
        width: 17em;
        color: #FFF !important;
    }
   .quickorder .viewCartLink
    {
        margin-top: 1em;
    }

}

@media (min-width:280px) and (max-width: 380px)
{
	.loggedInHeader
    {
        position: absolute !important;
        margin-left: 0em !important;
        top: 8em;
        right: 8.5em;
        width: 17em;
        color: #FFF !important;
    }
}

@media (min-width:280px) and (max-width: 320px)
{
    .loggedInHeader
    {
        position: absolute !important;
        margin-left: 0em !important;
        top: 8em;
        right: 4.5em;
        width: 17em;
        color: #FFF !important;
    }
}

    .loggedInHeader
    {
        margin-left: 1.5em !important;
        z-index: 2;
    }
    .loggedInHeader a
    {
        display: inline-block !important;
        padding-left: 0em !important;
    }

.carousel-fade {
    .carousel-inner {
 .item {
 opacity: 0;
    transition-property: opacity;
    }
 .active {
 opacity: 1;
    }
 .active.left,  .active.right {
 left: 0;
    opacity: 0;
    z-index: 1;
    }
 .next.left,  .prev.right {
 opacity: 1;
    }
}
.carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-inner .item
{
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active
{
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right
{
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right
{
    opacity: 1;
}

.carousel-fade .carousel-control
{
    z-index: 2;
}

/* Portfolio */

#portfolio
{
    padding: 30px 0px 40px 0px;
    overflow: hidden;
}

#portfolio ul.controls
{
    padding: 0px 0 20px 2px;
    overflow: hidden;
    margin: 20px 0;
    border-bottom: #569bc3 solid 2px;
}

#portfolio ul.controls li
{
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 15px;
    cursor: pointer;
}

#portfolio ul.controls li:hover, #portfolio ul.controls li.active
{
    padding: 4px 15px;
    color: #333;
    margin: 0 -1px;
    border: 1px solid #378FC1;
}

#portfolio ul#Grid
{
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}

#portfolio ul#Grid li
{
    padding: 0 1px 1px 0;
    margin: 0;
    display: none;
    position: relative;
}

#portfolio ul#Grid li a
{
    display: block;
    position: relative;
    color: #333;
}

#portfolio ul#Grid li span.overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    text-indent: -9999px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #000;
}

#portfolio ul#Grid li:hover span.overlay
{
    visibility: visible;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#portfolio ul#Grid a.link
{
    padding: 0px 10px;
    height: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 30px;
    background: #378FC1;
}

#portfolio ul#Grid li:hover a.link
{
    background: #378FC1;
    opacity: 0.9;
}

#portfolio ul#Grid a.link span
{
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}

#portfolio ul#Grid a.link:after
{
    border-color: rgba(63, 141, 191, 0);
    border-bottom-color: #378FC1;
    border-width: 10px;
    margin-left: -10px;
}

#portfolio ul#Grid a.link:before
{
    border-color: rgba(63, 141, 191, 0);
    border-bottom-color: #378FC1;
    border-width: 16px;
    margin-left: -16px;
}

#portfolio ul#Grid li:hover a.link
{
    padding: 10px 10px;
    height: auto;
    overflow: visible;
    text-decoration: none;
}

/* ## REST CSS */

ul.dropdown-menu
{
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    top: 85%;
    opacity: 0;
    visibility: hidden;
}

.dropdown:hover .dropdown-menu
{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media (max-width:767px)
{
    .navbar-default .navbar-nav > li > a
    {
        padding: 10px 10px;
    }
    .dropdown:hover .dropdown-menu
    {
        display: none;
    }
    ul.dropdown-menu
    {
        visibility: visible;
        opacity: 1;
        display: none;
    }
    .open .dropdown-menu, .open:hover .dropdown-menu
    {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    h1
    {
        font-size: 24px !important;
    }
    h2
    {
        font-size: 22px;
    }
    h3
    {
        font-size: 20px;
    }
    .pull-left
    {
        float: none !important;
    }
    .pull-right
    {
        float: none !important;
    }
    .recent-posts .col-md-9 article img.pull-left
    {
        max-width: 100%;
    }
    .recent-posts .col-md-9 .text
    {
        text-align: center;
        width: auto;
        padding-top: 10px;
    }
    .slider
    {
        overflow: hidden;
        max-width: 100%;
    }
    .main__middle__container
    {
        overflow: hidden;
        max-width: 100%;
    }
    footer
    {
        overflow: hidden;
        max-width: 100%;
    }

    footer
    {
        padding-top: 0px;
    }
    .carousel-control .carousel-control-right, .carousel-control .carousel-control-left
    {
        margin-top: -30px;
    }
    #portfolio ul#Grid a.link span
    {
        font-size: 11px;
        line-height: 15px;
    }
    #portfolio ul.controls li
    {
        padding: 5px 10px;
    }

}

@media (min-width:768px) and (max-width: 991px)
{
    h2
    {
        font-size: 24px;
    }
    .recent-posts .col-md-9 .text h3
    {
        margin-top: 0px;
    }
    .recent-posts .col-md-3 .icon-item img
    {
        max-width: 100%;
    }
    #portfolio ul#Grid a.link
    {
        font-size: 18px;
    }
    #portfolio ul#Grid a.link span
    {
        font-size: 11px;
        line-height: 15px;
    }
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    min-width: 100%;
    height: auto;
}

/* Columns */

.one_half_pad
{
    width: 44%;
}

.one_third_pad
{
    width: 27%;
}

.one_fourth_pad
{
    width: 19%;
}

.one_fifth_pad
{
    width: 14%;
}

.one_sixth_pad
{
    width: 10.5%;
}

.two_fifth_pad
{
    width: 37%;
}

.two_third_pad
{
    width: 60%;
}

.two_fourth_pad
{
    width: 43%;
}

.two_fifth_pad
{
    width: 33%;
}

.three_fifth_pad
{
    width: 58.4%;
}

.three_fourth_pad
{
    width: 74%;
}

.four_fifth_pad
{
    width: 67.2%;
}

.five_sixth_pad
{
    width: 82.67%;
}

.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad
{
    float: left;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.one_half
{
    width: 48%;
}

.one_third
{
    width: 30.5%;
}

.one_fourth
{
    width: 22%;
}

.one_fifth
{
    width: 16.8%;
}

.one_sixth
{
    width: 13.33%;
}

.two_fifth
{
    width: 37.6%;
}

.two_third
{
    width: 65.33%;
}

.two_fourth
{
    width: 48%;
}

.three_fifth
{
    width: 58.4%;
}

.three_fourth
{
    width: 74%;
}

.four_fifth
{
    width: 67.2%;
}

.five_sixth
{
    width: 82.67%;
}

.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth
{
    float: left;
    margin-bottom: 10px;
    margin-right: 4%;
    position: relative;
}

.column-last
{
    clear: right;
    margin-right: 0!important;
}

.dc_tabs_type_2 .one_third
{
    width: 29%;
}

.clr
{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dc_clear
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}



}

.navbar-form
{
    max-width: 14em;
}

@media (max-width: 370px){
    .explodedViewTile {

    float: none;
    margin-left:25%;

}
.ccPdfContainer
{
    float:none;
}
.ccPdfContainer .pdfDocImage
{
    margin-left: 6em;
}



}
@media (max-width: 280px){
    .explodedViewTile {

    float: none;
    margin-left:15%;

}
}

.tableTabPadding {
    padding: 10px;
}

.distributorAddress {
    margin: 5px 0px 10px 10px;
}

.distributorMapLink {
    margin-bottom: 5px;
}

.contactRow {
    margin-bottom: 10px;
}

.contactRow label {
    margin-bottom: 0px;
}

.dealerLinkRow {
    margin-bottom: 10px;
}

.newsItemBlock p {
    border-bottom: #CCC 1px solid;
    padding: 10px 0px;
}

.newsTabsetTab {
    font-weight: bold;
}

.newsItemBlock p .redItem {
    color: #D70031;
}

.newsItemBlock p a {
    color: #D70031;
}

.newsItemBlock p img {
    margin: 5px 0px;
}

.newsItemBlock ul {
    list-style-position: inside;
}

.oldModelLink {
    margin: 30px 0px;
}

.oldModelLink a {
    text-transform: initial;
    color: #2B4F7D;
    text-decoration: none;
    font-weight: 400;
}

.oldModelLink a {
    width: 100%;
}

@media (min-width:768px) {
    .oldModelLink .row > div {
        padding-right: 0px;
    }
}

@media (min-width:769px)
{
	.quickorder .btn-primary
    {
    	margin-top:1.8em;
    }
}

.activeModelList th.text-center {
    width: 10%;
}

.inactiveModelList th.text-center {
    width: 10%;
}

.dNetLogo {
    width: 274px; 
    height: 82px; 
    border: 0px solid; 
    margin: 0px; 
    float: left; 
    margin: 22px 15px 30px 0px;
}
.dNetImage {
    width: 143px; 
    height: 106px; 
    border: 0px solid; 
    margin: 12px 0px 0px 0px; 
    float: right;
}
.dNetBrochure {
    width: 130px; 
    height: 179px; 
    float: right;
    margin-top: 15px;
}

@media(max-width:500px) {
    .dNetLogo {
        margin: 15px 15px 10px 0px;
    }
    .dNetImage {
        margin: 1px 0px 0px 0px; 
    }
}

@media(max-width:370px) {
    .dNetLogo {
        margin: 15px 15px 10px 0px;
    }
    .dNetImage {
        margin: -3px 0px 0px 0px; 
    }
    .quickorder .viewCartLink
    {
        margin-top: 1em;
        margin-left: 4em;
    }
}

.tableTab + .generatorFrequencyControl {
    margin-left: 20px;
}

.radio-inline.generatorFrequencyControl {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width:350px) and (max-width:567px) {
    .clearHeaderImages {
        display: block !important;
    }
}
@media(min-width:760px) and (max-width:768px) {
    .quickorder .btn-primary
    {
    	margin-top: 1.35em;
    }
}
.lowCoLogo {
  float: left;
  margin-right: 1em;
}
.lowCoImage {
  float: left;
  margin: 8px 0px;
}

@media(max-width:767px) {
  .lowCoLogo {
    margin: 0px 15px 0px 0px;
  }
}

@media(max-width:500px) {
  .lowCoLogo {
    margin: 15px 15px 15px 0px;
  }
}        

.monoxideBodyContainer {
    margin-bottom: 30px;
}

.monoxideBodyContainer p {
    line-height: 175%;
    padding-bottom: 1em;
}

.monoxideBodyContainer .aside div {
    background-color: #F9F9EF; 
    padding: 0 1em 0 0.2em;
}

@media(min-width:768px) {
    .monoxideBodyContainer .aside div {
        width:206px; 
    }
}

@media(max-width:767px) {
    .monoxideBodyContainer .aside {
        margin-top: 1em;
    }
}

.mainLogoContainer {
    padding: 1.0em 0;
}       
        
.modelDocumentList th + th, .modelDocumentList td + td {
    width: 25%;
}

.soundGuardList th + th, .soundGuardList td + td {
    width: 30%;
}

.soundGuardText p {
    line-height: 175%;
}

.upperEdgeContainer {
    margin-bottom: 1.0em;
}

.mainMenuLabelWrapper {
    vertical-align: middle;
    text-align: right;
}

.mainMenuLabel {
    display: inline-block; 
    margin-right: 5px; 
    color: #FFF !important;
}

@media(min-width:768px) {
    .mainMenuLabel {
        display: none !important;
    }
}

.passwordRecoveryContainer .row, .passwordResetContainer .row, .registerProductForm .row, .warrantyAuthForm .row
{
    margin-left:0px !important;
    margin-right:0px !important;
}

.warrantyAuthForm .prodinfo-group input[type="radio"], .warrantyAuthForm .prodinfo-group input[type="checkbox"]
{
    margin-top: 1em;
}


.salesOrderHistoryView .row:before
{
    content: none !important;
}

.salesOrderHistoryView .header div
{
    text-align: left !important;
}

.salesOrderHistoryView .orderLineItem td
{
    text-align:left !important;
}

.salesOrderHistoryView table
{
    border-top: 1px solid #ddd;
}

.salesOrderHistoryView td, .salesOrderHistoryView th
{
    border: 1px solid #ddd;
}


.securedMdtoolsLink
{
    display: none;
}

.mdtoolstable thead tr
{
        background-color: #6F9AC0;
    color: #FFF;
}

.mdtoolstable tbody tr:nth-child(odd)
{
    background-color: #EEE;
}

.mdToolsNavContainer .mdToolsNavigation {
    margin: 1em 0;
}

.mdToolsNavContainer .messageBoard {
    width: 100%;
}

.mdToolsNavContainer .messageBoard a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    width: 100%;
    color: #2B4F7D;
}

.mdToolsNavContainer .mdToolsNavigation ul.list-group {
    padding-left: 0px;
}

.mdToolsMsgArchive {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.mdToolsMsgArchive a {
    width: 100%;
    text-transform: capitalize;
    color: #FFF;
    font-weight: 400;
}

.mdToolsMsgContainer {
    margin-bottom: 2em;
}

.mdToolsMsgContainer thead td {
    background-color: #6F9AC0;
    color: #FFF;
}

.mdToolsMsgContainer table {
    border-collapse: collapse;
}

.mdToolsMsgContainer tr {
    border: 1px solid #CCC;
}

.mdToolsMsgContainer td {
    padding: 0.5em 1.0em;
    vertical-align: top;
}

.mdToolsMsgContainer tr:nth-child(odd) {
    background-color: #EEE;
}

.mdToolsMsgContainer table#tbContent {
    width: 100%;
}

.mdToolsMsgContainer table#tbContent tbody tr.tileRow {
    background-color: #FFF;
}

.mdToolsMsgContainer table#tbContent tbody tr.tileAltRow {
    background-color: #EEE;
}

.serialNumberSearch .input-group
{
    margin-bottom: 1em;
}

.serialNumberResult
{
    border: 1px solid #CCC;
}

.serialNumberResult:nth-child(odd) 
{
    background-color: #EEE;
}

.serialNumberResult div
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
}

.serialNumberSearch
{
    margin-bottom: 1em;
}

.serialNumberSearchButton
{
    margin-top: 4.6em;
}

#homepagemaintestimonials .carousel .carousel-inner .small-paragraph a {
    font-size: inherit;
    position: static;
    bottom: inherit;
}

.social__icons {
    display: none;
}