/* Minification failed. Returning unminified contents.
(1130,20): run-time error CSS1036: Expected expression, found '%'
(9753,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
/*!
 * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */

.modalBlockout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;

    pointer-events: auto;

    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;

    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.messageBox {
    min-width: 300px;
}

.durandal-view-404 {
    color: red;
    margin: 8px 0;
    padding: 8px;

    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-o-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.entrance-out {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.1s;
    -moz-animation-duration:0.1s;
    -ms-animation-duration:0.1s;
    -o-animation-duration:0.1s;
    animation-duration:0.1s;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.entrance-in {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -ms-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.entrance-in-fade {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -ms-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1500ms;
  -moz-transition: -moz-transform 1500ms;
  -ms-transition: -ms-transform 1500ms;
  -o-transition: -o-transform 1500ms;
  transition: transform 1500ms;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1500ms;
  -moz-transition: -moz-transform 1500ms;
  -ms-transition: -ms-transform 1500ms;
  -o-transition: -o-transform 1500ms;
  transition: transform 1500ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*
    app.css
    
    Can be used to override styles from pattern lab

*/
img {
    -ms-interpolation-mode: bicubic !important;
}

.checkbox-group [type="checkbox"]:checked + label:before,
.checkbox-group .control-range [type="checkbox"]:checked + .connector:before,
.control-range .checkbox-group [type="checkbox"]:checked + .connector:before, .checkbox-group [type="radio"]:checked + label:before,
.checkbox-group .control-range [type="radio"]:checked + .connector:before,
.control-range .checkbox-group [type="radio"]:checked + .connector:before, .radio-group [type="checkbox"]:checked + label:before,
.radio-group .control-range [type="checkbox"]:checked + .connector:before,
.control-range .radio-group [type="checkbox"]:checked + .connector:before, .radio-group [type="radio"]:checked + label:before, .radio-group .control-range [type="radio"]:checked + .connector:before, .control-range .radio-group [type="radio"]:checked + .connector:before {
    content: '✓' !important;
}

.table th.sort:after {
    content: '▼' !important;
}

.lt-ie9 .checkbox-group label {
    width: 120px;
}

.lt-ie9 .bootstrap-datetimepicker-widget {
    display: none !important;
}

.table th.sort.asc:after {
    content: '▲' !important;
}

.table th {
    position: relative;
}

.report .table tbody > tr > td, .report th {
    font-size: 11px;
}

body {
    overflow-y: scroll;
}

.listings .vehicle-icon-lg {
    display: none !important;
}

.vdp-listing .rightVehicleIcons {
    display: none !important;
}

.buy-now-listing .rightVehicleIcons {
    display: none !important;
}

.listings .rightVehicleIcons {
    display: none !important;
}


@media (max-width: 767px) {
    body {
        overflow-y: hidden !important;
    }

    .footer-nav.footer-sub-nav .nav-list .large {
        margin-left: 0.5em;
        min-width: initial;
    }

    .vdp-section .specs dt, .vdp-section .specs dd {
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    .vdp-section .specs:first-of-type dt:first-of-type, .vdp-section .specs:first-of-type dd:first-of-type {
        border-top: none;
        border-bottom: none;
    }

    .popover {
        width: 95% !important;
        left: 0 !important;
        margin-left: 2.5% !important;
    }
}

body {
    /* fix to allow spinner background to height 100% */
    position: relative;
    float: left;
    width: 100%;
}

    body.modal-open {
        overflow-y: hidden !important;
    }

.modal {
    overflow-y: auto;
}

button.close {
    padding: 10px;
}

section.main-section {
    min-height: 500px;
}

header > div.container {
    white-space: nowrap;
}

.page-header {
    position: static;
}

nav.primary-nav {
    min-height: 25px;
}

.mainNavItem {
    white-space: nowrap;
}

    .mainNavItem ul li {
        white-space: normal;
    }

.agree-group span.has-error {
    position: relative;
}

span.has-error {
    font-size: .6875em;
    color: #98252B;
    float: right;
}


.bid-count .disabled {
    color: #333 !important;
    pointer-events: none !important;
}

a.taphover:hover, a.taphover.hover {
}



#winningBid {
    z-index: 1000 !important;
}

#spinner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.50;
    z-index: 10;
    display: none;
    background-image: url('/content/img/spinner_144.gif');
    background-repeat: no-repeat;
    background-position: center 100px;
}

div.busy-spinner {
    background-image: url('/content/img/busy-lg.gif');
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.starzoom-reset-but, .starzoom-in-but, .starzoom-out-but {
    background-image: url('/content/lib/dashboard.png');
    background-color: #f90;
    height: 32px;
    width: 32px;
    border: 1px solid #444;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}



/* vehicle history icon-links */
a.icon-links {
}

    a.icon-links.small {
        margin-right: 1em;
    }

    a.icon-links > img {
        max-height: 40px;
    }

    a.icon-links.small > img {
        max-height: 24px;
    }

/* Fix bootstrap modal issue */
div.modal {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 0 !important;
}

.my-activity .mmr-price {
    display: none;
}

.srp-listings .mmr-price {
    display: none;
}

.vdp-listing .mmr-price {
    display: normal;
}

.watch-list-listing .mmr-price {
    display: none;
}

.listing .price-block {
    min-height: 0;
}

.vdp-listing .bid-actions {
    margin-left: auto;
    width: auto;
}

#mainPhotoContainer {
    overflow: hidden;
}

#newgalleryTopContainer {
    text-align: center;
}

    #newgalleryTopContainer img {
        -webkit-backface-visibility: visible !important;
    }

    #newgalleryTopContainer > img {
        opacity: 1;
        width: 100%;
    }

.vehicle-cost .odometer .odometer-theme-default {
    display: block !important;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: 'Montserrat', sans-serif;
}

.odometer-inside {
    display: inline;
}

.vdp-section .additional-services dl {
    font-size: .9em;
}

.vdp-section .additional-services dt {
    width: 50%;
}

.time-left {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.primary-nav .nav-list {
    text-align: left;
}

    .primary-nav .nav-list li {
        float: none;
        display: inline-block;
    }

.primary-nav .subnav li {
    display: block;
}

.noHeaderLinks {
    background: transparent;
}

@media (min-width: 767px) {


    .bidHistory .modal-dialog {
        width: 750px;
    }

    #winningBid .modal-dialog {
        width: 750px;
    }

    #purchasedVehicle .modal-dialog {
        width: 765px;
        top: 150px;
    }

    /*nav.primary-nav li.mainNavItem.RDP_MyAccount {
        background: #747474;
        float: right;
        width: 260px;
    }

        nav.primary-nav li.mainNavItem.RDP_MyAccount > a {
            height: 54px;
            padding: 10px;
            text-transform: none;
            font-size: 0.75em;
            text-align: right;
        }
}

nav.primary-nav li.mainNavItem.RDP_MyAccount > a > span.user-summary {
    display: block;
}

nav.primary-nav li.mainNavItem.RDP_MyAccount > a > span.user-buyer {
    display: block;
    padding-top: 5px;
}*/
}

/* Image Viewer */
#imagemodal {
    background: none !important;
}

    #imagemodal > div.modal-backdrop {
        height: auto !important;
    }

    /*#imagemodal > div.modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
    }*/

        #imagemodal > div.modal-dialog > div.modal-content {
            background: #000;
        }

            #imagemodal > div.modal-dialog > div.modal-content > button.modalclose {
                position: absolute;
                right: 20px;
                top: 0;
                z-index: 2300;
                background: #fff;
                border: 0;
                border-radius: 0 0 3px 3px;
                box-shadow: 1px 1px 10px #333;
                margin: 0;
                font-size: 20px;
                font-weight: bold;
                font-family: "Helvetica neue",Helvetica,Arial,Sans-serif;
                color: #aaa;
                height: 48px;
                width: 60px;
            }

#imageHolder {
    width: 100%;
    height: 100%;
    min-height: 100%;
}


/* PinchZoomer */
.zoomInOn, .zoomInOff, .zoomOutOn, .zoomOutOff, .closeButton {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoomInOn, .zoomInOff {
    background-image: url(/content/img/zoom_in.png);
    top: 10px;
    left: 10px;
}

.zoomOutOn, .zoomOutOff {
    background-image: url(/content/img/zoom_out.png);
    top: 52px;
    left: 10px;
}

.zoomInOn, .zoomOutOn {
    opacity: 1;
    cursor: pointer;
}

.zoomInOff, .zoomOutOff {
    opacity: 1;
    cursor: auto;
}

.news-articles .col-sm-6 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

    .news-articles .col-sm-6:nth-last-child(-n+2) {
        border-bottom: none;
    }

#noty-holder {
    width: 100%;
    top: 0;
    z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
    text-align: center;
    position: fixed;
}

.alert {
    margin-bottom: 2px;
    border-radius: 0px;
}

#noty-holder .alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
}

.icon {
    width: 18px;
    height: 0;
    background: url(/content/img/editicons.png) no-repeat;
    margin: 0;
    padding: 18px 0 0;
    display: block;
    overflow: hidden;
    outline: 0 !important;
}

    .icon.icon-actions {
        width: 27px;
        padding-top: 27px;
        background-position: -54px -27px;
        cursor: pointer;
    }

        .icon.icon-actions:hover {
            background-position: -54px -55px;
        }

.user-note [type=text] {
    border: none;
    width: 95%;
    font-size: 14px;
    height: 26px;
    padding: 4px 20px;
}

.input-group-addon.align-top {
    vertical-align: top;
    padding: 10px;
}

    .input-group-addon.align-top.edit {
        border-radius: 0;
        background: #fff;
        color: #666;
        padding-right: .42857em;
        border: 1px solid #d4d4d4;
        border-right: none;
        height: auto;
    }

    .input-group-addon.align-top label {
        cursor: pointer;
    }

.btn-inline, .btn.pull-left, .btn.pull-right {
    width: auto;
}

.listing-tag.sold-tag:before {
    border-right-color: #000000;
}

.sold-tag {
    background: #000000;
}

.table.table-alt th:before, .tablesaw-bar .tablesaw-advance .btn.disabled, .tablesaw-bar .tablesaw-advance-dots li {
    display: none;
}

.pad {
    position: relative;
    top: -1em;
    margin-left: 10px;
    border: 1px dotted;
}

.sigPad .acknowledge-block {
    background-color: #eeeeee;
}

.carfax-block {
    padding: 20px 15px 0;
    border: 1px solid #f0f0f0;
    margin: 40px 0;
}

    .carfax-block h2 {
        margin-top: 0;
    }

.carfax-bg, .carfax-bg .modal-body {
    background: #fdfbe1;
}

.carfax-title {
    width: 140px;
    height: 0;
    background: url(/content/img/partners/carfax-title-logo.png) no-repeat;
    margin: 0;
    padding: 36px 0 0;
    overflow: hidden;
    outline: 0 !important;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    top: 7px;
}

.carfax-title-small {
    top: 0;
    width: 93px;
    padding-top: 24px;
    margin-bottom: -6px;
}

.popover.right.carfax-bg > .arrow:after {
    border-right-color: #fdfbe1;
}

.popover.top.carfax-bg > .arrow:after {
    border-top-color: #fdfbe1;
}

.popover.bottom.carfax-bg > .arrow:after {
    border-bottom-color: #fdfbe1;
}

.popover.left.carfax-bg > .arrow:after {
    border-left-color: #fdfbe1;
}


.carfax-bg.modal-dialog:after {
    border-right-color: #fdfbe1;
}

.carfax-snapshot .snapshot-row {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    clear: both;
    margin: 0;
    padding: 0px;
}

.carfax-snapshot .borderless {
    border-right: none;
}

.carfax-snapshot .snapshot-item {
    padding: 12px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #f0f0f0;
    height: 44px;
    color: #535252;
    display: inline-block;
}



.csstransforms .carfax-snapshot .snapshot-item .snapshot-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    white-space: normal;
}

.carfax-snapshot-title {
    background: #3777bc;
    color: #fff;
    padding: 8px 12px;
    border-left: 1px solid #f0f0f0;
    font-size: 14px;
}

    .carfax-snapshot-title .carfax-title {
        top: 2px;
    }

    .carfax-snapshot-title a {
        color: #fff;
        text-decoration: underline;
        position: relative;
        top: 3px;
    }

        .carfax-snapshot-title a:active, .carfax-snapshot-title a:focus, .carfax-snapshot-title a:hover {
            color: #fff;
        }

.carfax-snapshot-widget {
    position: relative;
    height: 44px;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #f0f0f0;
}

    .carfax-snapshot-widget .widget-control {
        position: absolute;
        left: 118px;
        height: 44px;
        line-height: 1;
        font-size: 24px;
        width: 38px;
        border-radius: 0;
        padding: 6px 12px;
        opacity: 1;
        transition: opacity .15s ease-in-out;
        box-shadow: 0 0 14px 4px #fdfbe1;
        z-index: 2;
        background: #2c5e94;
    }

        .carfax-snapshot-widget .widget-control:hover {
            background: #244f7d;
        }

        .carfax-snapshot-widget .widget-control:active, .carfax-snapshot-widget .widget-control:focus {
            background: #2c5e94;
        }

        .carfax-snapshot-widget .widget-control.disabled {
            opacity: 0;
        }

        .carfax-snapshot-widget .widget-control.next-btn {
            left: auto;
            right: 0;
        }

    .carfax-snapshot-widget .carfax-snapshot-title {
        width: 118px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .carfax-snapshot-widget .snapshot-row {
        position: absolute;
        top: 0;
        left: 118px;
        transition: -webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out;
        transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
        z-index: 1;
        white-space: nowrap;
        list-style: none;
        padding-left: 0px;
        font-size: 0px;
    }

    .carfax-snapshot-widget .snapshot-item {
        width: 182px;
        height: 44px;
    }

        .carfax-snapshot-widget .snapshot-item:last-child {
            border-right: none;
        }

        .carfax-snapshot-widget .snapshot-item .snapshot-content {
            width: 138px;
        }



.cf-icon {
    width: 24px;
    height: 0;
    /*background: url(/content/img/partners/ico_noAccidents.png) no-repeat;*/
    background-repeat: no-repeat;
    margin: 0 6px 0 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: 0 !important;
    background-size: contain;
    float: left;
}

    /*.cf-icon.cf-car {
        background-image: url(../img/partners/ico_generic.png);
    }

    .cf-icon.cf-people {
        background-image: url(../img/partners/ico_2owner.png);
    }

    .cf-icon.cf-home {
        background-image: url(../img/partners/ico_personal.png);
    }

    .cf-icon.cf-service {
        background-image: url(../img/partners/ico_service_flip.png);
    }

    .cf-icon.cf-miles {
        background-image: url(../img/partners/ico_mileage.png);
    }

    .cf-icon.cf-globe {
        background-image: url(../img/partners/ico_stateOwned.png);
    }*/

    .cf-icon.stat {
        padding-top: 0;
        height: 24px;
        position: relative;
        overflow: visible;
    }

        .cf-icon.stat .count {
            display: block;
            background: orange;
            color: #fff;
            font-size: 9;
            font-style: normal;
            border-radius: 50%;
            padding: 2px 5px;
            text-align: center;
            position: absolute;
            bottom: -4px;
            left: -4px;
        }

.checkbox-group.horizontal .checkbox {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}

.oveDealershipRow .defaultDealership
{
    font-size: 1.375em;
    color: #666;
    padding-bottom: 0.18182em;
    border-bottom: 1px solid #ccc;
    margin: 1.45455em 0 1.13636em;
}
.oveDealershipRow .defaultDealershipDiv{
    width:100%
}
.oveDealershipRow .defaultDealershipDiv select{
    width:25em;
}

.selfinspectionpdflink > input[type="checkbox"] {
    display: none;
}

.selfinspectionpdflink > input[type="checkbox"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #ed0000;
    margin-right: 5px;
}

.selfinspectionpdflink > input[type="checkbox"]:checked + *::before {
    content: "✓";
    color: #0b0b0b;
    text-align: center;
    border-color: #090909;
    margin-right: 5px;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: %;
    border-style: solid;
    border-width: 0.1rem;
}
#MakeanOfferPopover div.popover {
    left: 0px !important;
}


.pac-container:after {
    background-image: none !important;
    height: 0px;
}



span.logo {
    width: 101px;
    height: 74px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAABKCAYAAACihposAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQOCCcI4O6+RgAAF+pJREFUeNrtm3mYXlWV7n/v2uecr4bMhBkEIQ0os9g+KpAABgekQQiNAsoUUFvt9l617Wv3deoLjt3XGS4QzIA4AgKOCLQhBscGRUAJkyIoYyRJVaXq+76z17p/nK8CXBME9bkVnq43fySpOsNa+91r3OvAJCYxiUlMYhKTmMQkJjGJSUxiEpOYxCT+AtBEC/Bn47zz/vBnb3jDREv1Z+GZTcqyCx/7t5lR1456Kp1yxkRL9yfDJlqAPxlLL4RX7w4v2QlMhuGkZGw9E7bdApZeMNES/sl4ZpJyzjlQJTju47Did8LdcO1LzmL1sCimQ1E11z0D8cxzX0sugKqEZFDnAqgJjgO+jPsxmF0BFBRW4w7dGk45c6Klflp4ZpGy7HyQgQShhJQh9ie4FveZmD0CHIbpZjwSRCaAIuDEZ06MeWa5rzBwQciATMSWwOdwnwl0cZ+N+Bw5zwLPG/Srn1l775lDypILIHdALqIM6rUJWEz25wI1UAI17vsg+yyrHxJWgbsYHYXFz5zA/8wg5dzPwPTpMNqFojKqCMoZHybilTSEJMCBRFATcTSzt/0gyk5ZGt0uTBmEi5dNtCZPCZu/XS87H1IFZQmdToFU434mxPl4jLuoQDIivKdT83/Z6ZgWE15gqvFoAv9pr59orZ4Um7elLP44qIAI6HQSUk3EIcCn8ICGAGH2EHAmptWMb7QIID5N+IGgGichQVnA+ef9afL8f8LmTYqmgAdNHZIz2XcmYhnuLSA3GhhIbyWlRcj+O7ZBpYz7AMFFuO9I9kx2Iwe00kRr9qTYfElZemGz24WIdY4xgPgc7jsyTohkSO/G+DJEi5QuRvpfSON6ZdyfjekiEn28YFvHEDnDskUTreEmsXmSsnQRHHUg1Bn6KmPGtkD6NBEH0gT2QEqYPsfUaWdBMuq6A2FsMes9mH0JKQEB1HjMA/skt6yBojTCYfZOsOT8idZ0o9j87HjRIuhLMDwGo+2CHJl295+I+EciMk3MKDD7IeGv7u+s78y0gi/tsKe+te4R8kg3HL8acTgRO9AQE8DzyXkI+D6pKDA5nuHYI+GyKyda6ydg88q+li2GFE2c8ChANRFHEXE57jCe9pr9jvB5yezObVOVPrX9bvHLMnyvjtkbfrtKD+VuzhG7I67DfWsad2eYBdLfYPZNIhJNAdpY5KmbT8W/ebmvyJADujnhUeN5byKW4C4eI6SDdEoqyjt3qwbKpTvv5WvGOjxrfb3TwyOrWbbTnrFrq79MRVqF6VTM6p6ejrsRvpScn9MkDjnhzoZ2/2aCzYeUpYuaTEtNKMaYBbq410IZD+wAb0tK1xxQDVYf2n7XPOTdaJXp7TK7s69/+j+sTdk/vP2uvn81UCXs28A70IZVz3jMRroYNJ1M4w49Nx2DzQSbBylLzoPhdaAQrQpetxCczxKxN08I7PbJor//M6+YOrOalWd2fj+yNo10uue7x0c8Z0XEx9rrO+cOj4xq72pK95VTZ1Zlq/oEZuc+MfD7/sCF7DkHWlVT66xZA0s3j8A/8Xa7+ByYsT38/l5oDTadXfQh3P+JiLonY8LsO9Qjr/zQ9ntz6syt66uHVm+dlC5295dEc50BLqkws6s8+0knzdh29bnr7i/e9OubjbL6Fu6H0VhdIBWYnUXo3UiJzqOZwa2h04HXnfJfmJRliyAVYAXkbu9sJE4BluDuNDs7kex2wufyujMe/PUPbmXl6Np9BZdExJzHERI9fVxSIdmqiDju8Gmzb9n6w3PhmA9sR2gFOe/aI0aYGfBaxMUEBYmmFVMDpy6csGWZWPcV1gT2upMgauDFwP/pZVoNIWZDCl7H+vUPxq2/4/qxoaMkLXf3OREbel9S454EWERk97y7pBXXDq8+It73Exgd/Z3gZMxGaEqB6L3nfLAXIKtxJTCwid2rE0uKHBTWHFbxLCK+gHsfj+1kkvTGiPzjOPHv+fyDv34H4Zd7ztMZD/5gZvZrM3uTpXTv43TK7nlGRHzt8w/d+9Y45gzC6+8n6c29VowYb8UQX4TYHpEhrOmbTRwmrnhcch5kwdQWtAro5GW4v4DGeQgppZTOyoU++cYp27TWrV79mQjeFdFsbyB68ePGiDjSLF0d8HWJucB2NCm0IiKQjrjloQe2ao35NT/P7RuT6A84mMYaHWILZDvTsi9jQNvhmCPg8q9PyNJMrJ1+bnFzpBvxEiKu6cURRyqS2aVHbb3TcS9VufVUS58n4rDHxw9JSWaX1J32aYLhVLbKyLkb+LRUlEvc/Zj/NwGQ9J013j3pzsHikU/edfvl2f3oXjKRMBPSPKQVRCRee1r+c1T7czBx7mvJuc3fAbi/qucyaqBIlm7I9958wolF/17TUrEynkgIZpYkfXCnZ73wb6v+qSNWlmbJuiqSlVVr6KyPXH+szD4qs2Jcz4ioI+Kl01O18qB22iM/cs+rk9lNQAF0iYDwo3tNGXHRuRO2NBNHipWAosmZ9OweKZWZrclDDx399Re/Zt5Y+A885zmP63mZmXWRTi9b1T/fe9+PU+6OIeSea4jwuq71nncdnFpV9U5JZ9pjFb0iIkfOu693/9G39j/yRXlo9dFmNgRUDSnM2dDO8eJPVOyZTAqCcDWun7HxHyni4yv2mn/k7+vu1XgM8lg1n8zsAdBLLWxx3ekWdbfjEBHhdNs1zbGXvNupvdvtFklpEdLLrTkEG4+fGfdpD9ft735vr8PmE/6Jx0TSKAREFjZxpExoTCkvXprUxJTjup6/gnv3g9vs+qtdyr45Y15LKHisILwh3I9PKd3tQdFpj9ZIWCo4ef5BG5657Jrv4c2pJGVZFlLU4cyR9BV332/cDTqhfivijs7onf/y4F27yFJRWjomxOURkeqTTv0vGFO2v4dnQ+7UHeu0hy4J8fEti6rcNhW7djwHKNPLsCR9leyHmOxuj0izpsyq99jxOVhhTyAE4OT5B2NmnHL4wey/2wE1oWTJ7gxinqQrJRVACOWu59g2lbtuUVRFSB/t1KOXd722Pdwyn/i3CVuaiSPlf3+D29vO7FRGnPZmuO2Gdw4W5dWjEckAQWFmycw+dP9ddx43OGvmSA43S5bXjD7Kqvvu4OSXzN3oo0+efxAXXXM9N9/9U1Ky7Nlt1pZ9Q+tWt4+V2b+ZWRIUAkbD02BRfpPvXvI/4tCTtI2quCWPwTbbT9jSTKj72uripXSBffun2CO54w/V3e3/datdrp1hafc64sdC/1L1l9fU3Zy8mx1T45dGak468uA/+vwLv7mC/oEKAHe3oihUFEVuj429LOCsQnr+o55vffv9d8yflsoH5lT9duvosJfAQ6+duP7XhFb0U1KiHcH1I+t8l2LAHtzj0N8OBPOys1+n7QdG6Jpuu051u+MeHp4zudN5SoQALDxiLnWng9cOjnc7Xe90Osmwq9zzi7Oz30DEoSP7HP7Ai/qn2o/Xr/VOOFNjghsdT+fil7/qFEqr6Ss63D8ym5H1HcrWACL40bc//aT3HnD48Txvzzm0Bqfzi1V34jjuzsBbB8hrX0opY3W3rTl9g+xRDcScVr+8m+3RBx7N1UBF30AfJ7/0oKco6R/ioqtXMjbWJne6TJ05LaWq8tvGRuLWsRHd017P9FRGN5wTdtyR8/75bLbb6q8gFawbehBTM77RmpIZbXexXLL8y0s2+a6XvPbviXBGh4apWiUWia1vW0M9XDG0e8VVV134pLI+ZVIOWrCQpCarjEBF0VTWZnKAdY8O8+NvX/yEe+Yd+3pCmYgusgK5WSoKC5PntqJsSe7Z3HP0VWWef+jBbLvrThpbP2Zfu+JbWrd2KCyN9w69N2JnMS60uyuaIe7IdQdZoiyr5O6CQJYI9ywphh9+gIEZsyhafamua02fPo1d5uysvfffs27VHmvXDnPlD3/I6H0PE70pmlSkZKl0OW5WqVOvt4gcM632iMSjYay4pDmDefFRp1OWhntGmKxIllJBe3jUi/5SMrPIHmWrypjoDK/nuq9unJynnIx314/hRXN5WZV4VkbSePo5MHVwI5QHQkiVkpJGusOex7Jvv9WzuOKLH4ENvacGV33+nPGf/Tnp6B+7d6O/P2jBGUwt++mv+mjXbSuLvujI6p0fvYUHp86y/nbtqSzyc5//HL57w/2Wc3bIzFtwBtdduoiqajZsSoWUEpFzznVNa9Yg1y779BP0/GN4ypbykuPfQJ2zeqOH20l2LsE5yK6CsAj33CpZ+fmmPXHIgoW9Ij1kZZ/qwFV3nm9mpwO7RXglqQO6MyKu8tq/UXe8U00tIOgTeofQDkg1TTXegXBJrd63EBEeBnF+wM/CM6AZqSjeExEF0BaaHRFLJZaPPtqmNaUcSFV6v0f0CZWI+361atXZW26zTQxOnUZpiTpn6+Tak2wLS/oHYD5SBRGEfhER/07oZjNsfXfUc84MtAbp5mGqNKhud12gVlGVfScDCzy832QBugfii0VVfYcIjQ2PxMqvLd3oWj+liHbAka8nuyMzkyWQHQ8cFeItRWEURRHuTtnuAnDwgteTixaSqRpaH97tpuTdc8zsJ8C2iMWgs0FLgthPpktTaTu0Bgvqukv2XAm9NYiWpO8IriX8MOBtwG1C1xD8FOLvAvYGcJmVKY0pdC3BEQRvB34q6Y5kiV2ftxvIu4H+g+BlQTxHsv/YascZHD1/KUpBJ2dz8CKlgy3ZHaC/BZ2b3d8cofcgZsr0c1n8t0jJ+1oDNq3qB0GVpqhbewyNFKrK/kuRPob0DdD/DPgYxMFEnJ0dXAVFsemlf0qWcthxZ1Jnl4+0w6pUWl/r2oiYLrFnwPMEPw8wAqcS7LYtcct9VEWfIjyy14tBpwZxYkrFFyAs1zUSTrAfZj8I9/2AVb2Ce7ql4gYiTkL6EUC4XyrZkU69ExEPFOUUvB67KYJPID5LRFGWfe7h7rm+Epjrud4Jaa2QorkgRUSOiCXhfqukj0ZQBJ3a1GomXiL2QPoZxA0efohQV6CwojnVjPwB0LuAU2VaSpByztlMvZElTkJ8LiJeJekKoAVqQ7wF9Hqrqn2sqpTXrovvfnXjU5p/1FLmnXIK2R1LyYrpA1hf6xWIForTgSR4Lb3IgQLGMn7jQ5gs1bkTtdfzgVODWGToC+FRursJSf1bScTd4XF2SI+GxNqqoCQNu+dXYn6TWVH2plgKRCWsDIIyYR5xbASXN71EZXBE0MhHKbOiGQFvgv7j0AcaGD/LUpRYkVAykN4H0SLibUJdSVWOEJFttD2ME2cFcR/Eh7P7jByeMRQRigiC2L95rh5o5MJssEVI30F8IKtLh/Wh2HQ4/+OBfm0fYTUpNUp5zqcAy5MVN7jnG4HT3PO/Ig03O0phZY1MvdnEOKEXW77QHPLW3ml3ssyYWv+eMWmdibMiYPklG8Z8MrBqnwNfzhY77JyabxvoLWFkU8Foez3dPrtr/IZyLILGIqB3bUTk8emicG++k+w9hObcphcipdypPYKtLHFUwKrOSPvG9ugYg7Omdc0U7tkHWgOFpPXhfmXAmwSHgC4HrHmNgLit94YPQJwckX6bR9qaffc1t1964923PxXP9EdJiZQRUu52M7CDkh2A+3u8Uf+TQkvM7EikLwKmiEwSieQeThB7SeDud23Yl1ULSzDWzSARoaQIP/S4M0N1m7CSLBmRN5mxqCHCCKIxjz8DhknKgp2J6Afu6pvS6vZP67e67iW5uQTziGb7r5IA6bmSLiek7DlHDiJYVpSaj3g16E7wL0Sw6NczD/7h4SfMj047kBQIll9y/ibEeRIcfPTfkbAmwCcDs1cD6wMy0l7Ab4IgYGGyRGGF55whZ1pfOifytOlE0KLXAGxqMIioqXNN9ppu7uKRw5s/ZCv47mUXsuLSRb7mwfufdC1XXLrIV1y2KFZcunHfrKdVHAuCvmYnRjuiVxsh+kxQ1ES4wp0I7/Tu6FPvLe1uJzCnqoq6QicEvCLgh4LTJK6fMrP6TqcTu8kUCMt1vUlJntRSUtGldnjO87fOI0Ntfnv7ugWCEUvF+4LoN9l697wKmJ/rel/ETcmShcLHXvMmSxHu4r4I9gXNBu5DkFTSisf5+Ojl8AFXXfYXOPFrho0axzQ+eKQ/uOIxOmKDd3wYQNIWRTWApSLaI2vpGTSWinG3OJsIIri/J3r86MoNn+753OPfQBrLVxVrOt/ubNnaW+ijIV4mcUnkeCHESNMT3biFb5KUVxz3OtYJCsluv+EhDzhEaPs6d/cRWiulAlETHCixEjgJ6SaEos442aIpmL4t8UpgHmY/IyjqzliHlGi3x7CitFSU25l4COjMO/Z0rrvss8w95nTWPPK7TWzpBn99whtpddusvGRxs/jWDMg0ckWLiCoUKCRZRERIEhHRs97xkfwI6gye71BV3Q7s1+msn03EIxI2dd3DvnrqLPojSZaovX6RgPD4/vh3Yy898S3knMk5H477b2iVq+ptiqI7HDfXXR0xMN2vCDhSSQeAVjTzVRsvZDfpvkY0QGv1OprueUJoIcQ1RarWFq2+opw+Jf/nJRcwb8tp1wM3I06L7FO99iwz9VwcKC0D7kV6J8RsRKcaHDTr6y9Sfz9Fq7VjKorvIdsJGbImGluR2GaX3R9PQvDYtDEBMdDOFJ0eU4Lc7SrnDMFvAgqZ7SlLKBXqH9xC69evq79/49cE7C3jnp4FBe12qCySWq0aOAeYZtiJZomUKhvbYsfUX/QVDnWd6+cJjgC+LoubpBAiUlHJUoGks5AdjwIppdYU9fVPyx4Ryxsr86EIpwlOG8cmSVnxlfPIM6fL67qu63orxKEB50Q4udONes1Q/PVxZxYrHllHRHwGmC3T0ZYMSRbkADfwdcBrgBmElrvHvmX/Nu51plACjxdFxM7RgHFZl3/lAtpDw4THuPwJmt4gDgrpussuYPmVi5vrL12EexAeRPhXmmRIH4/a99j2tMPycPv3kapW/wv3e+X5wNTI8bXwQOCqCsLdu3mUTj30KdBXIT5B+HGO13XdwXNdh+fdBJcD9xG8uecX1YjuNCkxTvheskQQOdzHiHiWZP8o6dr+/i1/us8+7+7tr41jk4Fw3oIzmmIK9gUukrRzRHxP6L2I/4yIEugGvEzEeyUdEMEw8KGI+Kgkq9vDXvRNM4+um9Iewj4NvAi4VdK9QOnhL5B0v+DlwIMRoeWXXBDzFixsnFEwJ8TZgrkSMyK4ISI+DU22F2T/3mWLOejEM9BIpuhrCRSe6xMF/w7aAnE3EWNIswkeCfdTZelngD18720+e7tdodOFVqW199wSU3fYvWVl631Cb0bcLHQ7xJYRHAhxvYe/McLvMyWT5AEUqbCIcA9fRMRCpBsl/SqCPsL3A1ZG9jfK0hqEyqKOq7/42adHyiELzlA0WdMMD38W7sOkNFPS3cCj8hBEuLSNIraLiNWgQZK1i0h3CehaprASz7UVRV8UaTDWjz68i6X0PMG0gKEI/0W3M3L7lCl93TqX3HvPr7njh1cxb8HCphCHQZw9Ah8i6CLNJPSwxL2AcvZYecVnmXv0aVhZND12d1nbo6tOX+ob2B9iV4SHxy9jbOimR++72beY82L10gCWX3oBhyw4Y3w5pFQowt09b5UsHUrEdgFDQaxsqXVbtlrZs2RyAuoc4B1y7qCgKFpT/kqyPYFpwHB4/klf2f+rOndVN52M5r2XLXp6pPwlMG/BwqaSbnIWMyU8shNQVn2Mjo5t9L6Vl/9p34rMPXYh3nHCg3KwTBjjQ+IUNNOoKSV1ul0lSw7Q6bb53lcXM+9vToBqcFxWKZnVbc+5DX3TjQ0VU2C9roE3HYw+rvvaZzau//FvoqzbhIQrWUQOYRFAuxzlB1+86OmRcsiCM8bH2BXRHGGE1BQ+EI3RBi5JseGIg5BFojnz6FAzukVi6iOZcCfS+OjW+AS1iPAAj6KookhdOh347lcWMW/Bwg1fWIX3FoINaxaoyZ5ydlZe8ZgbmPeqMymLLgP+CGtjaynZ48r4iPCIyupAid+O9PPLbz5xQececwajYx0qqyj6kJkZ0ZhUEA7Zu55JKpjWqvjG589l7rGn99o4zZkPMmnDh0oiPEcme6odpYLle+8A73//JjfXxH+fspli3rz3bvJ31133/qfxpElMYhKTmMQkJjGJSUxiEpOYxCQmMYlJTBD+L196jy/bTETyAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE1LTA0LTE0VDA4OjM5OjA4LTA0OjAw3i+GogAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNS0wNC0xNFQwODozOTowOC0wNDowMK9yPh4AAAAASUVORK5CYII=');
}

