/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* Menu */
.navbar {
	margin-bottom:0px !important;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.navbar-brand {
	padding:0
}

.nav_tabs_bs {
	border-bottom : 0px  !important;
}
/* Home Page Carousel */
.productimage{
	border: 1px solid #efefef;

}

.productHeader{
	color: #13242b;
	font-weight:bold;
}

/* Application Table*/
.tblApplication tr th, .tblApplication tbody tr td{
	vertical-align: middle !important;
}


td.tdapplication > table > tbody > tr > td{

}
.tblApplication tbody tr td.tdPackingShoe,
.tblApplication tbody tr td.tdFontBrake,
.tblApplication tbody tr td.tdFrontKit,
.tblApplication tbody tr td.tdFrontRotor,
.tblApplication tbody tr td.tdRearBrake,
.tblApplication tbody tr td.tdRearKit{
padding:0px !important;
}

a.parts {
    display: block;
    padding: 5px 0;
	padding-left: 10px  !important;
    text-transform: capitalize;
    width: 100%;
}

a.parts:nth-child(2n) {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

/* Application Table*/

.sidebar h4 {
	background-color: #13242b;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
    padding: 0 15px;
    text-align: left;
    text-transform: capitalize;
}

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

body #navigation .navbar-inner {
    border-bottom-color: #377ca8;
    border-top-color: #377ca8;
}
#navigation .navbar-inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
body .navbar-inner {
    background-image: linear-gradient(to bottom, #377ca8 0%, #2a6082 100%);
    background-repeat: repeat-x;
    border-bottom-color: #377ca8;
    border-top-color: #377ca8;
	height: 100%;
}

/* Wrapper for page content to push down footer */


/*Catalogue  Page */
h4.alternativeHeader{
  color: #13242b;
    font-weight: bold;
}
h4.alternativeHeader{
  color: #13242b;
  font-weight: bold;
}

.thumbnails {
    margin-left: -20px;
}
.thumbnails {
    clear: both;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
	padding-left: 0px;
}
/*ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}*/
.thumbnails .image-additional {
    float: left;
    margin-left: 10px;
}
.image-additional a {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    /*padding: 5px;*/
	height: 105px;
	width: 80px;
}
.thumbnails > li{
	margin-left:0px;
}
.image-additional {
	height: 100px;
    width: 80px;
}

.image-additional li > img{
	max-height: 65px;
    max-width: 66px;
}
th.thYear{width:90px;}
td.tdYear{width:90px;}
th.thEngVol{width:65px;}
td.tdEngVol{width:65px;}
th.thEngNo{width:65px;}
td.tdEngNo{width:65px;}
th.thBody{width:65px;}
td.tdBody{width:65px;}
th.thPackingShoe{width:60px;}
td.tdPackingShoe{width:60px;}

th.thFontBrake,td.tdFontBrake ,
th.thFontKit,td.tdFrontKit,
th.thFontRotor,td.tdFrontRotor,
th.thRearBrake,td.tdRearBrake,
th.thRearKit,td.tdRearKit,
th.thRearRotor,td.tdRearRotor
{
	width:55px;
}

th.textalign{
	text-align: center;
}

div.sidebar div.left{
	padding-left:0px !important;
	padding-right:10px !important;
}
div.sidebar > div.right{
	padding-left:10px !important;
	padding-right:0px !important;
}
#accordion .panel-title,#accordion table,.productspec table,.productapp table,.productapp table{
	font-size:13px;
}
.sidebar table th, .tblApplication th{
	font-size:13px;
	vertical-align: middle !important;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #7EB1DC;
  color:#000000;
}
/*Catalogue  Page */

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.marginbtnless{
	margin-bottom: 0px !important;
}
.margintpless{
	margin-top: 0px !important;
}
.paddingless{
	padding:0px !important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f0ab";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    /*color: #13242b;          adjust as needed */
	font-size: 15px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0a9";    /* adjust as needed, taken from bootstrap.css */
}


tr.trVehicle .accordion-toggle.collapsed:after {
    content: "\f0a9";
}
tr.trVehicle .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f0ab";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #337ab7;         /* adjust as needed */
    font-size: 15px;
}


/* Footer Styles */


#loaderDiv {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1100;
   background-color: white;
   opacity: .6;
}

.ajax-loader {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -32px; /* -1 * image width / 2 */
   margin-top: -32px; /* -1 * image height / 2 */
   display: block;
}

.table tbody>tr>td{
    vertical-align: top !important;
	color: black;
}

table.tblApplication  table.table{
	margin-bottom : 0px !important;
}
table.tblApplication   td.tdapplication, table.tblApplication   th.tdheader {
	padding:0px !important;
}
td.col1,td.col2,td.col3,td.col4,td.col5,td.col6,td.col7,td.col8,td.col9,td.col10,td.col11,
th.col1,th.col2,th.col3,th.col4,th.col5,th.col6,th.col7,th.col8,th.col9,th.col10,th.col11{width:9%;}

td.tdYear, th.thYear{ width:10%}
td.tdEngVol, th.thEngVol{width:10%}
td.tdEngNo, th.thEngNo{width:10%}
td.tdBody, th.thBody{width:10%}
td.tdNote, th.thNote{width:60%}

td.tdapplication table td a {
    color: blue;
    /*display: block !important;*/
}
td.tdapplication table td div.partDesc{
	padding-left:5px;
    padding-top: 5px;
}

td.tdapplication table td div.partDesc:not(:first-child) {
    /*border-bottom: 1px dotted #ccc;*/
    border-top: 1px dotted #ccc;
}

td.tdapplication > table > tbody > tr > td{
    padding:0px!important
}


.panel-default > .panel-heading {
    background-color: #034B48;
    border-color: white;
    color: white;
    font-weight: bold;
}

table.tblApplication tr.trVehicle{
	background-color:#cecece
}

table tr th.center {
	text-align: center;
}
td.tdapplication table td  div.partDesc span {
display: block;
font-size: 11px;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.clear{
	clear:both;
}

.div_bush_pofile{
	box-shadow: 1px 3px 12px 0;
    float: left;
    height: 140px;
    margin: 16px 0 0 32px;
    text-align: center;
    width: 210px;

}

.drinkcard-cc{
	cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.8);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.8);
            filter: brightness(1.8) grayscale(1) opacity(.8);
}

.cc-selector input:active +.drinkcard-cc{opacity: 1;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.txtbush{
	min-width: 65px !important;
    width: 25%;
	display:unset;
}

.selbush{
	min-width: 65px !important;
    width: 25%;
	display:unset;
}

.right{
float:right;
}

.btn-primary {
    background-color: #046662 !important;
    border-color: #046662  !important;
}
