/*
Last Change: 2016-12-09
-------------------------------------------------- 
-------------------------------------------------- 
	DEWALT 
	Brand Color: fdb827
*/

/* General 
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

h1 {
    font-size: 22px;
    color: #fdb827;
}

h2 {
    font-size: 18px;
    color: #fdb827;
}

h3 {
    font-size: 18px;
    color: #fdb827;
}

h4 {
    font-size: 16px;
    color: #fff;
}

h5 {
    font-size: 16px;
    color: #fff;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #fff;
        text-decoration: underline;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.main-content a {
    color: #fdb827;
    font-weight: bold;
    text-decoration: underline;
}

    .main-content a:hover {
        text-decoration: none;
    }

.main-content .btn {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0 0 15px;
}

label {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.no-space {
    margin: 0;
}

.row-no-space {
    margin-left: -25px;
    margin-right: -25px;
}

.btn {
    border-radius: 0;
}

.btn-default:hover {
    background-color: #fff;
}

.btn-brand {
    background: #fdb827;
    color: #1e1e1e !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
}

    .btn-brand:hover {
        background: #efa302;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.btn-large {
    padding: 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.btn-brand-large {
    padding: 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.btn-dark {
    background: #1e1e1e none repeat scroll 0 0;
    border: 1px solid #313131;
    color: #e4a525 !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-dark:hover {
        border: 1px solid #1e1e1e;
        transition: all 0.5s ease 0s;
    }

.btn.active, .btn:active {
    box-shadow: none;
}

.btn.text-center {
    text-align: center !important;
}

select {
    color: #999;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    height: 45px;
}

.form-control {
    color: #1e1e1e;
    border-radius: 0;
    border: none;
    font-size: 16px;
    height: 45px;
}

    .form-control::-moz-placeholder {
        color: #1e1e1e;
    }

textarea.form-control {
    height: auto !important;
}

#content-wrapper {
    padding: 45px 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-center {
    margin: 0 auto;
}

.img-space {
    margin: 10px 0;
}

.img-space-bottom {
    margin-bottom: 10px;
}

.space-bottom-0 {
    margin-bottom: 0 !important;
}

.space-bottom-10 {
    margin-bottom: 10px;
}

.space-bottom-20 {
    margin-bottom: 20px;
}

.space-bottom-30 {
    margin-bottom: 30px;
}

.space-top-10 {
    margin-top: 10px;
}

.space-top-20 {
    margin-top: 20px;
}

.space-top-25 {
    margin-top: 25px;
}

.space-top-27 {
    margin-top: 27px;
}

.space-top-30 {
    margin-top: 30px;
}

.dewalt-e {
    font-size: 80%;
}

.glyphicon-yellow {
    color: #fdb827;
}

.white {
    color: #fff;
}

.yellow {
    color: #fdb827;
}

.grey {
    color: #3c3c3c;
}

td {
    vertical-align: top;
}

.product-table {
    width: 100%;
}

    .product-table thead {
        border-bottom: 1px solid #3f3f3f;
    }

        .product-table thead th {
            border-bottom: 1px solid #3f3f3f;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 0 5px 15px;
            text-transform: uppercase;
        }

    .product-table tbody td {
        padding: 5px 0 5px 15px;
        font-size: 14px;
    }

    .product-table tbody tr:last-child td {
        padding-bottom: 15px;
    }

    .product-table tbody tr:first-child td {
        padding-top: 15px;
    }


.part-table {
    width: 100%;
}

    .part-table thead {
        border-bottom: 1px solid #3f3f3f;
    }

        .part-table thead th {
            border-bottom: 1px solid #3f3f3f;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 0 5px 15px;
            text-transform: uppercase;
        }

    .part-table tbody td {
        padding: 5px 0 5px 15px;
        font-size: 14px;
    }

    .part-table tbody tr:last-child td {
        padding-bottom: 15px;
    }

    .part-table tbody tr:first-child td {
        padding-top: 15px;
    }

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.seperator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #3f3f3f;
}

a[data-toggle="modal"] {
    cursor: pointer;
}

.modal-content {
    background-clip: padding-box;
    background-color: #1e1e1e;
    border: 1px solid #3f3f3f;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    padding: 15px;
}

.tooltip {
    font-family: "Roboto Condensed",​sans-serif;
    font-size: 14px;
}

.tooltip-inner {
    background-color: #1e1e1e;
    border-radius: 0;
}

.tooltip-arrow {
    border-right-color: #1e1e1e;
}

.modal-dialog {
    width: 1000px;
}

#rating-plate .modal-dialog {
    width: 800px;
}

.content-list {
    list-style-type: square;
    margin-left: 15px;
    margin-bottom: 15px;
}

.forgot-password-link {
    font-weight: normal !important;
    padding-top: 10px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: block;
}

/* Additional Information
-------------------------------------------------- */
.additional-information-links {
    line-height: 18px;
    background: #1e1e1e;
    border: 1px solid #313131;
    padding: 15px;
    margin-bottom: 15px;
}

    .additional-information-links h2 {
        margin-bottom: 10px;
    }

    .additional-information-links ul li {
        margin-bottom: 5px;
        margin-left: 10px;
    }

        .additional-information-links ul li a:hover {
            color: #fdb827;
            text-decoration: none;
        }

    .additional-information-links .box-right li {
        margin-left: 20px;
    }

@media (max-width:768px) {
    .additional-information-links ul li {
        margin-left: 0 !important;
    }
}

/* Cookie Warning
-------------------------------------------------- */
#cookiewarning .cookiewarning-container {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 10px 0;
    text-align: center;
    border-bottom: 4px solid #000;
}

#cookiewarning .cookiewarning-inner {
}

    #cookiewarning .cookiewarning-inner .btn-cookie {
        background-color: #fdb827 !important;
        border: 0 !important;
        padding: 2px 10px !important;
        margin-left: 10px !important;
    }

    #cookiewarning .cookiewarning-inner .btn-privacy {
        background-color: #fdb827 !important;
        border: 0 !important;
        padding: 2px 10px !important;
        margin-left: 10px !important;
    }

/* Session time out warning */
#sessionTiming .sessionwarning-inner .btn-ok {
    background-color: #fdb827 !important;
    border: 0 !important;
    padding: 2px 10px !important;
    margin-left: 10px !important;
}

#sessionTiming .sessionwarning-inner .btn-cancel {
    background-color: #fdb827 !important;
    border: 0 !important;
    padding: 2px 10px !important;
    margin-left: 10px !important;
}

#sessionTiming {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.sessionwarning-inner {
    background-color: #fff !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    color: #000;
}

/* Header
-------------------------------------------------- */
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.header-wrapper {
    position: relative;
}