@media (max-width: 767px) {
    span.logo {
        width: 62px;
        height: 45px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAtCAYAAAD2g9hxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQOCCgVBHDOUAAAC5NJREFUaN7tmXuwXVV9xz/f39rnnvtKbl7cJLylWOXRQUTBqgTQiqIlToUiII8OEB5WKyMdnbZTGXyMneJIaUcEE4IEUZHgM9WR1kLQae1MqFRBbEVAIwEChLzuzb337P379o99CFSYzlgDQzv5zpzZ++yz11q/7/o9vmutA7uxG7uxG7uxG/973HBd/7qy/Tzz2QsIvaCjrboWogCGDQ9Bt8CCheCAbOCsc18wU+IFG+n6Ff0bQ6aYNQqDQ9A4wO3zVSt+kxF+LbwwHr9+BXQHYKYHERWZNdJVQIN5L6GKrGuqAagbOOuc592k59/j110LEZAGqULUSOeQeRH2ewjObp+VChskuOGa592s59fjq5aDylPfClIDPpr0d7DbSZcaIo4D/hm7gJo2HXpw9gXPm2nPr8efJh2UqgH2I/0l7M7Od+wBMm8G9qaqmrbSAdH5dUd7kRBfde1O+tjgHMK+GXsREkQsI+JCJLD3xF5N0wxit23gabn7P0P8syugScDCFLJOMq8l89XtVOgqetPX0eutQGoTOvMo7OXgbEPeosQzJ/BFTvyzK2CgahUKFXBN6XyIzNPaEeMfXzt3wZ/Q5nw5ZGzBe4i4rU/+DBR/Aa5BBQGltH2+qIlf/xmoCtjQKRVQI52CfVk7mu4bq6rTz5y9qDl0bNyDg12fN7awnl11TiN0PwD2R1GchKips630VWnVYRdi11X1666Dqi9HuKBosF9J5h3Yw0jbR0p1zAXz9vzBy7vDc0fQTUAzYZ929/TE5hVPPnzEZFPfjj2CNEHE64n4dzILrd7D3vvDccftEnN3nceL26sJHl7fAONkru4T0WAp554xZ/wHh3SHf2cYrc3MN2XmW4altYcNjh5yxpzxOwdLWYYk7FEyv4xzAds2tJVewPoHdp25u6SXVVdBFggJEPMWFOr669iHI1FF/OVZcxZdfdTw7LcPmi/b3n9nW3thBacsrLo/GVP15XtmJklzLHgu1qsY2+tGelOAwILT3wo3r/mNTd41HtcQqC9D2Utmep8ifawQkm5416wFH33d0OxLui3p+UhExBUR5UokbC8YhK8sGR27+JzZe1wWoc8LwPkGprb+HW6yZW3YXu0Sk3cNcRuiFEJJDCzBPj8Qlu/Ileecdfys+Z+q4BPYIakJ6WLg/XZeHBHvl5S2S2WuWDI6729P/f6qMyx9LxDYF1E6ryNKEpRdVZV2EfEGnFpcBsB5ouxMNz9816z55978oX/5RpP5bmwkPSFpKXAlqEJUtq9QxNslbcKmyXzvH5z8V189eXTOOenmbtlJ5omLSwdsEc2LiLgCSSyKilBMG+L4WQu+d+rcPb8wWde/L0ARP4ooRwPfBKre9FSdGTVQAWsiyhJF3CNgou4t/aN5e3/u92bN/65xhDQ9v5RWMOJFFeqiG6XpSOqUctVQlJ+/eXTuuyea+lXR5vOaTlRLEPcClVTq4dFZdLtBRJ+8uKeUcnREfDMktjf1kW8emXvRYFQPDFTV1QXUjaqheTF53DADlqTppt6wYKB7SkexA2kyIj4yNjJraYnY7MzSEjVTUzuYmeoBIFE7XUrEk51q9okR8TGkyU6UyXkD3T+cqnsPVwrN9BfyuwLPWSpef9K5FIK1tyznmJOWBeC1tyz3sSctY3JikqHhYSzTMfQwEREGVb2a5rWHcf/+481fjx9w6HRd14sWj//kysuvir332TN+eNfdOTwyTDYNt69enseevAykCAWbn9zsS/78fXzx+hv540ve64c3PHrwYKcTH9z4wN0HdYfjNk/lUTfdptJk9JXAmZlFkApk0zgoMhJhW5JsOyODDLP2luU7OT6njr/koCNA4oBDj8TYAvY5+HBCQTXQaXMNyJA6A1050zJ2CeuRJ/zIgXvFCWMLHr3nR/c+fvnHrmSg2/HmTVuyM9Axbs+ZHvzxnex/yKsQsrG7g10++YF3w+A4X//KtxgeGX5scLC78faZbXHkXQ/m8B0/CDW2JKNW20qUaDkmElQClRC2AUvRaqyFA37+43/7nz3+ile/hbF99xECzF6AI7TBCVGFs0nSiSRKqcimeQ3OfZAmbdYNdoYfPf38d8bnV35+r5np3r60DtouaRQjO38BWo8YEhxqSGCb7f8silHDIaUqZWR05J5tj2/a4k4VttOZsyW9CWkY+0dS3NVkLZAlCAoEOPP1thdKeqhJr6sc9a96/Fk5fsw7zmNofD4RCsCIGySube8dixfvCVilhIA9sqnXAGeDBoEjJN06Xe+YtfKya3J6euZvgOMxL8PcATrY8EbD1W1uKwxnYb4qNDciAimML6zr+sJtW7eTpVTNdJ2YJVJ8G7Sv7Rp0qe1P9IwjSkgRNpXTnwGdQasWlxfpTLce/m9y8CxtUATdoZGQq0bUhwAbwIfbfmnW+dOHfrk+QHQ7VU5N974A/FTSRbZBAXbPuJ9CXrmjN/GtZvO2amTBwg/XOfOF765eOXHMScuW9nczEzbfEbwS8a+YDmIrZo3tILzFuERV5oC/ZDhP0hoQOx575ItDCxbe3434j7qeXl5VHSAPMzqlRMxpi78eRh50GEnJpZfCZZc92+NHv/2i/pmg1Kt7IN6B+JDhG8D50WpohZRT0/VLgNc48yNIgegApZTy8UqxuV+u//77X70xh+ftMQ64qBpfetGHkfg6ao+YBCOtA/SULQJmIUaRJGiQ3wrMlCrWAJXswc7sOTZcB1yQ2SAkSw8Jtmfm54xeLnEH6Na+x/ONdz/03KEeVQ1YhBqKh4A3CB0gtNXwTuQOUo0bwHsA06Ad2TS2s3ZTNxs3r6eXNWvXXg/p6thTzpftph3b9dbH1qudPFDLNRHOprGBJmsDiclFBx7odh60F/CkUwI3tuvSGQjsx4Gxge4waUuwEfhdQyNxa9pfNMyTJGM9Uwt3Ej/25PMIFUKKpjejojgB8zPBsKS71Ur1ic76qU33/cAAYu+2+FWdzuCQ5oyOD4QUS95xHs5snHZ/HBui7qXd31//002fbm0wBluirF29AqAnUf1s3bq+db4XWBwpS0VqQy8l/Rbwy/47Bs0BbRGcLXMM5hXgj/d/LE3Es4m3TY0kCxlxAvhSpK8hvgZ8EnFJfxtWSfE4cI2kqw0jSDOAS1SrQHNaR/WFz54EBiTteDqc7d8+9GjAPwUfjtnPZurNp74PxPFIDykCRMHcCjzSUH8QSBFTwL7AmcDHAWWTRixF/JmiQMQDiH8QVHK28pW5k+tOHd/voFcCDklpOBl4G/a6CG1Iq9jNEcDxoEe7W3/2w6Y7r0izvg0zByCdL3hZNs1SYLFCNzr7gZlZqZRlkl7h9Ew615WIbDIZGx+Pl+390l8+vnXTgKQ/BR/WZP1OYL0UKwcGuzgTJ7XEGsQy4NXCRwAXAFfYfEWicjojYgx7mdBe4LcJ5iJ9QKXsoH/y+WBfy3fq+HEnn0fdJFVVkU0zx04UlSPYsqkaYmx6cj5ZT1GqrgfnbYrJx3F0CTXYnquI/cDbu9XQfdO9yf4aAghEsoebegKVkUweqzrhpjYi6QwN0dQ9sOeB9gVvVMSGSgNMzUxQSoWdksIKIDnIMGK4V3jCKMrAQPZ27KDTHaKpp+dKsR+wPaT7TJJNEhHYye1tKj3HWj0KiM2gzcCWNlQB/ATSBLApZrYAIlQ/FTVPAneB7nvw4Xt+dVlkYCNiArFxZ2+ZIKinp57qYxPiLmCDUNQ584zmuB+NAu4VrAMmgLJ29TWpqv3zQRF62hbua9esrTU2bJt6zhxvT41uu+nT7bJFkoHbbl6OS6s8UgjQ2puvAYlM02um24ptB7YWzd+faN9n7S0rnio7koqgLR63r16OQkgiI2h6vcbu94E1PTOddd0jIqhnAgS9b2/Leqa22yITYFF3mmNOupB6YhsAMzu2+Zm29HrT3jHTNZhfzBvmzjWfYTd2Yzd2Yzf+P+K/ADyimn26tqkRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE1LTA0LTE0VDA4OjQwOjIxLTA0OjAw3Lz6RQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNS0wNC0xNFQwODo0MDoyMS0wNDowMK3hQvkAAAAASUVORK5CYII=');
    }
}


	

span.multiselect-native-select {
    position: relative
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .multiselect-container .input-group {
        margin: 5px
    }

    .multiselect-container .multiselect-reset .input-group {
        width: 93%
    }

    .multiselect-container > li {
        padding: 0
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px
            }

                .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}
.popover-content .multiselect-container {
    height: 230px !important;
    overflow-y: scroll;
}
/*!
 * bootstrap-star-rating v4.0.6
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause

 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars & Input
 */
.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
    cursor: default;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    transition: none;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */

/* extend support to BS4 */
.rating-container .caption .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

/**
 * Sizes
 */
.rating-xl  {
    font-size: 48px;
}
.rating-lg  {
    font-size: 40px;
}
.rating-md  {
    font-size: 32px;
}
.rating-sm  {
    font-size: 24px;
}
.rating-xs  {
    font-size: 16px;
}

.rating-xl .caption {
    font-size: 20px;
}
.rating-lg .caption {
    font-size: 18px;
}
.rating-md .caption {
    font-size: 16px;
}
.rating-sm .caption {
    font-size: 14px;
}
.rating-xs .caption {
    font-size: 12px;
}

@charset "UTF-8"; /*
@import "./addins/_breakpoints";
@import "./addins/_grid";
@import "./addins/_modal";
@import "./addins/_form";
*/

.horizontal-list:after, .primary-nav .nav-list:after, .footer-nav .nav-list:after, .main-subnav:after, .btn-split-group:after, .checkbox-inline:after, .radio-inline:after, .control-range:after, .table-xs-collapse tr:after, .table-xs-collapse td:after, .search-results .listing-heading:after, .search-results .package-header:after, .listing:after, .listing .section-inner:after, .listing .price-block:after, .basket-protection:after, .basket:after, .basket-tabs:after, .sales-channels:after, .pagination-container:after, .dueling-links:after, .mobile-search-filters:after, .arbitration-section dl:after, .comments .comment .comment-header:after, .acknowledge-block:after, .buy-it-now-form .totals:after, .ns-seller-portal .row .form-group:after, .ns-seller-portal .section-heading:after, .ns-seller-portal .checkbox-inline:after, .ns-seller-portal .radio-inline:after, .ns-seller-portal .modal-content:after, .ns-seller-portal .pie-totals .line:after, .ns-seller-portal .listing .ratings:after, .ns-seller-portal .listing .approve-deny-btns:after, .flex-2 .carousel-thumbs .carousel-inner > .item:after, .flex-2 .horizontal:after, .flex-2 .feature-list:after, .flex-2 .carfax-snapshot .snapshot-row:after {
    content: "";
    display: table;
    clear: both;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}
 body.swiped {
        transform: none !important;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, .atd-slider .slide-title, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, .atd-slider .slide-title small, h4 .small, .atd-slider .slide-title .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .atd-slider .slide-title, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .atd-slider .slide-title small, h4 .small, .atd-slider .slide-title .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .atd-slider .slide-title, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label, .control-range .connector {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .radio .control-range .connector, .control-range .radio .connector, .checkbox label, .checkbox .control-range .connector, .control-range .checkbox .connector {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .radio.disabled .control-range .connector, .control-range .radio.disabled .connector, fieldset[disabled] .radio label, fieldset[disabled] .radio .control-range .connector, .control-range fieldset[disabled] .radio .connector, .checkbox.disabled label, .checkbox.disabled .control-range .connector, .control-range .checkbox.disabled .connector, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox .control-range .connector, .control-range fieldset[disabled] .checkbox .connector {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.radio .control-range .connector, .control-range .has-success.radio .connector, .has-success.checkbox label, .has-success.checkbox .control-range .connector, .control-range .has-success.checkbox .connector, .has-success.radio-inline label, .has-success.radio-inline .control-range .connector, .control-range .has-success.radio-inline .connector, .has-success.checkbox-inline label, .has-success.checkbox-inline .control-range .connector, .control-range .has-success.checkbox-inline .connector {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.radio .control-range .connector, .control-range .has-warning.radio .connector, .has-warning.checkbox label, .has-warning.checkbox .control-range .connector, .control-range .has-warning.checkbox .connector, .has-warning.radio-inline label, .has-warning.radio-inline .control-range .connector, .control-range .has-warning.radio-inline .connector, .has-warning.checkbox-inline label, .has-warning.checkbox-inline .control-range .connector, .control-range .has-warning.checkbox-inline .connector {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.radio .control-range .connector, .control-range .has-error.radio .connector, .has-error.checkbox label, .has-error.checkbox .control-range .connector, .control-range .has-error.checkbox .connector, .has-error.radio-inline label, .has-error.radio-inline .control-range .connector, .control-range .has-error.radio-inline .connector, .has-error.checkbox-inline label, .has-error.checkbox-inline .control-range .connector, .control-range .has-error.checkbox-inline .connector {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback, .has-feedback .control-range .connector ~ .form-control-feedback, .control-range .has-feedback .connector ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .control-range .sr-only.connector ~ .form-control-feedback, .control-range .has-feedback .sr-only.connector ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

    .navbar-default .navbar-link {
        color: #777;
    }

        .navbar-default .navbar-link:hover {
            color: #333;
        }

    .navbar-default .btn-link {
        color: #777;
    }

        .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
            color: #333;
        }

        .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
            color: #ccc;
        }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            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: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

    .navbar-inverse .navbar-link {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-link:hover {
            color: #fff;
        }

    .navbar-inverse .btn-link {
        color: #9d9d9d;
    }

        .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
            color: #fff;
        }

        .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
            color: #444;
        }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4, .alert .atd-slider .slide-title, .atd-slider .alert .slide-title {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: relative !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-open.swiped{
    transform:none !important;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}
/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
        content: '';
        display: inline-block;
        position: absolute;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        top: -7px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        top: -6px;
        left: 8px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        bottom: -7px;
        left: 6px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        bottom: -6px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
        left: auto;
        right: 6px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
        left: auto;
        right: 7px;
    }

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

    .bootstrap-datetimepicker-widget th.picker-switch {
        width: 145px;
    }

    .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget th.prev::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Previous Month";
    }

    .bootstrap-datetimepicker-widget th.next::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Next Month";
    }

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

    .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
        background: #eeeeee;
    }

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

    .bootstrap-datetimepicker-widget td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777;
    }

    .bootstrap-datetimepicker-widget td.day {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
            background: #eeeeee;
            cursor: pointer;
        }

    .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
        color: #777777;
    }

    .bootstrap-datetimepicker-widget td.today {
        position: relative;
    }

        .bootstrap-datetimepicker-widget td.today:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-bottom: 7px solid #428bca;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
        background-color: #428bca;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .bootstrap-datetimepicker-widget td.active.today:before {
            border-bottom-color: #fff;
        }

    .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px;
    }

        .bootstrap-datetimepicker-widget td span:hover {
            background: #eeeeee;
        }

        .bootstrap-datetimepicker-widget td span.active {
            background-color: #428bca;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

        .bootstrap-datetimepicker-widget td span.old {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.magnifier-thumb-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
}

.magnifier-lens {
    display: none;
}

.magnifier-loader {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ccc;
    color: #fff;
    text-align: center;
    background: transparent;
    background: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232);
}

.magnifier-loader-text {
    font: 13px Arial;
    margin-top: 10px;
}

.magnifier-large {
    position: absolute;
    z-index: 100;
}

.magnifier-preview {
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .magnifier-preview img {
        position: absolute;
        top: 0;
        left: 0;
    }

.hidden {
    display: none;
}
/*
 * ATD Slider
*/

.slider-main-image {
    display: block;
    max-width: 100%;
}

.atd-slider {
    position: relative;
}

    .atd-slider .slide-list {
        position: relative;
        width: 92%;
        min-height: 3.75em;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }

    .atd-slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 2;
        transition: left .3s ease-in-out;
        padding: 0 0.375em;
        text-align: center;
        box-sizing: border-box;
    }

        .atd-slider .slide.out-right {
            left: 100%;
        }

        .atd-slider .slide.out-left {
            left: -100%;
        }

    .atd-slider .slide-prev, .atd-slider .slide-next {
        font-size: 1.125em;
        line-height: .675;
        width: auto;
        padding: 0.71429em 0.71429em;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 40px;
        margin: auto;
        z-index: 3;
    }

        .atd-slider .slide-prev.inactive, .atd-slider .slide-next.inactive {
            display: none;
        }

    .atd-slider .slide-next {
        left: auto;
        right: 0;
    }

    .atd-slider .slide-thumb {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .atd-slider .slide-title {
        line-height: 1.4;
        margin-bottom: 0.5em;
        display: block;
    }

    .atd-slider .slide-byline {
        font-size: 0.6875em;
        color: #333;
        line-height: 1.5;
        margin-top: 0.54545em;
        display: block;
    }

    .atd-slider.modal-slider .slide-list {
        width: 88%;
    }

    .atd-slider.modal-slider .resource {
        padding: 0 0.3125em;
    }

    .atd-slider.modal-slider .slide {
        top: 0.625em;
    }

    .atd-slider.modal-slider .slide-prev, .atd-slider.modal-slider .slide-next {
        top: 1.57143em;
    }

    .atd-slider.mini-slider .slide-list {
        width: 80%;
    }

    .atd-slider.mini-slider .resource {
        padding: 0 0.125em;
    }

    .atd-slider.mini-slider .slide {
        top: 0.625em;
    }

    .atd-slider.mini-slider .slide-prev, .atd-slider.mini-slider .slide-next {
        font-size: 0.6875em;
        height: 24px;
    }

.atd-image-display .resource img {
    border: 2px solid transparent;
}

.atd-image-display .resource.active img {
    border-color: #557ed4;
}

.atd-image-display .image-container {
    position: relative;
    background: #ccc;
}

    .atd-image-display .image-container .click-text, .atd-image-display .image-container .hover-text {
        color: #d4d4d4;
        font-size: 0.6875em;
        line-height: 1;
        position: absolute;
        bottom: 0.36364em;
        left: 0;
        display: block;
        padding: 0.36364em 0.72727em;
        background: #000;
        background: rgba(0, 0, 0, 0.45);
    }

    .atd-image-display .image-container .hover-text {
        font-size: 1em;
    }

        .atd-image-display .image-container .hover-text.no-magnify {
            font-size: 0.6875em;
        }

    .atd-image-display .image-container .click-text {
        display: none;
    }

        .atd-image-display .image-container .click-text.click-only {
            display: block;
            white-space: nowrap;
        }

.atd-image-display .prev-image, .atd-image-display .next-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 35%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    opacity: .75;
    font-size: 1.5em;
    transition: all .2s ease-in-out;
    display: block;
    z-index: 20;
}

    .atd-image-display .prev-image span, .atd-image-display .next-image span {
        padding: 0.16667em 0.25em 0.16667em 0.08333em;
    }

    .atd-image-display .prev-image:hover, .atd-image-display .prev-image:active, .atd-image-display .prev-image:focus, .atd-image-display .next-image:hover, .atd-image-display .next-image:active, .atd-image-display .next-image:focus {
        opacity: 1;
    }

.atd-image-display .next-image {
    left: auto;
    right: 0;
}

    .atd-image-display .next-image span {
        padding: 0.16667em 0.08333em 0.16667em 0.25em;
    }

.atd-image-display:hover .prev-image span, .atd-image-display:hover .next-image span {
    background: black;
    background: rgba(0, 0, 0, 0.65);
}
/* magnification */

.magnifier-preview {
    width: 550px;
    position: absolute;
    top: 0;
    left: -110%;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35);
}

    .magnifier-preview img {
        max-width: none !important;
    }

.slider-modal .modal-dialog {
    margin-left: 12%;
}

[data-magnify] {
    z-index: 10;
    display: block;
    position: relative;
    cursor: zoom-in;
}

    [data-magnify] .magnifier-preview {
        width: 550px;
        position: absolute;
        top: 0;
        left: 105%;
        border: 1px solid #666;
        background: #fff;
        display: none;
    }

    [data-magnify]:hover .magnifier-preview {
        display: block;
    }
/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */

table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}
/* Structure */

.tablesaw {
    border: 0;
    padding: 0;
}

    .tablesaw th, .tablesaw td {
        box-sizing: border-box;
        padding: .5em .7em;
    }

    .tablesaw thead tr:first-child th {
        padding-top: .9em;
        padding-bottom: .7em;
    }

.tablesaw-enhanced .tablesaw-bar .btn {
    border: 1px solid #ccc;
    background: none;
    background-color: #fafafa;
    box-shadow: 0 1px 0 white;
    color: #4a4a4a;
    clear: both;
    cursor: pointer;
    display: block;
    font: bold 20px/1 sans-serif;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 0 #fff;
    width: 100%; /* Theming */
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
    color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    outline: none;
}

.tablesaw-bar .btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover, .ie-lte8 .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    border-color: #aaa;
    outline: none;
}

.tablesaw-bar .btn-select select {
    background: none;
    border: none;
    display: block;
    position: absolute;
    font-weight: inherit;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
}

.tablesaw-bar .btn-select select {
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    color: transparent;
}

.tablesaw-bar .btn select option {
    background: #fff;
    color: #000;
    font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
    text-align: left;
    text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small, .tablesaw-bar .btn.btn-micro {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
}

.tablesaw-bar .btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left;
}

.tablesaw-bar .btn-select:after {
    background: #e5e5e5;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
    content: " ";
    display: block;
    position: absolute;
}

.tablesaw-bar .btn-select.btn-small, .tablesaw-bar .btn-select.btn-micro {
    padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
    background: none;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: none;
    box-shadow: none;
    border-left-width: 0;
}tablesaw-bar mode-swipe
/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em;
}

    .tablesaw-advance .btn.btn-micro {
        font-size: .8125em;
        padding: .3em .7em .25em .7em;
    }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .5em;
    position: relative;
}

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
        content: "\0020";
        overflow: hidden;
        width: 0;
        height: 0;
        position: absolute;
    }

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
        left: .5em;
        top: .65em;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #808080;
    }

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
        left: .5em;
        top: .65em;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #808080;
    }

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
        top: .45em;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
        left: .6em;
        border-right: 5px solid #808080;
    }

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
        left: .7em;
        border-left: 5px solid #808080;
    }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}
/* Table Toolbar */

.tablesaw-bar {
    clear: both;
    font-family: sans-serif;
}

.tablesaw-toolbar {
    font-size: .875em;
    float: left;
}

    .tablesaw-toolbar label, .tablesaw-toolbar .control-range .connector, .control-range .tablesaw-toolbar .connector {
        padding: .5em 0;
        clear: both;
        display: block;
        color: #888;
        margin-right: .5em;
        text-transform: uppercase;
    }

.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em;
}

.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: transparent;
    font-family: sans-serif;
    font-size: 1em;
    padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0;
}

    .tablesaw-bar .tablesaw-toolbar .btn-select:after {
        padding-top: .9em;
    }

.tablesaw-bar .tablesaw-toolbar select {
    color: #888;
    text-transform: none;
    background: transparent;
}

.tablesaw-toolbar ~ table {
    clear: both;
}

.tablesaw-toolbar .a11y-sm {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
/* Table rows have a gray bottom stroke by default */

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */ /* Media query to show as a standard table at 560px (35em x 16px) or wider */

.tablesaw-fix-persist {
    table-layout: fixed;
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative; /* for dialog positioning */
}

    .tablesaw-columntoggle-btnwrap .dialog-content {
        padding: .5em;
    }

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}
/* Hide all prioritized columns by default */

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0;
}

    .tablesaw-columntoggle-btnwrap .dialog-content:focus {
        outline-style: none;
    }
/* Preset breakpoints if "" class added to table */ /* Show priority 1 at 320px (20em x 16px) */ /* Show priority 2 at 480px (30em x 16px) */ /* Show priority 3 at 640px (40em x 16px) */ /* Show priority 4 at 800px (50em x 16px) */ /* Show priority 5 at 960px (60em x 16px) */ /* Show priority 6 at 1,120px (70em x 16px) */

.tablesaw-columntoggle-popup .btn-group > label, .tablesaw-columntoggle-popup .control-range .btn-group > .connector, .control-range .tablesaw-columntoggle-popup .btn-group > .connector {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
}

    .tablesaw-columntoggle-popup .btn-group > label input, .tablesaw-columntoggle-popup .control-range .btn-group > .connector input, .control-range .tablesaw-columntoggle-popup .btn-group > .connector input {
        margin-right: .8em;
    }

.tablesaw-sortable, .tablesaw-sortable thead, .tablesaw-sortable thead tr, .tablesaw-sortable thead tr th {
    position: relative;
}

    .tablesaw-sortable thead tr th {
        padding-right: 1.6em;
        vertical-align: top;
    }

    .tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
        padding: 0;
    }

        .tablesaw-sortable th.tablesaw-sortable-head button {
            padding-top: .9em;
            padding-bottom: .7em;
            padding-left: .6em;
            padding-right: 1.6em;
        }

    .tablesaw-sortable .tablesaw-sortable-head button {
        min-width: 100%;
        color: inherit;
        background: transparent;
        border: 0;
        padding: 0;
        text-align: left;
        font: inherit;
        text-transform: inherit;
        position: relative;
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
        width: 7px;
        height: 10px;
        content: "\0020";
        position: absolute;
        right: .5em;
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
        content: "↑";
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
        content: "↓";
    }

    .tablesaw-sortable .not-applicable:after {
        content: "--";
        display: block;
    }

    .tablesaw-sortable .not-applicable span {
        display: none;
    }

.tablesaw-advance {
    float: right;
}

    .tablesaw-advance.minimap {
        margin-right: .4em;
    }

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tablesaw-advance-dots li {
        display: table-cell;
        margin: 0;
        padding: .4em .2em;
    }

        .tablesaw-advance-dots li i {
            width: .25em;
            height: .25em;
            background: #555;
            border-radius: 100%;
            display: inline-block;
        }

.tablesaw-advance-dots-hide {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}
/*! Quill Editor v0.20.0
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */

.ql-image-tooltip {
    padding: 10px;
    width: 300px;
}

    .ql-image-tooltip:after {
        clear: both;
        content: "";
        display: table;
    }

    .ql-image-tooltip a {
        border: 1px solid #000;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        padding: 5px;
        text-align: center;
        width: 50%;
    }

    .ql-image-tooltip img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ql-image-tooltip .input {
        box-sizing: border-box;
        width: 100%;
    }

    .ql-image-tooltip .preview {
        margin: 10px 0px;
        position: relative;
        border: 1px dashed #000;
        height: 200px;
    }

        .ql-image-tooltip .preview span {
            display: inline-block;
            position: absolute;
            text-align: center;
            top: 40%;
            width: 100%;
        }

.ql-link-tooltip {
    padding: 5px 10px;
}

    .ql-link-tooltip input.input {
        width: 170px;
    }

    .ql-link-tooltip input.input, .ql-link-tooltip a.done {
        display: none;
    }

    .ql-link-tooltip a.change {
        margin-right: 4px;
    }

    .ql-link-tooltip.editing input.input, .ql-link-tooltip.editing a.done {
        display: inline-block;
    }

    .ql-link-tooltip.editing a.url, .ql-link-tooltip.editing a.change, .ql-link-tooltip.editing a.remove {
        display: none;
    }

.ql-multi-cursor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

    .ql-multi-cursor .cursor {
        margin-left: -1px;
        position: absolute;
    }

    .ql-multi-cursor .cursor-flag {
        bottom: 100%;
        position: absolute;
        white-space: nowrap;
    }

    .ql-multi-cursor .cursor-name {
        display: inline-block;
        color: #fff;
        padding: 2px 8px;
    }

    .ql-multi-cursor .cursor-caret {
        height: 100%;
        position: absolute;
        width: 2px;
    }

    .ql-multi-cursor .cursor.hidden .cursor-flag {
        display: none;
    }

    .ql-multi-cursor .cursor.top .cursor-flag {
        bottom: auto;
        top: 100%;
    }

    .ql-multi-cursor .cursor.right .cursor-flag {
        right: -2px;
    }

.ql-paste-manager {
    left: -100000px;
    position: absolute;
    top: 50%;
}

.ql-toolbar {
    box-sizing: border-box;
}

.ql-tooltip {
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: -10000px;
    white-space: nowrap;
    z-index: 2000;
}

    .ql-tooltip a {
        cursor: pointer;
        text-decoration: none;
    }

.ql-container {
    box-sizing: border-box;
    cursor: text;
    font-family: Helvetica, 'Arial', sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 1.42;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 15px;
    position: relative;
}

