@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
html {
    position: relative;
    height: 100%;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #4A4A4A;
    min-height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 80px;
	font-size: 12px;
}

.wrap {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrap > div {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 ,
{
    color: #D0011B
}

h1{
    font-size: 20px;
}
h5, .h5 {
    font-size: 12px;
	}
h3{
	font-size: 14px;
}
a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
	cursor: pointer;
}
.blackfont {
    color: black;
}
.btn-curious-blue a, .btn-monza a{
	color: white;
}
.mainText {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.title-steps {
    font-size: 24px;
}

.footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #464746;
    padding-top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px
}
.padding6lr {
	padding-left: 6px;
	padding-right: 6px;
}

.footer p {
    color: #9B9B9B;
    font-size: 12px;
    padding-top: 6px;
}

.footer p a {
    color: #CCCCCC;
}

.footer p a:hover {
    color: #9B9B9B;
    text-decoration: none
}

.bg-partfinder {
    background: /* black overlay */
    linear-gradient( rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), /* bottom, image */
    url(../images/breakers-yard-background-opt.jpg) repeat-y center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-part-request .btn-success{
	padding: 5px;
	border-radius: 5px;
}

.breadcrumb.breadcrumb-transparent {
    background-color: transparent;
}

.breadcrumb {
    margin-bottom: 0px;
}

.reset-form {
    padding: 8px 15px;
	position: absolute;
    right: 0;
}

.european-union-logo {
    text-indent: -9999px;
    background: url(../images/eu-irl-flag.png);
    background-size: 60px 45px;
    background-position: -9px -6px;
    background-repeat: no-repeat;
    padding-right: 30px!important;
	border: 1px solid #004a99;
}

button#go_button {
    border: 1px solid #ccc;
}
.search-banner,
.request-part-banner {
    min-height: 100px;
}

#map-canvas {
    height: 500px;
    width: 100%;
    min-height: 100%;
    max-height: none;
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.googlemap-fullwidth-row {
    height: 500px;
}

.table.clean-table>tbody>tr>td,
.table.clean-table>tbody>tr>th,
.table.clean-table>tfoot>tr>td,
.table.clean-table>tfoot>tr>th,
.table.clean-table>thead>tr>td,
.table.clean-table>thead>tr>th {
    border-top: 0px none transparent;
}


/* ******* --- COLOURS --- ******* */

.bg-white {
    background-color: #ffffff;
}

.bg-light-grey {
    background-color: #F6F7F9
}

.bg-polar {
    background-color: #F6FAFD;
}

.white,
.white a {
    color: #ffffff;
}

.white a:hover,
.white a:active,
.white a:focus {
    color: #d0d0d0;
    text-decoration: none;
}

.rose-red,
.rose-red a {
	color: #D0011B;
	/*color: #D73C76;*/
	font-weight: bold;
}

.light-blue,
.light-blue a {
    color: #52ACDE;
}

.light-blue a:hover,
.white a:active,
.white a:focus {
    color: #52ACDE;
    text-decoration: none;
}

.light-grey {
    color: #4A4A4A
}

.jungle-green {
    color: #32BA7C
}

.rhino {
    color: #2B445B;
}

.blue-chill {
    color: #0B71A9;
}


/* ******* --- HELPERS --- ******* */

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vertical-divide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.full-height {
    height: 100%
}

.shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

/* ******* --- MARGINS & PADDINGS --- ******* */

.padding-top-bot-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-bot-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-10 {
    padding: 10px
}
.padding-5 {
    padding: 5px
}
.padding-bot-10 {
    padding: 10px
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.remove-all-margin-padding {
    margin: 0 ! important;
    padding: 0 ! important;
}
.min-height-desc {
    min-height: 75px;
}
.push-top {
    padding-top: 10px;
	}

/* --- FORMS--- */

.form-control {
    height: 31px;
    font-size: 12px;
	}
.btn {
    font-size: 12px;
    }

/* --- glyphicon inside of input--- */

.inner-addon {
    position: relative;
}


/* style glyph */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* style glyph for larger input*/

.inner-addon-lg .glyphicon {
    position: absolute;
    padding-top: 20px;
    padding-left: 26px;
    pointer-events: none;
    font-size: 12px;
}


/* align glyph */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon-lg input {
    padding-left: 48px;
}

.right-addon-lg input {
    padding-right: 50px;
}


/* ******* --- BUTTONS --- ******* */

.btn-success {
    color: #fff;
    background-color: #0663C9;
    border-color: #b2eb4f;
    background: -moz-linear-gradient(270deg, rgba(180, 237, 80, 1) 0%, rgba(66, 147, 33, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(180, 237, 80, 1)), color-stop(100%, rgba(66, 147, 33, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(180, 237, 80, 1) 0%, rgba(66, 147, 33, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(180, 237, 80, 1) 0%, rgba(66, 147, 33, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(180, 237, 80, 1) 0%, rgba(66, 147, 33, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(180, 237, 80, 1) 0%, rgba(66, 147, 33, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#B4ED50', endColorstr='#429321', GradientType=0);
    /* ie6-9 */
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #aae54c;
}
.btn-primary {
    color: #fff;
    background-color: #077EFA;
    border-color: #2e6da4;
    background: -moz-linear-gradient(270deg, rgba(7, 126, 250, 1) 0%, rgba(6, 99, 201, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(7, 126, 250, 1)), color-stop(100%, rgba(6, 99, 201, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(7, 126, 250, 1) 0%, rgba(6, 99, 201, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(7, 126, 250, 1) 0%, rgba(6, 99, 201, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(7, 126, 250, 1) 0%, rgba(6, 99, 201, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(7, 126, 250, 1) 0%, rgba(6, 99, 201, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#077EFA', endColorstr='#0663C9', GradientType=0);
    /* ie6-9 */
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.btn-full-rounded {
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px none transparent;
}

.btn-full-rounded-sm {
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    text-decoration: none;
    border: 0px none transparent;
}

.btn-full-rounded-5 {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
}

.btn-curious-blue {
    background: #1494DB;
    background-image: -webkit-linear-gradient(top, #1494DB, #096CA4);
    background-image: -moz-linear-gradient(top, #1494DB, #096CA4);
    background-image: -ms-linear-gradient(top, #1494DB, #096CA4);
    background-image: -o-linear-gradient(top, #1494DB, #096CA4);
    background-image: linear-gradient(to bottom, #1494DB, #096CA4);
    color: #ffffff;
}

.btn-btn-curious-blue:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.btn-blue {
    background: -moz-linear-gradient(270deg, rgba(0, 73, 151, 1) 0%, rgba(0, 53, 110, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 73, 151, 1)), color-stop(100%, rgba(0, 53, 110, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0, 73, 151, 1) 0%, rgba(0, 53, 110, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0, 73, 151, 1) 0%, rgba(0, 53, 110, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0, 73, 151, 1) 0%, rgba(0, 53, 110, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(0, 73, 151, 1) 0%, rgba(0, 53, 110, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004997', endColorstr='#00356E', GradientType=0);
    /* ie6-9 */
}

.btn-monza {
    color: #FFF;
    background: #D0021B;
    background-image: -webkit-linear-gradient(top, #D0021B, #A10014);
    background-image: -moz-linear-gradient(top, #D0021B, #A10014);
    background-image: -ms-linear-gradient(top, #D0021B, #A10014);
    background-image: -o-linear-gradient(top, #D0021B, #A10014);
    background-image: linear-gradient(to bottom, #D0021B, #A10014);
    text-decoration: none;
}

.btn-monza:hover {
    color: #FFF;
    background: #ad0017;
    background-image: -webkit-linear-gradient(top, #ad0017, #750010);
    background-image: -moz-linear-gradient(top, #ad0017, #750010);
    background-image: -ms-linear-gradient(top, #ad0017, #750010);
    background-image: -o-linear-gradient(top, #ad0017, #750010);
    background-image: linear-gradient(to bottom, #ad0017, #750010);
    text-decoration: none;
}
#searchbar {
    text-align: initial;
}
#searchbar input {
    height: 31px;
}
/* --- DESKTOP NAVBAR OVERRIDES --- */

.nav {
    padding-left: 25px;
}

.navbar-header {
    position: relative;
}

.navbar-header:before {
    position: absolute;
    height: 100%;
    display: inline-block;
    background: #fff;
    top: 0;
    left: -9999px;
    right: 0;
    transform: skew(30deg);
    margin-right: -20px;
}

.navbar-default {
    background: black;
}

.navbar-brand {
    position: relative;
    z-index: 10;
	padding: 8px;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #1494DB 0%, #096CA4 100%);
    background-image: -o-linear-gradient(top, #1494DB 0%, #096CA4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1494DB), to(#096CA4));
    background-image: linear-gradient(to bottom, #1494DB 0%, #096CA4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1494DB', endColorstr='#ff096CA4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 0px;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.nav > li > a {
    padding: 10px 13px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    line-height: 50px;
    /*height: 75px;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .0);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #d0d0d0;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #d0d0d0;
    background-color: transparent;
}

.navbar {
    border: 1px none transparent;
    margin-bottom: 0px;
}

.nav-login {
    padding-top: 8px;
}

/* --- HOME PAGE --- */
#form_error {
  clear: both;
  width: 100%;
  display: none;
}
/* --- AUTOCOMPLETE --- */

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
  }
.ui-menu {
    width: 300px !important;
    background-color: #F6F7F9;
	cursor: pointer;
	border: 1px solid #66afe9;
}
.ui-menu-item-wrapper:hover {
	background-color: #c2c3c5;
}

li.ui-autocomplete-category {
    list-style-type: none;
	color: #D73C76;
}
/* --- POPUS FOR CAR REG ETC --- */

#reg_found_popup, .pfpopup {
	background-color: #F9F9F9;
	border-radius: 5px;
	border: medium solid #FFFFFF;
	display: none;
}
#reg_found_popup h3, .pfpopup{
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#reg_found_popup p, .pfpopup{
	text-align: center;
}
#reg_found_popup .button_wrapper{
	text-align: center;
	margin-bottom: 15px;
}


.reg_found_popup_close:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#change .list_display {
	margin-top: 5px;
	text-align: center;
	
}
#change .list_display a  {
	
	line-height: 18px;
	vertical-align: top;
}

#change .list_display a:link, 
#change .list_display a:visited {

text-decoration: none;
}

#change .list_display a:hover {
	color: #81C615;
	text-decoration: underline;
}

#change .list_display td {
	width: 20%;
}
#dismantlers_table_wrapper a#link {
    color: blue;
}
#activeCarResults_wrapper, #activeCarResults2_wrapper, #dismantlers_table_wrapper,
#damagedVehicleResults_wrapper{
	width: 98%;
	height: 98%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#dismantlers_table #county {
    background-color: #BBDFF3;
    font-weight: bold;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.form-control {
	font-size: 12px;
	}
.form-control.error {
    border: 1px solid #D0011B;
    /* border: red; */
}
span.add-photo.btn.btn-primary {
    font-size: 10px;
}
input#fileDesc {
    font-size: 10px;
	height: 28px;
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
/* --- CONTACT US PAGE TO ALIGN TEXT --- */
.contact-us, .car_info{
	text-align: left;
	color: black;
	font-size: 16px;
}
/* --- DATATABLES --- */
#activeCarResults_info, #activeCarResults_paginate, #activeCarResults2_info, #activeCarResults2_paginate, #dismantlers_table_filter,
#damagedVehicleResults_filter, #damagedVehicleResults_length{
	display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 4px;
}

@media (min-width: 991px) {
	body {
		font-size: 14px;
	}
	h1{
    font-size: 36px;
	}
	h3{
	font-size: 24px;
	}
	h5, .h5 {
    font-size: 14px;
	}
    .container-fluid-padding-100 {
        padding-right: 100px;
        padding-left: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid-padding-100 {
        padding-right: 100px;
        padding-left: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid-padding-50 {
        padding-right: 50px;
        padding-left: 50px;
        margin-right: auto;
        margin-left: auto;
    }
	.container-all-around-padding-20 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
    }
	.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	.footer p {
    font-size: 15px;
    padding-top: 14px;
	}
	
	.push-top {
    padding-top: 20px;
	}
	
	span.add-photo.btn.btn-primary {
    font-size: 14px;
	}
	input#fileDesc {
    font-size: 14px;
    height: 34px;
	}
	.form-control {
    height: 34px;
    font-size: 14px;
	}
	.btn {
    font-size: 14px;
    }
	#searchbar input {
    height: 46px;
	}
	.inner-addon-lg .glyphicon {
    position: absolute;
    padding-top: 20px;
    padding-left: 26px;
    pointer-events: none;
    font-size: 24px;
	}

}
/* --- VIEW DISMANTLER PAGES --- */
div#map {
    height: 600px;
	}

@media (max-width: 991px) {
	
	.container {
    width: 95%;
	}
	
    .navbar-inverse .navbar-toggle {
        border-color: transparent;
        color: #FFFFFF;
        /*margin-top: 17px;*/
        cursor: pointer;
    }
    /*  Navbar breakpoint to avoid navbar visual dropping */
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-header:before {
        margin-right: 130px;
    }
    .navbar-brand > img {
        display: block;
        height: 36px;
        /*margin-top: 6px;*/
    }
}


/* --- MOBILE OFF-CANVAS MENU --- */

.navbar-collapse {
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .sidebar-nav .offcanvas-login {
        position: fixed;
        right: 0px;
        bottom: 0px;
        background-color: #3A3A3A;
        width: 75%;
        padding: 20px 45px 20px 20px;
        box-shadow: inset 18px 0px 23px -10px #333333;
        -webkit-box-shadow: inset 18px 0px 23px -10px #333333;
        -moz-box-shadow: inset 18px 0px 23px -10px #333333;
        -o-box-shadow: inset 18px 0px 23px -10px #333333;
    }
    .sidebar-nav .navbar-nav {
        margin-top: 18px;
    }
    .sidebar-nav .nav {
        padding-left: 0px;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -75%;
        margin-right: 0px;
        background-color: #6D6D6D;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -75%;
    }
    .row-offcanvas-right.active {
        right: 75%;
    }
    .row-offcanvas-left.active {
        left: 75%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 75%;
        height: 100%;
        display: none;
        box-shadow: inset 18px 0px 23px -10px #333333;
        -webkit-box-shadow: inset 18px 0px 23px -10px #333333;
        -moz-box-shadow: inset 18px 0px 23px -10px #333333;
        -o-box-shadow: inset 18px 0px 23px -10px #333333;
    }
    .sidebar-nav .nav > li > a {
        color: #fff;
        padding-left: 30px;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        color: #444;
    }
}
@media (min-width: 1400px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
}
/*****************************************************************************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*****************************************************************************************************************************/
@media only screen and (min-width: 768px) {
	
	.navbar-inverse .navbar-brand,
	.navbar-inverse .navbar-nav > li > a {
    height: 75px;
	}
	
	#change .list_display {
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 20%;
	float: left;
	}
	#change .list_display a  {
		font-size: 16px;
		line-height: 28px;
	}
	#change .list_display td {
		padding-top: 10px;
	}
	
	#activeCarResults_wrapper, #activeCarResults2_wrapper, #dismantlers_table_wrapper,
	#damagedVehicleResults_wrapper {
	font-size: 14px;
	color: #222222;
	}
	#dismantlers_table_wrapper a,
	#damagedVehicleResults_wrapper a{
	text-decoration: none;
	color: #222222;
	}
	#dismantlers_table_wrapper a:visited, #damagedVehicleResults_wrapper a:visited {
	color: #222222;	
	}
	
	div#details {
    width: 49.1525%;
    float: left;
	}
	div#map {
    width: 49.1525%;
    clear: none;
    margin-left: 1.6949%;
    height: 600px;
    float: left;
    display: block;
	}
}