#header {
    background-color: #fdb827;
    position: relative;
    min-height: 100px;
}

#header-nav-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

.header-buttons {
    min-height: 60px;
}

#header-nav-wrapper .container,
#header-nav-wrapper > .container > .row > * {
    position: static;
}

.navbar-brand {
    max-width: 85%;
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
    font-size: 18px;
    height: 100px;
    line-height: 20px;
    padding: 20px 10px;
    margin-left: -10px;
}

    .navbar-brand img {
        max-height: 100%;
    }

.header-top {
    padding-top: 0;
    color: #1e1e1e;
}

.header-top-row {
    padding-top: 5px;
}

.header-top .location {
    padding: 4px 0 0 0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: -25px;
}

    .header-top .location span {
        text-transform: normal;
    }

    .header-top .location a {
        color: #1e1e1e;
    }

.header-top .access-market {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    margin-left: 25px;
}

    .header-top .access-market .access-market-btn {
        padding: 0 10px;
        color: #1e1e1e;
        display: inline-block;
    }

        .header-top .access-market .access-market-btn a {
            color: #1e1e1e;
        }

.header-top .language-selector {
    border-left: 1px solid #1e1e1e;
}

.header-top .access-market .dropdown-menu {
    background-color: #1e1e1e !important;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin: 11px 0 0 0;
    min-width: 90px;
    border-top: 1px solid #1e1e1e;
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
}

    .header-top .access-market .dropdown-menu li {
        padding: 5px 0;
        border-bottom: 1px solid #3f3f3f;
    }

    .header-top .access-market .dropdown-menu a {
        color: #fff;
    }

.margin-nav {
    margin-left: 28%;
}

/* Navigation
-------------------------------------------------- */
.navbar {
    border: none;
    background-color: #1e1e1e;
    border-radius: 0;
    margin: 0 -1000px 0 0;
    min-height: 60px;
    /*padding-right: 1000px;*/
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li > a {
    font-size: 17px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: bold;
    padding: 20px 15px 15px 15px;
    border-bottom: 5px solid #1e1e1e;
}

.nav > li > a:hover {
    background: #3c3c3c;
    color: #dcdcdc;
    text-decoration: none;
    border-bottom: 5px solid #fdb827;
}

.selectedmenu {
    background: #3c3c3c;
    color: #dcdcdc;
    text-decoration: none;
    border-bottom: 5px solid #fdb827 !important;
}

.nav > li > a:focus {
    background: #3c3c3c;
    color: #fdb827;
    text-decoration: none;
    border-bottom: 5px solid #fdb827;
}

.nav > li.active > a {
    background: #3c3c3c;
    border-bottom: 5px solid #3c3c3c;
    color: #fdb827;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border: none;
}

.nav .dropdown-menu {
    background: rgba(30,30,30,1);
    border-radius: 0;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 6px;
    padding: 0;
    font-size: 14px;
    min-width: 100%;
}

    .navbar-nav > li > .dropdown-menu li {
        padding: 5px 0;
        border-bottom: 1px solid #3f3f3f;
    }

        .navbar-nav > li > .dropdown-menu li:last-child {
            border: none;
        }

    .navbar-nav > li > .dropdown-menu a {
        color: #fff;
        padding: 3px 10px;
        text-transform: uppercase;
    }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: transparent;
    color: #fdb827;
    text-decoration: none;
}

/* Search
-------------------------------------------------- */
.search-container {
    background: #1e1e1e;
    border: 1px solid #3f3f3f;
}

    .search-container .row-nospace {
        margin: 0 -15px;
        padding: 0;
    }

        .search-container .row-nospace .col-nospace {
            margin: 0;
            padding: 0;
        }

    .search-container .search-form input {
        height: 60px;
        border: 1px solid #fdb827;
        padding-left: 20px;
        display: inline-block;
        font-size: 16px;
    }

    .search-container .btn-search {
        height: 60px;
        width: 60px;
        background: #fdb827;
        color: #000;
        display: inline-block;
    }

        .search-container .btn-search .glyphicon {
            color: #000;
            font-size: 24px;
            line-height: 24px;
        }

    .search-container .search-form-info {
        padding: 6px 0 0 0;
    }

        .search-container .search-form-info p {
            margin: 0;
            padding: 0;
            color: #fdb827;
        }

    .search-container .search-form-info-text {
        max-width: 410px;
    }

    .search-container .search-form-info-up {
        text-align: right;
        width: 70%;
    }

        .search-container .search-form-info-up p {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 0 0 0;
        }

    .search-container .collapse-button {
        height: 60px;
        width: 60px;
        background: #fdb827;
        color: #000;
        display: inline-block;
    }

        .search-container .collapse-button .glyphicon {
            color: #000;
            font-size: 24px;
            line-height: 24px;
        }

        .search-container .collapse-button .glyphicon-down {
            margin: 5px 5px 0 -2px;
        }

    .search-container .glyphicon-down .glyphicon-triangle-bottom {
        font-size: 12px;
        top: -4px;
    }

    .search-container .glyphicon-down,
    .search-container .collapsed .glyphicon-up,
    .search-container .search-form-info-down,
    .search-container .collapsed .search-form-info-up {
        display: none;
    }

    .search-container .collapsed .glyphicon-down,
    .search-container .glyphicon-up,
    .search-container .collapsed .search-form-info-down,
    .search-container .search-form-info-up {
        display: block;
    }

    .search-container h2 {
        margin-top: 20px;
    }

    .search-container .search-spareparts {
        display: inline;
        height: 40px;
        width: 90%;
    }

    .search-container .search-stepbystep select {
        color: #555;
        height: 40px;
        display: inline;
        margin-bottom: 5px;
    }

#search-panel {
    padding-bottom: 20px;
}

    #search-panel .search-panel-box {
        padding: 0 5px;
    }

.search-checkboxes .btn + .btn {
    margin-left: 0;
}

.search-checkboxes .btn {
    padding: 0;
    margin: 0;
    white-space: normal;
    display: inline-block;
}

.search-checkboxes .checkbox-wrapper {
    width: 25px;
    height: 25px;
    border: 2px solid #b4b4b4;
    background: #1e1e1e;
    position: relative;
    float: left;
    border-radius: 50%;
    padding: 0;
}

    .search-checkboxes .checkbox-wrapper:hover {
        border: 2px solid #fdb827;
    }

.search-checkboxes .btn .circle {
    opacity: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fdb827;
    position: absolute;
    top: -2px;
    left: -2px;
}

.search-checkboxes .btn.active .circle {
    opacity: 1;
}