.ql-editor {
    box-sizing: border-box;
    min-height: 100%;
    outline: none;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

    .ql-editor div {
        margin: 0;
        padding: 0;
    }

    .ql-editor a {
        text-decoration: underline;
    }

    .ql-editor b {
        font-weight: bold;
    }

    .ql-editor i {
        font-style: italic;
    }

    .ql-editor s {
        text-decoration: line-through;
    }

    .ql-editor u {
        text-decoration: underline;
    }

    .ql-editor a, .ql-editor b, .ql-editor i, .ql-editor s, .ql-editor u, .ql-editor span {
        background-color: inherit;
    }

    .ql-editor img {
        max-width: 100%;
    }

    .ql-editor blockquote, .ql-editor ol, .ql-editor ul {
        margin: 0 0 0 2em;
        padding: 0;
    }

    .ql-editor ol {
        list-style-type: decimal;
    }

    .ql-editor ul {
        list-style-type: disc;
    }

    .ql-editor.ql-ie-9 br, .ql-editor.ql-ie-10 br {
        display: none;
    }

.ql-bold, .ql-italic, .ql-underline, .ql-strike, .ql-list, .ql-bullet, .ql-link {
    background: url(/content/img/editor-icons.png) center 7px no-repeat;
    width: 26px;
    height: 0;
    padding-top: 26px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

    .ql-bold:hover, .ql-italic:hover, .ql-underline:hover, .ql-strike:hover, .ql-list:hover, .ql-bullet:hover, .ql-link:hover {
        background-color: #ddd;
    }

.ql-italic {
    background-position: center -33px;
}

.ql-underline {
    background-position: center -113px;
}

.ql-strike {
    background-position: center -73px;
}

.ql-list {
    background-position: center -193px;
    margin-left: 12px;
}

.ql-bullet {
    background-position: center -233px;
}

.ql-link {
    background-position: center -153px;
    margin-left: 12px;
}
/* Foundation v2.1.4 http://foundation.zurb.com */ /* Artfully masterminded by ZURB  */ /* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/ /* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}
/* Mobile */

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: Arial,sans-serif;
}
/* text treatments */

.caps, h1, h2.large, h2, h4, .atd-slider .slide-title, .btn, .label-for-btn, label, .control-range .connector, .control-label, legend {
    text-transform: uppercase;
}

.hi-z {
    z-index: 1001;
    position: relative;
}

.low-z {
    z-index: 1;
    position: relative;
}

.med-gray {
    color: #999;
}

h1, h2.large {
    font-size: 1.6875em;
    color: #51626F;
    padding-bottom: 0.14815em;
    border-bottom: 1px solid #ACC0C6;
    margin: 1.18519em 0 0.92593em;
}

h2 {
    font-size: 1.375em;
    color: #8ea9b1;
    padding-bottom: 0.18182em;
    border-bottom: 1px solid #ACC0C6;
    margin: 1.45455em 0 1.13636em;
}

h3 {
    font-size: 1em;
    font-weight: 400;
    color: #999;
    margin-bottom: 0.51852em;
}

    h3.small-head {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }

h1 + .row h3, h2 + .row h3 {
    margin-top: 0;
}

h4, .atd-slider .slide-title {
    font-size: 0.75em;
    font-weight: 400;
    color: #999;
    margin-bottom: 0.51852em;
}

[role="main"] {
    padding-left: 1em;
    padding-right: 1em;
}

    [role="main"] > p {
        color: #666;
        font-size: 0.75em;
    }

a {
    color: #00A599;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #00bfb1;
        text-decoration: none;
        outline: 0 !important;
    }

hr {
    border: none;
    border-top: 1px solid #333;
}

.horizontal-list li, .primary-nav .nav-list li, .footer-nav .nav-list li, .main-subnav li {
    display: block;
    float: left;
}

.unstyled-list, .striped-list, .primary-nav .nav-list, .footer-nav .nav-list, .main-subnav {
    padding: 0;
    list-style: none;
}

    .unstyled-list li, .striped-list li, .primary-nav .nav-list li, .footer-nav .nav-list li, .main-subnav li {
        display: block;
    }

.striped-list {
    font-size: 0.875em; /* inner */
}

    .striped-list li {
        background: #e9e9e9;
        padding: 0.6875em 1.375em 0.75em;
    }

        .striped-list li:nth-child(even) {
            background: #fff;
        }

    .striped-list ul {
        padding: 0;
    }

        .striped-list ul li {
            padding: 0 0 0 0.66667em;
            font-size: 0.85714em;
            line-height: 1.6;
            background: 0;
        }

.visually-hidden, .checkbox-group [type="checkbox"], .checkbox-group [type="radio"], .radio-group [type="checkbox"], .radio-group [type="radio"], .ns-seller-portal .checkbox-group [type="checkbox"], .ns-seller-portal .checkbox-group [type="radio"], .ns-seller-portal .radio-group [type="checkbox"], .ns-seller-portal .radio-group [type="radio"] {
    display: block;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.container-fluid {
    padding: 0;
    max-width: 94%;
}

    .container[role="main"], .container-fluid[role="main"] {
        padding-bottom: 3em;
        z-index: 2;
        position: relative;
        overflow: visible;
    }

.breathe {
    padding-top: 30px;
    clear: both;
}

.breathe-mini {
    padding-top: 12px;
    clear: both;
}

.page-header {
    margin: 0;
    border: none;
    z-index: 2;
    position: relative;
    background: #51626F;
    padding-bottom: 0;
}

    .page-header:hover {
        z-index: 3;
    }

    .page-header .logo {
        float: left;
        width: 100px;
        height: 0px;
        background: url(/content/img/logo.png) no-repeat;
        margin: 0;
        padding: 58px 0 0;
        display: block;
        overflow: hidden;
        outline: none !important;
        margin: 12px 0;
    }

    .page-header .header-info {
        float: right;
        text-align: right;
        font-size: 0.875em;
        color: #999;
        margin-top: 2.28571em;
    }

        .page-header .header-info strong {
            text-transform: uppercase;
        }

        .page-header .header-info a {
            font-size: 0.85714em;
            display: block;
        }

.page-footer {
    background: #51626F;
    z-index: 1;
    position: relative;
}

.lt-ie9 .page-footer {
    background: #666;
}

.page-footer .container {
    padding-bottom: 3.75em;
}

.extra-gutter {
    padding-right: 3.4042% !important;
}

.small-pad {
    padding-top: 4px;
}
/* extra small visibility */

.xs-visible, .xs-inline, .xs-inline-block {
    display: none !important;
}

.sm-visible, .sm-inline, .sm-inline-block {
    display: none !important;
}
/* grounding */

.grounded-list.doubles > .col-sm-6:nth-child(2n+2) {
    clear: left;
}

.grounded-list.triples > .col-sm-4:nth-child(3n+2) {
    clear: left;
}

button.btn {
    border: none;
}

.input-group-btn {
    font-size: inherit;
}

    .input-group-btn .glyphicon {
        left: -6px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }
/*doc
---
title: Button
name: button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn">Default Button</a>
</p>

<p>
	<a href="#" class="btn btn-inline">Inline Button</a>
</p>

<p>
	<a href="#" class="btn btn-tiny">Button Tiny</a>
</p>
```
*/

.btn {
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    font-size: 0.875em;
    text-align: center;
    background: #00A599;
    padding: 0.5em 1.42857em 0.28571em;
    width: 100%;
    cursor: pointer;
    line-height: 1.21429em;
    text-decoration: none !important;
}

    .btn.pull-right, .btn.pull-left {
        width: auto;
    }

    .btn:hover, .btn:active, .btn:focus {
        background: #00bfb1;
        color: #fff;
        box-shadow: none;
        outline: 0 !important;
    }

    .btn.label-spacing {
        margin-top: 22px;
    }

    .btn.search {
        background: #51626F;
    }

.btn-danger {
    background-color: #d9534f;
}

    .btn-danger:hover, .btn-danger:active {
        background-color: #de6764;
    }

.btn-small {
    font-size: 12px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 6px 10px;
    top: -2px;
    position: relative;
}

    .btn-small.pull-right {
        margin-left: 12px;
    }

.btn-tiny {
    font-size: 11px;
    padding: 0.54545em 1.09091em 0.27273em;
    height: auto;
    line-height: 1.25em;
}

.caret {
    position: relative;
    left: 6px;
}

.btn-inline {
    width: auto;
}

.btn-text { /*doc
---
title: Button Text
name: button text
category: Buttons
---
```html_example
<a class="btn btn-text" href="#">Text Button</a>
```
*/
    padding: 13px 6px 7px;
    text-transform: none;
    color: #557ed4;
    font-weight: 400;
    font-size: 14px;
    background: none;
}

    .btn-text:hover, .btn-text:focus, .btn-text:active, .btn-text:focus:active {
        color: #4d68da;
        background: none;
    }
/*doc
---
title: Secondary Button
name: secondary-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-secondary">Secondary Button</a>
</p>

<p>
	<a href="#" class="btn btn-secondary btn-inline">Secondary Inline Button</a>
</p>
```
*/

.btn-secondary {
    background: #51626F;
    color: #fff;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        background: #5c6f7e;
        color: #fff;
    }
/*doc
---
title: Cancel Button
name: cancel-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-cancel">Cancel Button</a>
</p>

```
*/

.btn-cancel {
    color: #00A599;
    font-size: 12px;
    text-transform: none;
    background: none;
    padding: 0.91667em 0 0.41667em;
    text-align: right;
}

    .btn-cancel:hover, .btn-cancel:active, .btn-cancel:focus {
        color: #00bfb1;
        background: none;
    }

    .btn-cancel.popover-cancel {
        position: static;
    }
/*doc
---
title: Winning Button
name: winning-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-winning">Winning Button</a>
</p>

```
*/

.btn-winning {
    background: #69923A;
}

    .btn-winning:hover, .btn-winning:active, .btn-winning:focus {
        background: #4f6e2c;
    }
/*doc
---
title: Losing Button
name: losing-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-losing">Losing Button</a>
</p>

```
*/

.btn-losing {
    background: #98252B;
}

    .btn-losing:hover, .btn-losing:active, .btn-losing:focus {
        background: #6f1b1f;
    }
/*doc
---
title: Plain Button
name: plain-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-plain">Plain Button</a>
</p>

```
*/

.btn-plain {
    background: none;
}

    .btn-plain:hover, .btn-plain:focus, .btn-plain:active {
        color: #00A599;
    }

    .btn-plain.inactive:hover, .btn-plain.inactive:focus, .btn-plain.inactive:active {
        color: #92a9a7;
    }

    .btn-plain.active {
        background: none;
        color: #00A599;
        box-shadow: none;
    }

    .btn-plain.tri-state {
        color: #000;
    }
/*doc
---
title: Calendar Button
name: calendar-button
category: Buttons
---

```html_example
<p>
	<a href="#" class="btn btn-calendar">Calendar Button</a>
</p>

```
*/

.btn-calendar {
    width: 16px;
    height: 0px;
    background: url(/img/icon-calendar.png) center center no-repeat !important;
    margin: 0;
    padding: 17px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
}

    .btn-calendar:hover, .btn-calendar:active, .btn-calendar:focus {
        background: url(/img/icon-calendar.png) center center no-repeat;
        box-shadow: none;
    }

.btn-split-group {
    margin-top: 0.75em;
    padding-top: 0.75em;
}

    .btn-split-group .btn {
        width: 24.0638%;
    }

.lt-ie9 .adjust-buttons {
    padding: 0;
    background: none;
    border: none;
}

.adjust-buttons .btn {
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.6;
    font-size: 0.57143em;
    height: auto;
}

    .adjust-buttons .btn:first-child {
        margin-bottom: 0.25em;
        margin-top: -0.875em !important;
    }

    .adjust-buttons .btn:last-child {
        margin-bottom: -0.875em;
    }

    .adjust-buttons .btn.inactive {
        background: #d2d9f6;
        border-color: #d4d4d4;
    }

.lt-ie9 .adjust-buttons .btn {
    margin-bottom: 0em;
    padding: 0em 1.5em;
}

    .lt-ie9 .adjust-buttons .btn:first-child {
        margin: 0em 0 0.125em !important;
        padding: 0em 1.5em;
    }
/*doc
---
title: Back to Top Button
name: back-top-button
category: Buttons
---

```html_example
<p class="unfixed">
	<a href="#" class="back-to-top-btn active">Back to Top</a>
</p>

```
*/

.back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: auto;
    display: none;
}

    .back-to-top-btn.active {
        display: block;
    }

.csstransitions .back-to-top-btn {
    display: block;
    opacity: 0;
    bottom: -80px;
    transition: all .2s ease-in-out;
}

    .csstransitions .back-to-top-btn.active {
        opacity: 1;
        bottom: 20px;
    }

.unfixed .back-to-top-btn {
    position: static;
    opacity: 1;
}

.btn-split-group {
    margin-top: 0.75em;
    padding-top: 0.75em;
}

    .btn-split-group .btn {
        width: 24.0638%;
    }

.lt-ie9 .adjust-buttons {
    padding: 0;
    background: none;
    border: none;
}

.adjust-buttons .btn {
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.6;
    font-size: 0.57143em;
    height: auto;
}

    .adjust-buttons .btn:first-child {
        margin-bottom: 0.25em;
        margin-top: -0.875em !important;
    }

    .adjust-buttons .btn:last-child {
        margin-bottom: -0.875em;
    }

    .adjust-buttons .btn.inactive {
        background: #d2d9f6;
        border-color: #d4d4d4;
    }

.lt-ie9 .adjust-buttons .btn {
    margin-bottom: 0em;
    padding: 0em 1.5em;
}

    .lt-ie9 .adjust-buttons .btn:first-child {
        margin: 0em 0 0.125em !important;
        padding: 0em 1.5em;
    }

.down-arrow {
    background-image: url(/img/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

    .down-arrow:hover, .down-arrow:active, .down-arrow:focus {
        background-image: url(/img/arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

.label-for-btn {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
}

    .label-for-btn:hover, .label-for-btn:focus, .label-for-btn:active {
        color: #666;
    }

.btn:hover + .label-for-btn, .btn:focus + .label-for-btn, .btn:active + .label-for-btn {
    color: #666;
}

.btn-inline-group {
    margin: 0 12px;
}

.btn-icon {
    margin-right: 6px;
}

.btn-plain {
    background: none;
    color: #92a9a7;
    font-size: 18px;
    padding: 0 4px;
    height: auto;
    text-transform: none;
    line-height: 18px;
}

    .btn-plain:hover, .btn-plain:focus, .btn-plain:active, .btn-plain.active {
        color: #00A599;
    }

.control-label + .btn {
    position: relative;
    top: -1px;
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

    .form-group .image-key {
        display: block;
        max-width: 100%;
    }

    .form-group .two-thirds {
        width: 66.666%;
        float: left;
    }

    .form-group .one-quarter, .form-group .one-third {
        width: 32.333%;
        margin-left: 1%;
        float: left;
    }

        .form-group .one-quarter.first, .form-group .one-third.first {
            margin-left: 0;
        }

    .form-group .one-quarter {
        width: 24%;
    }

    .form-group .three-quarter + .one-quarter {
        margin-right: 0;
        margin-left: 1%;
    }

    .form-group.file .btn {
        position: relative;
        overflow: hidden;
    }

        .form-group.file .btn [type="file"] {
            background: none;
            display: block;
            width: 1px;
            height: 1px;
            opacity: 0;
            top: -100%;
            position: absolute;
            color: transparent;
        }

    .form-group.file [type="submit"] {
        display: none;
    }

        .form-group.file [type="submit"].ready {
            display: inline-block;
        }

    .form-group.file .filename {
        display: none;
    }

        .form-group.file .filename.ready {
            display: inline-block;
        }

    .form-group.file label:visible + .filename.ready, .form-group.file .control-range .connector:visible + .filename.ready, .control-range .form-group.file .connector:visible + .filename.ready {
        margin-left: 12px;
    }

    .form-group small {
        font-size: 12px;
    }

    .form-group + .form-group, .form-group + .row {
        margin-top: 1.375em;
    }

.row .form-group + .form-group {
    margin-top: 0;
}

.row .form-group {
    margin-bottom: 1.375em;
}

    .row .form-group.tight-bottom {
        margin-bottom: 12px;
    }

    .row .form-group.button {
        padding-top: 1.375em;
    }

.row.last-row > .form-group {
    margin-bottom: 0;
}

.row.srp-controls-row .form-group, .row.srp-controls-row .form-group + .form-group {
    margin-top: 1.625em;
    margin-bottom: 0;
}

.form-group.label-spacing {
    margin-bottom: 1.375em;
}
/*doc
---
title: Control Label
name: control-label
category: Form Controls
---

```html_example
<label>Control Label</label>
```
*/

label, .control-range .connector, .control-label, legend {
    color: #8ea9b1;
    font-size: 0.8125em;
    font-weight: 400;
    display: block;
    margin-bottom: 0.38462em;
    border: none;
}

    label.error, .control-range .error.connector, .control-label.error, legend.error {
        color: #98252B;
    }

    label.valid, .control-range .valid.connector, .control-label.valid, legend.valid {
        color: #69923A;
    }

    label.label-horizontal, .control-range .label-horizontal.connector, .control-label.label-horizontal, legend.label-horizontal {
        float: left;
        margin: 0.53846em 0.92308em 0 0;
    }

    label sup[title="Required"], .control-range .connector sup[title="Required"], .control-label sup[title="Required"], legend sup[title="Required"] {
        font-size: 1em;
    }

    label.one-liner, .control-range .one-liner.connector, .control-label.one-liner, legend.one-liner {
        display: inline-block;
        line-height: 1.2;
        margin: .375em 8px 0px 0;
    }

    label a, .control-range .connector a, .control-label a, legend a, .editable-field a {
        font-size: 11px;
        text-transform: none;
        margin-left: 6px;
        text-decoration: underline;
        line-height: 16px;
    }

    label.inline-divide, .control-range .inline-divide.connector {
        margin-top: 4px;
        padding-right: 25px;
        display: inline-block;
        border-right: solid 1px #666;
    }

.label-offset {
    margin-top: 1.76923em;
}

.form-inline label, .form-inline .control-range .connector, .control-range .form-inline .connector {
    display: inline-block;
    margin: 0 0.92308em;
}
/*doc
---
title: Basic Select
name: basic-select
category: Form Controls
---

```html_example
<select class="form-control" id="" name="" >
    <option>Option</option>
    <option>Option Two</option>
    <option>Option Three</option>
</select>
``` 
*/

select, select.form-control {
    width: 100%;
    border: 1px solid #8ea9b1;
    color: #51626F;
    background: url(/content/img/arrow.png) right center no-repeat #fff;
    font-size: 0.875em;
    padding: 0.35714em 0.71429em;
    padding-right: 32px;
    line-height: 1;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.input-inline, select.form-control.input-inline {
        display: inline-block;
        width: auto;
    }

    select:not(.default), select.form-control:not(.default) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 30px;
    }

.dropdown-label {
    display: block;
    background: url(/content/img/arrow.png) right center no-repeat #fff;
    color: #51626F;
    border-color: #8ea9b1;
    height: 30px;
    line-height: 1;
    font-size: 0.875em;
    padding: 0.57143em 2em 0.57143em 0.71429em;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: none;
}

[disabled="disabled"] + .dropdown-label {
    background-color: #d4d4d4;
}
/*doc
---
title: Text Field
name: text-field
category: Form Controls
---

```html_example
<input class="form-control" id="" name="" type="text" placeholder="Text Field">
```
*/ /* form fields */

input[type="text"], input[type="password"], input[type="email"], input[type="number"], .form-control, .dropdown-label {
    width: 100%;
    height: 30px;
    color: #51626F;
    background-color: #d4d4d4;
    border: 1px solid #8ea9b1;
    color: #333;
    font-size: 0.875em;
    padding: 0.35714em 0.71429em;
    line-height: 1;
    border-radius: 0;
    box-shadow: none;
}

    input[type="text"].input-inline, input[type="password"].input-inline, input[type="email"].input-inline, input[type="number"].input-inline, .form-control.input-inline, .dropdown-label.input-inline {
        display: inline-block;
        width: auto;
    }
/*doc
---
title: Check Boxes
name: check-boxes
category: Form Controls
---

*/ /*doc
---
title: Radio Buttons
name: radio-buttons
category: Form Controls
---

*/ /* checkbox and radio */

.checkbox-group [type="checkbox"], .checkbox-group [type="radio"], .radio-group [type="checkbox"], .radio-group [type="radio"] {
    position: absolute;
}

.lt-ie9 .checkbox-group [type="checkbox"], .lt-ie9 .checkbox-group [type="radio"], .lt-ie9 .radio-group [type="checkbox"], .lt-ie9 .radio-group [type="radio"] {
    visibility: visible;
    height: auto;
    width: auto;
    position: static;
    border: 0px;
    background: none;
    display: block;
    float: left;
    clear: left;
    margin-right: 6px;
}

.checkbox-group label, .checkbox-group .control-range .connector, .control-range .checkbox-group .connector, .radio-group label, .radio-group .control-range .connector, .control-range .radio-group .connector {
    font-size: 0.75em;
    line-height: 1.83333em;
    color: #333;
    text-transform: none;
    cursor: pointer;
    padding-left: 2em;
    position: relative;
}

    .checkbox-group label:before, .checkbox-group .control-range .connector:before, .control-range .checkbox-group .connector:before, .radio-group label:before, .radio-group .control-range .connector:before, .control-range .radio-group .connector:before {
        display: inline-block;
        content: '';
        font-size: 18px;
        width: 1.22222em;
        height: 1.22222em;
        border-radius: 3px;
        vertical-align: middle;
        position: relative;
        top: -0.08333em;
        padding-top: 0.16667em;
        box-sizing: border-box;
        margin-right: 0.55556em;
        text-align: center;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        border: 1px solid #8ea9b1;
        background: #fff;
        color: #00A599;
    }

.lt-ie9 .checkbox-group label, .lt-ie9 .checkbox-group .control-range .connector, .control-range .lt-ie9 .checkbox-group .connector, .lt-ie9 .radio-group label, .lt-ie9 .radio-group .control-range .connector, .control-range .lt-ie9 .radio-group .connector {
    padding: 0;
    display: block;
    float: left;
    position: relative;
    top: -0.5em;
}

    .lt-ie9 .checkbox-group label:before, .lt-ie9 .checkbox-group .control-range .connector:before, .control-range .lt-ie9 .checkbox-group .connector:before, .lt-ie9 .radio-group label:before, .lt-ie9 .radio-group .control-range .connector:before, .control-range .lt-ie9 .radio-group .connector:before {
        display: none;
    }

.checkbox-group [type="checkbox"] + label, .checkbox-group .control-range [type="checkbox"] + .connector, .control-range .checkbox-group [type="checkbox"] + .connector, .radio-group [type="checkbox"] + label, .radio-group .control-range [type="checkbox"] + .connector, .control-range .radio-group [type="checkbox"] + .connector {
    margin-bottom: 0.83333em;
}

    .checkbox-group [type="checkbox"] + label:last-child, .checkbox-group .control-range [type="checkbox"] + .connector:last-child, .control-range .checkbox-group [type="checkbox"] + .connector:last-child, .radio-group [type="checkbox"] + label:last-child, .radio-group .control-range [type="checkbox"] + .connector:last-child, .control-range .radio-group [type="checkbox"] + .connector:last-child {
        margin-bottom: 0;
    }

.checkbox-group [type="radio"] + label, .checkbox-group .control-range [type="radio"] + .connector, .control-range .checkbox-group [type="radio"] + .connector, .radio-group [type="radio"] + label, .radio-group .control-range [type="radio"] + .connector, .control-range .radio-group [type="radio"] + .connector {
    margin-bottom: 0.36364em;
}

.lt-ie9 .checkbox-group [type="radio"] + label, .lt-ie9 .checkbox-group .control-range [type="radio"] + .connector, .control-range .lt-ie9 .checkbox-group [type="radio"] + .connector, .lt-ie9 .radio-group [type="radio"] + label, .lt-ie9 .radio-group .control-range [type="radio"] + .connector, .control-range .lt-ie9 .radio-group [type="radio"] + .connector {
    top: 0;
    position: static;
}

.checkbox-group [type="radio"] + label:last-child, .checkbox-group .control-range [type="radio"] + .connector:last-child, .control-range .checkbox-group [type="radio"] + .connector:last-child, .radio-group [type="radio"] + label:last-child, .radio-group .control-range [type="radio"] + .connector:last-child, .control-range .radio-group [type="radio"] + .connector:last-child {
    margin-bottom: 0;
}

.checkbox-group [type="checkbox"]:checked + label:before, .checkbox-group .control-range [type="checkbox"]:checked + .connector:before, .control-range .checkbox-group [type="checkbox"]:checked + .connector:before, .checkbox-group [type="radio"]:checked + label:before, .checkbox-group .control-range [type="radio"]:checked + .connector:before, .control-range .checkbox-group [type="radio"]:checked + .connector:before, .radio-group [type="checkbox"]:checked + label:before, .radio-group .control-range [type="checkbox"]:checked + .connector:before, .control-range .radio-group [type="checkbox"]:checked + .connector:before, .radio-group [type="radio"]:checked + label:before, .radio-group .control-range [type="radio"]:checked + .connector:before, .control-range .radio-group [type="radio"]:checked + .connector:before {
    content: '✓';
    border-color: #8ea9b1;
    color: #00A599;
    font-weight: bold;
    background: #fff;
}

.checkbox-group .terms-checkbox, .radio-group .terms-checkbox {
    color: #999;
    width: 90%;
}

.checkbox-group.table-head label, .checkbox-group.table-head .control-range .connector, .control-range .checkbox-group.table-head .connector, .radio-group.table-head label, .radio-group.table-head .control-range .connector, .control-range .radio-group.table-head .connector {
    color: #fff;
    font-size: inherit;
    text-transform: none;
    position: relative;
    top: 1px;
    line-height: 1;
}

    .checkbox-group.table-head label:before, .checkbox-group.table-head .control-range .connector:before, .control-range .checkbox-group.table-head .connector:before, .radio-group.table-head label:before, .radio-group.table-head .control-range .connector:before, .control-range .radio-group.table-head .connector:before {
        width: 14px;
        height: 14px;
        top: -1px !important;
        margin-right: 6px;
        font-size: 11px;
    }

.checkbox-label {
    display: inline-block;
}

.m-offset {
    margin-top: 3px;
}

.table .radio-group label, .table .radio-group .control-range .connector, .control-range .table .radio-group .connector {
    line-height: 17px;
    width: 120px;
    max-width: 40% .table .radio-group label;
}

    .table .radio-group label :before, .table .radio-group .control-range .connector :before, .control-range .table .radio-group .connector :before {
        top: 1px;
    }

.search-section .checkbox-group {
    margin-bottom: 0.625em;
}

.field-separator {
    color: #999;
    text-align: center;
    padding-top: 28px;
}

.radio-group label, .radio-group .control-range .connector, .control-range .radio-group .connector, .checkbox-group label, .checkbox-group .control-range .connector, .control-range .checkbox-group .connector {
    font-size: 0.75em;
    color: #999;
    text-transform: uppercase;
    padding-left: 2.5em;
    line-height: 2;
}

    .radio-group label:before, .radio-group .control-range .connector:before, .control-range .radio-group .connector:before {
        color: #fff;
        width: 1.27273em;
        height: 1.27273em;
        border-radius: 50%;
        border-color: #8ea9b1;
        padding-top: 0.0625em;
        top: 0.125em;
        font-size: 16px;
    }

.checkbox-inline, .radio-inline {
    margin-top: 0.375em;
    padding-left: 0;
}

    .checkbox-inline label, .checkbox-inline .control-range .connector, .control-range .checkbox-inline .connector, .checkbox-inline [type="checkbox"], .checkbox-inline [type="radio"], .radio-inline label, .radio-inline .control-range .connector, .control-range .radio-inline .connector, .radio-inline [type="checkbox"], .radio-inline [type="radio"] {
        display: block;
        float: left;
    }

.lt-ie9 .checkbox-inline [type="checkbox"], .lt-ie9 .checkbox-inline [type="radio"], .lt-ie9 .radio-inline [type="checkbox"], .lt-ie9 .radio-inline [type="radio"] {
    clear: left;
}

.checkbox-inline label, .checkbox-inline .control-range .connector, .control-range .checkbox-inline .connector, .radio-inline label, .radio-inline .control-range .connector, .control-range .radio-inline .connector {
    margin-right: 1.81818em;
}

.lt-ie9 .checkbox-inline, .lt-ie9 .radio-inline {
    padding-left: 20px;
}

.checkbox-inline.bg label, .checkbox-inline.bg .control-range .connector, .control-range .checkbox-inline.bg .connector, .radio-inline.bg label, .radio-inline.bg .control-range .connector, .control-range .radio-inline.bg .connector {
    width: 150px;
    max-width: 40%;
}

textarea.form-control, textarea {
    height: 140px;
}

    textarea.form-control.short, textarea.short {
        height: 70px !important;
    }

.after-input-link {
    font-size: 12px;
    text-transform: none;
    margin: 34px 12px 0 0;
    text-decoration: underline;
    line-height: 16px;
    display: inline-block;
}

input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 3px;
}

.header-filter input, .header-filter textarea, .header-filter select, .header-filter .form-control {
    border-color: #d4d4d4;
}

::-webkit-input-placeholder {
    position: relative;
    top: 0.14286em;
}

::-moz-placeholder {
    position: relative;
    top: 0.14286em;
}

:-ms-input-placeholder {
    position: relative;
    top: 0.14286em;
}

.highlighted-input {
    border-color: #d2d9f6;
}

textarea, textarea.form-control {
    line-height: 1.5;
    resize: none;
}

.date-group {
    width: auto; /* force datepicke to always align to the left */
}

    .date-group [type="text"] {
        width: 8.57143em;
        display: inline-block;
    }

    .date-group .btn-calendar {
        display: inline-block;
        margin-left: 0.25em;
    }

    .date-group .bootstrap-datetimepicker-widget {
        right: auto !important;
        left: 0 !important;
    }

        .date-group .bootstrap-datetimepicker-widget:after, .date-group .bootstrap-datetimepicker-widget:before {
            right: auto !important;
            left: 7px !important;
        }

        .date-group .bootstrap-datetimepicker-widget:before {
            left: 6px !important;
        }

.bootstrap-datetimepicker-widget td.active {
    background: #00A599;
}

    .bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:focus, .bootstrap-datetimepicker-widget td.active:active {
        background: #00A599;
        color: #fff;
    }

.form-group {
    position: relative;
    margin-bottom: 0;
}

    .form-group .image-key {
        display: block;
        max-width: 100%;
    }

    .form-group .two-thirds {
        width: 66.666%;
        float: left;
    }

    .form-group .one-quarter, .form-group .one-third {
        width: 32.333%;
        margin-left: 1%;
        float: left;
    }

        .form-group .one-quarter.first, .form-group .one-third.first {
            margin-left: 0;
        }

    .form-group .one-quarter {
        width: 24%;
    }

    .form-group .three-quarter + .one-quarter {
        margin-right: 0;
        margin-left: 1%;
    }

    .form-group.file .btn {
        position: relative;
        overflow: hidden;
    }

        .form-group.file .btn [type="file"] {
            background: none;
            display: block;
            width: 1px;
            height: 1px;
            opacity: 0;
            top: -100%;
            position: absolute;
            color: transparent;
        }

    .form-group.file [type="submit"] {
        display: none;
    }

        .form-group.file [type="submit"].ready {
            display: inline-block;
        }

    .form-group.file .filename {
        display: none;
    }

        .form-group.file .filename.ready {
            display: inline-block;
        }

    .form-group.file label:visible + .filename.ready, .form-group.file .control-range .connector:visible + .filename.ready, .control-range .form-group.file .connector:visible + .filename.ready {
        margin-left: 12px;
    }

    .form-group + .form-group, .form-group + .row {
        margin-top: 1.375em;
    }

.row .form-group + .form-group {
    margin-top: 0;
}

.row .form-group {
    margin-bottom: 1.375em;
}

    .row .form-group.button {
        padding-top: 1.375em;
    }

.row.last-row > .form-group {
    margin-bottom: 0;
}

.control-range .range-group {
    position: relative;
    width: 100%;
    max-width: 43%;
    float: left;
}

    .control-range .range-group:last-child {
        float: right;
    }

.control-range .connector {
    float: left;
    width: 14%;
    text-align: center;
    position: relative;
    top: 0.46154em;
}

.control-range.padded {
    width: 80%;
}

.control-range.date-range .range-group {
    width: auto;
    max-width: none;
}

    .control-range.date-range .range-group:last-child {
        float: left;
    }

.control-range.date-range .connector {
    display: inline;
    width: auto;
    margin-right: 0.30769em;
}

.control-range.date-range .range-group + .connector {
    margin-left: 1.84615em;
}

form hr {
    border-color: #ccc;
    margin: 1.25em 0;
}

.popover .offset-top {
    margin-bottom: 0;
}

    .popover .offset-top .btn {
        margin-top: 1.28571em;
    }

.input-group-addon {
    padding: 6px 8px;
}

    .input-group-addon:first-child {
        color: #51626F;
        background: #fff;
        border: 1px solid #8ea9b1;
        border-right: none;
        border-radius: 0;
        height: auto;
    }

    .input-group-addon:last-child {
        padding: 0 0 0 .21429em;
        border-radius: 0;
        border: none;
        background: none;
        color: #666;
    }

    .input-group-addon + input[type="text"], .input-group-addon + input[type="number"] {
        border-left: none;
    }

.adjust-group .input-group-addon + input[type="text"] {
    height: 2.42857em;
}

.lt-ie9 .adjust-group .input-group-addon + input[type="text"] {
    padding-top: 0.64286em;
}

.advanced-search-form label, .advanced-search-form .control-range .connector, .control-range .advanced-search-form .connector, .grounding-form label, .grounding-form .control-range .connector, .control-range .grounding-form .connector {
    color: #666;
    margin-bottom: 0.57143em;
}

.advanced-search-form .radio-group label, .advanced-search-form .radio-group .control-range .connector, .control-range .advanced-search-form .radio-group .connector, .advanced-search-form .checkbox-group label, .advanced-search-form .checkbox-group .control-range .connector, .control-range .advanced-search-form .checkbox-group .connector, .grounding-form .radio-group label, .grounding-form .radio-group .control-range .connector, .control-range .grounding-form .radio-group .connector, .grounding-form .checkbox-group label, .grounding-form .checkbox-group .control-range .connector, .control-range .grounding-form .checkbox-group .connector {
    color: #333;
}

.grounding-form .radio-group label, .grounding-form .radio-group .control-range .connector, .control-range .grounding-form .radio-group .connector, .grounding-form .checkbox-group label, .grounding-form .checkbox-group .control-range .connector, .control-range .grounding-form .checkbox-group .connector {
    text-transform: none;
    font-size: 0.75em;
    line-height: 1.5;
}

.bottom-actions {
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
    margin-top: 0.75em;
}

    .top-actions .alt-links, .bottom-actions .alt-links {
        padding-top: 0.83333em;
    }

    .bottom-actions .btn {
        margin-bottom: 7px;
    }


.quick-search-action .alt-links {
    padding-top: 1em;
}

.divided-fields .form-group {
    border-right: 1px solid #ccc;
}

    .divided-fields .form-group:last-child {
        border: none;
    }

.lt-ie9 .dual-fields .form-group {
    width: 49%;
}
/* login form */

.login-form .control-label {
    text-align: right;
    margin-top: 0.46154em;
}

.login-form p {
    font-size: 0.75em;
    color: #666;
    margin-bottom: 1.66667em;
}
/* validation styles */

.has-error span.error {
    color: #98252B;
    font-size: 0.6875em;
    float: right;
}

    .has-error span.error.after {
        margin-top: 0.45455em;
        float: none;
    }

.has-error .input-group-addon {
    border: 1px solid #98252B;
    border-right: none;
}

.has-error .highlighted-input, .has-error [type="password"], .has-error [type="email"], .has-error [type="text"], .has-error textarea {
    border-color: #98252B;
    box-shadow: none;
}

.has-error.terms-group span.error {
    float: none;
    margin-bottom: 0.18182em;
}

.popover .form-horizontal .has-error span.error {
    margin-left: 1.36364em;
}

.arbitrate-purchase-form {
    color: #999;
}

    .arbitrate-purchase-form .btn-cancel {
        width: auto;
        text-align: left;
        margin-right: 20px;
    }

    .arbitrate-purchase-form small {
        font-size: 12px;
    }

    .arbitrate-purchase-form label.small, .arbitrate-purchase-form .control-range .small.connector, .control-range .arbitrate-purchase-form .small.connector {
        font-size: 12px;
        text-transform: none;
    }

    .arbitrate-purchase-form .form-group.file {
        margin-top: 0;
    }
/* custom fields widths for narrow search form */

[data-check-display-id] {
    display: none;
}

    [data-check-display-id] select {
        width: 100% !important;
    }

[data-control="checkbox-dropdown"] {
    position: relative;
    color: #333;
    z-index: 5;
}

    [data-control="checkbox-dropdown"].on {
        z-index: 6;
    }

    [data-control="checkbox-dropdown"] .dropdown-list {
        padding: 12px;
        background: #fff;
        position: absolute;
        top: 30px;
        left: 2px;
        right: 2px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        transition: transform .15s ease-in-out .15s;
        max-height: 66vh;
        overflow-y: scroll;
    }

.no-csstransforms [data-control="checkbox-dropdown"] .dropdown-list {
    display: none;
}

[data-control="checkbox-dropdown"] .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
    text-transform: none;
    margin: 0;
    font-size: 13px;
}

[data-control="checkbox-dropdown"] .option-label {
    color: #333;
}

[data-control="checkbox-dropdown"] .dropdown-label {
    display: block;
    cursor: default;
    line-height: 20px;
}

[data-control="checkbox-dropdown"].on .dropdown-list {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0s;
}

.no-csstransforms [data-control="checkbox-dropdown"].on .dropdown-list {
    display: block;
}

[data-control="checkbox-dropdown"].on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: .2s;
}

[data-control="checkbox-dropdown"] [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.radio-before-select label, .radio-before-select .control-range .connector, .control-range .radio-before-select .connector {
    position: relative;
    top: 2px;
}

.select-after-radio {
    width: 68px;
    float: left;
}

dl.horizontal {
    margin-bottom: 6px;
}

    dl.horizontal dt, dl.horizontal dd {
        display: inline-block;
    }

    dl.horizontal dd {
        margin-left: 6px;
    }

.supernav.navbar {
    margin-bottom: 0;
}

.super-nav-toggle {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-top: 22px;
    background: #f0f0f0;
    transition: top .15s ease-in-out;
}

    .super-nav-toggle:hover {
        background-color: #e7e7e7;
        top: -34px;
    }
/* primary navigation and footer navigation */

.primary-nav, .footer-nav {
    background: #666;
}

    .primary-nav .nav-list, .footer-nav .nav-list {
        margin: 0 auto;
    }

        .primary-nav .nav-list li, .footer-nav .nav-list li {
            width: 20%;
        }

        .primary-nav .nav-list a, .footer-nav .nav-list a {
            display: block;
            color: #ccc;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 1;
            padding: 1.1875em;
        }

            .primary-nav .nav-list a:hover, .primary-nav .nav-list a:active, .primary-nav .nav-list a:focus, .footer-nav .nav-list a:hover, .footer-nav .nav-list a:active, .footer-nav .nav-list a:focus {
                color: #fff;
                text-decoration: none;
            }

            .primary-nav .nav-list a.active, .footer-nav .nav-list a.active {
                background: #00A599;
                color: #fff;
            }

.primary-nav {
    background: none;
    float: right;
    position: relative;
    width: 85%;
    font-size: .875em;
    padding-top: 4em;
}

    .primary-nav .nav-list {
        clear: left;
    }

        .primary-nav .nav-list > .user-block {
            position: absolute;
            right: 0;
            top: 6px;
            width: auto;
            color: #fff;
            font-size: .875em;
        }

            .primary-nav .nav-list > .user-block .user-info {
                font-size: 12px;
                line-height: 1;
            }

            .primary-nav .nav-list > .user-block .form-group {
                display: inline-block;
                margin-left: 12px;
                position: relative;
            }

            .primary-nav .nav-list > .user-block select {
                left: 0;
                right: 0;
                width: 100% !important;
                background-color: #51626F;
                background-image: url(/content/img/buyer/arrow-white.png);
                border: none;
                color: #fff;
                padding-right: 30px;
            }

            .primary-nav .nav-list > .user-block .dealership {
                margin-left: 0;
            }

        .primary-nav .nav-list a {
            color: #fff;
            font-family: 'Arial', sans-serif;
            padding: 5px 0 5px 20px;
        }

            .primary-nav .nav-list a.active {
                color: #00A599;
                background: none;
            }

            .primary-nav .nav-list a.label {
                display: inline-block;
                padding: 2px 8px;
                border-radius: 11px;
                margin: 0 4px;
            }

            .primary-nav .nav-list a.basket-link {
                display: inline-block;
                padding: 0;
                margin-left: 10px;
                color: #fff;
                font-weight: 700;
                background: none !important;
            }

        .primary-nav .nav-list > li:hover > a {
            background: none;
            color: #00A599;
        }

        .primary-nav .nav-list .subnav li a {
            background: #3b4852;
            padding: 6px 12px;
        }

            .primary-nav .nav-list .subnav li a:hover, .primary-nav .nav-list .subnav li a:focus, .primary-nav .nav-list .subnav li a:active, .primary-nav .nav-list .subnav li.active {
                background: #3b4852;
                color: #00A599;
            }

    .primary-nav.mobile-primary-nav {
        padding-top: 0;
        clear: both;
        width: 100%;
        border-bottom: none;
    }

    .primary-nav .main-subnav {
        background: #fff;
    }

        .primary-nav .main-subnav .nav-list {
            text-align: left;
        }

            .primary-nav .main-subnav .nav-list a {
                color: #51626F;
                padding-left: 0;
                padding-right: 2.5em;
            }

                .primary-nav .main-subnav .nav-list a:hover, .primary-nav .main-subnav .nav-list a:focus, .primary-nav .main-subnav .nav-list a:active, .primary-nav .main-subnav .nav-list a.active {
                    color: #00A599;
                }

    .primary-nav .subnav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 10;
    }

        .primary-nav .subnav li {
            float: none;
            width: 100%;
            border-top: 1px solid #747474;
        }

            .primary-nav .subnav li a {
                text-transform: none;
                font-size: 0.875em;
                background: #666;
                padding: 1em;
            }

                .primary-nav .subnav li a:hover, .primary-nav .subnav li a:focus, .primary-nav .subnav li a:active {
                    background: #00A599;
                }

            .primary-nav .subnav li.hr {
                border-top-width: 3px;
            }

    .primary-nav .nav-list > li:hover > a, .primary-nav .nav-list > li:focus > a, .primary-nav .nav-list > li:active > a {
        background: #00A599;
        color: #fff;
    }

    .primary-nav .nav-list > li {
        position: relative;
    }

        .primary-nav .nav-list > li:hover .subnav, .primary-nav .nav-list > li:active .subnav, .primary-nav .nav-list > li:focus .subnav {
            display: block;
        }

    .primary-nav.login-nav {
        height: 3.375em;
    }

.footer-nav {
    background: none;
}

    .footer-nav .nav-list {
        margin: 0;
    }

        .footer-nav .nav-list li {
            width: 25%;
            padding-right: 3.4042%;
            text-align: left;
        }

        .footer-nav .nav-list a {
            font-size: 0.75em;
            padding: 1.83333em 0 1.33333em 0;
        }

        .footer-nav .nav-list .subnav {
            padding: 0;
        }

            .footer-nav .nav-list .subnav li {
                float: none;
                width: 100%;
            }

            .footer-nav .nav-list .subnav a {
                font-size: 0.625em;
                text-transform: none;
                padding: 0;
                margin-bottom: 0.8em;
            }

            .footer-nav .nav-list .subnav hr {
                margin: 0 0 0.5em;
                max-width: 66.667%;
                text-align: left;
            }

    .footer-nav.footer-sub-nav .nav-list {
        margin-top: 1.375em;
    }

        .footer-nav.footer-sub-nav .nav-list li {
            width: 87.5%;
        }

            .footer-nav.footer-sub-nav .nav-list li > a {
                padding-top: 0;
            }

.main-subnav {
    background: #fff;
    margin: 0 auto;
}

    .main-subnav .nav-list {
        display: none;
        width: 85%;
        padding: 0 0 0 20px;
        margin: 0 0 0 15%;
        text-align: left;
    }

        .main-subnav .nav-list li {
            float: none;
            display: inline-block;
        }

        .main-subnav .nav-list.active {
            display: block;
        }

        .main-subnav .nav-list a {
            font-size: 0.8125em;
            color: #51626F;
            padding: 0.46154em 2.5em 0.46154em 0;
            display: block;
        }

            .main-subnav .nav-list a:hover, .main-subnav .nav-list a:active, .main-subnav .nav-list a:focus, .main-subnav .nav-list a.active {
                color: #00A599;
            }

.table {
    transition: opacity .3s ease-in-out;
}

    .table.breathe {
        margin-top: 30px;
    }

    .table tr.slants {
        height: 60px;
    }

    .table th {
        background: #51626F;
        color: #fff;
        font-size: 0.75em;
        border-color: transparent;
        font-weight: 400;
        position: relative;
    }

        .table th .fa {
            font-size: 14px;
        }

        .table th.sort {
            cursor: pointer;
        }

            .table th.sort:after {
                content: '▼';
                font-size: 0.66667em;
                margin-left: 0.75em;
            }

            .table th.sort.active {
                color: #fff;
                background: #51626F;
            }

            .table th.sort.asc:after {
                content: '▲';
            }

        .table th:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 1px;
            background: #ccc;
            border-color: #fff;
        }

        .table th:first-child:before {
            display: none;
        }

        .table th.report-thumb {
            width: 82px;
        }

        .table th.message-status {
            width: 100px;
        }

            .table th.message-status.thin {
                width: 50px;
            }

        .table th.checkbox-only {
            width: 30px;
        }

        .table th.rotate {
            width: 35px;
            padding: 0;
            position: relative;
            border-left: 1px solid #FFF;
        }

            .table th.rotate:before, .table th.rotate .rotate-text {
                position: absolute;
                height: 24px;
                width: 100px;
                top: -12px;
                left: 0px;
                padding-top: 3px;
                padding-left: 2px;
                margin-left: 17px;
                -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -ms-transform: rotate(314.75deg);
                transform: rotate(314.75deg);
            }

            .table th.rotate .extra {
                padding-left: 0;
            }

            .table th.rotate:before {
                content: '';
                background: #51626F;
                -ms-transform: rotate(315deg) skew(45deg);
                transform: rotate(315deg) skew(45deg);
            }

        .table th.shift {
            margin-left: 15px;
        }

    .table .table-control {
        display: inline-block;
        text-decoration: underline;
    }

        .table .table-control + .table-control {
            margin-left: 20px;
        }

        .table .table-control:hover {
            text-decoration: none;
        }

    .table tbody {
        border-collapse: separate;
    }

        .table tbody > tr > td, .table tfoot > tr > td {
            border: none;
            font-size: 0.75em;
            color: #666;
            padding: 1em 0.5em;
            word-wrap: break-word;
        }

            .table tbody > tr > td .fa, .table tfoot > tr > td .fa {
                font-size: 14px;
            }

            .table tbody > tr > td .radio-group label, .table tbody > tr > td .radio-group .control-range .connector, .control-range .table tbody > tr > td .radio-group .connector, .table tfoot > tr > td .radio-group label, .table tfoot > tr > td .radio-group .control-range .connector, .control-range .table tfoot > tr > td .radio-group .connector {
                font-size: 0.91667em;
            }

            .table tbody > tr > td.winning, .table tfoot > tr > td.winning {
                color: #69923A;
                background: #e6f1db;
                border: 1px solid #bcd89c;
            }

            .table tbody > tr > td.losing, .table tfoot > tr > td.losing {
                color: #98252B;
                background: #f7dee0;
                border: 1px solid #f0c2c4;
            }

            .table tbody > tr > td.even, .table tfoot > tr > td.even {
                border: 1px solid #d4d4d4;
            }

            .table tbody > tr > td .parenthetical, .table tfoot > tr > td .parenthetical {
                display: block;
                font-size: 10px;
            }

    .table tfoot > tr {
        border-top: 4px solid #ACC0C6;
        border-bottom: 1px solid #ACC0C6;
    }

    .table tbody tr:nth-child(odd) td {
        background: #f3f3f3;
    }

        .table tbody tr:nth-child(odd) td.winning {
            color: #69923A;
            background: #e6f1db;
            border: 1px solid #bcd89c;
        }

        .table tbody tr:nth-child(odd) td.losing {
            color: #98252B;
            background: #f7dee0;
            border: 1px solid #f0c2c4;
        }

        .table tbody tr:nth-child(odd) td.even {
            border: 1px solid #d4d4d4;
        }

    .table .checks {
        max-width: 40px;
    }

    .table .actions > a {
        text-decoration: underline;
    }

        .table .actions > a:last-child {
            margin-bottom: 0;
        }

        .table .actions > a + a {
            margin-left: 12px;
        }

    .table .actions.block-actions > a {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .table .vehicle-name {
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .table .report-thumb-small {
        max-width: 60px;
    }

    .table [type="checkbox"] {
        -webkit-appearance: checkbox;
        background: none;
        width: auto;
        height: auto;
    }

    .table .middle-align th, .table .middle-align td {
        vertical-align: middle;
    }

    .table .table-check [type="checkbox"] {
        width: auto;
        display: inline-block;
    }

    .table .table-check label, .table .table-check .control-range .connector, .control-range .table .table-check .connector {
        text-transform: none;
        color: #666;
        width: auto;
        display: inline-block;
        font-size: 11px;
    }

    .table .important-display {
        display: none;
        position: relative;
        top: 1px;
        font-size: 16px;
    }

    .table .important .important-display {
        display: inline-block;
    }

    .table .read-display {
        display: inline-block;
        width: 12px;
        height: 0;
        padding-top: 12px;
        border-radius: 6px;
        overflow: hidden;
        background: #ccc;
        margin: 0 12px 0 6px;
    }

    .table .read {
        font-weight: 700;
    }

        .table .read .read-display {
            background: #69923A;
        }

    .table .checkbox-group {
        display: inline-block;
    }

        .table .checkbox-group label, .table .checkbox-group .control-range .connector, .control-range .table .checkbox-group .connector {
            padding: 0;
        }

            .table .checkbox-group label:before, .table .checkbox-group .control-range .connector:before, .control-range .table .checkbox-group .connector:before {
                position: relative;
                top: -3px;
            }

    .table .fa-paperclip {
        font-size: 15px;
    }

    .table .btn {
        height: auto;
        position: relative;
        top: -4px;
    }

        .table .btn .fa {
            margin: 0;
        }

    .table.table-alt th.sort {
        text-decoration: underline;
    }

        .table.table-alt th.sort:after {
            display: none;
        }

        .table.table-alt th.sort.active {
            text-decoration: none;
        }

            .table.table-alt th.sort.active:after {
                display: inline;
            }

    .table.table-alt th:before {
        display: none;
    }

    .table.table-fixed {
        table-layout: fixed;
        width: 100%;
    }

    .table .input-inline {
        position: relative;
        top: -4px;
    }

    .table .btn + .input-inline {
        margin-left: 6px;
    }

    .table tr.highlighted {
        background: #e9e9e9;
    }

        .table tr.highlighted td:last-child, .table tr.highlighted td.normal-last {
            position: relative;
        }

            .table tr.highlighted td:last-child:after, .table tr.highlighted td.normal-last:after {
                content: '';
                position: absolute;
                top: 0;
                left: 100%;
                bottom: 0;
                width: 50px;
                background: #e9e9e9;
            }

    .table.margin-top {
        margin-top: 20px;
    }

    .table.in {
        opacity: 1;
    }

    .table.out {
        opacity: 0;
    }

    .table .field-row {
        line-height: 30px;
    }

    .table .min-width-cell {
        min-width: 130px;
    }

    .table .max-width-cell {
        max-width: 350px;
    }

        .table .max-width-cell .btn {
            padding: 0 8px 0;
            height: 30px;
            line-height: 30px;
            top: 0;
        }

.collapse-table .full-wide {
    width: 40%;
}

.collapse-table .padding {
    padding: 10px 0 0 0;
}

.collapse-table .td-toggle {
    width: 3%;
}

.collapse-table .icon {
    padding: 0.6em 0;
    margin: 0;
    width: 3%;
}

.collapse-table .accordion-toggle:after, .collapse-table .accordion-toggle[aria-expanded="true"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    color: grey;
}

.collapse-table .accordion-toggle.collapsed:after, .collapse-table .accordion-toggle[aria-expanded="false"]:after {
    content: "\e250";
}

.select-all {
    margin-left: 7px !important;
}

.results-table th.client-code {
    padding-left: 25px;
}

.results-table th.status {
    background: #3d4a53;
}

.results-table .status-icon {
    padding: 5px;
}

.left-bracket {
    border-top: 2px solid #51626F;
    border-left: 2px solid #51626F;
    height: 12px;
    width: 90px;
    margin-top: 7px;
    margin-left: 486px;
    float: left;
}

.right-bracket {
    border-top: 2px solid #51626F;
    border-right: 2px solid #51626F;
    height: 12px;
    width: 90px;
    margin-top: 7px;
    float: left;
}

.exemptions {
    position: relative;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #51626F;
}

.current-as-of {
    position: relative;
    right: 15px;
    top: 80px;
    float: right;
    font-size: 14px;
}

#table-8534 {
    margin-top: 75px;
}

    #table-8534 .table th::before {
        height: 100%;
    }

.table.text-center td {
    text-align: center;
}

    .table.text-center td.text-left {
        text-align: left;
    }

.table.table-enormous td, .table.table-enormous th, .table.table-enormous thead > tr > th, .table.table-enormous tbody > tr > td, .table.table-enormous tfoot > tr > td {
    font-size: 11px;
}

.table.table-plain tbody > tr > td {
    background: none;
}

.table-clean thead > tr > th {
    font-size: 0.6875em;
    text-transform: uppercase;
    background: none;
    color: #999;
    border-bottom: 1px solid #999;
    padding-bottom: 0.27273em;
    padding-left: 0;
}

.table-clean tbody > tr > td {
    padding-left: 0;
    font-size: 0.625em;
}

.table-clean tr:first-child td {
    padding-top: 2.2em;
}

.table-clean tr:nth-child(odd) td {
    background: none;
}

.table-clean .highlight td {
    font-weight: 700;
}

.tablesaw-bar .tablesaw-advance-dots li {
    display: none;
}

.report table {
    margin-top: 8px;
}

.report.no-top {
    border-top: none;
    padding-top: 0;
}

.responsive-table .tablesaw-bar .tablesaw-advance-dots li {
    display: table-cell;
}

.responsive-table .table {
    table-layout: fixed;
}

    .responsive-table .table.tablesaw-swipe {
        opacity: 1;
    }

    .responsive-table .table .persist-last {
        border-right: 1px solid #51626F;
    }

.scroll-table {
    height: 100%;
}

    .scroll-table .table {
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }

        .scroll-table .table.ready {
            opacity: 1;
        }

    .scroll-table .table, .scroll-table .bar-chart-table {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        margin-bottom: 36px;
    }

        .scroll-table .table thead, .scroll-table .table tfoot, .scroll-table .table tbody > tr, .scroll-table .bar-chart-table thead, .scroll-table .bar-chart-table tfoot, .scroll-table .bar-chart-table tbody > tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        .scroll-table .table thead, .scroll-table .bar-chart-table thead {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .scroll-table .table tbody, .scroll-table .bar-chart-table tbody {
            display: block;
            -ms-transform: translate(0, 18px);
            transform: translate(0, 18px);
            height: 100%;
            overflow-y: auto;
            position: relative;
            z-index: 1;
        }

        .scroll-table .table tfoot, .scroll-table .bar-chart-table tfoot {
            position: absolute;
            top: 100%;
            left: 0;
            -ms-transform: translate(0, 18px);
            transform: translate(0, 18px);
            z-index: 2;
        }

            .scroll-table .table tfoot td, .scroll-table .bar-chart-table tfoot td {
                background: #fff;
            }

    .scroll-table .table {
        margin-bottom: 72px;
        table-layout: fixed;
    }

        .scroll-table .table tbody {
            -ms-transform: translate(0, 34px);
            transform: translate(0, 34px);
        }

        .scroll-table .table tfoot {
            -ms-transform: translate(0, 26px);
            transform: translate(0, 26px);
        }

        .scroll-table .table.has-foot {
            margin-bottom: 106px;
        }

        .scroll-table .table .wide {
            width: 150px !important;
        }

        .scroll-table .table .small {
            width: 60px;
        }

        .scroll-table .table .med {
            width: 90px;
        }

    .scroll-table.responsivised th, .scroll-table.responsivised td {
        width: 77px;
    }

        .scroll-table.responsivised th.wide, .scroll-table.responsivised td.wide {
            width: 128px !important;
        }
/*doc
---
title: Alert
name: alert
category: Messaging
---

```html_example
<div class="alert alert-success">This is a Bootstrap style alert.</div>
```
*/

.alert {
    font-size: 14px;
    padding: .75em;
    margin: 1em 0;
}
/*doc
---
title: Custom Alerts
name: custom-alerts
category: Messaging
---

```html_example
<div class="alert alert-alt alert-success"><strong>Success:</strong> This is an alternate style alert.</div>
<div class="alert alert-alt alert-danger"><strong>Danger:</strong> This is an alternate style alert.</div>
<div class="alert alert-alt alert-warning"><strong>Warning:</strong> This is an alternate style alert.</div>
<div class="alert alert-alt alert-info"><strong>Info:</strong> This is an alternate style alert.</div>
```
*/

.alert-alt {
    border-radius: 0;
    border: none;
    color: #fff;
    margin: 2.27273em 0;
    font-size: 0.6875em;
    padding: 0.36364em 1.81818em;
    text-transform: uppercase;
}

    .alert-alt.alert-success {
        background: #69923A;
    }

    .alert-alt.alert-danger {
        background: #98252B;
    }

    .alert-alt.alert-warning {
        background: #ffe03e;
        color: #8A6D3B;
    }

    .alert-alt.alert-info {
        color: #3c51ab;
    }

        .alert-alt.alert-info p {
            margin: 8px 0 6px;
            line-height: 1;
        }

.tablesort-dropdown {
    width: 180%;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    display: none;
    background: #666;
}

    .tablesort-dropdown.inline {
        width: auto;
        display: block;
        position: relative;
        font-size: 12px;
        background: #FFF;
    }

        .tablesort-dropdown.inline li {
            border-top: solid 1px #ccc;
        }

            .tablesort-dropdown.inline li:hover {
                background: #e9e9e9;
                color: #333;
            }

    .tablesort-dropdown.active {
        display: block;
    }

    .tablesort-dropdown .select-all {
        margin: 10px;
        padding: 10px;
        border: none;
        border-radius: 2px;
        background: #00A599;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
    }

        .tablesort-dropdown .select-all:hover {
            background: #4d68da;
        }

        .tablesort-dropdown .select-all.select:before {
            content: "Show All";
        }

        .tablesort-dropdown .select-all.deselect:before {
            content: "Hide All";
        }

    .tablesort-dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .tablesort-dropdown li {
        padding: 10px;
        cursor: move;
    }

        .tablesort-dropdown li:hover {
            background: gray;
            color: #FFF;
        }

    .tablesort-dropdown input {
        width: auto;
        height: auto;
        margin: 0 5px 0 0;
        cursor: pointer;
        -webkit-appearance: checkbox;
    }

.search-results {
    margin-top: 85px;
}

    .search-results .listing-heading {
        background: #51626E;
        color: #fff;
        font-size: 0.625em;
        line-height: 1.3;
        text-transform: uppercase;
        min-height: 4.8em;
    }

        .search-results .listing-heading .section {
            vertical-align: middle;
            padding: 0.90909em 0.45455em;
            position: relative;
            text-align: left;
        }

            .search-results .listing-heading .section.off {
                display: none;
            }

            .search-results .listing-heading .section:after {
                content: '';
                display: block;
                position: absolute;
                bottom: 0;
                right: 0;
                height: 60%;
                width: 1px;
                background: #ccc;
            }

            .search-results .listing-heading .section:last-child:after {
                display: none;
            }

        .search-results .listing-heading.package-spacer {
            min-height: 0;
            height: 1px;
            background: none;
            border: none;
        }

            .search-results .listing-heading.package-spacer .section {
                height: 1px;
                overflow: hidden;
                padding: 0;
                border: none;
            }

        .search-results .listing-heading .icon-gear {
            float: left;
            margin: 3px 10px;
        }

        .search-results .listing-heading.search-packages-heading {
            min-height: 24px;
        }

            .search-results .listing-heading.search-packages-heading .section {
                padding: 1.1em;
                float: left;
            }

        .search-results .listing-heading a {
            color: #ccc;
        }

            .search-results .listing-heading a:hover {
                color: #FFF;
            }

    .search-results .search-results-heading .section {
        transition: width .2s ease-in-out;
    }

        .search-results .search-results-heading .section.column-1 {
            width: 12.6760%;
        }

        .search-results .search-results-heading .section.column-2 {
            width: 13.2922%;
        }

        .search-results .search-results-heading .section.column-3 {
            width: 8.0985%;
        }

        .search-results .search-results-heading .section.column-4 {
            width: 6.7781%;
        }

        .search-results .search-results-heading .section.column-5 {
            width: 8.3626%;
        }

        .search-results .search-results-heading .section.column-6 {
            width: 7.7640%;
        }

        .search-results .search-results-heading .section.column-7 {
            width: 11.8838%;
        }

        .search-results .search-results-heading .section.column-8 {
            width: 13.2922%;
            padding-right: 12px;
        }

        .search-results .search-results-heading .section.column-9 {
            width: 13%;
        }

    .search-results .package-header .section.column-1, .search-results .search-packages-heading .section.column-1 {
        width: 144px;
    }

    .search-results .package-header .section.column-2, .search-results .search-packages-heading .section.column-2 {
        width: 362px;
    }

    .search-results .package-header .section.column-3, .search-results .search-packages-heading .section.column-3 {
        width: 302px;
    }

    .search-results .package-header .section.column-4, .search-results .search-packages-heading .section.column-4 {
        width: 154px;
    }

    .search-results .package-header .section.column-5, .search-results .search-packages-heading .section.column-5 {
        width: 158px;
    }

    .search-results .package-header {
        background: #4d68da;
        color: #fff;
        font-size: 0.875em;
        padding: 0.35714em 0 0.21429em;
        margin-top: 0.71429em;
        display: table;
        width: 100%;
    }

        .search-results .package-header .section {
            display: table-cell;
            padding: 0 0.42857em;
        }

        .search-results .package-header .checkbox-inline {
            background: none;
            padding: 0;
        }

            .search-results .package-header .checkbox-inline label, .search-results .package-header .checkbox-inline .control-range .connector, .control-range .search-results .package-header .checkbox-inline .connector {
                color: #fff;
                font-size: 1em;
                padding-left: 1.71429em;
            }

                .search-results .package-header .checkbox-inline label:before, .search-results .package-header .checkbox-inline .control-range .connector:before, .control-range .search-results .package-header .checkbox-inline .connector:before {
                    font-size: 0.78571em;
                    top: 2px;
                }

.vehicle-name {
    display: block;
    font-size: 1em;
}

    .vehicle-name a {
        color: #00A599;
    }

        .vehicle-name a:hover, .vehicle-name a:active, .vehicle-name a:focus {
            color: #4d68da;
        }

[type="checkbox"] + .vehicle-name, .checkbox-label + .vehicle-name {
    display: inline;
    position: relative;
    top: 4px;
}

.vehicle-desc {
    display: block;
    font-size: 0.875em;
    color: #333;
}

.vehicle-cost {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    clear: right;
}

.buy-it-now-price {
    display: block;
    font-size: 0.75em;
    text-align: right;
    white-space: nowrap;
    float: right;
}

.bid-count {
    display: block;
    font-size: 0.75em;
    margin-top: 0.66667em;
    clear: right;
}

.listing-tag + .bid-count {
    margin-top: 0;
}

.time-left {
    display: block;
    font-size: 0.75em;
}

.listing-tag {
    font-size: 0.75em;
    height: 1.66667em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #999;
    padding: 0.41667em 1em 0.25em 1em;
    margin: 0.41667em 0 0.41667em 0.75em;
    position: relative;
}

    .listing-tag:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 0.83333em solid transparent;
        border-bottom: 0.83333em solid transparent;
        border-right: 0.875em solid #999;
        position: absolute;
        top: 0;
        left: -10px;
    }

.lt-ie9 .listing-tag:before {
    display: none;
}

.listing-tag.winning-tag:before {
    border-right-color: #69923A;
}

.listing-tag.losing-tag:before {
    border-right-color: #98252B;
}

.listing-tag.counter-tag:before {
    border-right-color: #ff9903;
}

.listing-tag.pricing-tag, .listing-tag.inspection-tag {
    height: 2.83333em;
    max-width: 100px;
}

    .listing-tag.pricing-tag:before, .listing-tag.inspection-tag:before {
        left: -8px;
        border-top-width: 1.41667em;
        border-bottom-width: 1.41667em;
        border-right-width: 0.75em;
    }

.listing-tag.pricing-tag {
    background: #00A599;
}

    .listing-tag.pricing-tag:before {
        border-right-color: #00A599;
    }

.listing-tag.inspection-tag {
    background: #4d68da;
}

    .listing-tag.inspection-tag:before {
        border-right-color: #4d68da;
    }

.rag-block {
    text-align: right;
    margin-bottom: 0.5em;
}

.rag-status {
    font-size: 0.75em;
    height: 1.66667em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #999;
    padding: 0.41667em 1em 0.25em 1em;
    margin: 0.41667em 0 0.41667em 0.75em;
    position: relative;
}

    .rag-status:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 0.83333em solid transparent;
        border-bottom: 0.83333em solid transparent;
        border-right: 0.875em solid #999;
        position: absolute;
        top: 0;
        left: -10px;
    }

.lt-ie9 .rag-status:before {
    display: none;
}

.rag-status.rag-not-met {
    background-color: #98252B;
}

    .rag-status.rag-not-met:before {
        border-right-color: #98252B;
    }

.rag-status.rag-close {
    background-color: #FFB400;
}

    .rag-status.rag-close:before {
        border-right-color: #FFB400;
    }

.rag-status.rag-met {
    background-color: #69923A;
}

    .rag-status.rag-met:before {
        border-right-color: #69923A;
    }

.vehicle-thumb {
    display: inline-block;
    z-index: 2;
}

    .vehicle-thumb img {
        display: block;
        max-width: 100%;
        transition: height .2s ease-in-out;
    }

.listing {
    padding: 0.625em 0 1.25em;
    border-top: 1px solid #ACC0C6;
    color: #51626F;
}

    .listing img {
        max-width: 100%;
    }

    .listing:last-child {
        border-bottom: none;
    }

    .listing .sale-price {
        text-decoration: line-through;
    }

    .listing .vehicle-stats {
        font-size: 0.75em;
        margin-top: 0.75em;
        margin-bottom: 0.33333em;
    }

        .listing .vehicle-stats dl {
            line-height: 1.4;
            margin: 0;
        }

        .listing .vehicle-stats dt {
            font-weight: 700;
            display: inline;
        }

        .listing .vehicle-stats dd {
            margin: 0;
            padding: 0;
            display: inline;
        }

            .listing .vehicle-stats dd + dt:before {
                display: block;
                content: '';
            }

        .listing .vehicle-stats .has-input {
            margin: 0 0 8px;
            display: block;
        }

    .listing .carfax-icon, .listing .autocheck-icon {
        width: 53px;
        height: 0px;
        background: url(/img/buyer/listing-icons.png) no-repeat;
        margin: 0;
        padding: 10px 0 0;
        display: block;
        overflow: hidden;
        outline: none !important;
        display: inline-block;
        margin: 0.375em 0.375em 0 0;
        vertical-align: middle;
    }

    .listing .autocheck-icon {
        width: 20px;
        padding-top: 21px;
        background-position: -54px 0;
    }

    .listing .price-block {
        min-height: 2.375em;
    }

        .listing .price-block + .price-block {
            margin-top: 0.625em;
        }

    .listing .note-label {
        padding-top: 0.3125em;
        text-align: left;
    }

    .listing .tag-block, .listing .rag-block {
        margin-top: 0.25em;
        min-height: 0.875em;
    }

    .listing .bids-block {
        min-height: 1.875em;
    }

        .listing .bids-block + .price-block {
            margin-top: 0.625em;
        }

    .listing .watchlist-link {
        display: block;
        font-size: 0.75em;
        white-space: nowrap;
        margin-top: 0.83333em;
        float: right;
    }

    .listing .bid-actions {
        width: 80%;
        margin-left: 20%;
    }

        .listing .bid-actions .bid-action:first-child {
            margin-top: 0.5em;
        }

    .listing .reserve {
        white-space: nowrap;
    }

    .listing.large-listing .vehicle-name {
        font-size: 1.25em;
    }

    .listing.large-listing:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: -0.75em;
    }

