
        .panel {
            padding-left: 20px;
            padding-right: 20px;
        }
        .container-fluid {
            padding-left: 100px;
            padding-right: 100px;
        }
        .has-feedback .form-control {
            padding-right: 15px;
        }

        .clear {
            clear: both;
        }
        .full-width {
            width: 100%;
        }
        .no-padding {
            padding: 0
        }
        .no-left-padding {
            padding-left: 0
        }
        .font-weight-bold {
            font-weight: bold;
        }

        @media (max-width: 767px) {
            .pull-xs-right { float: right; }
            .pull-xs-left { float: left; }
            .block-xs-center {
                text-align: center;
                display: block;
            }
            .block-xs-left {
                text-align: left;
                display: block;
            }
            .btn-block-xs, .full-width-xs {
                width: 100%;
            }
            .pad-top-15-xs {
                padding-top: 15px;
            }
        }
        @media (min-width: 768px) {
            .pull-not-xs-right { float: right; }
            .pull-not-xs-left { float: left; }
            .block-not-xs-right {
                text-align: right;
                display: block;
            }
        }
        .word-break {
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
        }

        .tab-flash {
            padding-top: 10px;
        }
        .tab-filter-input {
            display: block;
            overflow: hidden;
        }
        .tab-filter {
            padding-top: 2px;
            border: none;
            font-size: 32px;
        }

        .checkbox input {
            margin-right:7px;
        }
        .popover {
            max-width: 600px;
        }
        .preLine .popover-content  {
            white-space: pre-line;
            word-break: break-all;
        }
        .inline-group {
            padding-bottom: 10px;
        }
        .form-show-static {
            display: inline-block;
            min-width: 150px
        }
        .table-header {
            padding-left:15px;
            padding-right:15px;
        }
        .table-panel {
            padding-left:15px;
            padding-right:15px;
        }
        td.breakdown {
            text-align: right;
            padding-left: 10px;
            min-width: 120px;
        }
        td.status-inactive,
        td.status-expired,
        td.status-replaced {
            color: #797b83;
            text-decoration: line-through;
        }

        .table-condensed>thead>tr>th,
        .table-condensed>tbody>tr>th,
        .table-condensed>tfoot>tr>th,
        .table-condensed>thead>tr>td,
        .table-condensed>tbody>tr>td,
        .table-condensed>tfoot>tr>td {
            padding: 5px;
        }
        .table>thead>tr>th,
        .table>tbody>tr>th,
        .table>tfoot>tr>th,
        .table>thead>tr>td,
        .table>tbody>tr>td,
        .table>tfoot>tr>td {
            border-top: none;
        }

        .no-padding>thead>tr>th,
        .no-padding>tbody>tr>th,
        .no-padding>thead>tr>td,
        .no-padding>tbody>tr>td
        {
            padding: 0px 20px 0px 0px;
        }
        .btn-wrap-vertical .btn {
            margin-bottom: 5px;
        }
        .carousel-control {
            background-image: none !important;
            opacity: 1;
        }
        .carousel-caption {
            position: relative;
            color: #2C3E50;
            text-shadow: none;
            left: auto;
            right: auto;
        }
        .alert {
            margin-bottom: 0px;
        }
        hr {
            display: block;
            position: relative;
            padding: 0;
            margin: 15px auto;
            height: 0;
            width: 100%;
            max-height: 0;
            font-size: 1px;
            line-height: 0;
            clear: both;
        }

        ul.dash {
            list-style: none;
            margin-left: 0;
            padding-left: 1em;
            margin-bottom: 0;
        }
        ul.dash > li:before {
            display: inline-block;
            content: "-";
            width: 1em;
            margin-left: -1em;
        }

        @media (min-width: 350px) {
            .customize-vehicle-images {
                width: 300px;
            }
        }
        .customize-vehicle-images {
            padding-bottom: 15px;
        }
        .component-row {
            padding-top: 5px!important;
            padding-bottom: 5px!important;
        }
        .customize-unit {
            text-align: right;
        }
        @media (max-width: 767px) {
            .customize-select {
                background-color: #f9f9f9;
                font-size: larger;
                padding-top: 5px;
                padding-bottom: 5px;
                margin-left: 0;
                margin-right: 0;
                margin-top: 5px;
                margin-bottom: 5px;
            }
            .customize-value {
                padding-right: 30px;
            }
        }
        .breakdown-popover {
            width: 400px;
        }

        .dropdown-menu{
            max-height: 600px;
            overflow-y: auto;
        }
        .ui-select-match-item.btn-xs {
            font-size: 15px;
            color: #041e42;
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            padding: 3px 8px;
        }
        .ui-select-bootstrap .ui-select-choices-row>span {
            color: #041e42;
        }
        .ui-select-multiple.ui-select-bootstrap {
            padding: 5px 10px;
            font-size: 15px;
            color: #2c3e50;
            border: 1px solid #DCE4ED;
            border-radius: 4px;
        }

        .form-intro-text {
            padding-bottom: 15px;
        }

        .fleet-status-not-available {
            opacity: .5;
        }
        tr.quote-row-remarket {
            border: 2px solid #f39c12;
        }
        .inactive-item {
            color: #797b83;
            text-decoration: line-through;
        }
        [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
            display: none !important;
        }

        .list-panel {
            margin:0;
        }
        .list-panel-default,
        .list-panel-body {
            padding: 0 !important;
            border: none;
            background: none;
        }

        .filter-search.input-group {
            padding-bottom: 20px;
        }
        .filter-multi-select-parent {
            padding: 0;
        }
        a.filter-multi-select {
            cursor: pointer;
            text-decoration: none;
        }
        .filter-selected {
            color: #18bc9c;
        }
        .filter-disabled {
            color: #bebebe;
        }
        .filter-badge {
            background-color: #7b8a8b;
            border-radius: 8px;
            font-size: 9px;
            font-weight: normal;
            margin-top: -3px;
            margin-left: 3px;
        }

        .btn-filter,
        .btn-filter:active,
        .btn-filter:hover,
        .btn-filter:focus {
            background-color: transparent !important;
            border: none;
            color: #2c3e50 !important;
        }

        .checkbox input[type="checkbox"] {
            margin-left: -25px !important;
        }
        .checkbox label {
            margin-left: 25px;
        }
        .check-list label {
            font-weight: normal;
            display: block;
        }
        .check-list input[type="checkbox"] {
            margin-right: 7px;
        }
        
        .virtual-tour-box {
            margin-top: 30px;
            display: block;
            margin-right: auto;
            margin-left: auto;
            text-align: center;
        }
        .virtual-tour-img {
            width: 120px;
            height: 75px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url("../images/360.png");
            margin-right: auto;
            margin-left: auto;
        }
        .btn-virtual-tour {
            padding: 5px 15px;
        }
        .btn-component-image {
            padding: 0 5px;
            font-size: 11px;
        }