.search-checkboxes .btn span.checkbox-description {
    line-height: 14px;
    padding: 5px 0 0 10px;
    text-align: left;
    float: left;
    white-space: normal;
}

.search-checkboxes .btn:hover {
    color: #fff;
}

.search-checkboxes input[type="checkbox"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}

.search-checkboxes .checkbox-wrapper {
    margin-top: 12px;
}

    .search-checkboxes .checkbox-wrapper input[type="checkbox"] {
        clip: rect(0px, 0px, 0px, 0px);
        pointer-events: none;
        position: absolute;
    }

.search-checkboxes .checkbox-description {
    float: none !important;
    padding: 0 0 0 10px !important;
    width: 80px !important;
    height: 50px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.search-checkboxes .checkbox-col {
    display: table;
}

.search-checkboxes .btn {
    height: 40px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.standard-checkboxes .btn + .btn {
    margin-left: 0;
}

.standard-checkboxes .btn {
    padding: 0;
    margin: 0;
    white-space: normal;
    display: inline-block;
}

.standard-checkboxes .checkbox-wrapper {
    width: 25px;
    height: 25px;
    border: 2px solid #b4b4b4;
    background: transparent;
    position: relative;
    float: left;
    border-radius: 50%;
    padding: 0;
}

.standard-checkboxes .checkbox-active {
    background: #fdb827;
    border: 2px solid #fdb827;
}

.standard-checkboxes .checkbox-wrapper:hover {
    border: 2px solid #fdb827;
}

.standard-checkboxes .btn .circle {
    opacity: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fdb827;
    position: absolute;
    top: -2px;
    left: -2px;
}

.standard-checkboxes .btn.active .circle {
    opacity: 1;
}

.standard-checkboxes .btn span.checkbox-description {
    line-height: 14px;
    padding: 5px 0 0 10px;
    text-align: left;
    float: left;
    white-space: normal;
    text-transform: none;
}

.standard-checkboxes .btn:hover {
    color: #fff;
}

.standard-checkboxes input[type="checkbox"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}

.standard-checkboxes .checkbox-wrapper {
    margin-top: 12px;
}

    .standard-checkboxes .checkbox-wrapper input[type="checkbox"] {
        clip: rect(0px, 0px, 0px, 0px);
        pointer-events: none;
        position: absolute;
    }

.standard-checkboxes .checkbox-description {
    float: none !important;
    padding: 0 0 0 10px !important;
    height: 50px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.standard-checkboxes .checkbox-col {
    display: table;
}

.standard-checkboxes .btn {
    height: 40px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.tt-menu {
    background: rgba(30, 30, 30, 1) none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #3f3f3f;
    padding: 15px 15px 0 15px;
}

.tt-suggestion {
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.tt-selectable {
    margin: 0 0 15px;
}

.tt-suggestion:hover {
    color: #fdb827;
    background: none;
}

.ui-menu {
    background-color: #252626;
    border: none;
    color: #fff;
    box-shadow: none;
    left: 0;
    min-width: 160px;
    padding: 10px 10px 10px 0;
    z-index: 1000;
    font-size: 14px;
}

    .ui-menu .ui-menu-item {
        background-color: #252626;
        min-width: 160px;
        border: none;
    }

        .ui-menu .ui-menu-item:hover {
            color: #fdb827;
            border: none;
            font-weight: normal;
            margin: 0;
        }

.twitter-typeahead pre {
    font-weight: 600 !important;
}

/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
}

    .breadcrumb .current-position {
        background: #1e1e1e;
        font-size: 14px;
        padding: 7px 30px;
        margin: 0;
        height: 33px;
    }

    .breadcrumb .home-icon {
        background: #fdb827;
        padding: 5px 10px;
        margin: 0;
        height: 33px;
    }

        .breadcrumb .home-icon span {
            color: #1e1e1e;
        }

    .breadcrumb .breadcrumb-links {
        padding: 4px 0 0 30px;
    }

    .breadcrumb .breadcrumb-back {
        text-transform: uppercase;
        padding: 7px 0 0 30px;
        color: #fff;
        font-size: 14px;
    }

        .breadcrumb .breadcrumb-links a,
        .breadcrumb .breadcrumb-back a {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
        }

        .breadcrumb .breadcrumb-back .glyphicon {
            color: #fdb827;
        }

/* Footer
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    width: 100%;
    border-top: 1px solid #fdb827;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px;
}

    .footer .footer-left,
    .footer .footer-right {
        padding: 6px 0 0 0;
    }

/* Main Content General
-------------------------------------------------- */
.content-box {
    margin-bottom: 30px;
}

    .content-box a,
    .content-box a:hover,
    .content-box a:focus,
    .content-box a:active {
        text-decoration: none;
    }

    .content-box a {
        width: 100%;
        height: 100%;
        display: block;
    }

.content-container .content-box {
    background: #1e1e1e;
    border: 1px solid #313131;
    padding: 15px;
}

.content-container .content-box-standard {
    height: 185px;
    background: #1e1e1e;
    border: 1px solid #313131;
}

    .content-container .content-box-standard:hover,
    .content-container .content-box-catalogue:hover {
        border: 1px solid #fdb827;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.content-container .content-box-wide {
    height: 77px;
    padding: 10px 20px;
    background: #1e1e1e;
    border: 1px solid #313131;
}

    .content-container .content-box-wide:hover {
        border: 1px solid #fdb827;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.content-container .content-box h2 {
    margin-bottom: 18px;
}

.main-content .headline {
    border-bottom: 1px solid #3f3f3f;
    padding: 0 10px 5px 10px;
    margin-bottom: 10px;
}

.main-content.product-page .headline {
    margin-bottom: 15px;
}


.main-content.part-page .headline {
    margin-bottom: 15px;
}


.main-content .text {
    padding: 10px;
}

.additional-information-box {
    border: 1px solid #3f3f3f !important;
}

    .additional-information-box:hover {
        border: 1px solid #fdb827 !important;
    }

    .additional-information-box a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .additional-information-box h2 {
        font-size: 16px;
    }

/* Home
-------------------------------------------------- */
.carousel-container {
    margin-top: 4px;
    position: relative;
}

.carousel-indicators {
    top: 0;
    right: 0;
    left: auto;
    margin: 10px 7px 0 0;
    padding: 0;
    position: absolute;
    z-index: 15;
    width: auto;
}

    .carousel-indicators li {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #fdb827;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 18px;
        margin: 0 1px;
        text-indent: -999px;
        width: 18px;
    }

    .carousel-indicators .active {
        background-color: #fdb827;
        height: 18px;
        margin: 0;
        width: 18px;
    }

.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 3px;
    /*background-color: #fdb827;*/
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

    .transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
        -webkit-transition: width 4.25s linear;
        -moz-transition: width 4.25s linear;
        -o-transition: width 4.25s linear;
        transition: width 4.25s linear;
    }

/* Service Agent Locator
-------------------------------------------------- */
.service-agent-locator input {
    height: 40px;
    width: 270px;
}

.service-agent-locator .or {
    font-style: italic;
    padding-top: 8px;
}

.service-agent-locator h2 {
    padding-bottom: 10px;
}

.service-agent-locator .search-parameters {
    padding-bottom: 30px;
}

.service-agent-locator .agent-locator-filters {
    position: relative;
}

    .service-agent-locator .agent-locator-filters li {
        display: inline-block;
        background: #1e1e1e;
        width: 36px;
        margin-right: 2px;
        cursor: pointer;
        /*border-bottom:5px solid #fdb827;*/
    }

.results-table .service-agent-locator .agent-locator-filters li {
    width: 26px;
    margin-bottom: 2px;
}

.service-agent-locator .agent-locator-filters li p {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 274px;
    position: absolute;
    top: 42px;
    left: 0;
    opacity: 0;
    background: #1e1e1e;
}

.service-agent-locator .results-table-inner .agent-locator-filters li img {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.service-agent-locator .agent-locator-filters li img {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.service-agent-locator .agent-locator-filters li:hover p {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.7s linear;
    -moz-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}

.service-agent-locator .choose-brand img {
    opacity: 0.3;
    width: 36px;
    height: 36px;
}

.service-agent-locator .choose-brand .active img {
    opacity: 1;
}

.service-agent-locator .choose-brand a:hover img {
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.service-agent-locator .map {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-agent-locator .content-box {
    padding: 0;
}

    .service-agent-locator .content-box h2 {
        padding: 15px;
    }

.service-agent-locator .results-table {
    width: 100%;
    margin: 0;
}

.service-agent-locator .results-table-inner {
    width: 100%;
    margin: 0;
}

.service-agent-locator .results-table th {
    border-bottom: 1px solid #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 40px 5px 15px;
}

.service-agent-locator .results-table tr {
    border-bottom: 1px solid #3f3f3f;
}

    .service-agent-locator .results-table tr:last-child {
        border-bottom: none;
    }

    .service-agent-locator .results-table tr td {
        vertical-align: top;
        padding: 0;
    }

        .service-agent-locator .results-table th,
        .service-agent-locator .results-table tr td td {
            width: 23%;
        }

.service-agent-locator .results-table .number-col {
    width: 8%;
}

.service-agent-locator .results-table tr td td {
    padding: 15px;
}

.service-agent-locator .results-table tr td .number {
    font-size: 20px;
    padding-left: 10px;
}

.service-agent-locator .results-table tr td .type {
    float: left;
    color: #bebebe;
}

.service-agent-locator .results-table tr td .entry {
    float: right;
    text-transform: none;
}

.service-agent-locator .services {
    text-align: left;
    padding-left: 25px !important;
}

.service-agent-locator .service-icon {
    float: left;
    margin: 0 5px 0 0;
}

.service-agent-locator .distance-route {
    text-align: center;
}

    .service-agent-locator .distance-route .distance {
        font-size: 16px;
        color: #b4b4b4;
        display: block;
    }

    .service-agent-locator .distance-route a {
        text-decoration: underline;
    }

.scroll {
    overflow: auto;
    height: 600px;
}

    .scroll::-webkit-scrollbar {
        width: 10px;
        background-color: #3C3C3C;
    }

    .scroll::-webkit-scrollbar-thumb {
        background-color: #fdb827;
        border: 1px solid #3C3C3C;
    }

    .scroll::-webkit-scrollbar-track {
        background-color: #3C3C3C;
    }

.scroll-small {
    height: 230px;
}

/* Search Results
-------------------------------------------------- */
.search-results .faq-results {
    padding: 15px 0 15px 15px;
}

.search-results .headline {
    padding: 0 10px 5px;
}

.search-results .faq-item {
    margin: 0 0 2px -15px;
    padding: 15px;
    cursor: pointer;
}

    .search-results .faq-item p {
        font-size: 16px;
    }

.search-results .related-article {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: block;
}

.search-results .faq-item .seperator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #3f3f3f;
    margin: 15px 0;
}

.search-results .faq-item .excerpt {
    margin: 0;
    padding: 0;
}

.search-results .faq-item[aria-expanded="true"] .excerpt {
    display: none;
}

.search-results .faq-item[aria-expanded="true"] {
    background: #1e1e1e;
}

.search-results .faq-item h4 {
    margin: 0;
    padding: 0;
}

.search-results .faq-item[aria-expanded="true"] h4 {
    color: #fdb827;
    padding: 0 0 15px 0;
}

.search-results .faq-item .btn-brand {
    text-decoration: none;
    margin-right: 10px;
}

.search-result-product .content-box {
    min-height: 255px;
    margin-top: 30px;
    margin-bottom: 0;
}

    .search-result-product .content-box .image-box {
        background: #fff;
        height: 225px;
        padding: 15px;
        width: 180px;
    }

    .search-result-product .content-box img {
        /*max-height:100%;*/
        width: auto;
        max-height: 100%;
    }

.search-results .headline {
    margin-bottom: 0;
}

.search-result-product h3 {
    color: #d9d9d9;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.search-result-product .search-product-info select {
    height: 46px;
    width: 90%;
    text-transform: uppercase;
    background: #fff;
    font-size: 16px;
    margin: 0 0 15px 0;
    display: block;
    border: 1px solid #afafaf;
    float: left;
    display: block;
}

.search-result-product .search-product-info .info-button {
    float: right;
    width: 20px;
    padding: 10px;
}

.search-result-product .search-product-info .btn {
    width: 90%;
}

.search-result-product .search-product-info .btn-brand {
    margin: 0 0 15px 0;
}

.search-result-product .search-product-info select:last-child {
    margin-bottom: 0;
}

.search-result-product .search-product-info .btn img {
    float: left;
    padding: 0 10px 0 0;
}


/* News Page
-------------------------------------------------- */
.news-page .news-item h4 {
    color: #fdb827;
    text-decoration: none;
}

.news-page .news-item p {
    margin: 0px;
    color: #fff;
    text-decoration: none;
}

.news-page .news-item .news-preview {
    margin-bottom: 25px
}


/* Product Page
-------------------------------------------------- */
.height-220 {
    height: 220px !important;
}

.height-185 {
    height: 185px !important;
}

.height-staff {
    height: 562px !important;
}

.product-page .image-box {
    height: 312px;
    background: #fff;
    padding: 20px;
    width: 100%;
}

.product-page .product-page-details .content-box {
    min-height: 312px;
}

.product-page .image-box img {
    width: auto;
    max-height: 100%;
}

.product-page .general-details table {
    width: 100%;
}

.product-page .general-details td {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
}

.product-page .general-details .title {
    width: 45%;
}

.product-page .general-details .entry {
    width: 45%;
    text-align: right;
}

.product-page .documents-dropdown {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

    .product-page .documents-dropdown .btn {
        float: none;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        color: #616161;
        font-size: 16px;
        height: 45px;
    }

.product-page .btn img {
    padding-right: 10px;
}

.product-page .dropdown-title {
    float: left;
}

.product-page .documents-dropdown .caret {
    float: right;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px dashed;
    margin-left: 2px;
    color: #fdb827;
}

.product-page .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 100%;
}

.product-page .technical-specifications {
    padding: 0;
}

    .product-page .technical-specifications h2 {
        padding: 15px 15px 0 15px;
        margin: 0 0 10px 0;
    }

    .product-page .technical-specifications table {
        width: 100%;
    }

        .product-page .technical-specifications table thead {
            border-bottom: 1px solid #3f3f3f;
        }

            .product-page .technical-specifications table thead th {
                border-bottom: 1px solid #3f3f3f;
                font-weight: bold;
                padding: 5px 0 5px 15px;
                text-transform: uppercase;
            }

        .product-page .technical-specifications table tbody td {
            padding: 5px 0 5px 15px;
            font-size: 14px;
        }

        .product-page .technical-specifications table tbody tr:last-child td {
            padding-bottom: 15px;
        }

        .product-page .technical-specifications table tbody tr:first-child td {
            padding-top: 15px;
        }

.content-box-312 {
    min-height: 312px;
}

.content-box-345 {
    height: 345px;
}

.content-box-400 {
    height: 400px;
}

.content-box-613 {
    height: 613px;
}

.content-box-830 {
    height: 830px;
}

.product-page .regions {
    color: #3c3c3c;
    text-transform: uppercase;
    height: 210px;
    font-size: 14px;
}

    .product-page .regions .active {
        color: #328d2e;
    }

.product-page .comments {
    height: 160px;
}


/* Part Page
-------------------------------------------------- */
.height-220 {
    height: 220px !important;
}

.height-185 {
    height: 185px !important;
}

.height-staff {
    height: 562px !important;
}

.part-page .image-box {
    height: 226px;
    background: #fff;
    padding: 20px;
    width: 100%;
}

.part-page .part-page-details .content-box {
    min-height: 226px;
}

.part-page .image-box img {
    width: auto;
    max-height: 100%;
}

.part-page .partgeneral-details table {
    width: 100%;
}

.part-page .partgeneral-details td {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
}

.part-page .partgeneral-details .parttitle {
    width: 45%;
}

.part-page .partgeneral-details .partentry {
    width: 45%;
    text-align: right;
}

.part-page .documents-dropdown {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

    .part-page .documents-dropdown .btn {
        float: none;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        color: #616161;
        font-size: 16px;
        height: 45px;
    }

.part-page .btn img {
    padding-right: 10px;
}

.part-page .dropdown-title {
    float: left;
}

.part-page .documents-dropdown .caret {
    float: right;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px dashed;
    margin-left: 2px;
    color: #fdb827;
}

.part-page .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 100%;
}

.part-page .technical-specifications {
    padding: 0;
}

    .part-page .technical-specifications h2 {
        padding: 15px 15px 0 15px;
        margin: 0 0 10px 0;
    }

    .part-page .technical-specifications table {
        width: 100%;
    }

        .part-page .technical-specifications table thead {
            border-bottom: 1px solid #3f3f3f;
        }

            .part-page .technical-specifications table thead th {
                border-bottom: 1px solid #3f3f3f;
                font-weight: bold;
                padding: 5px 0 5px 15px;
                text-transform: uppercase;
            }

        .part-page .technical-specifications table tbody td {
            padding: 5px 0 5px 15px;
            font-size: 14px;
        }

        .part-page .technical-specifications table tbody tr:last-child td {
            padding-bottom: 15px;
        }

        .part-page .technical-specifications table tbody tr:first-child td {
            padding-top: 15px;
        }

.content-box-312 {
    min-height: 312px;
}

.content-box-345 {
    height: 345px;
}

.content-box-400 {
    height: 400px;
}

.content-box-613 {
    height: 613px;
}

.content-box-830 {
    height: 830px;
}

.part-page .regions {
    color: #3c3c3c;
    text-transform: uppercase;
    height: 210px;
    font-size: 14px;
}

    .part-page .regions .active {
        color: #328d2e;
    }

.part-page .comments {
    height: 160px;
}

/* Diagrams/Drawings
-------------------------------------------------- */
#imageWithTags {
    background: #fff;
}

.diagrams-drawings .diagram-container {
    margin-top: 15px;
    position: relative;
}

    .diagrams-drawings .diagram-container .hotspot {
        width: 40px;
        height: 20px;
        position: absolute;
        cursor: pointer;
    }

    .diagrams-drawings .diagram-container::-webkit-scrollbar {
        width: 10px;
        background-color: #3C3C3C;
    }

    .diagrams-drawings .diagram-container::-webkit-scrollbar-thumb {
        background-color: #fdb827;
        border: 1px solid #3C3C3C;
    }

    .diagrams-drawings .diagram-container::-webkit-scrollbar-track {
        background-color: #3C3C3C;
    }

.diagrams-drawings .diagram-container-navigation {
    float: right;
    padding-top: 7px;
    cursor: pointer;
}

.diagrams-drawings .bigger,
.diagrams-drawings .smaller {
    color: #fdb827;
    font-size: 24px;
    line-height: 22px;
    font-weight: normal;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #fdb827;
    float: left;
    font-family: Arial,Tahoma,sans-serif;
    cursor: pointer;
}

.diagrams-drawings .smaller {
    line-height: 18px;
}

.diagrams-drawings .scale {
    color: #fdb827;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0 7px;
    width: 60px;
    height: 26px;
    border: 2px solid #fdb827;
    font-family: Arial,Tahoma,sans-serif;
    float: left;
}

.diagram-container-navigation .nav-item {
    float: left;
    width: 26px;
}

.diagrams-drawings .btn-brand {
    padding: 10px;
    margin-right: 50px;
    text-align: left;
    display: inline-block;
}

    .diagrams-drawings .btn-brand img {
        padding-right: 10px;
    }

.diagrams-drawings .documents-dropdown {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

    .diagrams-drawings .documents-dropdown .btn {
        float: none;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        color: #afafaf;
        font-size: 16px;
        height: 45px;
    }

.diagrams-drawings .btn img {
    padding-right: 10px;
}

.diagrams-drawings .dropdown-title {
    float: left;
}

.diagrams-drawings .documents-dropdown .caret {
    float: right;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px dashed;
    margin-left: 2px;
    color: #fdb827;
}

.diagrams-drawings .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 100%;
}

.diagrams-drawings .no-padding {
    padding-left: 0;
    padding-right: 0;
}

.diagrams-drawings .no-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.diagrams-drawings .product-table {
    margin-top: 20px;
    width: 100%;
}

    .diagrams-drawings .product-table th,
    .diagrams-drawings .product-table td {
        padding: 5px 15px;
    }

.diagrams-drawings .product-table {
    display: none;
}

    .diagrams-drawings .product-table.active {
        display: table;
    }

.diagrams-drawings #productPartsTable a {
    display: inline;
    color: #fff;
    font-weight: normal;
}

/* Parts List
-------------------------------------------------- */
.parts-list-box {
    padding: 0 !important;
    margin-bottom: 0;
    font-size: 13px !important;
}

    .parts-list-box tbody td {
        font-size: 13px !important;
    }

    .parts-list-box h2 {
        padding: 17px 15px 0 15px;
    }

    .parts-list-box a {
        font-weight: normal;
        color: #fff;
        width: auto;
        display: inline-block;
    }

        .parts-list-box a:hover {
            color: #fdb827;
        }

    .parts-list-box .qty-per-col {
        min-width: 120px;
    }

    .parts-list-box .glyphicon {
        font-size: 12px;
        cursor: pointer;
    }

.ui-tooltip {
    font-family: "Roboto Condensed", ​sans-serif;
    font-size: 13px;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    position: absolute;
}

.ui-tooltip-content {
    background: rgba(0,0,0,0.95);
    border-radius: 0;
    padding: 10px;
    color: #fff;
}

.ui-tooltip-arrow {
    background: rgba(0,0,0,0.95);
    border: 1px solid #000;
}

.parts-list-box .glyphicon + .tooltip > .tooltip-arrow {
    border-right-color: #1e1e1e
}

.parts-list .active {
    background: #86bd6a;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
}

.parts-list .inactive {
    background: #bd3b3b;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
}

.part-search-results .headline {
    margin-bottom: 0;
}

.parts-result-icons img {
    float: left;
    margin: 3px 7px 0 0;
}

.parts-result-item {
    background: #1e1e1e none repeat scroll 0 0;
    border: 1px solid #313131;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 30px;
    position: relative;
}

    .parts-result-item a {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
    }

    .parts-result-item .part-number {
        display: block;
        color: #fdb827;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

    .parts-result-item .part-name {
        display: block;
        margin-bottom: 15px;
        height: 60px;
    }

    .parts-result-item .status-indicator {
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        display: block;
    }

.icon-obsolete .status-indicator {
    background: #bd3b3b;
}

.icon-active .status-indicator {
    background: #86bd6a;
}

.icon-active-while-stocks-last .status-indicator {
    background: #ea9225;
}

/* Instruction Manuals
-------------------------------------------------- */
.instruction-manuals a {
    font-weight: normal;
    color: #fff;
}

.instruction-manuals li {
    padding: 2px 0;
}

.instruction-manuals a:hover {
    color: #fdb827;
}

/* FAQ
-------------------------------------------------- */
.ask-a-question .faq-form input {
    border: 1px solid #fdb827;
    display: inline-block;
    height: 60px;
    width: 470px;
    padding-left: 30px;
    float: left;
}

.ask-a-question .faq-form .btn-faq {
    background: #fdb827 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    height: 60px;
    width: 60px;
}

    .ask-a-question .faq-form .btn-faq .glyphicon {
        color: #000;
        font-size: 24px;
        line-height: 24px;
    }

.ask-a-question .faq-select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #afafaf;
    display: block;
    font-size: 16px;
    height: 50px;
    margin: 15px 0;
    padding: 13px 20px;
    text-transform: uppercase;
    width: 530px;
}

/* Fixed Price Service Plan
-------------------------------------------------- */
.fixed-price-service-plan .btn-search {
    background: #fdb827 none repeat scroll 0 0;
    color: #000;
    float: left;
    height: 45px;
    width: 10%;
    margin: 0;
}

.fixed-price-service-plan .search-form input {
    height: 45px;
    float: left;
    width: 90%;
    border: 1px solid #fdb827;
}

.fixed-price-service-plan input {
    height: 45px;
}

    .fixed-price-service-plan input[type="checkbox"] {
        height: auto !important;
    }

.fixed-price-service-plan #accountdetailsmsg {
    color: #bd3b3b;
    font-weight: normal;
    text-transform: none;
}

.fixed-price-service-plan .errormsg {
    color: #bd3b3b;
    font-weight: normal;
    text-transform: none;
}

.fixed-price-service-plan #errormsg h2 {
    color: #ff0000;
    font-weight: normal;
    text-transform: none;
}

.fixed-price-service-plan .product-table thead th {
    font-size: 14px;
}

.fixed-price-service-plan .active {
    background: #86bd6a none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}

.fixed-price-service-plan .parts-list-box .btn {
    font-weight: bold;
}

.fixed-price-service-plan .parts-list-box h3 {
    padding: 17px 15px 0;
}

.fixed-price-service-plan .my-plans h3 {
    padding: 0 !important;
}

.fixed-price-service-plan .description-text {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    margin: 0;
}

.fixed-price-service-plan select {
    padding: 10px;
}

.fixed-price-service-plan .checkbox input[type="checkbox"] {
    margin-left: 0;
    height: auto;
}

.fixed-price-service-plan .registration-form {
    padding: 0 15px;
}

.fixed-price-service-plan .glyphicon-calendar {
    color: #fdb827;
    font-size: 18px;
    padding-top: 5px;
}

.fixed-price-service-plan .glyphicon-search {
    font-size: 16px;
}

.fixed-price-service-plan .purchase-plan-table {
    width: 100%;
}

    .fixed-price-service-plan .purchase-plan-table th {
        font-weight: bold;
        color: #fdb827;
        padding: 2px 40px 2px 0;
    }

    .fixed-price-service-plan .purchase-plan-table td {
        padding: 2px 40px 2px 0;
    }

    .fixed-price-service-plan .purchase-plan-table .total {
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .fixed-price-service-plan .purchase-plan-table .dealer-price {
        font-weight: bold;
        color: #fdb827;
    }

        .fixed-price-service-plan .purchase-plan-table .dealer-price a {
            font-weight: bold;
            color: #fdb827;
            text-transform: uppercase;
        }

#purchasedplans input {
    color: #000
}

#purchaseplans .form-control-feedback {
    top: 0px !important
}
/* Express Repair
-------------------------------------------------- */
.express-repair .list {
    list-style-type: disc;
    margin: 0 0 20px 17px;
}

.express-repair .checkbox-description {
    width: 210px;
    text-transform: uppercase !important;
}

.express-repair .pickup-time select {
    float: left;
    width: 58px;
    margin: 0 5px 0 0;
}

.express-repair .pickup-time p {
    float: left;
    margin: 0 5px 0 0;
    padding-top: 10px;
}

.express-repair .glyphicon-calendar {
    color: #fdb827;
    font-size: 18px;
    padding-top: 5px;
}

.express-repair thead,
.express-repair thead th {
    border-bottom: none;
}

.express-repair .checkbox-brand input {
    height: auto !important;
}

/* Enquiry Builder
-------------------------------------------------- */
.enquiry-builder .btn-brand {
    padding: 10px;
    text-align: left;
    float: left;
}

.enquiry-add {
    width: 95px;
}

.form-control.enquiry-builder-quantity {
    float: left;
    height: 25px !important;
    padding: 5px;
    text-align: right;
    width: 27px;
}

.enquiry-builder .btn-add {
    width: 27px;
    padding: 0 3px 1px 2px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-add-enquiry {
    float: left;
    height: 25px;
    margin-left: 5px;
    padding: 0;
    width: 25px;
}

.enquiry-builder .enquiry-builder-quantity .glyphicon {
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}

.btn-add-enquiry .glyphicon-plus-drawing {
    font-size: 14px;
    margin-left: 3px;
    display: inline-block;
    cursor: pointer;
}

.enquiry-builder .enquiry-builder-space {
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 20px;
    padding-top: 20px;
}

.enquiry-builder .enquiry-builder-table th,
.enquiry-builder .enquiry-builder-table thead {
    border-bottom: none;
}

.enquiry-builder .line-reference-no {
    height: 30px;
}

.enquiry-builder .enquiry-builder-table.send-enquiry td {
    padding-top: 10px;
}

    .enquiry-builder .enquiry-builder-table.send-enquiry td:last-child {
        padding-top: 0;
    }

.admin_editbox {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .admin_editbox #webmode {
        margin-left: 5px;
    }

.enquiry-builder-table {
    margin-top: 0 !important;
}

/* Change Notes 
-------------------------------------------------- */
.change-notes .affected-markets {
    margin-top: 20px;
    margin-bottom: 5px;
}

/* Media Queries - LG & MD
-------------------------------------------------- */
@media (min-width:992px) {
    #wrapper {
        min-width: 1024px;
    }

    .container {
        width: 1024px;
    }

    .container-smaller {
        width: 994px;
    }
}

/* Media Queries - SM
-------------------------------------------------- */
@media (max-width:992px) {
    #wrapper {
        min-width: 100%;
    }

    .container {
        width: 760px;
    }

    .container-smaller {
        width: 730px;
    }

    h2 {
        font-size: 16px;
    }

    #header-nav-wrapper {
        position: relative;
        right: 0;
        top: 0;
        background: #1e1e1e;
    }

    .header-top-row {
        padding-top: 15px;
    }

    .header-top .access-market {
        text-align: center;
    }

    .margin-nav {
        margin-left: 0;
    }

    .search-checkboxes .btn span.checkbox-description {
        font-size: 12px;
    }

    .content-container .content-box-standard {
        height: 200px;
    }

    .service-agent-locator input,
    .service-agent-locator select {
        width: 70%;
        margin-bottom: 10px;
    }

    .service-agent-locator .or {
        padding-right: 100px;
    }

    .service-agent-locator .agent-locator-filters {
        margin-bottom: 30px;
    }

    .service-agent-locator .results-table th {
        padding: 5px 15px;
    }

    .service-agent-locator .results-table tr td {
        font-size: 12px;
    }

        .service-agent-locator .results-table tr td .number {
            font-size: 16px;
        }

    .service-agent-locator .distance-route .distance {
        font-size: 16px;
    }

    .service-agent-locator .results-table tr td img {
        width: 20px;
        height: auto;
    }

    .product-table thead th {
        font-size: 14px;
    }

    .scroll {
        height: 100%;
    }

    .article-admin .article-list {
        height: 100%;
        margin-bottom: 20px;
    }

    .article-admin .article-list-filter .btn-add-new {
        position: relative;
    }

    .content-box-312,
    .content-box-345,
    .content-box-400,
    .content-box-613,
    .content-box-830 {
        height: auto;
    }

    table {
        overflow-x: auto;
        display: block;
    }
}