.basket-listings .listing.large-listing:first-child {
    border-top: 1px solid #ACC0C6;
    margin-top: 0;
    padding-top: .625em;
}

    .basket-listings .listing.large-listing:first-child.no-border {
        border-top: none;
        padding-top: 0;
        margin-top: -0.75em;
    }

.listing.large-listing .buy-it-now-price {
    font-size: 0.8125em;
}

.listing.saved-search .vehicle-name {
    font-size: 1.25em;
}

.listing.saved-search .buy-it-now-price {
    font-size: 0.8125em;
}

.listing.vdp-listing {
    border: none;
    padding: 0 0 1em 0;
}

    .listing.vdp-listing .listing-meta :first-child {
        margin-top: 0;
    }

    .listing.vdp-listing .vehicle-name {
        font-size: 1.6875em;
        margin-top: 0;
    }

    .listing.vdp-listing .vehicle-desc {
        font-size: 1.125em;
    }

    .listing.vdp-listing .vehicle-stats {
        font-size: 0.875em;
    }

    .listing.vdp-listing .vehicle-cost {
        font-size: 1.625em;
        line-height: 1;
    }

    .listing.vdp-listing .buy-it-now-price {
        font-size: 0.875em;
    }

    .listing.vdp-listing .listing-tag {
        font-size: 0.875em;
        text-align: center;
        margin-top: 0.35714em;
    }

    .listing.vdp-listing .time-left {
        color: #69923A;
        font-size: 1em;
    }

    .listing.vdp-listing .listing-tag {
        height: 1.71429em;
    }

        .listing.vdp-listing .listing-tag:before {
            left: -12px;
            border-width: 0.85714em;
        }

.listing.saved-search {
    position: relative;
    min-height: 4em;
}

    .listing.saved-search .search-name {
        font-size: 1.25em;
    }

    .listing.saved-search .alt-links {
        padding-top: 0.5em;
    }

    .listing.saved-search .vehicle-stats dl {
        margin-top: 0;
    }

    .listing.saved-search p:first-child {
        margin: 0.66667em 0 0.33333em;
    }

    .listing.saved-search .delete-listing {
        position: absolute;
        top: 0.5em;
        right: 0.25em;
    }

    .listing.saved-search .save-search {
        position: absolute;
        width: 15%;
        bottom: 1.25em;
        right: 0em;
    }

.listing.buy-now-listing {
    border: none;
}

    .listing.buy-now-listing .vehicle-name {
        font-size: 1.6875em;
    }

    .listing.buy-now-listing .vehicle-desc {
        font-size: 1.125em;
    }

    .listing.buy-now-listing .vehicle-stats {
        font-size: 0.875em;
        line-height: 1.6;
        margin-top: 1.5em;
    }

.listing.arbitrate-listing {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .listing.arbitrate-listing .claim-data {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .listing.arbitrate-listing .vehicle-stats dt {
        width: 120px;
        display: inline-block;
    }

.listing .listing-action .btn {
    font-size: 12px;
    margin-top: 8px;
}

.current-bids-listings .listing .vehicle-name {
    font-size: 1.25em;
}

.current-bids-listings .listing .vehicle-desc {
    font-size: 1em;
}

.current-bids-listings .listing .vehicle-cost {
    font-size: 1.625em;
    font-weight: 400;
    line-height: 1;
}

.current-bids-listings .listing .time-left {
    font-size: 1em;
}

.current-bids-listings .listing .current-bid-action {
    margin-top: 0.3125em;
}

    .current-bids-listings .listing .current-bid-action .buy-it-now-price {
        font-size: 1em;
    }

        .current-bids-listings .listing .current-bid-action .buy-it-now-price strong {
            font-size: 0.75em;
        }

    .current-bids-listings .listing .current-bid-action.counter-offer-action .btn {
        width: 47%;
        margin-left: 1.5%;
    }

.basket-protection {
    font-size: 12px;
    line-height: 1.2;
    padding: 12px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .basket-protection .basket-icon {
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        min-width: 33px;
    }

    .basket-protection.single-listing-basket-protection {
        padding: 0 0 20px 0;
        font-size: 14px;
    }

        .basket-protection.single-listing-basket-protection .basket-icon {
            -ms-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85);
        }

.custom-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 12px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

    .custom-icon.salesforce {
        background-image: url(/content/img/salesforce-icon.png);
    }

    .custom-icon.salesforce-alt {
        background-image: url(/content/img/salesforce-icon-alt.png);
    }

.btn .custom-icon {
    margin-left: -12px;
}

.alert-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 35px;
    height: 32px;
    background-image: url(/content/img/alert-icon.png);
    position: relative;
    top: 5px;
}

.history-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-image: url(/content/img/history-icon.png);
    position: relative;
    top: 1px;
}

.note-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-image: url(/content/img/note-icon.png);
    position: relative;
    top: 1px;
}

.dropdown-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/content/img/dropdown-icon.png);
    position: relative;
    top: 1px;
}

.edit-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/content/img/edit-icon.png);
    position: relative;
    top: 1px;
}

.x-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/content/img/x-icon.png);
    position: relative;
    top: 1px;
}

.notification-check-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 23px;
    background-image: url(/content/img/notification-check-icon.png);
    position: relative;
    top: 1px;
}

.notification-slash-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 23px;
    background-image: url(/content/img/notification-slash-icon.png);
    position: relative;
    top: 1px;
}

.notification-x-icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 23px;
    background-image: url(/content/img/notification-x-icon.png);
    position: relative;
    top: 1px;
}

.basket-icon {
    width: 33px;
    height: 0px;
    background: url(/content/img/basket-icon.png) no-repeat left center;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    position: relative;
    top: 1px;
}

    .basket-icon.basket-gray {
        background-position: -33px 0;
    }

    .basket-icon.basket-blue {
        background-position: -66px 0;
    }

    .basket-icon.basket-green {
        background-position: -99px 0;
    }

    .basket-icon.basket-red {
        background-position: -132px 0;
    }

.header-basket-icon {
    width: 24px;
    height: 0px;
    background: url(/content/img/header-basket-icon.png) no-repeat left center;
    margin: 0;
    padding: 17px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    position: relative;
    top: 4px;
}

.basket-title:before, .basket-title.large:before {
    content: "";
}

.basket-column {
    width: 100%;
    margin-bottom: 4px;
    padding: 44px 15px 15px;
    display: block;
    border: solid 1px #ACC0C6;
    background: url(/content/img/basket-car-icon.png) no-repeat center 20px;
    text-align: center;
}

.basket-column-vendor {
    background-image: url(/content/img/basket-vendor-icon.png);
}

.basket-column:hover .basket-count {
    background: #999;
    color: #fff;
}

    .basket-column:hover .basket-count small {
        color: #fff;
    }

.basket-count {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    background: #eee;
    font-weight: 700;
    color: #51626F;
}

    .basket-count small {
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: #999;
        text-transform: uppercase;
    }

.basket-tabs {
    margin: 30px 0;
}

    .basket-tabs a {
        margin-bottom: 2px;
        padding: 13px 20px;
        display: block;
        border: solid 1px #ACC0C6;
        background: #f6f6f6;
    }

        .basket-tabs a.active {
            background: #fff;
        }

.basket-overview {
    margin: 0 0 20px;
    padding: 0 0 25px;
    border-bottom: solid 1px #ACC0C6;
    text-align: center;
}

.basket-stat {
    font-size: 20px;
    font-weight: 700;
    color: #98252B;
}

.basket-stat-label {
    display: block;
    font-size: 12px;
    color: #51626F;
    text-transform: uppercase;
}

.basket-price-block .vehicle-cost {
    display: inline-block;
}

.basket-price-block .tooltip-inner {
    width: 280px;
    padding: 12px 15px;
    max-width: none;
    text-align: left;
}

.sales-channels-btn {
    width: 100%;
    margin-bottom: 6px;
    padding: 15px 15px 15px 65px;
    display: block;
    border: solid 1px #ACC0C6;
    font-weight: 700;
    font-size: 14px;
    background: url(/content/img/click-to-buy-icon.png) no-repeat 15px center;
}

    .sales-channels-btn.packs {
        background-image: url(/content/img/packs-icon.png);
    }

    .sales-channels-btn.web-auction {
        background-image: url(/content/img/web-auction-icon.png);
    }

    .sales-channels-btn.special-offer {
        background-image: url(/content/img/special-offers-icon.png);
    }

    .sales-channels-btn.make-an-offer {
        background-image: url(/content/img/make-an-offer-icon.png);
    }

    .sales-channels-btn.upstream {
        background-image: url(/content/img/upstream-icon.png);
    }

.pack-table-color {
    width: 100%;
    height: 16px;
    display: block;
    border-radius: 3px;
}

.pack-chart {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    position: relative;
}

    .pack-chart:before {
        content: "";
        width: 100%;
        padding-top: 100%;
        display: block;
    }

    .pack-chart svg {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

    .pack-chart path {
        stroke: #fff;
        stroke-width: 1px;
    }

.panel-group table {
    margin-bottom: 0;
}

.panel-pack .panel-title {
    font-size: 14px;
}

.label.label-default {
    background: #00A599;
}

    .label.label-default:hover, .label.label-default:focus, .label.label-default:active {
        background: #00A599;
    }

.available, .alt-links, .search-field .filter {
    color: #00A599;
}

.winning {
    color: #69923A;
}

.losing {
    color: #98252B;
}

.counter {
    color: #ff9903;
}

.winning-tag {
    background: #69923A;
}

.losing-tag {
    background: #98252B;
}

.counter-tag {
    background: #ff9903;
}

.available {
    color: #00A599;
}

.underline {
    border-bottom: 1px solid #ccc;
}
/*font awesome */

.fa {
    font-size: 1em;
}

    .fa.fa-reorder {
        color: #aaa;
    }

    .fa.fa-arrows-v {
        margin-right: 7px;
    }
/* icons */

.ns-seller-portal .icon {
    width: 18px;
    height: 0px;
    background: url(/content/img/buyer/icons.png) no-repeat;
    margin: 0;
    padding: 18px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
}

    .ns-seller-portal .icon.icon-upload {
        width: 16px;
        padding-top: 17px;
        background-position: -163px 0;
    }

    .ns-seller-portal .icon.icon-gear {
        width: 19px;
        padding-top: 19px;
        background-position: -143px 0;
    }

    .ns-seller-portal .icon.icon-blue-badge {
        width: 20px;
        padding-top: 19px;
        background-position: -18px 0;
    }

    .ns-seller-portal .icon.icon-green-block-check {
        width: 20px;
        padding-top: 21px;
        background-position: -39px 0;
    }

    .ns-seller-portal .icon.icon-blue-check {
        width: 13px;
        padding-top: 13px;
        background-position: -59px 0;
    }

    .ns-seller-portal .icon.icon-down-arrow {
        width: 8px;
        padding-top: 8px;
        background-position: -72px 0;
    }

    .ns-seller-portal .icon.icon-up-arrow {
        width: 7px;
        padding-top: 8px;
        background-position: -81px 0;
    }

    .ns-seller-portal .icon.icon-green-notes {
        width: 16px;
        padding-top: 16px;
        background-position: -89px 0;
    }

    .ns-seller-portal .icon.icon-green-car {
        width: 19px;
        padding-top: 16px;
        background-position: -106px 0;
    }

    .ns-seller-portal .icon.icon-green-check {
        width: 17px;
        padding-top: 17px;
        background-position: -126px 0;
    }

    .ns-seller-portal .icon.icon-hamburger {
        width: 31px;
        padding-top: 26px;
        background-position: -180px 0;
    }

    .ns-seller-portal .icon.icon-modal {
        width: 11px;
        padding-top: 9px;
        background-position: -212px 0;
    }

    .ns-seller-portal .icon.icon-select-all {
        width: 26px;
        padding-top: 27px;
        background-position: -1px -27px;
    }

        .ns-seller-portal .icon.icon-select-all:hover, .ns-seller-portal .icon.icon-select-all:focus, .ns-seller-portal .icon.icon-select-all:active, .ns-seller-portal .icon.icon-select-all.active {
            background-position: -1px -55px;
        }

    .ns-seller-portal .icon.icon-filter {
        width: 27px;
        padding-top: 27px;
        background-position: -27px -27px;
    }

        .ns-seller-portal .icon.icon-filter:hover, .ns-seller-portal .icon.icon-filter:focus, .ns-seller-portal .icon.icon-filter:active, .ns-seller-portal .icon.icon-filter.active {
            background-position: -27px -55px;
        }

    .ns-seller-portal .icon.icon-actions {
        width: 27px;
        padding-top: 27px;
        background-position: -54px -27px;
    }

        .ns-seller-portal .icon.icon-actions:hover, .ns-seller-portal .icon.icon-actions:focus, .ns-seller-portal .icon.icon-actions:active, .ns-seller-portal .icon.icon-actions.active {
            background-position: -54px -55px;
        }

    .ns-seller-portal .icon.icon-search {
        width: 27px;
        padding-top: 27px;
        background-position: -81px -27px;
    }

        .ns-seller-portal .icon.icon-search:hover, .ns-seller-portal .icon.icon-search:focus, .ns-seller-portal .icon.icon-search:active, .ns-seller-portal .icon.icon-search.active {
            background-position: -81px -55px;
        }

    .ns-seller-portal .icon.inline-icon {
        display: inline-block;
        position: relative;
        top: -2px;
        vertical-align: middle;
    }

.view-details-pane {
    margin: 10px 0 0;
    display: inline-block;
    font-size: 0.875em;
    text-decoration: none !important;
}

    .view-details-pane .icon-up-arrow {
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -4px;
    }

.search-results .view-details-pane {
    margin-left: 26px;
    font-size: inherit;
}

    .search-results .view-details-pane .icon-up-arrow {
        top: -1px;
    }
/* heading additions */

.heading-info {
    float: right;
    text-align: right;
    font-size: 0.75em;
    color: #666;
    min-width: 23.4375%;
    margin-top: 0.83333em;
}

    .heading-info strong {
        font-size: 1.83333em;
        position: relative;
        top: 0.13636em;
        font-weight: 400;
        margin: -0.86364em 0.18182em 0;
        display: inline-block;
    }

        .heading-info strong small {
            font-size: 14px;
        }

    .heading-info label, .heading-info .control-range .connector, .control-range .heading-info .connector, .heading-info .customSelect {
        font-size: 1em;
        text-align: left;
    }

.heading-small {
    margin-top: 5px;
    font-size: 12px;
    text-transform: none;
    color: #666;
}

    .heading-small.checkbox {
        cursor: pointer;
    }

    .heading-small input[type="checkbox"] {
        margin-top: 0;
        cursor: pointer;
    }

.heading-toggle-link {
    float: right;
    text-align: right;
    font-size: 0.6875em;
    line-height: 2em;
    text-transform: none;
    margin-top: 0.54545em;
}

.heading-separator {
    display: inline-block;
    margin-left: 0.45455em;
    font-weight: 400;
}

.in-title-link {
    font-size: 0.5em;
    text-transform: none;
}

    .in-title-link .icon-upload {
        display: inline-block;
        margin: 0 0.83333em;
    }

.content-header .header-filter {
    margin-top: -0.875em;
}

    .content-header .header-filter .form-group {
        margin-bottom: 0.875em;
    }

.content-header .header-filter-right {
    border-left: 1px solid #ccc;
}

.content-header .header-filter .dropdown {
    display: inline-block;
}

.content-header .header-filter .form-group, .content-header .header-filter .form-group + .form-group {
    margin: .5em 0 .25em !important;
}

.content-header .header-filter .btn-check {
    padding: .325em .5em;
}

.content-header .header-filter .checkbox-group label, .content-header .header-filter .checkbox-group .control-range .connector, .control-range .content-header .header-filter .checkbox-group .connector {
    padding: 0 1em;
}

    .content-header .header-filter .checkbox-group label:before, .content-header .header-filter .checkbox-group .control-range .connector:before, .control-range .content-header .header-filter .checkbox-group .connector:before {
        width: 1em;
        height: 1em;
        margin-right: 0;
        position: relative;
        font-size: 16px;
    }

.heading-link {
    font-size: 12px;
    margin-left: 0.83333em;
    text-transform: none;
}
/* pagination */

.pagination-container {
    padding-top: 0.5em;
}

    .pagination-container .form-group {
        min-width: 25%;
    }

.pagination {
    margin-top: 1.3125em;
}

    .pagination li {
        display: inline-block;
        font-size: 0.875em;
        line-height: 2;
        text-align: center;
    }

        .pagination li a, .pagination li span {
            float: none;
            padding: 0.35714em 0.64286em;
            width: 100%;
            display: block;
            margin: 0;
        }

            .pagination li a:last-child, .pagination li span:last-child {
                border-radius: 0;
            }

                .pagination li a:last-child.next, .pagination li span:last-child.next {
                    border-radius: 0 3px 3px 0;
                }

            .pagination li a:first-child, .pagination li span:first-child {
                border-radius: 0;
            }

                .pagination li a:first-child.prev, .pagination li span:first-child.prev {
                    border-radius: 3px 0 0 3px;
                }

            .pagination li span, .pagination li span:hover, .pagination li span:active, .pagination li span:focus {
                background: #ACC0C6;
                border: 1px solid #8ea9b1;
                color: #51626F;
            }

        .pagination li a {
            border-color: #8ea9b1;
            color: #51626F;
        }

            .pagination li a.next:last-child, .pagination li a.prev:first-child {
                background: #00A599;
                color: #fff;
                border: 1px solid #8ea9b1;
                border-radius: 0;
            }

            .pagination .prev:active, .pagination .prev:hover, .pagination .prev:active, .pagination .next:active, .pagination .next:hover, .pagination .next:active, .pagination li a:active, .pagination li a:hover, .pagination li a:active {
                background: #00A599;
                color: #fff;
                border: 1px solid #8ea9b1;
            }

    .pagination .disabled {
        display: none;
    }
/* alt links */

.alt-links {
    color: #00A599;
    font-size: 0.75em;
    clear: left;
    padding-top: 1.5em;
    line-height: 1;
    text-align: right;
    min-height: 1.33333em;
}

    .alt-links.tight {
        padding-top: 0;
    }

    .alt-links a:before {
        content: '|';
        display: inline-block;
        margin: 0 0.5em 0 0.25em;
    }

    .alt-links a:first-child:before {
        display: none;
    }

    .alt-links.left {
        text-align: left;
    }

    .alt-links.above {
        padding-top: 0.33333em;
        margin-bottom: 0.66667em;
    }

        .alt-links.above a {
            white-space: nowrap;
            float: right;
        }

    .alt-links.pull-right {
        clear: none;
    }

.row > .alt-links {
    clear: none;
}

.current-search + .alt-links {
    padding-top: 0.5em;
}
/* jump to */

.jump-to h3 {
    margin-bottom: 0.28571em;
    font-size: 0.875em;
}

.jump-to .alt-links {
    padding-top: 0;
    font-size: 0.85714em;
    line-height: 1.6;
}
/* sidebar search */

.refine-search label, .refine-search .control-range .connector, .control-range .refine-search .connector {
    color: #666;
}

.refine-search .alt-links {
    text-align: left;
    font-size: 0.6875em;
}

.sidebar-block {
    border: 1px solid #ccc;
    margin-top: 1.625em;
}

    .sidebar-block h3 {
        font-size: 1.25em;
        padding: 0.45455em;
        color: #999;
        margin: 0;
    }

    .sidebar-block .sidebar-actions {
        padding: 0.625em;
    }

        .sidebar-block .sidebar-actions > a, .sidebar-block .sidebar-actions > .btn {
            display: inline-block;
            width: auto;
            font-size: 0.75em;
            padding: .375em .66667em .25em;
        }

    .sidebar-block .alert-alt {
        font-size: 0.625em;
    }

    .sidebar-block .listing {
        border: none;
        padding: 0 1.625em 1.25em;
    }

        .sidebar-block .listing .vehicle-cost {
            font-size: 1.4375em;
            font-weight: 400;
        }

        .sidebar-block .listing .vehicle-stats dd, .sidebar-block .listing .vehicle-stats dt {
            display: block;
            font-size: 1.16667em;
        }

        .sidebar-block .listing .vehicle-stats dd {
            font-size: 1.08333em;
            margin-bottom: 0.76923em;
        }

    .sidebar-block .sidebar-fields {
        width: 90%;
        margin: 1.25em auto 0;
    }

        .sidebar-block .sidebar-fields .full .range-group {
            max-width: 100%;
        }

        .sidebar-block .sidebar-fields .full .connector {
            margin-bottom: 0.625em;
            text-align: left;
        }

.small-head + .sidebar-block {
    margin-top: 8px;
}

.search-field {
    font-size: 0.8125em;
    padding: 0.76923em;
    color: #666;
    display: block;
    border-top: 1px solid #ccc;
    position: relative;
}

    .search-field:after {
        content: '>';
        float: right;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .search-field:hover, .search-field:active {
        color: #333;
        background: #e9e9e9;
        text-decoration: none;
    }

    .search-field .filter {
        color: #00A599;
        display: block;
        font-size: 0.84615em;
    }

.search-criteria {
    margin-top: 0.625em;
}
/* search filters */

.search-filters .filter-category {
    font-size: 0.75em;
    width: 89.17525%;
    margin: 0 auto 0.83333em;
    padding: 0.83333em;
    background: #e9e9e9;
}

.search-filters .category-remove {
    color: #666;
}

    .search-filters .category-remove:hover, .search-filters .category-remove:active, .search-filters .category-remove:focus {
        color: #333;
    }

.search-filters .category-name {
    display: block;
    color: #666;
}

.search-filters .filter {
    color: #00A599;
    display: block;
}

.search-filters .alt-links {
    margin: 0.25em 0;
    padding: 0;
}

.search-filters .filters {
    margin: 0.5em 0 1em;
}

.current-search label, .current-search .control-range .connector, .control-range .current-search .connector {
    display: inline;
    vertical-align: bottom;
}

.current-search .filter {
    vertical-align: bottom;
    font-size: 0.75em;
    color: #999;
}

    .current-search .filter:after {
        content: ' | ';
    }

    .current-search .filter:last-child:after {
        display: none;
    }
/* filter action */

.mobile-filter-container {
    height: 3.5625em;
}

.mobile-search-filters {
    background: #333;
    padding: 0.6875em;
    height: 3.5625em;
    border-top: 1px solid #fff;
}

    .mobile-search-filters.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
    }

    .mobile-search-filters .filter-action {
        display: inline-block;
        margin: 0.3125em 1.25em 0 0;
    }

    .mobile-search-filters .results-display {
        color: #666;
        font-size: 0.9375em;
        text-transform: uppercase;
        text-align: right;
        line-height: 1.1;
    }

        .mobile-search-filters .results-display .results-count {
            color: #ccc;
            display: block;
        }
/* results selected */

.results-selected {
    font-size: 0.75em;
    color: #666;
}
/* modal */

.modal.in .modal-dialog {
    z-index: 10001;
}

.modal-content {
    border-radius: 0;
}

    .modal-content h2 {
        margin: 0 0 0.6em;
        font-size: 1.25em;
    }

.modal-header {
    padding: 0;
    border: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.modal-body {
    padding: 1.25em;
    z-index: 1;
}

    .modal-body .checkbox-group {
        margin-bottom: 0.75em;
    }

    .modal-body select.hasCustomSelect {
        width: 100% !important;
    }

[data-dismiss="modal"].close {
    color: #00A599;
    font-size: 1em;
    font-weight: 400;
    margin: 0.5em 0.5em 0 0;
    opacity: 1;
}

    [data-dismiss="modal"].close:hover, [data-dismiss="modal"].close:active, [data-dismiss="modal"].close:focus {
        color: #00bfb1;
    }
/* popover */

.popover {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    max-width: none;
    padding: 1.42857em;
    border-color: #ccc;
}

    .popover.bottom > .arrow {
        border-bottom-color: #ccc;
    }

    .popover input, .popover select, .popover textarea {
        font-size: 1em;
    }

    .popover .bid-popover {
        width: 20.57143em;
    }

    .popover .notifications-popover {
        width: 33.57143em;
    }

    .popover .search-name-popover {
        width: 28.57143em;
    }

    .popover h3 {
        margin: 0 0 1em;
    }

    .popover .form-horizontal label, .popover .form-horizontal .control-range .connector, .control-range .popover .form-horizontal .connector {
        text-align: left;
    }

    .popover .bid-popover [type="text"] {
        height: 2.42857em;
    }

.popover-content {
    padding: 0;
}

    .popover-content p {
        color: #999;
    }

.popover-cancel {
    position: relative;
    top: -1em;
    right: -1em;
    z-index: 2;
    font-size: 0.78571em;
}

.report {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.25em 0;
    margin: 0.625em 0;
}

    .report table {
        margin-bottom: 0;
    }

    .report th, .report .table tbody > tr > td {
        font-size: 11px;
    }

        .report th.icon-cell, .report .table tbody > tr > td.icon-cell {
            font-size: 16px;
            text-align: center;
            padding: 12px;
        }

    .report .col-all-filter {
        max-width: 60px;
    }

    .report .actions-form {
        width: 90%;
        float: left;
    }

        .report .actions-form + .tablesaw-bar {
            margin-top: 20px;
            clear: none;
        }

    .report.no-border-top {
        border-top: none;
        margin-top: 0;
    }
/* terms block */

.terms-block {
    font-size: 0.6875em;
    line-height: 1.6;
    padding: 1.45455em 2.90909em 1.45455em 1.45455em;
    margin: 2.18182em 0;
    color: #666;
    background: #e9e9e9;
    height: 18.18182em;
    overflow-y: scroll;
    clear: left;
}

    .terms-block p + p {
        margin-top: 2.18182em;
    }

.terms-modal p {
    font-size: 0.75em;
}
/* contact us page */

.contact-intro {
    margin: 2em 0;
}
/* breadcrumbs */

.breadcrumbs {
    font-size: 0.6875em;
    color: #999;
    margin-top: 8px;
}

    .breadcrumbs a {
        color: #666;
    }

        .breadcrumbs a:after {
            content: '>';
            display: inline-block;
            margin: 0 0.30769em 0 0.46154em;
            position: relative;
            top: 0.15385em;
        }
/* icon links */

.icon-link {
    margin-top: 0.33333em;
    display: inline-block;
    font-size: 0.75em;
    vertical-align: middle;
}

    .icon-link .fa {
        font-size: 2em;
        color: #ccc;
        margin-right: 0.33333em;
        vertical-align: middle;
    }
/* tag list */

.tag-list {
    margin-top: 4px;
    border: 1px solid #ccc;
    padding: 0.3125em 0.3125em 0;
}

    .tag-list .tag {
        font-size: 0.75em;
        line-height: 1;
        background: #e9e9e9;
        color: #666;
        display: inline-block;
        margin: 0 0 0.41667em 0;
        padding: 0.83333em;
    }

        .tag-list .tag .key {
            margin-right: 1em;
        }

        .tag-list .tag .remove {
            font-weight: 600;
            color: #666;
            margin-left: 1.5em;
        }
/* arbitration */

.arbitration-section dl {
    font-size: 14px;
}

    .arbitration-section dl dt {
        width: 25%;
        text-align: right;
        padding-right: 20px;
        float: left;
    }

    .arbitration-section dl dd {
        width: 75%;
        float: left;
    }

.arbitration-section.resolution {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
/* collapse */

.expand-hide[aria-expanded="true"] {
    visibility: hidden;
}
/* existing uploads */

.existing-uploads {
    margin-bottom: 20px;
    font-size: 12px;
}

    .existing-uploads .uploaded-file {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: nowrap;
    }
/* comments */

.comments .comment {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

    .comments .comment .comment-header {
        margin-bottom: 4px;
    }

        .comments .comment .comment-header .comment-name {
            float: left;
            font-weight: 700;
        }

        .comments .comment .comment-header .comment-date {
            float: right;
        }
/* PinchZoomer */

.zoomInOn, .zoomInOff, .zoomOutOn, .zoomOutOff, .closeButton {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoomInOn, .zoomInOff {
    background-image: url(/content/img/buyer/zoom_in.png);
    top: 10px;
    left: 10px;
}

.zoomOutOn, .zoomOutOff {
    background-image: url(/content/img/buyer/zoom_out.png);
    top: 52px;
    left: 10px;
}

.zoomInOn, .zoomOutOn {
    opacity: 1;
    cursor: pointer;
}

.zoomInOff, .zoomOutOff {
    opacity: 1;
    cursor: auto;
}

.tooltip {
    text-transform: none !important;
}

.info-after:after {
    content: "i";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #666;
    color: #FFF;
    text-align: center;
}
/* notification */

.notification {
    border: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 20px 0;
    position: relative;
}

    .notification .title {
        margin-bottom: 20px;
    }

        .notification .title .title-text {
            margin-right: 20px;
            font-size: 18px;
        }

        .notification .title .label {
            color: #666;
            background: #d4d4d4;
            border-radius: 0;
            font-weight: 400;
        }

        .notification .title .outdent {
            position: absolute;
            top: 24px;
            left: 15px;
        }

    .notification .sub-title {
        font-size: 14px;
        line-height: 1;
    }

        .notification .sub-title time {
            display: block;
        }

    .notification .notification-header {
        background: #f7f7f7;
        padding: 20px 40px 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .notification .notification-body {
        font-size: 14px;
        line-height: 2.5;
        margin: 0 40px;
    }

        .notification .notification-body.editable {
            font-size: 16px;
        }

    .notification .notification-data {
        line-height: 1.4;
    }

    .notification .notification-footer {
        font-size: 14px;
        padding-top: 30px;
        border-top: 1px solid #ccc;
        margin: 20px 40px 0;
    }

        .notification .notification-footer .btn-inline:last-child {
            margin-left: 12px;
        }
/* flyout modal */

.flyout-container {
    position: relative;
}

.flyout-modal {
    position: absolute;
    z-index: 1200;
    top: 50%;
    left: 100%;
    right: auto;
    bottom: auto;
    overflow: visible !important;
    display: block;
    width: 0;
    height: 0;
    transition: width .2s ease-in-out;
}

    .flyout-modal .modal-backdrop {
        display: none;
    }

    .flyout-modal .modal-dialog {
        margin: 0;
        position: relative;
        left: 20px;
        -ms-transform: scale(0) translateY(-50%) !important;
        transform: scale(0) translateY(-50%) !important;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: transform .2s ease-in-out;
    }

        .flyout-modal .modal-dialog:after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            left: -14px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 16px solid #fff;
        }

        .flyout-modal .modal-dialog:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            left: -15px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-right: 17px solid #999;
            border-right: 17px solid rgba(0, 0, 0, 0.35);
        }

.no-csstransforms .flyout-modal .modal-dialog {
    margin-top: -25%;
}

.flyout-modal.in {
    width: 600px;
}

    .flyout-modal.in .modal-dialog {
        -ms-transform: scale(1) translateY(-50%) !important;
        transform: scale(1) translateY(-50%) !important;
    }

.flyout-modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

body {
    /*overflow-y: scroll !important;*/
}

body { /* fix to allow spinner background to height 100% */
    position: relative;
    float: left;
    width: 100%;
}

    body.modal-open {
        overflow-y: hidden !important;
    }

.modal {
    overflow-y: auto;
}

button.close {
    padding: 10px;
}

section.main-section {
    min-height: 500px;
}

header > div.container {
    white-space: nowrap;
}

.page-header {
    position: static;
}

.mainNavItem {
    white-space: nowrap;
}

    .mainNavItem ul li {
        white-space: normal;
    }

.agree-group span.has-error {
    position: relative;
}

span.has-error {
    font-size: 12px;
    color: #a94442;
}

#spinner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.50;
    z-index: 10;
    display: none;
    background-image: url(/content/img/spinner_144.gif);
    background-repeat: no-repeat;
    background-position: center 100px;
}

div.busy-spinner {
    background-image: url(/content/img/busy-lg.gif);
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.starzoom-reset-but, .starzoom-in-but, .starzoom-out-but {
    background-image: url(/content/lib/dashboard.png);
    background-color: #f90;
    height: 32px;
    width: 32px;
    border: 1px solid #444;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
/* vehicle history icon-links */

a.icon-links.small {
    margin-right: 1em;
}

a.icon-links > img {
    height: 40px;
}

a.icon-links.small > img {
    height: 24px;
}
/* Fix bootstrap modal issue */

div.modal {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 0 !important;
}

.my-activity .mmr-price {
    display: none;
}

.srp-listings .mmr-price {
    display: none;
}

.vdp-listing .mmr-price {
    display: normal;
}

.watch-list-listing .mmr-price {
    display: none;
}

.listing .price-block {
    min-height: 0;
}

.vdp-listing .bid-actions {
    margin-left: auto;
    width: auto;
}

#mainPhotoContainer {
    overflow: hidden;
}

#newgalleryTopContainer {
    text-align: center;
}

    #newgalleryTopContainer img {
        -webkit-backface-visibility: visible !important;
    }

    #newgalleryTopContainer > img {
        opacity: 1;
        width: 100%;
    }

.vehicle-cost .odometer .odometer-theme-default {
    display: block !important;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: 'Montserrat', sans-serif;
}

.odometer-inside {
    display: inline;
}

.vdp-section .additional-services dl {
    font-size: .9em;
}

.vdp-section .additional-services dt {
    width: 50%;
}

.time-left {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.primary-nav .nav-list {
    text-align: left;
}

.primary-nav .subnav li {
    display: block;
}

.noHeaderLinks {
    background: #666 !important;
}

.sticky-nav {
    width: 200px;
    position: fixed;
    left: -400px;
    bottom: 20px;
    z-index: 101;
    transition: left .3s ease-in-out;
}

    .sticky-nav .nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fff;
        padding: 0 10px;
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
    }

        .sticky-nav .nav-list li {
            display: block;
            border-bottom: 1px solid #e9e9e9;
        }

            .sticky-nav .nav-list li:last-child {
                border-bottom: none;
            }

        .sticky-nav .nav-list a {
            font-size: 13px;
            display: block;
            padding: 8px;
            color: #666;
        }

            .sticky-nav .nav-list a:hover {
                color: #333;
            }

    .sticky-nav .nav-toggle {
        position: absolute;
        bottom: 0;
        left: 100%;
        display: block;
        background: #00A599;
        color: #fff;
        padding: .57143em 1.42857em .35714em;
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
        text-align: center;
        white-space: nowrap;
        border-radius: 0 2px 2px 0;
        font-size: .875em;
        line-height: 1.21429em;
        text-transform: uppercase;
    }

        .sticky-nav .nav-toggle:hover {
            background: #00726a;
        }

        .sticky-nav .nav-toggle .close-this {
            display: none;
        }

    .sticky-nav.active {
        left: -200px;
    }

    .sticky-nav.open {
        left: 0;
    }

        .sticky-nav.open .nav-toggle .close-this {
            display: inline;
        }

        .sticky-nav.open .nav-toggle .open-this {
            display: none;
        }

nav.primary-nav li.mainNavItem.RDP_MyAccount > a > span.user-summary {
    display: block;
}

nav.primary-nav li.mainNavItem.RDP_MyAccount > a > span.user-buyer {
    display: block;
    padding-top: 5px;
}

.multi-modal .select-selected {
    padding-left: 20px;
}

    .multi-modal .select-selected li {
        padding: 6px 0 6px 8px;
    }

.multi-modal .select-available {
    list-style: none;
    padding-left: 0;
}

    .multi-modal .select-available li {
        padding: 6px 0;
    }

.multi-modal .select-selected, .multi-modal .select-available {
    min-height: 200px;
}

.multi-modal .multi-modal-row {
    margin-left: -2px;
    margin-right: -2px;
}

    .multi-modal .multi-modal-row .col-sm-6 {
        padding: 0 2px;
    }

[data-card-on], .table tbody > [data-card-on] > td {
    color: #00A599;
    cursor: pointer;
}

    [data-card-on]:hover, [data-card-on]:active, [data-card-on]:focus, .table tbody > [data-card-on] > td:hover, .table tbody > [data-card-on] > td:active, .table tbody > [data-card-on] > td:focus {
        background: #e9e9e9;
    }

.card-stack {
    position: relative;
    background: #e9e9e9;
    padding: 0 2% 15px;
    transition: height .2s ease-in-out;
}

.card {
    background: #f3f3f3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 60px 20px 20px;
    font-size: 14px;
    position: absolute;
    opacity: 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .2s ease-in-out;
    transition-property: opacity, transform, background;
}

    .card:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }

    .card .btn {
        font-size: 14px;
    }

    .card .hasCustomSelect {
        width: 100% !important;
    }

    .card h2 {
        color: #333;
        text-transform: none;
        font-size: 18px;
        font-weight: 600;
        border: none;
        padding: 0;
        margin: -18px 0 12px;
    }

        .card h2 a {
            font-size: 12px;
            font-weight: 400;
            margin-left: 4px;
        }

        .card h2 .fa {
            color: #999;
            margin-right: 4px;
        }

    .card .control-label, .card .inner-label {
        font-size: 14px;
        color: #333;
        text-transform: none;
        font-weight: 700;
    }

        .card .control-label a, .card .inner-label a {
            font-weight: 400;
        }

        .card .control-label.inline, .card .inner-label.inline {
            display: inline-block;
            margin: 0 4px 0 0;
        }

    .card .shaded-block {
        padding: 10px 14px;
        background: #f3f3f3;
        margin: 8px 0;
    }

        .card .shaded-block.primary {
            background: #e4e4e4;
        }

    .card .row + .row {
        margin-top: 12px;
    }

    .card .inner-label {
        color: #51626F;
    }

    .card * {
        opacity: .5;
    }

    .card.active {
        opacity: 1;
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .card.top-card {
        background: #fff;
    }

        .card.top-card * {
            opacity: 1;
        }

        .card.top-card .card-close {
            color: #00a599;
            cursor: pointer;
        }

        .card.top-card:before {
            display: none;
        }

.card-close {
    font-weight: 700;
    position: absolute;
    z-index: 10;
    opacity: .85;
    top: 12px;
    right: 12px;
    color: #ccc;
    cursor: default;
    opacity: .85;
    transition: color .2s ease-in-out;
}

.cycle, .lifecycle-step {
    font-size: 14px;
    margin-bottom: 26px;
}

.lifecycle-stage-name {
    font-size: 20px;
    padding-left: 20px;
}

    .lifecycle-stage-name [data-toggle="collapse"] {
        color: #666;
        margin-right: 8px;
        margin-left: -20px;
        display: inline-block;
        transition: transform .2s ease-in-out;
    }

        .lifecycle-stage-name [data-toggle="collapse"][aria-expanded="true"] {
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .lifecycle-stage-name .btn {
        font-size: 13px;
    }

.lifecycle-stage-body {
    padding-left: 2%;
}

    .lifecycle-stage-body .lifecycle-stage-name {
        font-size: 17px;
    }

.cycle-name, .lifecycle-step-name {
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
    line-height: 18px;
    padding-bottom: 4px;
}

    .cycle-name .cycle-actions, .lifecycle-step-name .cycle-actions {
        padding-right: 23px;
        line-height: 27px;
    }

.cycle-actions .dropdown {
    display: inline-block;
}

.cycle-actions .dropdown-menu {
    border-color: #00A599;
    margin-top: 9px;
    margin-right: -8px;
}

    .cycle-actions .dropdown-menu a {
        color: #92a9a7;
        font-size: 12px;
    }

        .cycle-actions .dropdown-menu a:hover, .cycle-actions .dropdown-menu a:focus, .cycle-actions .dropdown-menu a:active, .cycle-actions .dropdown-menu a .active {
            color: #00A599;
        }

        .cycle-actions .dropdown-menu a .fa {
            margin-right: 8px;
        }

    .cycle-actions .dropdown-menu:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 9px;
        top: -9px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 2;
    }

    .cycle-actions .dropdown-menu:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 9px;
        top: -10px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 10px solid #00A599;
        z-index: 1;
    }

.cycle-description, .lifecycle-event {
    margin-bottom: 0;
    padding: 10px 8px 10px 24px;
    font-size: 13px;
}

    .cycle-description:nth-child(2n), .lifecycle-event:nth-child(2n) {
        background: #f3f3f3;
    }

    .cycle-description .status, .lifecycle-event .status {
        font-size: 18px;
        margin-right: 4px;
        margin-left: -16px;
    }

    .cycle-description .status-active, .lifecycle-event .status-active {
        color: #69923A;
    }

    .cycle-description .status-inactive, .lifecycle-event .status-inactive {
        color: #ccc;
    }

.cycle-actions .btn {
    font-size: 14px;
    padding-left: .75em;
    padding-right: .75em;
}

.collapsible.limit-height {
    max-height: 100vh;
}

.collapsible .normal-hidden {
    display: none;
}