/* Media Queries - XS
-------------------------------------------------- */
@media (max-width:768px) {
    body {
        margin-bottom: 0;
    }

    .container {
        width: 100%;
    }

    .space-bottom-10-xs {
        margin-bottom: 10px;
    }

    .space-bottom-20-xs {
        margin-bottom: 30px;
    }

    .space-bottom-30-xs {
        margin-bottom: 30px;
    }

    .no-float-xs {
        float: none !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }

        .navbar-brand img {
            margin: 0 auto;
        }

    .header-top-row {
        padding: 0 0 20px 0;
    }

    .header-top .location {
        text-align: center;
        margin-left: auto;
    }

    .header-top .access-market {
        text-align: center;
        margin-left: auto;
    }

    .navbar-wrapper {
        padding: 0;
        margin: 0;
    }

    .navbar {
        min-height: auto;
    }

    .navbar-toggle {
        margin: 8px auto;
        float: none;
        color: #fff;
    }

        .navbar-toggle .icon-bar {
            border-radius: 0;
            display: block;
            height: 3px;
            width: 22px;
            background: #fff;
            margin: 0 auto;
        }

    .navbar-nav {
        margin: 0 !important;
        padding: 0;
    }

    .nav > li {
        text-align: left;
    }

    .navbar-nav > li > a {
        padding: 10px 10px !important;
        font-size: 18px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        text-align: left;
        padding: 5px 15px;
    }

    .navbar-nav > li > a,
    .nav > li > a:focus,
    .nav > li > a:hover,
    .nav > li.active > a {
        border-bottom: none;
    }

    #content-wrapper {
        padding: 0;
    }

    .search-form {
        height: 62px;
    }

    .search-container .btn-search {
        height: 60px;
        width: 100%;
    }

    .search-container .collapse-button {
        height: 60px;
        width: 100%;
    }

    .footer {
        margin: 15px 0;
        padding-top: 10px;
        position: relative;
        height: auto;
    }

        .footer p {
            margin: 0;
            padding: 0;
        }

    .content-container .content-box-standard {
        height: auto;
    }

    .main-content .headline {
        padding: 0;
    }

    .service-agent-locator input,
    .service-agent-locator select {
        width: 100%;
        margin-bottom: 10px;
    }

    .service-agent-locator .agent-locator-filters {
        margin-bottom: 30px;
        display: inline-block;
    }

        .service-agent-locator .agent-locator-filters li {
            width: 30px;
        }

            .service-agent-locator .agent-locator-filters li img {
                width: 30px;
                height: 30px;
            }

    .service-agent-locator .results-table th {
        font-size: 12px;
    }

    .service-agent-locator .results-table tr td {
        font-size: 12px;
    }

        .service-agent-locator .results-table tr td .number {
            display: none;
        }

    .service-agent-locator .distance-route .distance {
        font-size: 12px;
    }

    .service-agent-locator .results-table tr td img {
        width: 20px;
        height: auto;
    }

    .product-table thead th,
    .product-table tbody td,
    .technical-specifications thead th,
    .technical-specifications tbody td {
        font-size: 14px !important;
        padding: 5px !important;
        text-transform: none !important;
    }

    .product-table table,
    .technical-specifications table {
        overflow-x: auto;
    }

    .technical-specifications {
        overflow-x: auto;
    }

    .scroll {
        height: 100%;
    }

    .ask-a-question .faq-form input {
        width: 170px;
        padding: 10px;
    }

    .ask-a-question .faq-select {
        width: 230px;
        padding: 10px;
    }

    tr th {
        font-size: 14px;
    }

    tr td {
        font-size: 12px;
    }

    .location a {
        color: #000
    }

    .search-result-product .content-box .image-box {
        background: #fff;
        height: auto;
        padding: 15px;
        width: 90%;
        margin-bottom: 10px;
    }

    .search-result-product .content-box .btn img {
        display: none;
    }

    .product-page .product-page-details .content-box,
    .height-staff {
        height: auto !important;
    }


    .part-page .part-page-details .content-box,
    .partheight-staff {
        height: auto !important;
    }

    .modal-dialog {
        width: 100%;
    }

    #rating-plate .modal-dialog {
        width: 100%;
    }

    table {
        overflow-x: auto;
        display: block;
    }

    #productPartsTable th {
        display: none;
    }

    #productPartsTable td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 5px;
    }

    #productPartsTable td {
        display: block;
        padding-left: 15px !important;
    }

        #productPartsTable td:before {
            display: inline-block;
        }

    #productPartsTable .enquiry-add-td:before {
        content: "";
    }

    #productPartsTable .btn-add {
        float: left;
    }
}