.lifecycle-stage-name {
    font-size: 20px;
    padding-left: 20px;
}

    .lifecycle-stage-name.expanded {
        width: 100%;
    }

    .lifecycle-stage-name [data-toggle="collapse"] {
        color: #666;
        margin-right: 8px;
        margin-left: -20px;
        display: inline-block;
        transition: transform .2s ease-in-out;
    }

        .lifecycle-stage-name [data-toggle="collapse"][aria-expanded="true"] {
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .lifecycle-stage-name [data-toggle="collapse"] .normal-hidden {
            display: table-cell;
        }

    .lifecycle-stage-name .btn {
        font-size: 13px;
    }

    .lifecycle-stage-name.collapsed {
        display: none;
    }

.lifecycle-stage-body {
    padding-left: 2%;
}

    .lifecycle-stage-body .lifecycle-stage-name {
        font-size: 17px;
    }

.cycle-name, .lifecycle-step-name {
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
    line-height: 18px;
    padding-bottom: 4px;
}

    .cycle-name .cycle-actions, .lifecycle-step-name .cycle-actions {
        padding-right: 23px;
        line-height: 27px;
    }

.cycle-description, .lifecycle-event {
    margin-bottom: 0;
    padding: 10px 8px 10px 24px;
    font-size: 13px;
}

    .cycle-description:nth-child(2n), .lifecycle-event:nth-child(2n) {
        background: #f3f3f3;
    }

    .cycle-description .status, .lifecycle-event .status {
        font-size: 18px;
        margin-right: 4px;
        margin-left: -16px;
    }

    .cycle-description .status-active, .lifecycle-event .status-active {
        color: #69923A;
    }

    .cycle-description .status-inactive, .lifecycle-event .status-inactive {
        color: #ccc;
    }

.cycle-actions .btn {
    font-size: 14px;
    padding-left: .75em;
    padding-right: .75em;
}

.cycle-actions .btn-plain {
    background: none;
    font-size: 18px;
    padding: 0 4px;
    height: auto;
    text-transform: none;
    line-height: 18px;
}

.cycle-actions .popover {
    color: #333;
    font-size: 12px;
    text-transform: none;
}

.collapsible .normal-hidden {
    display: none;
}

.collapsible.expanded {
    width: 100%;
}

    .collapsible.expanded .normal-hidden {
        display: table-cell;
    }

.collapsible.collapsed {
    display: none;
}

.workflow-rule .checkbox-group label, .workflow-rule .checkbox-group .control-range .connector, .control-range .workflow-rule .checkbox-group .connector, .clause .checkbox-group label, .clause .checkbox-group .control-range .connector, .control-range .clause .checkbox-group .connector {
    display: inline;
    max-width: 100%;
}

    .workflow-rule .checkbox-group label:before, .workflow-rule .checkbox-group .control-range .connector:before, .control-range .workflow-rule .checkbox-group .connector:before, .clause .checkbox-group label:before, .clause .checkbox-group .control-range .connector:before, .control-range .clause .checkbox-group .connector:before {
        left: 10px;
    }

.workflow-rule .row, .clause .row {
    margin-left: -5px;
    margin-right: -5px;
}

.workflow-rule [class*="col-"], .clause [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-tight {
    margin-left: -5px;
    margin-right: -5px;
}

.rule-states {
    padding-left: 20px;
}

.sort-placeholder {
    background: #92a9a7 !important;
    width: 100%;
    height: 15px;
}

    .sort-placeholder td {
        background: #92a9a7 !important;
        height: 10px !important;
    }

[data-sortable="sortable"] {
    position: relative;
}

.ui-sortable-helper {
    left: 14px !important;
    right: -14px;
    display: block;
    width: 100%;
    display: none;
}

.toggle-display {
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.no-csstransitions .toggle-display {
    display: none;
    max-height: none;
}

.toggle-display .toggle-display-content {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.no-csstransitions .toggle-display .toggle-display-content {
    opacity: 1;
}

.toggle-display.toggle-show {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    max-height: 1500px;
    overflow: visible;
}

.no-csstransitions .toggle-display.toggle-show {
    display: block;
    max-height: none;
}

.toggle-display.toggle-show .toggle-display-content {
    opacity: 1;
}

[data-toggle-click-id].toggle-hide {
    display: none;
}

.tooltip .tooltip-inner {
    background: #51626F;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #51626F;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #51626F;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #51626F;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #51626F;
}

.steps {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #999;
}

    .steps .step {
        padding-left: 0;
        color: #999;
        border-bottom: none;
        margin-bottom: 0;
    }

        .steps .step.active {
            color: #666;
        }

.step-data {
    margin-bottom: 50px;
}

.step-content p, .step-content ol {
    margin-bottom: 30px;
}

.step-content li {
    margin-bottom: 8px;
}

[role=main] > p.step-directions {
    font-size: 16px;
    margin: 50px 0;
}

[data-toggle="tooltip"] .fa {
    font-size: 16px;
}

.dropdown {
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-transform: none;
}

    .dropdown .btn {
        text-transform: none;
        padding-left: 10px;
        padding-right: 16px;
    }

    .dropdown .fa {
        margin-right: 4px;
    }

    .dropdown.inline {
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        text-transform: inherit;
        line-height: inherit;
    }

        .dropdown.inline .btn {
            display: inline;
            color: #00A599;
            font-size: inherit;
            text-transform: inherit;
            line-height: inherit;
            background: none;
            padding: 0;
            vertical-align: top;
        }

            .dropdown.inline .btn .fa {
                color: #666;
                font-size: .8em;
                position: relative;
                top: -2px;
            }

h2 .dropdown {
    position: relative;
    top: -4px;
}
/* flipper */

.flipper {
    perspective: 1000px;
    position: relative;
}

    .flipper .flip-container {
        position: relative;
        transition: transform 0.3s ease-in-out;
        transform-style: preserve-3d;
    }

        .flipper .flip-container.flipped {
            transform: rotateY(180deg);
        }

            .flipper .flip-container.flipped .popover {
                display: none !important;
            }

    .flipper .front, .flipper .back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: #fff;
    }

    .flipper .back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: rotateY(180deg);
    }

    .flipper:first-child .saved-search {
        border-top: none;
    }

.no-csstransforms3d .flipper .back {
    display: none;
}

.no-csstransforms3d .flipper .flipped .back {
    display: block;
}

.no-csstransforms3d .flipper .flipped .front {
    visibility: hidden;
}

.add-remove-controls {
    margin-top: 30px;
    margin-bottom: 30px;
}

.no-padding {
    padding: 0;
}

.grounding-section {
    margin-bottom: 2.5em;
}

    .grounding-section p {
        font-size: 0.75em;
        line-height: 1.6;
    }

.grounding-stats {
    margin-bottom: 0;
}

    .grounding-stats dt {
        clear: both;
        float: left;
        font-size: 0.75em;
        font-weight: 400;
        margin-bottom: 1em;
    }

    .grounding-stats dd, .grounding-stats .response {
        font-size: 0.75em;
        font-weight: 700;
        margin-bottom: 1em;
    }

    .grounding-stats dd {
        float: right;
    }

.grounding-acknowledgement-form h3 {
    margin-top: 0;
}

.grounding-acknowledgement-form .alt-links {
    padding-top: 0.33333em;
}

    .grounding-acknowledgement-form .alt-links a {
        white-space: nowrap;
    }

.grounding-acknowledgement-form .control-label {
    color: #333;
    text-transform: none;
}

.grounding-acknowledgement-form [type="text"] {
    border-color: transparent;
}

.acknowledge-block {
    padding: 1.5em;
    margin: 0.5em 0 1.25em;
    border: 1px solid #d4d4d4;
}

    .acknowledge-block p {
        font-size: 0.75em;
        min-height: 11em;
        line-height: 1.6;
    }

    .acknowledge-block .input-group-addon {
        float: left;
        width: 5%;
        margin-right: -8%;
        border: none;
        background: none;
        font-size: 0.75em;
        padding-left: 0;
        position: relative;
        top: 0.5em;
    }

    .acknowledge-block [type="text"] {
        border-bottom: 1px solid #333;
        background: none;
        float: left;
        padding-left: 10%;
    }

.grounding-confirmation-form h2, .grounding-another-form h2 {
    text-transform: none;
}

.grounding-confirmation-form h3, .grounding-another-form h3 {
    color: #333;
    text-transform: none;
    margin-bottom: 1.25em;
}

.grounding-confirmation-form .small-label, .grounding-another-form .small-label {
    font-size: 0.75em;
    position: relative;
    top: -1.33333em;
    display: block;
    color: #999;
}

.grounding-confirmation-form .form-group .btn, .grounding-another-form .form-group .btn {
    margin-top: 1.57143em;
}

/*.vdp-section {
    padding-bottom: 1em;
}*/

    .vdp-section dl {
        font-size: 0.75em;
        line-height: 1.6;
    }

.vdp-section h2, .postsale-section h2 {
    font-size: 1.6875em;
    margin-top: 0;
    padding-top: 1.48148em;
}

h1.postsale-header, .postsale-section h2 {
    color: #525252 !important;
}

.postsale-section h2 {
    padding-top: 15px;
}

.postsale-section .comments {
    font-size: 0.75em;
    line-height: 1.6;
}

.postsale-comments {
    margin-bottom: 15px !important;
    text-align: justify;
}


    .vdp-section.build-data h3 {
        font-size: 1.3125em;
        color: #666;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.42857em;
    }

    .vdp-section.build-data h4, .vdp-section.build-data .atd-slider .slide-title, .atd-slider .vdp-section.build-data .slide-title {
        font-size: 0.875em;
        margin-bottom: 1em;
    }

    .vdp-section.build-data .specs-list {
        margin-bottom: 1.875em;
    }

.specs dt, .specs dd {
    float: left;
    display: inline-block;
    margin-bottom: 0.25em;
}

.specs dt {
    clear: left;
    margin-right: 0.33333em;
}

.specs.specs-list {
    padding-left: 1.875em;
}

.specs li {
    font-size: 0.75em;
}

.row:last-child .specs {
    margin-bottom: 0;
}

.info {
    font-size: 0.8125em;
    line-height: 1.6;
}

.icon-links {
    display: inline-block;
    margin-right: 2.76923em;
    text-align: center;
    font-size: 0.8125em;
}

    .icon-links img {
        display: block;
        margin-bottom: 0.46154em;
    }

.damage-entry h3 {
    margin-bottom: 1em;
}

.damage-entry .row + .row {
    margin-top: 1.25em;
}

.damage-entry + .damage-entry {
    margin-top: 2.5em;
}

.damage-thumb img {
    display: block;
    max-width: 100%;
}

.tire-specs dd p {
    margin: 0;
}

.vdp-action {
    margin: 0.5em 0;
}

    .vdp-action .btn {
        margin-top: 0.25em;
    }

.bid-popover .form-group + .form-group {
    margin-top: 0.71429em;
}

.retail-view-links {
    border-bottom: 1px solid #ccc;
    padding: 0 0 1.16667em;
    margin-top: -1.16667em;
}

.news-articles {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
}

    .news-articles:last-child {
        border-bottom: none;
    }

.news-article {
    color: #666;
    padding-right: 6%;
    font-size: 0.8125em;
}

    .news-article .read-more {
        display: block;
        margin: 0.8125em 0;
        text-align: right;
    }

    .news-article.single {
        font-size: 0.9375em;
    }

    .news-article h2 {
        border: none;
        font-size: 1.53846em;
        color: #999;
        margin: 0 0 0.6em;
    }

        .news-article h2 a {
            color: #999;
        }

            .news-article h2 a:hover, .news-article h2 a:active, .news-article h2 a:focus {
                color: #666;
            }

    .news-article p {
        margin-bottom: 1.23077em;
    }

.buy-it-now-form.purchase-options {
    margin-bottom: 0.8em;
    border-bottom: solid 1px #ACC0C6;
}

.buy-it-now-form h2 {
    font-size: 1.375em;
    margin-bottom: 0.54545em;
}

.buy-it-now-form .alt-links {
    margin-bottom: 1.83333em;
    padding-top: 0;
}

.buy-it-now-form .agree-group {
    margin-bottom: 1.375em;
}

    .buy-it-now-form .agree-group .control-label {
        text-transform: none;
        color: #333;
        font-weight: 700;
    }

.buy-it-now-form .form-group small {
    font-size: 0.75em;
    padding-top: 0.5em;
}

.buy-it-now-form .totals {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25em;
}

    .buy-it-now-form .totals dt, .buy-it-now-form .totals dd {
        font-size: 0.75em;
        margin-bottom: 1em;
    }

        .buy-it-now-form .totals dt strong, .buy-it-now-form .totals dd strong {
            font-size: 1.25em;
            font-weight: 700;
        }

    .buy-it-now-form .totals dt {
        float: left;
        clear: right;
    }

    .buy-it-now-form .totals dd {
        float: right;
    }

.seller-workbench h1, .seller-workbench h2 {
    color: #435463;
    border-bottom-color: #8ea9b1;
}

.seller-workbench h3 {
    color: #333;
}

.seller-workbench a {
    color: #4466aa;
}

    .seller-workbench a:hover, .seller-workbench a:focus, .seller-workbench a:active {
        color: #355086;
    }

.seller-workbench .btn {
    color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

    .seller-workbench .btn:hover, .seller-workbench .btn:focus, .seller-workbench .btn:active {
        background-color: #51626F;
        color: #fff;
    }

    .seller-workbench .btn.disabled {
        background: #f2f2f2;
        color: #acb2b7;
        box-shadow: none;
        border-color: #d3d8db;
        opacity: 1;
    }

.seller-workbench .btn-secondary {
    color: #51626F;
    border: 1px solid #51626F;
    background-color: #fff;
}

.seller-workbench .btn-cancel {
    padding: .57143em 1.42857em .35714em;
    box-shadow: none;
    color: #4466aa;
    text-align: center;
    font-size: 14px;
}

    .seller-workbench .btn-cancel:hover, .seller-workbench .btn-cancel:focus, .seller-workbench .btn-cancel:active {
        background-color: transparent;
        color: #51626F;
    }

    .seller-workbench .btn-cancel.disabled {
        color: #a1b2d4;
        background-color: transparent;
        border-color: transparent;
    }

.seller-workbench .btn-plain {
    background-color: transparent;
    box-shadow: none;
}

    .seller-workbench .btn-plain:hover, .seller-workbench .btn-plain:focus, .seller-workbench .btn-plain:active {
        background-color: transparent;
        color: #008c81;
    }

.seller-workbench .filter-btn {
    color: #999;
}

    .seller-workbench .filter-btn:hover, .seller-workbench .filter-btn:focus, .seller-workbench .filter-btn:active {
        color: #00A599;
    }

.seller-workbench .col-left-border {
    border-left: 1px solid #ACC0C6;
}

.seller-workbench .action-label {
    text-transform: uppercase;
    font-size: 20px;
    color: #51626F;
}

.seller-workbench .results-header {
    margin: 14px 0;
}

    .seller-workbench .results-header h3 {
        margin-top: 0;
    }

.seller-workbench .workbench-card {
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    padding: 12px 12px 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    transition: border .2s ease-in-out;
    min-height: 160px;
    position: relative;
}

    .seller-workbench .workbench-card:hover, .seller-workbench .workbench-card:focus, .seller-workbench .workbench-card:active {
        color: #333;
        border-color: #00A599;
        background: #f7f7f7;
    }

    .seller-workbench .workbench-card .heading {
        color: #435463;
        font-family: Arial,sans-serif;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 10px;
    }

    .seller-workbench .workbench-card .footer {
        font-weight: 700;
        position: absolute;
        bottom: 12px;
        left: 12px;
        right: 12px;
    }

    .seller-workbench .workbench-card .icon {
        margin-right: 14px;
    }

.seller-workbench input, .seller-workbench select, .seller-workbench textarea, .seller-workbench [type="checkbox"] + label:before, .seller-workbench .control-range [type="checkbox"] + .connector:before, .control-range .seller-workbench [type="checkbox"] + .connector:before {
    border-color: #b8b7b7;
    border-radius: 0;
}

.seller-workbench [type="radio"]:checked + label:before, .seller-workbench .control-range [type="radio"]:checked + .connector:before, .control-range .seller-workbench [type="radio"]:checked + .connector:before, .seller-workbench [type="checkbox"]:checked + label:before, .seller-workbench .control-range [type="checkbox"]:checked + .connector:before, .control-range .seller-workbench [type="checkbox"]:checked + .connector:before {
    color: #51626F;
}

.seller-workbench .table th.sort:after {
    font-family: FontAwesome;
    content: '\f077';
    float: right;
    font-size: 14px;
}

.seller-workbench .table th.sort.desc:after {
    content: '\f078';
}

.workbench-filters .search-filters .filter-category {
    display: inline-block;
    width: auto;
    min-width: 80px;
}

.workbench-vehicle-list {
    width: 100%;
}

    .workbench-vehicle-list td {
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .workbench-vehicle-list .form-group {
        margin-bottom: 0;
    }

        .workbench-vehicle-list .form-group .control-label {
            margin-bottom: 0;
        }

    .workbench-vehicle-list .radio-before-select {
        margin-top: 24px;
    }

    .workbench-vehicle-list .listing {
        color: #333;
    }

        .workbench-vehicle-list .listing .vehicle-name {
            font-weight: 700;
            margin: 0;
        }

        .workbench-vehicle-list .listing .vin {
            font-size: 14px;
            position: relative;
            top: -4px;
        }

        .workbench-vehicle-list .listing .select {
            vertical-align: middle;
            width: 30px;
        }

        .workbench-vehicle-list .listing .thumb {
            vertical-align: middle;
            width: 82px;
        }

        .workbench-vehicle-list .listing .price {
            width: 200px;
        }

            .workbench-vehicle-list .listing .price input[type="text"] {
                font-size: 18px;
            }

            .workbench-vehicle-list .listing .price .add-note {
                display: block;
                font-size: 14px;
                margin-top: 6px;
            }

        .workbench-vehicle-list .listing .vehicle-stats {
            margin-top: 0;
        }

.filter-btn {
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    font-size: 13px;
}

    .filter-btn:hover, .filter-btn:focus, .filter-btn:active {
        color: #00A599;
    }

.workbench-filters {
    background: #fff;
}

    .workbench-filters .affix-hidden {
        max-height: 75px;
        transition: all .2s ease-in-out;
    }

    .workbench-filters .filter-btn {
        display: none;
    }

        .workbench-filters .filter-btn.filter-btn-always-show {
            display: block;
        }

    .workbench-filters.affix {
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding-bottom: 20px;
        box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.15);
    }

        .workbench-filters.affix .filter-btn {
            display: block;
        }

            .workbench-filters.affix .filter-btn.filter-btn-hide {
                display: none;
            }

        .workbench-filters.affix .affix-hidden {
            opacity: 0;
            max-height: 0;
            min-height: 0;
            overflow: hidden;
            padding: 0;
        }

        .workbench-filters.affix .show-filters .affix-hidden {
            opacity: 1;
            max-height: 75px;
            padding: 0 15px;
        }

        .workbench-filters.affix .show-filters .filter-btn-hide {
            display: block;
        }

        .workbench-filters.affix .show-filters .filter-btn-show {
            display: none;
        }

        .workbench-filters.affix + .container {
            padding-top: 250px;
        }

.filter-auto {
    width: auto;
}

.sorter .sort {
    margin-right: 30px;
}

    .sorter .sort:last-child {
        margin-right: 0;
    }

    .sorter .sort.check {
        width: 100px;
    }

    .sorter .sort.select {
        width: 180px;
    }

.workbench-sidebar {
    border: none;
}

    .workbench-sidebar .fields {
        background: #333;
        border: none;
        padding: 20px 20px 10px;
    }

    .workbench-sidebar h3 {
        padding-left: 0;
        padding-right: 0;
        color: #fff;
    }

    .workbench-sidebar .form-group {
        margin: 0;
        border-bottom: 1px solid #fff;
    }

        .workbench-sidebar .form-group .dropdown-label {
            background-image: url(/content/img/porsche/arrow-porsche.png);
        }

        .workbench-sidebar .form-group .dropdown-label, .workbench-sidebar .form-group input {
            margin: 4px 0;
            border: none;
            background-color: #333;
            color: #fff;
            padding-left: 0;
            padding-right: 0;
        }

        .workbench-sidebar .form-group:last-child {
            border: none;
        }

        .workbench-sidebar .form-group.action {
            margin-top: 20px;
            padding: 0 20px;
        }

.filters-show {
    display: none;
}

.filters-on .filters-hide {
    display: none;
}

.filters-on .filters-show {
    display: block;
}

.workbench-list {
    width: 100%;
    padding-left: 30px;
    float: left;
    position: relative;
    z-index: 1;
    transition: width .2s ease-in-out;
}

    .workbench-list.filters-show {
        width: 78%;
        float: left;
    }

.workbench-sidebar {
    width: 0;
    float: left;
    position: relative;
    z-index: 2;
    transition: width .2s ease-in-out;
}

    .workbench-sidebar .fields, .workbench-sidebar h3, .workbench-sidebar .action {
        max-width: 100%;
        overflow: hidden;
        opacity: 0;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        transition: all .2s ease-in-out;
    }

    .workbench-sidebar .hide-btn, .workbench-sidebar .show-btn {
        color: #fff;
        display: block;
        position: absolute;
        top: 18px;
        right: 0;
        padding: 10px 12px;
        background: #333;
        z-index: 2;
    }

        .workbench-sidebar .hide-btn:hover, .workbench-sidebar .hide-btn:focus, .workbench-sidebar .hide-btn:active, .workbench-sidebar .show-btn:hover, .workbench-sidebar .show-btn:focus, .workbench-sidebar .show-btn:active {
            color: #00A599;
        }

    .workbench-sidebar .hide-btn {
        display: none;
    }

    .workbench-sidebar .show-btn {
        top: 0;
    }

    .workbench-sidebar.filters-show {
        width: 22%;
    }

        .workbench-sidebar.filters-show .fields, .workbench-sidebar.filters-show h3, .workbench-sidebar.filters-show .action {
            opacity: 1;
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .workbench-sidebar.filters-show .hide-btn {
            display: block;
        }

        .workbench-sidebar.filters-show .show-btn {
            display: none;
        }

.header-options h1 {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 700;
}

.header-options .dropdown .btn {
    font-weight: 700;
}

.ns-seller-portal { /* checkbox and radio */ /* modal */ /* user note */ /* news and promotion popover */ /* pie chart styles */ /* action block */ /* dashboard styles */
}

    .ns-seller-portal .row .form-group {
        margin-bottom: 0.6875em;
    }

    .ns-seller-portal .user-block a {
        display: inline;
        text-transform: none;
        background: none !important;
        margin-left: 8px;
        padding: 0;
        line-height: 1;
        height: auto;
        position: relative;
        top: -2px;
        font-weight: 400;
    }

        .ns-seller-portal .user-block a:hover, .ns-seller-portal .user-block a:focus, .ns-seller-portal .user-block a:active {
            background: none;
            text-decoration: underline;
        }

    .ns-seller-portal .btn-cancel {
        color: #00A599;
        font-size: 12px;
        text-transform: none;
        background: none;
        padding: 0.5em 0 0.41667em;
        text-align: right;
    }

        .ns-seller-portal .btn-cancel:hover, .ns-seller-portal .btn-cancel:active, .ns-seller-portal .btn-cancel:focus {
            color: #4d68da;
            background: none;
        }

    .ns-seller-portal .pagination-container [type="submit"] {
        margin-top: 1.5em;
    }

    .ns-seller-portal .pagination {
        text-align: center;
        display: block;
    }

    .ns-seller-portal h2.dash {
        margin: 0;
        border: none;
    }

    .ns-seller-portal .section-heading {
        margin: 2em 0 1.125em;
    }

        .ns-seller-portal .section-heading h1, .ns-seller-portal .section-heading h2, .ns-seller-portal .section-heading h3 {
            float: left;
        }

    .ns-seller-portal input, .ns-seller-portal textarea, .ns-seller-portal .ql-container, .ns-seller-portal select, .ns-seller-portal .form-control {
        background: #fff;
        border: 1px solid #ccc;
    }

        .ns-seller-portal input:disabled, .ns-seller-portal textarea:disabled, .ns-seller-portal .ql-container:disabled, .ns-seller-portal select:disabled, .ns-seller-portal .form-control:disabled {
            background: #dedede;
        }

        .ns-seller-portal input.btn {
            background: #00A599;
            border: none;
        }

    .ns-seller-portal .ql-container {
        height: 100px;
    }

    .ns-seller-portal .customSelect {
        background: url(/content/img/arrow.png) no-repeat right center;
    }

    .ns-seller-portal .xs-visible, .ns-seller-portal .xs-inline, .ns-seller-portal .xs-inline-block, .ns-seller-portal .sm-visible, .ns-seller-portal .sm-inline, .ns-seller-portal .sm-inline-block {
        display: none !important;
    }

    .ns-seller-portal .checkbox-group [type="checkbox"], .ns-seller-portal .checkbox-group [type="radio"], .ns-seller-portal .radio-group [type="checkbox"], .ns-seller-portal .radio-group [type="radio"] {
        position: absolute;
    }

.lt-ie9 .ns-seller-portal .checkbox-group [type="checkbox"], .lt-ie9 .ns-seller-portal .checkbox-group [type="radio"], .lt-ie9 .ns-seller-portal .radio-group [type="checkbox"], .lt-ie9 .ns-seller-portal .radio-group [type="radio"] {
    visibility: visible;
    height: auto;
    width: auto;
    position: static;
    border: 0px;
    background: none;
    display: block;
    float: left;
    clear: left;
    margin-right: 6px;
}

.ns-seller-portal .checkbox-group label, .ns-seller-portal .checkbox-group .control-range .connector, .control-range .ns-seller-portal .checkbox-group .connector, .ns-seller-portal .radio-group label, .ns-seller-portal .radio-group .control-range .connector, .control-range .ns-seller-portal .radio-group .connector {
    font-size: 0.75em;
    line-height: 1.83333em;
    color: #333;
    text-transform: none;
    cursor: pointer;
    padding-left: 2.66667em;
    position: relative;
}

    .ns-seller-portal .checkbox-group label:before, .ns-seller-portal .checkbox-group .control-range .connector:before, .control-range .ns-seller-portal .checkbox-group .connector:before, .ns-seller-portal .radio-group label:before, .ns-seller-portal .radio-group .control-range .connector:before, .control-range .ns-seller-portal .radio-group .connector:before {
        top: -3px;
        line-height: 20px;
    }

.lt-ie9 .ns-seller-portal .checkbox-group label, .lt-ie9 .ns-seller-portal .checkbox-group .control-range .connector, .control-range .lt-ie9 .ns-seller-portal .checkbox-group .connector, .lt-ie9 .ns-seller-portal .radio-group label, .lt-ie9 .ns-seller-portal .radio-group .control-range .connector, .control-range .lt-ie9 .ns-seller-portal .radio-group .connector {
    padding: 0;
    display: block;
    float: left;
    position: relative;
    top: -0.5em;
}

    .lt-ie9 .ns-seller-portal .checkbox-group label:before, .lt-ie9 .ns-seller-portal .checkbox-group .control-range .connector:before, .control-range .lt-ie9 .ns-seller-portal .checkbox-group .connector:before, .lt-ie9 .ns-seller-portal .radio-group label:before, .lt-ie9 .ns-seller-portal .radio-group .control-range .connector:before, .control-range .lt-ie9 .ns-seller-portal .radio-group .connector:before {
        display: none;
    }

.ns-seller-portal .checkbox-group [type="checkbox"] + label, .ns-seller-portal .checkbox-group .control-range [type="checkbox"] + .connector, .control-range .ns-seller-portal .checkbox-group [type="checkbox"] + .connector, .ns-seller-portal .radio-group [type="checkbox"] + label, .ns-seller-portal .radio-group .control-range [type="checkbox"] + .connector, .control-range .ns-seller-portal .radio-group [type="checkbox"] + .connector {
    margin-bottom: 0.83333em;
}

    .ns-seller-portal .checkbox-group [type="checkbox"] + label:last-child, .ns-seller-portal .checkbox-group .control-range [type="checkbox"] + .connector:last-child, .control-range .ns-seller-portal .checkbox-group [type="checkbox"] + .connector:last-child, .ns-seller-portal .radio-group [type="checkbox"] + label:last-child, .ns-seller-portal .radio-group .control-range [type="checkbox"] + .connector:last-child, .control-range .ns-seller-portal .radio-group [type="checkbox"] + .connector:last-child {
        margin-bottom: 0;
    }

.ns-seller-portal .checkbox-group [type="radio"] + label, .ns-seller-portal .checkbox-group .control-range [type="radio"] + .connector, .control-range .ns-seller-portal .checkbox-group [type="radio"] + .connector, .ns-seller-portal .radio-group [type="radio"] + label, .ns-seller-portal .radio-group .control-range [type="radio"] + .connector, .control-range .ns-seller-portal .radio-group [type="radio"] + .connector {
    margin-bottom: 0.36364em;
}

.lt-ie9 .ns-seller-portal .checkbox-group [type="radio"] + label, .lt-ie9 .ns-seller-portal .checkbox-group .control-range [type="radio"] + .connector, .control-range .lt-ie9 .ns-seller-portal .checkbox-group [type="radio"] + .connector, .lt-ie9 .ns-seller-portal .radio-group [type="radio"] + label, .lt-ie9 .ns-seller-portal .radio-group .control-range [type="radio"] + .connector, .control-range .lt-ie9 .ns-seller-portal .radio-group [type="radio"] + .connector {
    top: 0;
    position: static;
}

.ns-seller-portal .checkbox-group [type="radio"] + label:last-child, .ns-seller-portal .checkbox-group .control-range [type="radio"] + .connector:last-child, .control-range .ns-seller-portal .checkbox-group [type="radio"] + .connector:last-child, .ns-seller-portal .radio-group [type="radio"] + label:last-child, .ns-seller-portal .radio-group .control-range [type="radio"] + .connector:last-child, .control-range .ns-seller-portal .radio-group [type="radio"] + .connector:last-child {
    margin-bottom: 0;
}

.ns-seller-portal .checkbox-group [type="checkbox"]:checked + label:before, .ns-seller-portal .checkbox-group .control-range [type="checkbox"]:checked + .connector:before, .control-range .ns-seller-portal .checkbox-group [type="checkbox"]:checked + .connector:before, .ns-seller-portal .checkbox-group [type="radio"]:checked + label:before, .ns-seller-portal .checkbox-group .control-range [type="radio"]:checked + .connector:before, .control-range .ns-seller-portal .checkbox-group [type="radio"]:checked + .connector:before, .ns-seller-portal .radio-group [type="checkbox"]:checked + label:before, .ns-seller-portal .radio-group .control-range [type="checkbox"]:checked + .connector:before, .control-range .ns-seller-portal .radio-group [type="checkbox"]:checked + .connector:before, .ns-seller-portal .radio-group [type="radio"]:checked + label:before, .ns-seller-portal .radio-group .control-range [type="radio"]:checked + .connector:before, .control-range .ns-seller-portal .radio-group [type="radio"]:checked + .connector:before {
    content: '✓';
}

.ns-seller-portal .checkbox-group .terms-checkbox, .ns-seller-portal .radio-group .terms-checkbox {
    color: #999;
    width: 90%;
}

.ns-seller-portal .search-section .checkbox-group {
    margin-bottom: 0.625em;
}

.ns-seller-portal .input-group-addon.align-top {
    vertical-align: top;
    padding: 10px;
}

    .ns-seller-portal .input-group-addon.align-top label, .ns-seller-portal .input-group-addon.align-top .control-range .connector, .control-range .ns-seller-portal .input-group-addon.align-top .connector {
        cursor: pointer;
    }

.ns-seller-portal .input-group-addon:first-child {
    border-radius: 0;
    background: #fff;
    color: #666;
    padding-right: 0.42857em;
    border: 1px solid #d4d4d4;
    border-right: none;
    height: auto;
}

.ns-seller-portal .input-group-addon + input[type="text"] {
    border-left: none;
    padding-left: 0 !important;
    height: 1.75em;
}

.ns-seller-portal .input-group-addon + textarea {
    height: 100px;
    padding: 13px 13px 13px 8px;
    border-left: none;
    resize: none;
}

.ns-seller-portal .search-field {
    padding: 5px 10px;
    height: 30px;
    text-transform: uppercase;
    color: #999;
    background: #f3f3f3;
    border: 1px solid #ddd;
    margin: 0;
}

    .ns-seller-portal .search-field:after {
        position: static;
    }

    .ns-seller-portal .search-field:hover {
        background: #ccc;
        color: #666;
    }

.ns-seller-portal .adjust-group .input-group-addon + input[type="text"] {
    height: 2.42857em;
}

.lt-ie9 .ns-seller-portal .adjust-group .input-group-addon + input[type="text"] {
    padding-top: 0.64286em;
}

.ns-seller-portal .radio-group label, .ns-seller-portal .radio-group .control-range .connector, .control-range .ns-seller-portal .radio-group .connector {
    font-size: 0.6875em;
    color: #999;
    text-transform: uppercase;
}

    .ns-seller-portal .radio-group label:before, .ns-seller-portal .radio-group .control-range .connector:before, .control-range .ns-seller-portal .radio-group .connector:before {
        border-radius: 50%;
    }

.ns-seller-portal .radio-group [type="radio"]:checked + label:before, .ns-seller-portal .radio-group .control-range [type="radio"]:checked + .connector:before, .control-range .ns-seller-portal .radio-group [type="radio"]:checked + .connector:before {
    background: #fff;
    box-shadow: none;
}

.ns-seller-portal .checkbox-inline, .ns-seller-portal .radio-inline {
    margin-top: 0;
    padding: 7px 0;
    width: 100%;
    display: block;
}

    .ns-seller-portal .checkbox-inline label, .ns-seller-portal .checkbox-inline .control-range .connector, .control-range .ns-seller-portal .checkbox-inline .connector, .ns-seller-portal .checkbox-inline [type="checkbox"], .ns-seller-portal .checkbox-inline [type="radio"], .ns-seller-portal .radio-inline label, .ns-seller-portal .radio-inline .control-range .connector, .control-range .ns-seller-portal .radio-inline .connector, .ns-seller-portal .radio-inline [type="checkbox"], .ns-seller-portal .radio-inline [type="radio"] {
        display: block;
        float: left;
        font-size: 0.8125em;
        color: #666;
        text-transform: none;
    }

.lt-ie9 .ns-seller-portal .checkbox-inline [type="checkbox"], .lt-ie9 .ns-seller-portal .checkbox-inline [type="radio"], .lt-ie9 .ns-seller-portal .radio-inline [type="checkbox"], .lt-ie9 .ns-seller-portal .radio-inline [type="radio"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.ns-seller-portal .checkbox-inline [type="checkbox"] + label, .ns-seller-portal .checkbox-inline .control-range [type="checkbox"] + .connector, .control-range .ns-seller-portal .checkbox-inline [type="checkbox"] + .connector, .ns-seller-portal .checkbox-inline [type="radio"] + label, .ns-seller-portal .checkbox-inline .control-range [type="radio"] + .connector, .control-range .ns-seller-portal .checkbox-inline [type="radio"] + .connector, .ns-seller-portal .radio-inline [type="checkbox"] + label, .ns-seller-portal .radio-inline .control-range [type="checkbox"] + .connector, .control-range .ns-seller-portal .radio-inline [type="checkbox"] + .connector, .ns-seller-portal .radio-inline [type="radio"] + label, .ns-seller-portal .radio-inline .control-range [type="radio"] + .connector, .control-range .ns-seller-portal .radio-inline [type="radio"] + .connector {
    margin: 0 2.15385em 0 0;
    padding-left: 1.84615em;
    line-height: 1.3;
}

    .ns-seller-portal .checkbox-inline [type="checkbox"] + label:last-child, .ns-seller-portal .checkbox-inline .control-range [type="checkbox"] + .connector:last-child, .control-range .ns-seller-portal .checkbox-inline [type="checkbox"] + .connector:last-child, .ns-seller-portal .checkbox-inline [type="radio"] + label:last-child, .ns-seller-portal .checkbox-inline .control-range [type="radio"] + .connector:last-child, .control-range .ns-seller-portal .checkbox-inline [type="radio"] + .connector:last-child, .ns-seller-portal .radio-inline [type="checkbox"] + label:last-child, .ns-seller-portal .radio-inline .control-range [type="checkbox"] + .connector:last-child, .control-range .ns-seller-portal .radio-inline [type="checkbox"] + .connector:last-child, .ns-seller-portal .radio-inline [type="radio"] + label:last-child, .ns-seller-portal .radio-inline .control-range [type="radio"] + .connector:last-child, .control-range .ns-seller-portal .radio-inline [type="radio"] + .connector:last-child {
        margin-right: 0;
    }

.lt-ie9 .ns-seller-portal .checkbox-inline [type="checkbox"] + label, .lt-ie9 .ns-seller-portal .checkbox-inline .control-range [type="checkbox"] + .connector, .control-range .lt-ie9 .ns-seller-portal .checkbox-inline [type="checkbox"] + .connector, .lt-ie9 .ns-seller-portal .checkbox-inline [type="radio"] + label, .lt-ie9 .ns-seller-portal .checkbox-inline .control-range [type="radio"] + .connector, .control-range .lt-ie9 .ns-seller-portal .checkbox-inline [type="radio"] + .connector, .lt-ie9 .ns-seller-portal .radio-inline [type="checkbox"] + label, .lt-ie9 .ns-seller-portal .radio-inline .control-range [type="checkbox"] + .connector, .control-range .lt-ie9 .ns-seller-portal .radio-inline [type="checkbox"] + .connector, .lt-ie9 .ns-seller-portal .radio-inline [type="radio"] + label, .lt-ie9 .ns-seller-portal .radio-inline .control-range [type="radio"] + .connector, .control-range .lt-ie9 .ns-seller-portal .radio-inline [type="radio"] + .connector {
    padding-left: 0;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 36px;
}

.lt-ie9 .ns-seller-portal .checkbox-inline, .lt-ie9 .ns-seller-portal .radio-inline {
    padding-left: 20px;
}

.ns-seller-portal .modal-lg {
    width: 980px;
}

.ns-seller-portal [data-dismiss=modal].close {
    font-size: 1.25em;
    position: absolute;
    right: 0.2em;
    top: 0.2em;
}

.ns-seller-portal .modal-content {
    border-radius: 0;
    padding: 1.625em 1.25em;
}

    .ns-seller-portal .modal-content h2 {
        margin: 0 0 1.11111em;
        font-size: 1.6875em;
        padding: 0;
    }

    .ns-seller-portal .modal-content.has-navigation {
        padding: 0;
        background: none;
    }

.ns-seller-portal .modal-navigation {
    width: 20%;
    float: right;
    background: none;
    padding: 6.25em 0 2.5em;
}

    .ns-seller-portal .modal-navigation ul {
        padding-left: 1.375em;
    }

    .ns-seller-portal .modal-navigation li {
        display: block;
        margin-bottom: 0.75em;
    }

    .ns-seller-portal .modal-navigation a {
        color: #666;
    }

        .ns-seller-portal .modal-navigation a:hover, .ns-seller-portal .modal-navigation a:focus, .ns-seller-portal .modal-navigation a:active, .ns-seller-portal .modal-navigation a.active {
            color: #00A599;
        }

    .ns-seller-portal .modal-navigation:before {
        width: 20%;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: #ccc;
        box-shadow: inset 4px 0 6px 1px rgba(0, 0, 0, 0.15);
    }

.ns-seller-portal .modal-active-content {
    width: 80%;
    float: left;
    padding: 1.625em 1.25em;
    background: #fff;
}

    .ns-seller-portal .modal-active-content:before {
        width: 80%;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #fff;
    }

    .ns-seller-portal .modal-active-content.modal-toggle {
        display: none;
    }

        .ns-seller-portal .modal-active-content.modal-toggle.active {
            display: block;
        }

.ns-seller-portal .modal-list {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ccc;
    list-style: none;
}

    .ns-seller-portal .modal-list li {
        padding: 10px;
        border-top: solid 1px #ccc;
    }

.ns-seller-portal .modal-header {
    border: none;
    padding: 0;
    position: static;
}

.ns-seller-portal .modal-body {
    padding: 0;
}

    .ns-seller-portal .modal-body .checkbox-group {
        margin-bottom: 0.75em;
    }

    .ns-seller-portal .modal-body th:before {
        display: none;
    }

.ns-seller-portal .listing-history-header .modal-title {
    margin-bottom: 0;
}

.ns-seller-portal .listing-history-header .modal-subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ns-seller-portal [data-dismiss="modal"].close {
    font-size: 1em;
    font-weight: 400;
    margin: 0.5em 0.5em 0 0;
    opacity: 1;
}

.ns-seller-portal .user-note {
    background: none;
    padding: 0;
}

    .ns-seller-portal .user-note [type="text"] {
        background: none;
        border: none;
        width: 96%;
        font-size: 14px;
        height: 26px;
        background: #ffe03e;
        color: #8A6D3B;
        padding: 4px 20px;
    }

.ns-seller-portal .news-promo-forms {
    width: 600px;
    max-width: 500%;
}

    .ns-seller-portal .news-promo-forms .form-group {
        margin-bottom: 16px;
    }

    .ns-seller-portal .news-promo-forms .popover-cancel {
        display: inline-block;
        margin-top: 20px;
    }

    .ns-seller-portal .news-promo-forms .bootstrap-datetimepicker-widget th {
        color: #333 !important;
    }

    .ns-seller-portal .news-promo-forms .bootstrap-datetimepicker-widget td, .ns-seller-portal .news-promo-forms .bootstrap-datetimepicker-widget th {
        border-radius: 0 !important;
        background: #fff !important;
    }

    .ns-seller-portal .news-promo-forms a {
        text-decoration: none;
        color: #557ed4 !important;
    }

    .ns-seller-portal .news-promo-forms .popover-tabs {
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px #ccc solid;
        font-size: 12px;
    }

        .ns-seller-portal .news-promo-forms .popover-tabs [data-toggle="tab"] {
            color: #666;
            display: inline-block;
            margin-right: 30px;
        }

            .ns-seller-portal .news-promo-forms .popover-tabs [data-toggle="tab"]:before {
                content: '';
                color: #fff;
                width: 1.27273em;
                height: 1.27273em;
                border-radius: 50%;
                background: #e9e9e9;
                box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.2);
                border: 1px solid #999;
                padding-top: .09091em;
                line-height: 1;
                margin-right: 6px;
                font-size: 12px;
                display: inline-block;
                text-align: center;
                position: relative;
                top: 3px;
            }

            .ns-seller-portal .news-promo-forms .popover-tabs [data-toggle="tab"][aria-expanded="true"]:before {
                content: '✓';
                background: #557ed4;
                border-color: #4d68da;
                box-shadow: none;
                top: 0;
            }

.ns-seller-portal .pie-chart {
    margin: 40px 0 20px;
}

.ns-seller-portal .pie-chart-legend {
    text-transform: uppercase;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    margin-top: 30px;
}

    .ns-seller-portal .pie-chart-legend span {
        display: inline-block;
        width: 25px;
        height: 12px;
        margin-right: 20px;
    }

.ns-seller-portal .pie-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ns-seller-portal .pie-legend li {
        margin-bottom: 7px;
    }

.ns-seller-portal .pie-totals {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-top: 50px;
    max-width: 300px;
}

    .ns-seller-portal .pie-totals .line {
        border-bottom: 1px solid #333;
        margin-bottom: 0;
    }

        .ns-seller-portal .pie-totals .line:last-child {
            border-bottom: none;
        }

        .ns-seller-portal .pie-totals .line dt {
            float: left;
        }

        .ns-seller-portal .pie-totals .line dd {
            float: right;
        }

.ns-seller-portal .listing-tag {
    font-size: 0.75em;
    height: 1.66667em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #999;
    padding: 0.41667em 1em 0.25em 1em;
    margin: 0.41667em 0 0.41667em 0.75em;
    position: relative;
}

    .ns-seller-portal .listing-tag:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 0.83333em solid transparent;
        border-bottom: 0.83333em solid transparent;
        border-right: 0.875em solid #999;
        position: absolute;
        top: 0;
        left: -10px;
    }

.lt-ie9 .ns-seller-portal .listing-tag:before {
    display: none;
}

.ns-seller-portal .listing-tag.winning-tag:before {
    border-right-color: #69923A;
}

.ns-seller-portal .listing-tag.losing-tag:before {
    border-right-color: #98252B;
}

.ns-seller-portal .form {
    margin-top: 10px;
}

.ns-seller-portal .listing {
    font-size: 0.625em;
    line-height: 1.4;
    margin-top: 0.8em;
    padding: 0.8em 0;
    border-top: 1px solid #ccc;
}

    .ns-seller-portal .listing a {
        text-decoration: underline;
    }

    .ns-seller-portal .listing .checkbox-inline {
        width: 2.4em;
        padding: 0.7em 0;
        background: none;
        display: inline-block;
    }

    .ns-seller-portal .listing:last-child {
        border-bottom: 1px solid #ccc;
    }

    .ns-seller-portal .listing strong {
        text-transform: uppercase;
    }

    .ns-seller-portal .listing .section {
        display: table-cell;
        padding: 4px;
        vertical-align: top;
        position: relative;
    }

        .ns-seller-portal .listing .section.off {
            display: none;
        }

    .ns-seller-portal .listing .name {
        font-size: 1.4em;
        display: block;
        margin-bottom: 1.42857em;
        text-decoration: none;
    }

    .ns-seller-portal .listing .listing-clickable {
        color: #333;
        display: block;
        margin-bottom: 1em;
        text-decoration: none;
    }

        .ns-seller-portal .listing .listing-clickable:hover, .ns-seller-portal .listing .listing-clickable:focus, .ns-seller-portal .listing .listing-clickable:active {
            color: #666;
        }

    .ns-seller-portal .listing .options .option {
        display: block;
    }

    .ns-seller-portal .listing .color-swatch {
        display: block;
        width: 3em;
        height: 1em;
    }

    .ns-seller-portal .listing .grade [class*="icon-"] {
        display: inline-block;
        margin-left: 12px;
    }

    .ns-seller-portal .listing .grade .value {
        position: relative;
        top: -0.4em;
    }

    .ns-seller-portal .listing .carfax a {
        display: block;
        margin-bottom: 4px;
        text-decoration: none;
    }

    .ns-seller-portal .listing .carfax [class*="icon-"] {
        display: inline-block;
        margin-right: 2px;
    }

    .ns-seller-portal .listing .ratings.wholesale {
        margin-bottom: 0.375em;
    }

    .ns-seller-portal .listing .rating {
        width: 90%;
        float: left;
        padding: 0.5em 0.6em;
        margin: 0;
        line-height: 1.2;
    }

        .ns-seller-portal .listing .rating strong {
            display: block;
        }

        .ns-seller-portal .listing .rating [class*="icon-"] {
            display: inline-block;
        }

        .ns-seller-portal .listing .rating .listing-clickable:last-child {
            margin-bottom: 0;
        }

    .ns-seller-portal .listing .yellow-block {
        background: #fcd6a5;
    }

        .ns-seller-portal .listing .yellow-block .value {
            text-decoration: underline;
        }

    .ns-seller-portal .listing .blue-block {
        background: #b4dae7;
    }

        .ns-seller-portal .listing .blue-block .value {
            text-decoration: underline;
        }

    .ns-seller-portal .listing input[type="text"] {
        font-size: 1.5em;
        color: #333;
        padding-left: 24px;
        height: 1.73333em;
    }

        .ns-seller-portal .listing input[type="text"].small {
            font-size: 1.3em;
            height: 2em;
        }

    .ns-seller-portal .listing .inline-input[type="text"] {
        width: auto;
        height: auto;
        padding: 0 0 2px;
        border: none;
        border-bottom: solid 1px #CCC;
        display: inline-block;
        font-size: inherit;
    }

        .ns-seller-portal .listing .inline-input[type="text"] + .icon {
            margin: -5px 0;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
        }

    .ns-seller-portal .listing .form-group .input-group-addon {
        font-size: 12px;
        color: #666;
    }

    .ns-seller-portal .listing .form-group .small + .input-group-addon {
        font-size: 12px;
    }

    .ns-seller-portal .listing .form-group.last {
        margin: 0.6em 0;
    }

    .ns-seller-portal .listing .approve-deny-btns {
        font-size: 1.2em;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 0.83333em;
    }

        .ns-seller-portal .listing .approve-deny-btns .deny-btn {
            color: #98252B;
            text-decoration: none;
        }

            .ns-seller-portal .listing .approve-deny-btns .deny-btn:hover, .ns-seller-portal .listing .approve-deny-btns .deny-btn:focus, .ns-seller-portal .listing .approve-deny-btns .deny-btn:active {
                color: #6f1b1f;
            }

        .ns-seller-portal .listing .approve-deny-btns .approve-btn {
            color: #69923A;
            text-decoration: none;
        }

            .ns-seller-portal .listing .approve-deny-btns .approve-btn:hover, .ns-seller-portal .listing .approve-deny-btns .approve-btn:focus, .ns-seller-portal .listing .approve-deny-btns .approve-btn:active {
                color: #4f6e2c;
            }

    .ns-seller-portal .listing .bid-info .bids {
        margin-right: 1.2em;
    }

    .ns-seller-portal .listing .bid-info .listing-clickable {
        display: inline;
    }

    .ns-seller-portal .listing .date .listing-clickable {
        display: inline;
        text-decoration: underline;
    }

    .ns-seller-portal .listing .status {
        margin-top: 12px;
    }

    .ns-seller-portal .listing .listing-status {
        position: absolute;
        left: 0;
        bottom: 12px;
        text-align: center;
    }

        .ns-seller-portal .listing .listing-status a {
            display: inline-block;
            margin: 0 0.8em;
        }

.ns-seller-portal .notifications .listing {
    font-size: 1em;
}

    .ns-seller-portal .notifications .listing a {
        text-decoration: none;
    }

    .ns-seller-portal .notifications .listing .submitted-by, .ns-seller-portal .notifications .listing .change-price, .ns-seller-portal .notifications .listing .orig-msrp, .ns-seller-portal .notifications .listing .pricing-link {
        float: none;
        font-size: 0.75em;
        display: block;
    }

        .ns-seller-portal .notifications .listing .submitted-by strong, .ns-seller-portal .notifications .listing .change-price strong, .ns-seller-portal .notifications .listing .orig-msrp strong, .ns-seller-portal .notifications .listing .pricing-link strong {
            text-transform: none;
            display: block;
        }

    .ns-seller-portal .notifications .listing .submitted-by {
        margin: 6px 0;
    }

    .ns-seller-portal .notifications .listing .change-price {
        line-height: 1;
    }

    .ns-seller-portal .notifications .listing .btn {
        width: auto;
        font-size: 16px;
    }

    .ns-seller-portal .notifications .listing .orig-msrp {
        margin-bottom: 4px;
    }

        .ns-seller-portal .notifications .listing .orig-msrp strong {
            display: inline-block;
        }

    .ns-seller-portal .notifications .listing .pricing-link {
        margin-top: 12px;
    }

    .ns-seller-portal .notifications .listing input[type="text"] {
        font-size: 16px;
    }

    .ns-seller-portal .notifications .listing .input-group-addon + input[type="text"] {
        height: 1.75em;
    }

    .ns-seller-portal .notifications .listing .input-group {
        margin-bottom: 8px;
        width: 100%;
    }

        .ns-seller-portal .notifications .listing .input-group .btn {
            width: 100%;
        }

.ns-seller-portal .package-header + .listing {
    border-top: none;
}

.ns-seller-portal .package .listing {
    margin-left: 3%;
    width: 97%;
}

    .ns-seller-portal .package .listing .select-listing-group {
        display: none;
    }

.ns-seller-portal .listing.vdp-listing {
    font-size: 1em;
}

    .ns-seller-portal .listing.vdp-listing a {
        text-decoration: none;
    }

    .ns-seller-portal .listing.vdp-listing .winning-tag {
        background: #69923A;
    }

.ns-seller-portal .hidden-label {
    visibility: hidden;
}

.ns-seller-portal .hidden-info {
    font-size: 0.75em;
    margin: 1em 0;
    text-align: right;
}

.ns-seller-portal .sp-listing-table {
    width: 100%;
}

.ns-seller-portal .action-block {
    position: relative;
}

    .ns-seller-portal .action-block .action-trigger {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        padding: 0;
        background: none;
        color: transparent;
        z-index: -1;
    }

.ns-seller-portal .dashboard-section {
    margin-bottom: 30px;
}

    .ns-seller-portal .dashboard-section:last-child {
        margin-bottom: 0;
    }

    .ns-seller-portal .dashboard-section .date-links {
        margin-top: 15px;
    }

        .ns-seller-portal .dashboard-section .date-links a:last-child:after {
            content: '|';
            display: inline-block;
            margin: 0 .75em 0 .5em;
        }

    .ns-seller-portal .dashboard-section .date {
        float: left;
    }

    .ns-seller-portal .dashboard-section .announcement {
        font-size: 12px;
    }

        .ns-seller-portal .dashboard-section .announcement .date {
            font-size: 14px;
        }

    .ns-seller-portal .dashboard-section .strategy-list h3 {
        margin: 0 0 10px;
        color: #333;
        border-bottom: 1px solid #ccc;
    }

    .ns-seller-portal .dashboard-section .strategy-list .strategy-content {
        font-size: 12px;
        line-height: 28px;
    }

        .ns-seller-portal .dashboard-section .strategy-list .strategy-content .btn {
            font-size: 14px;
        }

        .ns-seller-portal .dashboard-section .strategy-list .strategy-content .item-name {
            font-size: 16px;
        }

.flex-2 {
    font-size: 14px;
}

    .flex-2 .block { /*doc
---
title: Block
name: block 
category: Blocks
---
```html_example
<div class="block">
    <h2 class="block-heading text-center">Block</h2>

    <p>Block Conent</p>
</div>
```
*/
        background: #fff;
        padding: 14px;
        border: 1px solid #cecece;
        min-height: 158px;
    }

        .flex-2 .block .block-heading {
            margin: 0 0 16px;
            line-height: 1;
        }

        .flex-2 .block.auto-height {
            height: auto;
            min-height: 0;
        }

    .flex-2 .block-plain {
        border: none;
    }

    .flex-2 .block-gray { /*doc
---
title: Gray Block
name: gray block 
category: Blocks
---
```html_example
<div class="block block-gray">
    <h2 class="block-heading text-center">Gray Block</h2>

    <p>Block Conent</p>
</div>
```
*/
        background: #f2f2f2;
    }

    .flex-2 .row-blocks {
        padding-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }

        .flex-2 .row-blocks:last-child {
            padding-bottom: 10px;
        }

        .flex-2 .row-blocks > [class*="col-"] {
            padding: 0 5px;
        }

    .flex-2 .block-breathe { /*doc
---
title: Block (Extra Padding)
name: block extra padding
category: Blocks
---
```html_example
<div class="block block-breathe">
    <h2 class="block-heading text-center">Block with extra padding</h2>

    <p>Block Conent</p>
</div>
```
*/
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .flex-2 .block-breathe h2 {
            margin-top: 0;
        }

    .flex-2 .v-center {
        display: table;
    }

        .flex-2 .v-center .v-center-inner {
            display: table-cell;
            vertical-align: middle;
        }

    .flex-2 .carousel-inner .full-screen-link {
        position: absolute;
        top: 0;
        right: 0;
        width: 94px;
        height: 0px;
        background: url(/content/img/full-screen-icon.png) no-repeat;
        margin: 0;
        padding: 15px 0 0;
        display: block;
        overflow: hidden;
        outline: none !important;
        cursor: pointer;
        z-index: 1001;
    }

    .flex-2 .carousel-caption {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 30px;
        line-height: 1;
        text-shadow: none;
        background: #767676;
        font-size: 14px;
    }

    .flex-2 .carousel-inner .item img {
        margin: 0 auto;
    }

    .flex-2 .carousel-control {
        transition: none;
        opacity: 1;
    }

        .flex-2 .carousel-control.right, .flex-2 .carousel-control.left {
            background: none;
            width: auto;
        }

        .flex-2 .carousel-control.right {
            left: auto;
            right: 0;
        }

            .flex-2 .carousel-control.right .fa {
                right: 0;
            }

        .flex-2 .carousel-control .fa {
            display: block;
            padding: 15px 14px;
            position: absolute;
            height: 56px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            z-index: 5;
            display: inline-block;
            background: #767676;
            font-size: 32px;
            transition: background .15s ease-in-out;
        }

        .flex-2 .carousel-control:hover .fa {
            background: #333;
            color: #fff;
        }

    .flex-2 .carousel-thumbs {
        height: 66px;
        margin: 10px 0;
    }

        .flex-2 .carousel-thumbs .carousel-inner {
            padding: 0 50px;
            max-height: 100%;
        }

            .flex-2 .carousel-thumbs .carousel-inner > .item > a {
                display: block;
                float: left;
                width: 23%;
                margin: 0 1%;
            }

    .flex-2 .horizontal { /*doc
---
title: Horizontal List
name: Horizontal list
category: Lists
---
```html_example
<ul class="horizontal">
    <li>List Item Number 1</li>
    <li>List Item Number 2</li>
    <li>List Item Number 3</li>
</ul>
```
*/
        list-style: none;
        padding-left: 0;
    }

        .flex-2 .horizontal li {
            display: block;
            padding: 0 12px;
            float: left;
        }

    .flex-2 .unstyled { /*doc
---
title: Unstyled List
name: Unstyled list
category: Lists
---
```html_example
<ul class="unstyled">
    <li>List Item Number 1</li>
    <li>List Item Number 2</li>
    <li>List Item Number 3</li>
    <li>List Item Number 4</li>
    <li>List Item Number 5</li>
</ul>
```
*/
        padding-left: 0;
        list-style: none;
    }

    .flex-2 .feature-list { /*doc
---
title: Feature List
name: feature list
category: Lists
---
```html_example
<dl class="feature-list">
    <dt>Feature 1</dt>
    <dd>Value 1</dd>

    <dt>Feature 2</dt>
    <dd>Value 2</dd>

    <dt>Feature 3</dt>
    <dd>Value 3</dd>
</dl>
```
*/ /*doc
---
title: Feature List (Multi Value)
name: feature list multi value
category: Lists
---
```html_example
<dl class="feature-list">
    <dt class="table-feature">Multi Values</dt>
    <dd class="table-feature">
        <div class="cell">Value 1</div>
        <div class="cell uppercase">Value 2</div>
        <div class="cell">Vaule 3</div>
    </dd>

    <dt class="table-feature">Multi Values</dt>
    <dd class="table-feature">
        <div class="cell">Value 1</div>
        <div class="cell uppercase">Value 2</div>
        <div class="cell">Vaule 3</div>
    </dd>

    <dt class="table-feature">Multi Values</dt>
    <dd class="table-feature">
        <div class="cell">Value 1</div>
        <div class="cell uppercase">Value 2</div>
        <div class="cell">Vaule 3</div>
    </dd>
</dl>
```
*/ /*doc
---
title: Feature List (Low Key)
name: feature list low key
category: Lists
---
```html_example
<dl class="feature-list low-key">
    <dt>Feature 1</dt>
    <dd>Value 1</dd>

    <dt>Feature 2</dt>
    <dd>Value 2</dd>

    <dt>Feature 3</dt>
    <dd>Value 3</dd>
</dl>
```
*/
    }

        .flex-2 .feature-list dt, .flex-2 .feature-list dd {
            display: block;
            width: 50%;
            float: left;
            line-height: 1;
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

            .flex-2 .feature-list dt:nth-last-child(-n+2), .flex-2 .feature-list dd:nth-last-child(-n+2) {
                border-bottom: none;
            }

        .flex-2 .feature-list dt {
            padding-right: 8px;
        }

            .flex-2 .feature-list dt:nth-child(2n + 3) {
                clear: left;
            }

        .flex-2 .feature-list dd {
            text-align: right;
        }

        .flex-2 .feature-list dt.table-feature {
            border-bottom: none;
            float: none;
            padding-right: 0;
            padding-bottom: 6px;
            width: 100%;
        }

        .flex-2 .feature-list dd.table-feature {
            float: none;
            width: 100%;
            text-align: left;
            display: table;
            table-layout: fixed;
            padding-top: 0;
        }

            .flex-2 .feature-list dd.table-feature .cell {
                display: table-cell;
                padding-right: 8px;
                text-align: center;
            }

                .flex-2 .feature-list dd.table-feature .cell:first-child {
                    text-align: left;
                }

                .flex-2 .feature-list dd.table-feature .cell:last-child {
                    text-align: right;
                    padding-right: 0;
                }

        .flex-2 .feature-list.low-key dt, .flex-2 .feature-list.low-key dd {
            border: none;
            padding: 2px 0;
        }

        .flex-2 .feature-list.low-key dt {
            font-weight: 400;
            text-transform: uppercase;
            width: 70%;
        }

        .flex-2 .feature-list.low-key dd {
            width: 30%;
        }

    .flex-2 .vehicle-title {
        font-size: 36px;
        color: #333;
        text-transform: none;
        font-weight: 700;
        margin: 40px 0 20px;
        border: none;
        padding-bottom: 0;
    }

    .flex-2 .feature-bullets-sm {
        font-size: 14px;
    }

    .flex-2 .carfax-snapshot .snapshot-row {
        border-left: 1px solid #cecece;
        clear: both;
        margin: 0;
        background: #fdfbe1;
    }

    .flex-2 .carfax-snapshot .snapshot-item {
        padding: 12px;
        font-size: 11px;
        line-height: 1;
        height: 44px;
        color: #535252;
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece;
    }

.csstransforms .flex-2 .carfax-snapshot .snapshot-item .snapshot-content {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 70%;
}

.flex-2 .carfax-title {
    width: 93px;
    height: 0px;
    background: url(/content/img/carfax/carfax-title-logo.png) no-repeat;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: -6px;
}

.flex-2 .carfax-snapshot-title {
    background: #3777bc;
    color: #fff;
    padding: 10px 12px;
    border-left: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 600;
}

    .flex-2 .carfax-snapshot-title .carfax-title {
        top: 2px;
    }

    .flex-2 .carfax-snapshot-title a {
        color: #fff;
        text-decoration: underline;
        position: relative;
        top: 3px;
    }

        .flex-2 .carfax-snapshot-title a:hover, .flex-2 .carfax-snapshot-title a:focus, .flex-2 .carfax-snapshot-title a:active {
            color: #fff;
        }

.flex-2 .cf-icon {
    width: 24px;
    height: 0px;
    background: url(/content/img/carfax/ico_noAccidents.png) no-repeat;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    background-size: contain;
    float: left;
    margin-right: 6px;
}

    .flex-2 .cf-icon.cf-car {
        background-image: url(/content/img/carfax/ico_generic.png);
    }

    .flex-2 .cf-icon.cf-people {
        background-image: url(/content/img/carfax/ico_2owner.png);
    }

    .flex-2 .cf-icon.cf-home {
        background-image: url(/content/img/carfax/ico_personal.png);
    }

    .flex-2 .cf-icon.cf-service {
        background-image: url(/content/img/carfax/ico_service_flip.png);
    }

    .flex-2 .cf-icon.cf-miles {
        background-image: url(/content/img/carfax/ico_mileage.png);
    }

    .flex-2 .cf-icon.cf-globe {
        background-image: url(/content/img/carfax/ico_stateOwned.png);
    }

    .flex-2 .cf-icon.stat {
        padding-top: 0;
        height: 24px;
        position: relative;
        overflow: visible;
    }

        .flex-2 .cf-icon.stat .count {
            display: block;
            background: orange;
            color: #fff;
            font-size: 9;
            font-style: normal;
            border-radius: 50%;
            padding: 2px 5px;
            text-align: center;
            position: absolute;
            bottom: -4px;
            left: -4px;
        }

.flex-2 .vehicle-details {
    font-size: 14px;
}

    .flex-2 .vehicle-details .v-center-inner {
        height: 107px;
    }

.flex-2 .current-bid.huge {
    font-size: 26px;
}

.flex-2 .huge-offset {
    padding-top: 47px;
    padding-bottom: 30px;
}

.flex-2 .bordered {
    border-right: 1px solid #cecece;
}

    .flex-2 .bordered:last-child {
        border-right: none;
    }

.flex-2 .bad-alert {
    color: #fff;
    background: #a13331;
    padding: 14px 30px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.1;
    width: 85%;
    margin: 25px 0 20px 15%;
    position: relative;
}

    .flex-2 .bad-alert:before {
        content: '';
        display: block;
        background: url(/content/img/errorshape.svg) center right no-repeat;
        position: absolute;
        left: -18%;
        top: -40%;
        bottom: -30%;
        width: 25%;
    }

.flex-2 .p360-icon {
    line-height: 1;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #247a00;
}

    .flex-2 .p360-icon .p360 {
        display: inline-block;
        background: #247a00;
        color: #fff;
        text-align: center;
        padding: 13px 4px;
        border-radius: 4px;
    }

    .flex-2 .p360-icon.mandatory {
        color: #8d0500;
    }

        .flex-2 .p360-icon.mandatory .p360 {
            background: #8d0500;
        }

.flex-2 .listing-alert {
    background: #7b9b4e;
    color: #fff;
    text-align: right;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    left: -15px;
    width: 104%;
    margin-bottom: 4px;
}

    .flex-2 .listing-alert.losing {
        background: #a13331;
    }

.flex-2 .listing-sticky-nav {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.95);
    transition: opacity .15s ease-in-out;
    width: 100%;
    font-size: 14px;
    padding-bottom: 12px;
}

    .flex-2 .listing-sticky-nav.affix {
        opacity: 1;
        max-height: 300px;
        top: 0;
        left: 0;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
    }

    .flex-2 .listing-sticky-nav .content-nav {
        margin-bottom: 20px;
    }

        .flex-2 .listing-sticky-nav .content-nav > .container > .row {
            border: none;
        }

    .flex-2 .listing-sticky-nav h2 {
        margin-top: 16px;
    }

    .flex-2 .listing-sticky-nav p {
        margin-bottom: 8px;
    }

    .flex-2 .listing-sticky-nav .jump-links {
        margin-top: 22px;
        color: #00a599;
    }

.flex-2 .suv-icon {
    width: 77px;
    height: 0px;
    background: url(/content/img/suv-icon.png) right center no-repeat;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    background-size: auto 100%;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 6px;
}

.flex-2 .content-nav {
    color: #00a599;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

    .flex-2 .content-nav .nav-list {
        padding: 14px 0 10px;
    }

.flex-2 .carousel-inner .full-screen-link {
    background: url(/content/flex-2.0/img/full-screen-icon.png) no-repeat;
}

.flex-2 .suv-icon {
    background-image: url(/content/flex-2.0/img/suv-icon.png);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/content/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/content/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/content/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/content/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/content/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/content/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

@media only all { /* Show the table cells as a block level element */

    .tablesaw-stack td, .tablesaw-stack th {
        text-align: left;
        display: block;
    }

        .tablesaw-stack td.text-center, .tablesaw-stack th.text-center {
            text-align: center;
        }

        .tablesaw-stack td.text-right, .tablesaw-stack th.text-right {
            text-align: right;
        }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }
    /* Make the label elements a percentage width */

    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block;
    }
    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

    .tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }
    /* Avoid double strokes when stacked */

    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }
    /* Avoid double strokes when stacked */

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
    /* Unchecked manually: Always hide */

    .tablesaw-swipe th.tablesaw-cell-hidden, .tablesaw-swipe td.tablesaw-cell-hidden {
        display: none;
    }

    .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: none;
    }
    /* Unchecked manually: Always hide */

    .tablesaw-columntoggle th.tablesaw-cell-hidden, .tablesaw-columntoggle td.tablesaw-cell-hidden {
        display: none !important;
    }
    /* Checked manually: Always show */

    .tablesaw-columntoggle th.tablesaw-cell-visible, .tablesaw-columntoggle td.tablesaw-cell-visible {
        display: table-cell !important;
    }
}

@media (min-width: 20em) {
    .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: table-cell;
    }
}

@media (min-width: 24em) {
    .tablesaw-toolbar .a11y-sm {
        clip: none;
        height: auto;
        width: auto;
        position: static;
        overflow: visible;
    }
}

@media (min-width: 30em) {
    .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2 {
        display: table-cell;
    }
}

@media (min-width: 50em) {
    .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4 {
        display: table-cell;
    }
}

@media (min-width: 60em) {
    .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5 {
        display: table-cell;
    }
}

@media (min-width: 70em) {
    .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media (min-width: 640px) {
    .basket-tabs {
        padding: 0 15px;
        border-bottom: solid 1px #ACC0C6;
    }

        .basket-tabs a {
            margin: 0;
            float: left;
            position: relative;
            top: 1px;
        }

            .basket-tabs a.active {
                padding-bottom: 8px;
                border-bottom: none;
            }

            .basket-tabs a + a {
                margin-left: 5px;
            }
}

@media (min-width: 767px) {
    #winningBid .modal-dialog {
        width: 750px;
    }

    #purchasedVehicle .modal-dialog {
        width: 765px;
    }

    nav.primary-nav li.mainNavItem.RDP_MyAccount {
        background: #747474;
        float: right;
        width: 260px;
    }

        nav.primary-nav li.mainNavItem.RDP_MyAccount > a {
            height: 54px;
            padding: 10px;
            text-transform: none;
            font-size: 0.75em;
            text-align: right;
        }
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .radio .control-range .connector, .control-range .form-inline .radio .connector, .form-inline .checkbox label, .form-inline .checkbox .control-range .connector, .control-range .form-inline .checkbox .connector {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }

    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
        }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .radio .control-range .connector, .control-range .navbar-form .radio .connector, .navbar-form .checkbox label, .navbar-form .checkbox .control-range .connector, .control-range .navbar-form .checkbox .connector {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }

    .tablesaw-stack tr {
        display: table-row;
    }
    /* Show the table header rows */

    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }
        /* Hide the labels in each cell */

        .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
            display: none !important;
        }

    .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3 {
        display: table-cell;
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2;
    }

    .basket-column {
        width: calc(50% - 2px);
        float: left;
    }

        .basket-column + .basket-column {
            margin-left: 4px;
        }

    .basket-tabs a.active {
        padding-bottom: 14px;
    }

    .sales-channels-btn {
        width: calc(33% - 2px);
        float: left;
        margin-right: 6px;
    }

        .sales-channels-btn:nth-child(3n+4) {
            margin-right: 0;
        }

    .heading-small {
        margin-top: 10px;
    }

        .heading-small input[type="checkbox"] {
            margin-top: -1px;
        }

    .toggle-display.toggle-width {
        max-height: none;
        max-width: 0;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }

        .toggle-display.toggle-width[class*="col-"] {
            padding: 0;
        }

    .toggle-display.toggle-show.toggle-width {
        max-width: 100%;
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

        .toggle-display.toggle-show.toggle-width[class*="col-"] {
            padding: 0 15px;
        }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 991px) { /* extra small */

    .even-4-md .col-md-3:nth-child(4n+5) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .modal-lg {
        width: 900px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }

    .form .field-separator {
        width: 1%;
    }

    .form .col-search-by {
        width: 29.75%;
    }

    .form .col-less-than-3 {
        width: 22.9125%;
    }

    .form .col-small-range {
        width: 26.66667%;
    }

    .form .col-tiny-range {
        width: 18.66667%;
    }

    .form .col-less-than-2 {
        width: 13.66667%;
    }

    .form .col-all-filter {
        width: 7.3333%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }

    .form .col-less-than-3 {
        width: 23%;
    }

    .sales-channels-btn {
        font-size: 16px;
    }
}

@media (min-width: 1201px) {
    .ns-seller-portal .container[role=main] {
        width: 90%;
        max-width: none;
    }
}

@media (max-width: 1200px) {
    .search-results .search-results-heading .section { /* large */
    }

        .search-results .search-results-heading .section.column-1 {
            width: 14.125%;
        }

        .search-results .search-results-heading .section.column-6 {
            width: 9%;
        }
}