/* Icons 
-------------------------------------------------- */
.generic-icon.edit-icon {
    background: #fdb827 none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    height: 20px;
    line-height: 12px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 20px;
}

    .generic-icon.edit-icon:hover {
        background: #efa302 none repeat scroll 0 0;
        cursor: pointer;
        transition: all 0.5s ease 0s;
    }

    .generic-icon.edit-icon .glyphicon {
        color: #1e1e1e;
        font-size: 11px;
        left: 4.5px;
        line-height: 7px;
        position: absolute;
        top: 6.5px;
    }

.generic-icon.delete-icon {
    background: #fdb827 none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    height: 20px;
    line-height: 12px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 20px;
}

    .generic-icon.delete-icon:hover {
        background: #efa302 none repeat scroll 0 0;
        cursor: pointer;
        transition: all 0.5s ease 0s;
    }

    .generic-icon.delete-icon .glyphicon {
        color: #1e1e1e;
        font-size: 11px;
        left: 4.5px;
        line-height: 7px;
        position: absolute;
        top: 6.5px;
    }

.livetranslation-icon {
    display: inline-block;
    background: #3c3c3c;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0;
    position: relative;
}

    .livetranslation-icon:hover {
        background: #fdb827;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
    }

.livetranslation-icons .edit-icon .glyphicon-pencil {
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.livetranslation-icons .cancel-icon .glyphicon-remove {
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.livetranslation-icons .save-icon .glyphicon-ok {
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.livetranslation-icons .undo-icon .glyphicon-arrow-left {
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 4px;
    left: 5px;
}

/* Error Messages 
-------------------------------------------------- */
.error-DEWALT,
.error-dewalt {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    padding: 100px 0;
}

    .error-DEWALT h1,
    .error-dewalt h1 {
        margin: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 40px;
        color: #fdb827;
        padding-bottom: 70px;
    }

    .error-DEWALT p,
    .error-dewalt p {
        padding: 0;
        margin: 0;
    }

    .error-DEWALT a,
    .error-dewalt a {
        color: #fff;
        text-decoration: none;
    }

        .error-DEWALT a:focus,
        .error-DEWALT a:hover,
        .error-dewalt a:focus,
        .error-dewalt a:hover {
            color: #fdb827;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

/* Other
-------------------------------------------------- */
#historics .historydetail {
    cursor: pointer;
    text-decoration: underline
}

span[rel="translatable"] {
    cursor: pointer
}

#customersearchresultrows td {
    cursor: pointer
}

.registerplanrow .serialno, .registerplanrow .assetnumber {
    color: #000;
}

.express-repair #warrantymsg, .express-repair #customerdetailsmsg, .express-repair #returenedtooldetailsmsg, .express-repair #shippingdetailssmsg {
    color: #bd3b3b
}

.vat-disclaimer {
    text-transform: uppercase;
    color: red;
    font-size: 12px;
}

#chooseservices {
    margin-bottom: 30px;
}

/* Print
-------------------------------------------------- */
.printcertificate-table .table-border {
    border: 1px solid;
    width: 100%;
    z-index: 10;
    padding: 15px 0;
}

@media print {
    body {
        background: #fff;
        color: #000;
    }

    #printcertificate {
        width: 95%;
    }

    .container {
        width: 100%;
    }

    .header-wrapper, .search-container, .footer {
        display: none;
    }
}

.enquirybasket .glyphicon-wrench, .enquirybasket .glyphicon-ok-sign {
    cursor: pointer;
}

.enquirybasket .glyphicon-remove {
    cursor: pointer;
}

.service-agent-locator .agent-locator-filters li {
    margin-bottom: 22px;
}

    .service-agent-locator .agent-locator-filters li p {
        font-size: 11px;
        line-height: 14px;
        padding: 2px 3px;
        background: transparent;
    }

.service-agent-locator .results-table-inner .agent-locator-filters li img {
    width: 36px;
    height: 36px;
}

#editor {
    color: #000
}

.editor_dropdown_prod {
    color: #000
}