@media (max-width: 1199px) {
    .slider-modal .modal-dialog {
        margin-left: 9%;
    }

    [data-magnify] .magnifier-preview {
        width: 450px;
    }

    .atd-slider.mini-slider .slide-prev, .atd-slider.mini-slider .slide-next {
        top: 1.36364em;
    }

    .atd-slider.mini-slider .resource {
        padding: 0;
    }

    .scroll-table.responsivised thead > tr > th, .scroll-table.responsivised tbody > tr > td, .scroll-table.responsivised tfoot td {
        width: 62px;
        font-size: 10px;
        padding: 6px 2px;
    }

        .scroll-table.responsivised thead > tr > th.wide, .scroll-table.responsivised tbody > tr > td.wide, .scroll-table.responsivised tfoot td.wide {
            width: 116px !important;
        }

    .search-results .package-header { /* medium */
        font-size: 0.75em;
    }

    .sidebar-fields .md-full .range-group {
        max-width: 100%;
    }

    .sidebar-fields .md-full .connector {
        margin-bottom: 0.625em;
        text-align: left;
    }

    .notification .sub-title {
        font-size: 12px;
    }

        .notification .sub-title label, .notification .sub-title .control-range .connector, .control-range .notification .sub-title .connector {
            font-size: 12px;
        }

    .flex-2 .listing-sticky-nav h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 25%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        .pinned td:last-child {
            border-bottom: 0;
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

        div.table-wrapper div.scrollable {
            margin-left: 25%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}

@media (max-width: 1023px) {
    .flex-2 .listing-sticky-nav {
        font-size: 12px;
    }

        .flex-2 .listing-sticky-nav .btn {
            font-size: 13px;
        }

        .flex-2 .listing-sticky-nav .jump-links {
            margin-top: 8px;
        }

            .flex-2 .listing-sticky-nav .jump-links strong {
                display: block;
            }
}

@media (max-width: 991px) {
    .slider-modal .modal-dialog {
        margin-left: 18%;
    }

    .atd-slider.mini-slider .slide-prev, .atd-slider.mini-slider .slide-next {
        top: 3.81818em;
    }

    .atd-slider.mini-slider .slide-list {
        min-height: 6.5em;
    }

    .atd-slider.mini-slider .resource {
        padding: 0.3125em 0.3125em 0;
    }
    /* sm small */

    .sm-hidden {
        display: none !important;
    }

    .sm-visible {
        display: block !important;
    }

    .sm-inline {
        display: inline !important;
    }

    .sm-inline-block {
        display: inline-block !important;
    }

    .even-3-sm .col-sm-4:nth-child(3n+4) {
        clear: left;
    }

    .btn-split-group .btn {
        width: 38%;
    }

    .col-sm-12 + .col-sm-12 .btn {
        margin-top: 0.85714em;
    }

    .quick-search-action .alt-links {
        padding-top: 0;
    }

    .quick-search-action .col-sm-12 + .col-sm-12 .btn {
        margin-top: 0.57143em;
    }

    .xs-cancel-button {
        margin-top: 1.25em;
    }

    .form-group.label-spacing {
        margin-top: 0;
    }

    .control-range.date-range .connector {
        display: block;
    }

    .control-range.padded {
        width: 100%;
    }

    .divided-fields .form-group {
        border-right: none;
    }

    .checkbox-group.col-sm-12, .radio-group.col-sm-12 {
        margin-bottom: 1.25em;
    }

    select, input[type="text"], input[type="password"], textarea, .customSelect {
        font-size: 1em !important;
    }

    .row .form-group.button {
        padding-top: 0;
    }

    .form-group.select {
        overflow: hidden;
    }

        .form-group.select.has-popover {
            overflow: visible;
        }

    .form-group .mobile-full {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        float: none;
    }

    .main-subnav .nav-list a {
        font-size: 0.75em;
        padding: 0.5em 0.83333em;
    }

    .table th {
        font-size: 0.6875em;
    }

        .table th.sort {
            cursor: pointer;
        }

            .table th.sort:after {
                font-size: 0.63636em;
            }

    .table tbody > tr > td {
        font-size: 0.6875em;
    }

        .table tbody > tr > td .radio-group label, .table tbody > tr > td .radio-group .control-range .connector, .control-range .table tbody > tr > td .radio-group .connector {
            font-size: 1.09091em;
        }

    .search-results .package-header { /* small */
        display: block;
    }

        .search-results .package-header .section {
            display: block;
            float: left;
            line-height: 1.4;
        }

            .search-results .package-header .section .header-label {
                width: 84px;
                font-size: 0.83333em;
                color: #dedede;
            }

            .search-results .package-header .section[class*='column-'] {
                width: 40%;
                margin-left: 60px;
            }

            .search-results .package-header .section.column-1 {
                width: 60px;
                margin-left: 0;
            }

            .search-results .package-header .section.column-2 {
                margin-left: 0;
            }

    .listing .listing-content.no-activity {
        margin-top: 0;
    }

        .listing .listing-content.no-activity .vehicle-desc {
            font-size: 0.8125em;
        }

    .listing.saved-search .save-search {
        width: 20%;
    }

    .listing.saved-search .alt-links a {
        display: block;
        line-height: 1.5;
    }

        .listing.saved-search .alt-links a:before {
            display: none;
        }

    .listing-tag.pricing-tag:before, .listing-tag.inspection-tag:before {
        left: -7px;
    }

    .buy-it-now-price {
        white-space: normal;
    }

    .mobile-dropdown-toggle {
        font-size: 0.8125em;
        margin-bottom: 1.23077em;
        padding-bottom: 0.46154em;
        border-bottom: 1px solid #ccc;
    }

        .mobile-dropdown-toggle .icon-gear {
            display: inline-block;
            position: relative;
            top: 0.23077em;
            margin-right: 0.30769em;
        }

    .basket-stat {
        margin-bottom: 10px;
    }

    .header-filter-right.col-sm-12 {
        margin-top: 2em;
        border-left: none;
    }

        .header-filter-right.col-sm-12 .btn {
            margin-top: 0;
        }

    .sidebar-fields .sm-full .range-group {
        max-width: 100%;
    }

    .sidebar-fields .sm-full .connector {
        margin-bottom: 0.625em;
        text-align: left;
    }

    .grounding-confirmation-form .email-block, .grounding-another-form .email-block {
        margin-top: 1.875em;
    }

    .acknowledge-block p {
        min-height: 8.33333em;
    }

    .ns-seller-portal .sm-hidden {
        display: none !important;
    }

    .ns-seller-portal .sm-visible {
        display: block !important;
    }

    .ns-seller-portal .sm-inline {
        display: inline !important;
    }

    .ns-seller-portal .sm-inline-block {
        display: inline-block !important;
    }

    .ns-seller-portal [data-xs-sheet] {
        position: fixed !important;
        top: 0;
        right: 100%;
        left: auto;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1005;
        margin: 0 !important;
        transition: right .2s ease-in-out;
        padding: 2.5em 1.25em 5em;
        opacity: 1;
        display: block;
        overflow-y: auto;
    }

        .ns-seller-portal [data-xs-sheet] [data-sheet-toggle].close {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0.625em;
        }

        .ns-seller-portal [data-xs-sheet] [data-sheet-toggle].btn {
            margin-top: 2.14286em;
        }

        .ns-seller-portal [data-xs-sheet] .control-range .range-group {
            max-width: none;
            float: none;
        }

        .ns-seller-portal [data-xs-sheet] .control-range .connector {
            text-align: left;
            float: none;
            width: 100%;
            margin: 1em 0;
        }

        .ns-seller-portal [data-xs-sheet].active {
            right: 0;
            left: auto;
        }

        .ns-seller-portal [data-xs-sheet] .modal-header {
            display: none;
        }

        .ns-seller-portal [data-xs-sheet].modal.fade .modal-dialog {
            margin: 0;
            width: 100%;
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .ns-seller-portal [data-xs-sheet] .modal-content {
            margin: 0;
            width: 100%;
            box-shadow: none;
            border: none;
        }

        .ns-seller-portal [data-xs-sheet] .modal-body {
            padding: 0;
        }

            .ns-seller-portal [data-xs-sheet] .modal-body [data-sheet-toggle].close {
                position: absolute;
                top: -2.85714em;
                right: -1.80952em;
            }

    .ns-seller-portal .narrow-search-form [data-xs-sheet].modal {
        display: block !important;
    }

        .ns-seller-portal .narrow-search-form [data-xs-sheet].modal .close {
            right: -0.80952em;
        }

        .ns-seller-portal .narrow-search-form [data-xs-sheet].modal h2 {
            color: #999;
            font-size: .8125em;
            font-weight: 400;
            display: block;
            margin: 0 0 12px;
            text-transform: uppercase;
            border: none;
        }

        .ns-seller-portal .narrow-search-form [data-xs-sheet].modal .btn {
            margin-top: 0;
        }

    .ns-seller-portal .narrow-search-form [data-xs-sheet] .range-group {
        margin-bottom: 12px;
    }

        .ns-seller-portal .narrow-search-form [data-xs-sheet] .range-group:last-child {
            margin-bottom: 0;
        }

    .ns-seller-portal { /* small */
    }

        .ns-seller-portal .search-results {
            margin-top: 0;
        }

            .ns-seller-portal .search-results .listing {
                display: block;
                line-height: 1.3;
                margin: 1.6em 0;
                padding: 2.2em 0;
            }

                .ns-seller-portal .search-results .listing .section {
                    display: block;
                }

                    .ns-seller-portal .search-results .listing .section.off {
                        display: none;
                    }

                    .ns-seller-portal .search-results .listing .section[class*="column-"] {
                        width: auto;
                        padding: 0;
                    }

                    .ns-seller-portal .search-results .listing .section.column-1 {
                        width: 41.1118%;
                        max-width: 125px;
                        float: left;
                    }

                    .ns-seller-portal .search-results .listing .section.column-2 {
                        width: 58.8815%;
                        float: left;
                        padding-left: 3.2894%;
                    }

                        .ns-seller-portal .search-results .listing .section.column-2 p {
                            margin: 0;
                        }

                    .ns-seller-portal .search-results .listing .section.column-3 {
                        padding-top: 10px;
                    }

                    .ns-seller-portal .search-results .listing .section.column-3, .ns-seller-portal .search-results .listing .section.column-4 {
                        clear: both;
                    }

                .ns-seller-portal .search-results .listing:first-child {
                    padding-top: 0;
                    margin-top: 0;
                    border-top: none;
                }

                .ns-seller-portal .search-results .listing:last-child {
                    border-bottom: none;
                }

                .ns-seller-portal .search-results .listing .name {
                    margin-bottom: 0.57143em;
                }

                .ns-seller-portal .search-results .listing .listing-clickable {
                    margin-bottom: 0.8em;
                }

                .ns-seller-portal .search-results .listing .carfax {
                    margin-bottom: 0.8em;
                }

                    .ns-seller-portal .search-results .listing .carfax a {
                        display: inline-block;
                        margin-right: 8px;
                        margin-bottom: 0;
                    }

                .ns-seller-portal .search-results .listing .mobile-right-align {
                    margin-left: 95px;
                }

                .ns-seller-portal .search-results .listing .mobile-section {
                    margin-bottom: 0.8em;
                }

                    .ns-seller-portal .search-results .listing .mobile-section .mobile-label {
                        display: inline-block !important;
                        width: 95px;
                        font-size: 1.2em;
                        font-weight: 700;
                        text-transform: uppercase;
                        vertical-align: top;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .option {
                        display: inline;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .listing-clickable, .ns-seller-portal .search-results .listing .mobile-section .color-swatch {
                        display: inline-block;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .carfax a {
                        display: inline-block;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .damage-total, .ns-seller-portal .search-results .listing .mobile-section .damage-amount {
                        display: inline-block;
                        margin-bottom: 0;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .damage-total {
                        margin-right: 1.2em;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .damage-descriptions {
                        margin-left: 95px;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .ratings, .ns-seller-portal .search-results .listing .mobile-section .history {
                        display: inline-block;
                        width: 66%;
                        margin-bottom: 1em;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .ratings {
                        top: -3px;
                        position: relative;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .rating {
                        width: 100%;
                        display: block;
                        max-width: 250px;
                    }

                        .ns-seller-portal .search-results .listing .mobile-section .rating .listing-clickable {
                            width: 49%;
                            margin-bottom: 0;
                        }

                        .ns-seller-portal .search-results .listing .mobile-section .rating strong {
                            display: inline;
                        }

                    .ns-seller-portal .search-results .listing .mobile-section .yellow-block .value {
                        text-decoration: none;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .msrp {
                        float: right;
                    }

                        .ns-seller-portal .search-results .listing .mobile-section .msrp .listing-clickable {
                            margin-bottom: 0;
                        }

                    .ns-seller-portal .search-results .listing .mobile-section .current-bid .listing-clickable, .ns-seller-portal .search-results .listing .mobile-section .views .listing-clickable, .ns-seller-portal .search-results .listing .mobile-section .date .listing-clickable {
                        margin-bottom: 0;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .views {
                        margin-right: 1.2em;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section .date {
                        display: inline;
                    }

                        .ns-seller-portal .search-results .listing .mobile-section .date .listing-clickable {
                            text-decoration: none;
                            font-weight: 700;
                        }

                            .ns-seller-portal .search-results .listing .mobile-section .date .listing-clickable span {
                                font-weight: 400;
                            }

                    .ns-seller-portal .search-results .listing .mobile-section.status .listing-clickable {
                        width: 100%;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section.clear-section {
                        clear: both;
                    }

                    .ns-seller-portal .search-results .listing .mobile-section.col-2 {
                        width: 50%;
                        max-width: 190px;
                        float: left;
                    }

                        .ns-seller-portal .search-results .listing .mobile-section.col-2 .color-swatch {
                            margin-left: 0.3em;
                        }

                        .ns-seller-portal .search-results .listing .mobile-section.col-2 .mobile-label {
                            display: inline !important;
                            margin-right: 0.25em;
                        }

                .ns-seller-portal .search-results .listing .listing-status {
                    position: static;
                    margin-top: 1.2em;
                    text-align: left;
                }

                .ns-seller-portal .search-results .listing .save-btn {
                    font-size: 1.4em;
                    text-decoration: none;
                    margin-top: 0.57143em;
                }

                .ns-seller-portal .search-results .listing .pricing {
                    margin-left: -5px;
                    margin-right: -5px;
                }

                    .ns-seller-portal .search-results .listing .pricing .col-xs-4 {
                        padding-left: 5px;
                        padding-right: 5px;
                        font-size: 1.3em;
                    }

                    .ns-seller-portal .search-results .listing .pricing .form-group.last {
                        margin: 0;
                    }

                    .ns-seller-portal .search-results .listing .pricing input[type=text].small, .ns-seller-portal .search-results .listing .pricing input[type=text], .ns-seller-portal .search-results .listing .pricing .input-group-addon {
                        height: auto;
                        border-color: #4d68da;
                    }

                .ns-seller-portal .search-results .listing .form-group .small + .input-group-addon, .ns-seller-portal .search-results .listing .form-group input[type="text"] + .input-group-addon {
                    font-size: 1em;
                    top: 8px;
                }

        .ns-seller-portal .notifications .listing .btn {
            font-size: 13px;
        }

        .ns-seller-portal .dashboard-section .strategy-list .strategy-content .item-name {
            font-size: 14px;
            margin: 4px 0;
        }

        .ns-seller-portal .dashboard-section .strategy-list .strategy-content .text-center {
            text-align: left;
        }

        .ns-seller-portal .quick-search .search-field {
            height: auto;
        }

            .ns-seller-portal .quick-search .search-field:after {
                position: absolute;
                top: 7px;
            }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .slider-modal .modal-dialog {
        margin: 0;
    }

    .atd-image-display .image-container .click-text, .atd-image-display .image-container .click-text.click-only {
        display: none;
    }

    .atd-image-display .next-image, .atd-image-display .prev-image {
        padding-top: 4.16667em;
    }

    [data-magnify] .magnifier-preview {
        top: 105%;
        left: 0;
        background: black;
        background: rgba(0, 0, 0, 0.65);
    }

    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }

    .tablesaw-stack td:empty, .tablesaw-stack th:empty {
        display: none;
    }
    /* extra small */

    body.noscroll {
        overflow: hidden;
        position: fixed;
    }

    h1, h2.large {
        font-size: 1.125em;
        margin-top: 1.11111em;
        margin-bottom: 0.55556em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 0.875em;
        padding: 1.85714em 0 0.57143em;
    }

    .xs-breathe {
        padding-top: 30px;
        clear: both;
    }
    /* extra small */

    .xs-text-center {
        text-align: center;
    }

    .xs-hidden {
        display: none !important;
    }

    .xs-collapsed {
        height: 0 !important;
        overflow: hidden !important;
    }

    .xs-visible {
        display: block !important;
    }

    .xs-inline-block {
        display: inline !important;
    }

    .xs-inline-block {
        display: inline-block !important;
    }

    .container[role="main"] {
        overflow-x: hidden;
    }

    [data-xs-sheet] {
        position: fixed !important;
        top: 0;
        left: 100%;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1005;
        margin: 0 !important;
        transition: left .2s ease-in-out;
        padding: 2.5em 1.25em 5em;
        opacity: 1;
        display: block;
        overflow-y: auto;
    }

        [data-xs-sheet] [data-sheet-toggle].close {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0.625em;
            z-index: 101;
        }

        [data-xs-sheet] [data-sheet-toggle].btn {
            margin-top: 2.14286em;
        }

        [data-xs-sheet] .control-range .range-group {
            max-width: none;
            float: none;
        }

        [data-xs-sheet] .control-range .connector {
            text-align: left;
            float: none;
            width: 100%;
            margin: 1em 0;
        }

        [data-xs-sheet].active {
            left: 0;
            display: block;
        }

        [data-xs-sheet].from-top {
            top: -30%;
            left: auto;
            bottom: 130%;
            transition-property: top, bottom;
        }

            [data-xs-sheet].from-top.active {
                top: 0;
                display: block;
                bottom: 0;
            }

        [data-xs-sheet] .modal-header {
            display: none;
        }

        [data-xs-sheet].modal.fade .modal-dialog {
            margin: 0;
            width: 100%;
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        [data-xs-sheet] .modal-content {
            margin: 0;
            width: 100%;
            box-shadow: none;
            border: none;
        }

        [data-xs-sheet] .modal-body {
            padding: 0;
        }

            [data-xs-sheet] .modal-body [data-sheet-toggle].close {
                position: absolute;
                top: -0.75em;
            }

    .page-header, .container[role="main"], .container-fluid[role="main"] {
        z-index: auto;
    }

    .mobile-nav {
        margin-top: 1.28571em;
        position: absolute;
        top: -0.9375em;
        right: 0.3125em;
        padding: 0.625em 0.625em 0.3125em;
        transition: background .3s ease-in-out;
        z-index: 2;
    }

        .mobile-nav .main-menu-toggle {
            color: #ccc;
            font-size: 2.125em;
        }

            .mobile-nav .main-menu-toggle:hover, .mobile-nav .main-menu-toggle:focus, .mobile-nav .main-menu-toggle:active {
                color: #999;
            }

        .mobile-nav.fixed {
            position: fixed;
            background: rgba(0, 0, 0, 0.45);
            z-index: 10;
        }

            .mobile-nav.fixed .main-menu-toggle {
                color: #fff;
            }

    .container[role="main"], .container-fluid[role="main"] {
        padding-bottom: 1.875em;
    }

    .page-footer {
        background: #666;
    }

        .page-footer .container {
            background: #666;
            padding-bottom: 0;
        }

    .back-to-top-btn, .back-to-top-btn.active {
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
        right: 0;
        border-radius: 2px 0 0 2px;
    }

    .back-to-top-btn {
        right: -400px;
    }

    .sticky-nav.open + .back-to-top-btn {
        right: -400px;
    }

    .btn-cancel {
        text-align: center;
        margin: 1em 0;
    }

    .btn-inline {
        margin-top: 0em;
        width: 100%;
    }

        .btn-inline + .btn {
            margin-top: 12px;
        }

    .btn-inline, .btn-stacked {
        margin-top: 1.57143em;
    }

    .labeled-btn {
        width: auto;
        margin-top: 0;
    }

    .btn-inline-group {
        margin: 0;
    }
    /* login form */

    .login-form .control-label {
        text-align: left;
    }

    .after-input-link {
        margin: 0 12px 20px 0;
        position: relative;
        top: -10px;
    }
    /* extra small */

    .primary-nav .nav-list li {
        width: 50%;
    }

        .primary-nav .nav-list li a {
            font-size: 0.8125em;
            background: none;
        }

    .primary-nav.mobile-primary-nav {
        height: 0;
        overflow: hidden;
    }

    .dashboard-page .primary-nav.mobile-primary-nav {
        height: auto;
        overflow: visible;
        border-bottom: 1px solid #ccc;
    }

    .footer-nav .subnav {
        display: none;
    }

    .footer-nav .nav-list {
        text-align: center;
        padding: 1.5em 0;
    }

        .footer-nav .nav-list li {
            display: inline-block;
            width: auto;
            padding: 0;
            float: none;
            text-align: center;
        }

            .footer-nav .nav-list li a {
                font-size: 0.6875em;
                padding: 0.90909em 0.45455em;
            }

    .footer-nav.footer-sub-nav .nav-list {
        margin: 0;
        padding: 0.75em 0;
    }

        .footer-nav.footer-sub-nav .nav-list li {
            width: auto;
        }

            .footer-nav.footer-sub-nav .nav-list li a {
                text-transform: none;
                padding: 0;
            }

        .footer-nav.footer-sub-nav .nav-list .large {
            margin-left: 0.5em;
        }

            .footer-nav.footer-sub-nav .nav-list .large a {
                text-transform: uppercase;
                font-size: 0.6875em;
                color: #fff;
            }

            .footer-nav.footer-sub-nav .nav-list .large:last-child {
                border-left: 1px solid #333;
                padding-left: 0.4375em;
                margin-left: 0.1875em;
            }

    .sub-footer-nav {
        background: #747474;
    }

    [data-xs-sheet="main-nav"].primary-nav {
        background: #fff;
        padding-left: 0;
        padding-right: 0;
    }

        [data-xs-sheet="main-nav"].primary-nav .nav-list li {
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

            [data-xs-sheet="main-nav"].primary-nav .nav-list li:last-child {
                border-bottom: none;
            }

            [data-xs-sheet="main-nav"].primary-nav .nav-list li a {
                color: #666;
                background: none;
            }

                [data-xs-sheet="main-nav"].primary-nav .nav-list li a:hover, [data-xs-sheet="main-nav"].primary-nav .nav-list li a:active, [data-xs-sheet="main-nav"].primary-nav .nav-list li a:focus {
                    color: #333;
                }

                [data-xs-sheet="main-nav"].primary-nav .nav-list li a.active {
                    background: #d4d4d4;
                    color: #666;
                }

        [data-xs-sheet="main-nav"].primary-nav .nav-list .subnav {
            display: block;
            position: relative;
        }

            [data-xs-sheet="main-nav"].primary-nav .nav-list .subnav li {
                border: none;
            }

                [data-xs-sheet="main-nav"].primary-nav .nav-list .subnav li a {
                    font-size: 0.6875em;
                    background: none;
                }

                [data-xs-sheet="main-nav"].primary-nav .nav-list .subnav li.hr {
                    border: none;
                }

    .tablesaw .radio-group label:before, .tablesaw .radio-group .control-range .connector:before, .control-range .tablesaw .radio-group .connector:before {
        top: -0.83333em;
    }

    .tablesaw .edit-link {
        position: relative;
        top: -0.33333em;
    }

    .table tr.highlighted {
        background: none;
    }

        .table tr.highlighted td:last-child:after {
            display: none;
        }

    .table-xs-collapse tr, .table-xs-collapse th, .table-xs-collapse td {
        display: block;
        width: 100%;
        padding: 0;
    }
    /* extra small */

    .vehicle-thumb {
        width: 28%;
        float: left;
    }

    .listing-content {
        width: 42.6666%;
        float: left;
        padding: 0;
    }

    .listing-meta {
        width: 29.3333%;
        float: left;
    }

    .vehicle-name {
        font-size: 0.6875em;
    }

    .vehicle-desc, .bid-count, .time-left, .buy-it-now-price {
        font-size: 0.625em;
        clear: right;
    }

    .bid-count {
        margin-top: 0;
    }

    .vehicle-cost {
        font-size: 0.875em;
    }

    .listing-tag {
        font-size: 0.625em;
        float: right;
        height: 1.8em;
        padding-top: 0.5em;
    }

        .listing-tag:before {
            left: -9px;
            border-top-width: 0.9em;
            border-bottom-width: 0.9em;
            border-right-width: 0.9em;
        }

    .my-activity .buy-it-now-price {
        display: none;
    }

    .listing {
        padding: 0.625em 0;
    }

        .listing.large-listing .row, .listing.current-bid-listing .row, .listing.buy-now-listing .row {
            margin: 0;
        }

        .listing.large-listing .vehicle-thumb, .listing.current-bid-listing .vehicle-thumb, .listing.buy-now-listing .vehicle-thumb {
            width: 40.6666%;
            margin-right: 5.3333%;
            padding: 0;
        }

        .listing.large-listing .vehicle-name, .listing.current-bid-listing .vehicle-name, .listing.buy-now-listing .vehicle-name {
            font-size: 1.125em;
            margin-bottom: 0.22222em;
        }

        .listing.large-listing .vehicle-desc, .listing.current-bid-listing .vehicle-desc, .listing.buy-now-listing .vehicle-desc {
            font-size: 0.75em;
        }

        .listing.large-listing .vehicle-stats dl, .listing.current-bid-listing .vehicle-stats dl, .listing.buy-now-listing .vehicle-stats dl {
            padding: 0;
        }

        .listing.large-listing .listing-content, .listing.current-bid-listing .listing-content, .listing.buy-now-listing .listing-content {
            width: 54%;
            padding: 0;
        }

        .listing.large-listing:first-child, .listing.current-bid-listing:first-child, .listing.buy-now-listing:first-child {
            margin-top: 1.375em;
        }

        .listing.large-listing:last-child, .listing.current-bid-listing:last-child, .listing.buy-now-listing:last-child {
            border-bottom: none;
        }

        .listing.large-listing .listing-meta, .listing.current-bid-listing .listing-meta, .listing.buy-now-listing .listing-meta {
            width: 100%;
            padding: 0;
            margin-top: 0.375em;
        }

            .listing.large-listing .listing-meta .price-block, .listing.current-bid-listing .listing-meta .price-block, .listing.buy-now-listing .listing-meta .price-block {
                min-height: 1.25em;
            }

            .listing.large-listing .listing-meta .vehicle-cost, .listing.current-bid-listing .listing-meta .vehicle-cost, .listing.buy-now-listing .listing-meta .vehicle-cost {
                font-size: 1.5em;
                float: right;
                clear: right;
            }

            .listing.large-listing .listing-meta .tag-block, .listing.current-bid-listing .listing-meta .tag-block, .listing.buy-now-listing .listing-meta .tag-block {
                float: right;
                clear: right;
                margin: 0;
            }

            .listing.large-listing .listing-meta .buy-it-now-price, .listing.large-listing .listing-meta .bids-block, .listing.large-listing .listing-meta .watchlist-link, .listing.current-bid-listing .listing-meta .buy-it-now-price, .listing.current-bid-listing .listing-meta .bids-block, .listing.current-bid-listing .listing-meta .watchlist-link, .listing.buy-now-listing .listing-meta .buy-it-now-price, .listing.buy-now-listing .listing-meta .bids-block, .listing.buy-now-listing .listing-meta .watchlist-link {
                float: left;
                text-align: left;
                clear: left;
            }

            .listing.large-listing .listing-meta .buy-it-now-price, .listing.large-listing .listing-meta .watchlist-link, .listing.current-bid-listing .listing-meta .buy-it-now-price, .listing.current-bid-listing .listing-meta .watchlist-link, .listing.buy-now-listing .listing-meta .buy-it-now-price, .listing.buy-now-listing .listing-meta .watchlist-link {
                font-size: 0.75em;
            }

            .listing.large-listing .listing-meta .watchlist-link, .listing.current-bid-listing .listing-meta .watchlist-link, .listing.buy-now-listing .listing-meta .watchlist-link {
                margin: 0;
            }

            .listing.large-listing .listing-meta .buy-it-now-price, .listing.current-bid-listing .listing-meta .buy-it-now-price, .listing.buy-now-listing .listing-meta .buy-it-now-price {
                margin-top: 1em;
            }

        .listing.current-bid-listing {
            padding: 1.25em 0;
        }

            .listing.current-bid-listing:first-child {
                padding-top: 0;
            }

            .listing.current-bid-listing .current-bid-action.counter-offer-action .btn {
                width: 100%;
                margin: 0 0 0.71429em;
            }

            .listing.current-bid-listing .listing-meta .buy-it-now-price, .listing.current-bid-listing .listing-meta .bids-block, .listing.current-bid-listing .listing-meta .watchlist-link {
                text-align: right;
                clear: right;
                float: right;
            }

            .listing.current-bid-listing .listing-meta .bid-count {
                font-size: 0.75em;
            }

            .listing.current-bid-listing .listing-meta .listing-meta-info {
                text-align: right;
                width: 50%;
                float: right;
            }

            .listing.current-bid-listing .listing-meta .vehicle-cost {
                margin-top: 1.75em;
            }

            .listing.current-bid-listing .listing-meta .listing-tag {
                margin: 0.8em 0;
            }

            .listing.current-bid-listing .listing-meta .listing-meta-actions {
                text-align: left;
                width: 50%;
                float: left;
                margin-left: 0;
            }

                .listing.current-bid-listing .listing-meta .listing-meta-actions .buy-it-now-price {
                    text-align: left;
                    font-size: 1em;
                    float: left;
                    line-height: 1.2;
                    margin-top: 0.25em;
                }

                    .listing.current-bid-listing .listing-meta .listing-meta-actions .buy-it-now-price strong {
                        display: block;
                        font-size: 0.75em;
                    }

        .listing.watch-list-listing .listing-meta .vehicle-cost {
            margin-top: 0.33333em;
        }

        .listing.watch-list-listing .listing-meta .watchlist-link {
            float: none;
            width: 100%;
            text-align: center;
            clear: both;
        }

        .listing.watch-list-listing .listing-meta .listing-meta-info, .listing.watch-list-listing .listing-meta .listing-meta-actions {
            margin-bottom: 0.75em;
        }

        .listing.vdp-listing {
            padding-top: 0;
        }

            .listing.vdp-listing .vehicle-thumb {
                width: 100%;
            }

                .listing.vdp-listing .vehicle-thumb .slider-main-image {
                    border-top: 1px solid #333;
                    margin: 0 auto;
                }

            .listing.vdp-listing .listing-content {
                width: 100%;
                padding: 0 0.9375em;
            }

            .listing.vdp-listing .vehicle-desc {
                margin-top: 0.57143em;
            }

            .listing.vdp-listing .vehicle-stats, .listing.vdp-listing .vehicle-desc {
                font-size: 0.875em;
            }

                .listing.vdp-listing .vehicle-stats dt, .listing.vdp-listing .vehicle-stats dd, .listing.vdp-listing .vehicle-stats .desc-label, .listing.vdp-listing .vehicle-stats .desc-value, .listing.vdp-listing .vehicle-desc dt, .listing.vdp-listing .vehicle-desc dd, .listing.vdp-listing .vehicle-desc .desc-label, .listing.vdp-listing .vehicle-desc .desc-value {
                    padding: 0.42857em 0;
                    display: block;
                    border-top: 1px solid #ccc;
                    float: left;
                }

                .listing.vdp-listing .vehicle-stats dt, .listing.vdp-listing .vehicle-stats .desc-label, .listing.vdp-listing .vehicle-desc dt, .listing.vdp-listing .vehicle-desc .desc-label {
                    width: 50%;
                    clear: left;
                }

                .listing.vdp-listing .vehicle-stats dd, .listing.vdp-listing .vehicle-stats .desc-value, .listing.vdp-listing .vehicle-desc dd, .listing.vdp-listing .vehicle-desc .desc-value {
                    width: 50%;
                }

                .listing.vdp-listing .vehicle-stats .desc-label, .listing.vdp-listing .vehicle-stats .desc-value, .listing.vdp-listing .vehicle-desc .desc-label, .listing.vdp-listing .vehicle-desc .desc-value {
                    border: none;
                }

            .listing.vdp-listing .listing-meta {
                width: 100%;
                text-align: center;
                margin-top: 1.25em;
            }

                .listing.vdp-listing .listing-meta .buy-it-now-price, .listing.vdp-listing .listing-meta .tag-block {
                    width: 100%;
                    float: none;
                    text-align: center;
                }

                .listing.vdp-listing .listing-meta .listing-tag {
                    display: inline-block;
                    margin-top: 0.5em;
                }

                .listing.vdp-listing .listing-meta .bid-count {
                    font-size: 0.75em;
                }

                .listing.vdp-listing .listing-meta .vdp-action {
                    margin-top: 1.25em;
                }

                .listing.vdp-listing .listing-meta .watchlist-link {
                    margin-top: 1.66667em;
                    float: none;
                }

        .listing.saved-search:first-child {
            margin-top: 1.25em;
        }

        .listing.saved-search:last-child {
            border: none;
        }

        .listing.saved-search .save-search {
            position: static;
            width: 100%;
            margin: 1em 0;
        }

        .listing.saved-search .alt-links a {
            margin-bottom: 0.5em;
        }

            .listing.saved-search .alt-links a:last-child {
                margin-bottom: 0;
            }

        .listing.saved-search .popover {
            width: 100%;
        }

            .listing.saved-search .popover .popover-content {
                width: 100%;
            }

            .listing.saved-search .popover .arrow {
                left: 20% !important;
            }

        .listing.saved-search .notifications-popover {
            max-width: 100%;
        }

            .listing.saved-search .notifications-popover input[type="text"], .listing.saved-search .notifications-popover select {
                font-size: 16px;
            }

        .listing.buy-now-listing .vehicle-name {
            font-size: 0.875em;
            margin-top: 0;
        }

        .listing.buy-now-listing .vehicle-desc, .listing.buy-now-listing .vehicle-stats {
            font-size: 0.75em;
        }

        .listing.arbitrate-listing {
            padding-bottom: 0;
        }

            .listing.arbitrate-listing .claim-data {
                border-bottom: none;
            }

    .current-bids-listings {
        margin-top: 1.25em;
    }

        .current-bids-listings .listing {
            border-top: none;
            border-bottom: 1px solid #ccc;
        }

            .current-bids-listings .listing:last-child {
                border-bottom: none;
            }

    .basket-tabs a {
        padding: 7px 10px;
    }
    /* extra small */

    .heading-info {
        float: none;
        text-align: left;
        margin-top: 0;
    }

        .heading-info strong {
            font-size: 1.33333em;
        }

    .heading-link {
        float: right;
    }

    .alt-links {
        text-align: left;
        margin-bottom: 1.33333em;
    }

    .quick-search h2 {
        border: none;
    }

    .quick-search .search-criteria, .advanced-search-form .search-criteria {
        margin-bottom: 0.75em;
    }

    .advanced-search-form h1 {
        margin-bottom: 0;
        border: none;
    }

    .advanced-search-form h2 {
        margin-top: 1.875em;
    }

    .advanced-search-form .heading-info {
        margin-bottom: 0.83333em;
        padding-bottom: 0.83333em;
        border-bottom: 1px solid #ccc;
    }

    .advanced-search-form .form-inline label, .advanced-search-form .form-inline .control-range .connector, .control-range .advanced-search-form .form-inline .connector {
        margin: 0;
    }

    .sidebar-search {
        margin-top: 0;
        border: none;
    }

        .sidebar-search h3 {
            font-size: 1em;
            margin: 0.375em 0;
        }

        .sidebar-search .search-field {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            .sidebar-search .search-field:last-child {
                border-bottom: 1px solid #ccc;
            }

    .open-toggle {
        margin-top: 0.85714em;
    }

    .popover .bid-popover {
        width: 100%;
    }

    .popover .notifications-popover, .popover .search-name-popover {
        width: 95%;
    }

    .popover input[type="text"] {
        font-size: 16px;
    }

    .content-header .header-filter {
        margin-top: 0.375em;
    }

        .content-header .header-filter .control-range.date-range .connector {
            width: 4.61538em;
            text-align: left;
            margin-bottom: 0.92308em;
        }

        .content-header .header-filter .control-range.date-range .date-group {
            margin-bottom: 0.75em;
        }

        .content-header .header-filter .control-range.date-range .range-group + .connector {
            clear: left;
            margin-left: 0;
            margin-bottom: 0;
        }

            .content-header .header-filter .control-range.date-range .range-group + .connector + .date-group {
                margin-bottom: 0;
            }

        .content-header .header-filter .control-range.date-range .date-group [type="text"] {
            width: 180px;
        }

        .content-header .header-filter .alt-links.above {
            margin: 0.875em 0;
            text-align: center;
            width: 100%;
        }

            .content-header .header-filter .alt-links.above a {
                float: none;
            }

    .xs-collapse {
        height: auto;
        max-height: 0;
        transition: max-height .3s ease-in;
        overflow: hidden;
    }

        .xs-collapse.open {
            max-height: 2000em;
        }

    [data-toggle="xs-collapse"] .open {
        display: none;
    }

    [data-toggle="xs-collapse"] .closed {
        display: inline;
    }

    [data-toggle="xs-collapse"].open.down-arrow {
        background-image: url(/img/buyer/arrow-up.png);
    }

    [data-toggle="xs-collapse"].open .open {
        display: inline;
    }

    [data-toggle="xs-collapse"].open .closed {
        display: none;
    }

    .arbitration-section dl dt {
        margin-bottom: 6px;
    }

    .arbitration-section dl dt, .arbitration-section dl dd {
        width: 100%;
        text-align: left;
        float: none;
    }

    .dropdown {
        width: 100%;
    }

        .dropdown > .dropdown-menu {
            width: 100%;
        }

    .notification .notification-data {
        margin-top: 20px;
    }

    .flyout-modal {
        width: 100%;
    }

        .flyout-modal .modal-dialog:before, .flyout-modal .modal-dialog:after {
            display: none;
        }

        .flyout-modal .modal-dialog {
            width: 0;
            left: 0;
            -ms-transform: scale(1) translateY(0) !important;
            transform: scale(1) translateY(0) !important;
        }

        .flyout-modal.in {
            width: 0;
        }

            .flyout-modal.in .modal-dialog {
                width: 97% !important;
            }

    body {
        overflow-y: auto;
    }

    .vdp-section .specs dt, .vdp-section .specs dd {
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    .vdp-section .specs:first-of-type dt:first-of-type, .vdp-section .specs:first-of-type dd:first-of-type {
        border-top: none;
        border-bottom: none;
    }

    .popover {
        width: 95% !important;
        left: 0 !important;
        margin-left: 2.5% !important;
    }

    .multi-modal .select-selected, .multi-modal .select-available {
        min-height: 0;
    }
    /* extra small */

    .modal .close {
        position: absolute;
        top: -12px;
        right: -12px;
    }

    .steps {
        border-bottom: none;
    }

        .steps .step {
            margin-top: 12px;
        }

    .add-remove-controls .btn {
        margin-top: 10px;
    }
    /* extra small */

    .dashboard-grounding {
        margin-top: 60px;
    }

    .sidebar-grounding {
        border: none;
    }

        .sidebar-grounding h3, .sidebar-grounding .listing {
            padding: 0;
        }

            .sidebar-grounding h3 .vehicle-stats dl:after, .sidebar-grounding .listing .vehicle-stats dl:after {
                content: "";
                display: table;
                clear: both;
            }

            .sidebar-grounding h3 .vehicle-stats dt, .sidebar-grounding h3 .vehicle-stats dd, .sidebar-grounding .listing .vehicle-stats dt, .sidebar-grounding .listing .vehicle-stats dd {
                width: 50%;
                float: left;
                font-size: 13px;
            }

            .sidebar-grounding h3 .vehicle-stats dt, .sidebar-grounding .listing .vehicle-stats dt {
                clear: left;
            }

            .sidebar-grounding h3 .vehicle-stats .down-arrow, .sidebar-grounding .listing .vehicle-stats .down-arrow {
                font-size: 1.16667em;
            }

    .grounding-section {
        margin-bottom: 1.25em;
    }

        .grounding-section h3 {
            margin-top: 0;
        }

    .grounding-acknowledgement-form .alt-links {
        margin-top: 1.33333em;
    }

    .grounding-acknowledgement-form h3 {
        padding-top: 0.85714em;
    }

    .grounding-acknowledgement-form .acknowledge-block {
        margin-bottom: 2.5em;
    }

    .grounding-confirmation-form .form-group .btn, .grounding-another-form .form-group .btn {
        margin-top: 0;
    }

    .grounding-confirmation-form .icon-link, .grounding-another-form .icon-link {
        margin-bottom: 1.66667em;
    }
    /* extra small */

    .vdp-section h2 {
        font-size: 1.125em;
        padding-bottom: 0.33333em;
    }

    .vdp-section.build-data h3 {
        font-size: 0.875em;
        padding: 0;
    }

    .vdp-section .specs {
        font-size: 0.875em;
    }

        .vdp-section .specs:first-child {
            margin-top: -1.28571em;
        }

        .vdp-section .specs dt, .vdp-section .specs dd {
            padding: 0.42857em 0;
            display: block;
            border-bottom: 1px solid #ccc;
            float: left;
            margin-right: 0;
        }

        .vdp-section .specs dt {
            width: 50%;
            clear: left;
        }

        .vdp-section .specs dd {
            width: 50%;
        }

        .vdp-section .specs.specs-list {
            margin-bottom: 0;
        }

            .vdp-section .specs.specs-list:first-child {
                margin-top: 0;
            }

    .vdp-section .icon-links {
        margin: 0 0.625em;
    }

    .vdp-section .damage-entry {
        margin-top: 1.125em;
    }

        .vdp-section .damage-entry h3 {
            padding: 0;
            margin-bottom: 0.57143em;
        }

        .vdp-section .damage-entry .damage-thumb {
            width: 45%;
            float: right;
        }

        .vdp-section .damage-entry .col-xs-6 {
            clear: left;
        }

        .vdp-section .damage-entry dl {
            margin-bottom: 0.33333em;
        }
    /* extra small */

    .news-article {
        margin-bottom: 1.53846em;
        margin-padding: 1.53846em;
        border-bottom: 1px solid #ccc;
    }

        .news-article:last-child {
            margin-bottom: 0;
            margin-padding: 0;
            border-bottom: no;
        }

    .news-articles {
        border: none;
    }
    /* extra small */

    .buy-it-now-form h2 {
        font-size: 1.125em;
    }

    .seller-workbench .workbench-card { /* extra small */
        min-height: 0;
    }

    .workbench-filters .search-filters .filter-category { /* extra small */
        width: 100%;
        padding: 4px 8px;
    }

    .workbench-vehicle-list td {
        padding: 0;
        clear: left;
    }

        .workbench-vehicle-list td:first-child {
            margin-top: 20px;
        }

        .workbench-vehicle-list td:last-child {
            margin-bottom: 20px;
        }

    .workbench-vehicle-list .vehicle-stats dt, .workbench-vehicle-list .vehicle-stats dd {
        display: block;
        width: 50%;
        float: left;
        line-height: 1;
        padding: 8px 0;
        border-bottom: 1px solid #e9e9e9;
    }

        .workbench-vehicle-list .vehicle-stats dt.last, .workbench-vehicle-list .vehicle-stats dd.last {
            border-bottom: none;
        }

    .workbench-vehicle-list .vehicle-stats dt {
        padding-right: 8px;
    }

        .workbench-vehicle-list .vehicle-stats dt:nth-child(2n + 3) {
            clear: left;
        }

    .workbench-vehicle-list .vehicle-stats dd {
        text-align: right;
    }

    .workbench-vehicle-list .listing {
        padding: 0px 14px;
        border-color: #d4d4d4;
    }

        .workbench-vehicle-list .listing:last-child {
            border-bottom: 1px solid #d4d4d4;
        }

        .workbench-vehicle-list .listing:nth-child(odd) {
            background: #e9e9e9;
        }

            .workbench-vehicle-list .listing:nth-child(odd) .vehicle-stats dt, .workbench-vehicle-list .listing:nth-child(odd) .vehicle-stats dd {
                border-bottom-color: #d4d4d4;
            }

        .workbench-vehicle-list .listing .select {
            float: left;
            margin-top: 44px;
            margin-bottom: 14px;
            clear: none;
        }

        .workbench-vehicle-list .listing .thumb {
            float: left;
            margin-top: 20px;
            margin-bottom: 14px;
            clear: none;
        }

        .workbench-vehicle-list .listing .name {
            width: 50%;
            float: left;
            margin-top: 14px;
            margin-left: 3%;
            margin-bottom: 14px;
            clear: none;
        }

        .workbench-vehicle-list .listing .vehicle-name {
            font-size: 14px;
            font-weight: 600;
        }

    .sorter .sort.select {
        width: 100%;
        padding: 14px 0 0;
    }

    .workbench-list {
        padding-left: 0;
    }

        .workbench-list.filters-show {
            width: 100%;
            float: none;
        }

    .ns-seller-portal .news-promo-forms {
        max-width: 100%;
    }

    .ns-seller-portal .page-header:hover {
        z-index: auto;
    }

    .ns-seller-portal .page-header {
        height: 3.375em;
        background: #666;
    }

    .ns-seller-portal .save-btn {
        margin-top: 0.75em;
    }

    .ns-seller-portal .mobile-nav {
        top: -1.625em;
        left: 0.3125em;
        padding: 0.5em 0.625em 0.3125em;
    }

        .ns-seller-portal .mobile-nav .main-menu-toggle {
            padding: 0.29412em 0.23529em;
            display: block;
        }

        .ns-seller-portal .mobile-nav.fixed {
            bottom: 0.375em;
            right: 0.3125em;
            top: auto;
            left: auto;
        }

            .ns-seller-portal .mobile-nav.fixed:hover, .ns-seller-portal .mobile-nav.fixed:focus, .ns-seller-portal .mobile-nav.fixed:active {
                background: rgba(0, 0, 0, 0.65);
            }

            .ns-seller-portal .mobile-nav.fixed .main-menu-toggle:hover, .ns-seller-portal .mobile-nav.fixed .main-menu-toggle:focus, .ns-seller-portal .mobile-nav.fixed .main-menu-toggle:active {
                background-color: none;
            }

    .ns-seller-portal { /* extra small */
    }

        .ns-seller-portal .notifications .listing .listing-content {
            width: 63.666%;
        }

        .ns-seller-portal .notifications .listing .listing-meta {
            width: 100%;
            text-align: left;
            margin-top: 12px;
        }

        .ns-seller-portal .pie-chart, .ns-seller-portal .pie-totals {
            margin-top: 20px;
        }

        .ns-seller-portal .pie-chart-canvas {
            margin: 0 auto;
            display: block;
        }

        .ns-seller-portal .pie-chart-legend, .ns-seller-portal .pie-totals {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .ns-seller-portal .dashboard-section h3 {
            padding-top: 0;
        }
}

@media only all and (max-width: 767px) {
    .tablesaw-stack td.text-center, .tablesaw-stack th.text-center {
        text-align: left;
    }

    .tablesaw-stack td.text-right, .tablesaw-stack th.text-right {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    div.table-wrapper div.scrollable {
        margin-left: 135px;
    }

    .pinned {
        width: 135px;
    }
}

@media (max-width: 763px) {
    .flex-2 .row-blocks [class*="col-"] {
        margin-bottom: 10px;
    }

        .flex-2 .row-blocks [class*="col-"]:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 630px) {
    .search-results .package-header { /* custom */
    }

        .search-results .package-header .section[class*='column-'] {
            width: 80%;
        }

        .search-results .package-header .section.column-1 {
            width: 60px;
        }
}

@media (max-width: 539px) {
    .basket-stat-label {
        font-size: 11px;
    }
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }

    .print-hidden {
        display: none !important;
    }

    .alert-alt.alert-danger {
        background: none;
        color: #98252B;
        padding-left: 0;
    }

    .listing.vdp-listing .vehicle-thumb {
        width: 33%;
    }

        .listing.vdp-listing .vehicle-thumb .slider-main-image {
            border-top: none;
            margin: 0;
        }

    .listing.vdp-listing .listing-content {
        width: 62%;
        float: left;
        margin-left: 4%;
    }

        .listing.vdp-listing .listing-content .vehicle-stats dt, .listing.vdp-listing .listing-content .vehicle-stats dd {
            border: none;
            padding: 0.28571em 0 0.28571em;
        }

    .listing.vdp-listing .listing-meta {
        text-align: left;
    }

        .listing.vdp-listing .listing-meta .buy-it-now-price, .listing.vdp-listing .listing-meta .tag-block {
            text-align: left;
        }

    .listing-tag {
        color: #ccc;
        background: none;
        padding-left: 0;
    }

        .listing-tag:before {
            display: none;
        }

    .winning-tag {
        color: #69923A;
        background: none;
    }

    .losing-tag {
        color: #98252B;
        background: none;
    }

    .vdp-action .btn, .watchlist-link {
        display: none !important;
    }

    .damage-thumb img {
        max-width: 120px;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes popIn {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    85% {
        transform: scale(1.03, 1.03);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes popOut {
    0% {
        transform: scale(1, 1);
    }

    10% {
        transform: scale(1.02, 1.02);
    }

    25% {
        opacity: 1;
    }

    100% {
        transform: scale(0, 0);
    }
}

#frmPostSale .uploadDocument, .uploadType, .textarea {
    background-color: #d4d4d4;
    border: 1px solid #d2d9f6;
    height: 36px !important;
    width: 100%;
}

#frmPostSale .textarea {
    height: 100px !important;
}

#frmPostSale label {
    font-family: "Arial", "Verdana", sans-serif !important;
    color: #525252 !important;
    font-weight: bold !important;
    padding-top: 10px;
}

.vehicle-fleet-category {
    margin-bottom: 5px;
}

.vehicle-fleet-category, .vehicle-fleet-refurbished, .vehicle-fleet-notrefurbished {
    background: blue;
    color: white;
    height: 30px;
    min-width: 156px;
    border-radius: 5px;
    padding: 5px 6px;
    width: 60px;
    text-align: center;
}

.vehicle-fleet-refurbished {
    font-weight: bold;
}

#frmPostSale dl {
    padding-left: 0px !important;
    text-transform: uppercase !important;
}

#frmPostSale dt, #frmPostSale dd {
    display: inline;
}


.enableEstimateCost, .enableActualCost {
    background-color: #fff !important;
}

.header-notification-icon {
    width: 24px;
    height: 0px;
    background: url(/content/img/bell-icon.png) no-repeat left center;
    margin: 0;
    padding: 17px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    position: relative;
    top: 4px;
}
.textRed {
    color: red;
    font-weight: bold;
}

.label-active {
    background: none;
    color: #92a9a7;
    font-size: 20px;
    padding: 0 4px;
    height: auto;
    text-transform: none;
    line-height: 18px;
}

.dropdown-list {
    background: url(/content/img/arrow.png) right center no-repeat #fff;
    color: #51626F;
    border-color: #8ea9b1;
    height: 30px;
    line-height: 1;
    font-size: 0.875em;
    padding: 0.57143em 2em 0.57143em 0.71429em;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: none;
    background-color: #d4d4d4;
}

.tab-content-header {
    cursor: pointer;
}

#disclosure-std-accordion, #disclosure-opt-accordion {
    margin-top: 20px;
}
