@font-face {
    font-family: Kenteken;
    src: url('../fonts/kenteken/Kenteken.ttf');
}

/** * general */
html, body {
    font-size: 12px;
    height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
    max-width: 100%;
}

/* Bootstrap form fix firefox */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    line-height: initial;
}
/* FIX bootstrap caret IOS */
.caret {border-top: 4px solid;}

.horizontal-separator {
    clear: both;
    padding: 5px;
}

.clear-fix,
.clearfix {
    clear: both;
}

.flex-row {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}

.flex-row .flex-cell {
    box-sizing: border-box;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.quote-appointment-panel {
    cursor: pointer;
}

.quote-list-panel {
    cursor: pointer;
}

.new-quote-panel {
    cursor: pointer;
}

.dropzone .dz-message {
    text-align: center !important;
    margin: 0 !important;
}

.dropzone.dz-started {
    padding: 0 !important;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.position-relative {
    position: relative;
}

.keywords span.keyword {
    margin: 0 5px;
}

.keywords span.keyword a {
    cursor: pointer;
}

.negative-container {
    margin: 0 -10px;
}

.td-center {
    display: block;
    margin: auto;
}

/** * licenseplate */

.licenseplate-green {
    background: #00F09D;
    border: 1px solid #181710;
    color: #181710;
    font-family: Kenteken, serif;
    padding: 1px 5px;
    width: 85px;
    border-radius: 3px;
    text-align: center;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.2);
}

.licenseplate {
    width: 100%;
    height: 100%;
    font-family: Kenteken, serif;
    background: transparent url('../images/licenseplate.png') no-repeat;
    background-size: 92px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    color: black;
    font-size: 12px;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.5);
}

/** * licence plate input */
.trade_licenseplate_blue {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    line-height: 30px;
    background-color: #4392D5;
    border: 1px solid #4392D5;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 15px;
    filter: none;
    vertical-align: middle;
    display: inline-block;
    color: white;
}

input.trade_licenseplate_yellow {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 147px;
    height: 32px;
    line-height: 30px;
    background-color: #f4be04;
    border: 0 solid #ffcc00;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    margin-left: -3px;
    margin-top: 1px;
    margin-bottom: 1px;
    filter: none;
    vertical-align: middle;
}

/** * lightslider */
.vehicle-photos {
    width: 100%;
}

.vehicle-photos ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.vehicle-photos ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.vehicle-photos ul img {
    display: block;
    height: auto;
    max-width: 100%;
}

/** * pnotify */
.message-confirm div.ui-pnotify-container {
    background: white none;
    border-color: #aaaaaa;
    color: #333333;
    width: 500px !important;
}

.message-confirm div.ui-pnotify-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2px;
}

/** * form */
.form-label {
    padding-top: 7px !important;
}

/** * table */

.v-center {
    padding-top: 10px !important;
}

/** * footer */
.page-wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
}

/** * common */
.old-price {
    font-style: italic;
    text-decoration: line-through;
    text-decoration-color: red;
}

/** * login */
#quote-login.container {
    position: absolute;
    width: 100%;

}

#quote-login.container .panel {
    width: 100%;
    max-width: 400px;
    margin: 4rem auto;
}

#quote-login.container .panel .panel-heading {
    border-bottom: none;
}

#quote-login form label {
    width: 100%;
}

#quote-login.container .input .input-group .input-group-addon,
#quote-login.container .input .input-group .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    outline-style: none;
    box-shadow: none;
}

#quote-login.container .input .input-group input.form-control:-webkit-autofill,
#quote-login.container .input .input-group input.form-control:-webkit-autofill:hover,
#quote-login.container .input .input-group input.form-control:-webkit-autofill:focus,
#quote-login.container .input .input-group input.form-control:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/** * dashboard */
.dashboard-item {
    display: block;
    padding-top: 30%;
    padding-bottom: 30%;
    text-align: center;
    margin-bottom: 10px;
    transition: all .3s;
}

.dashboard-item p {
    margin: 0;
}

.dashboard-item.orange {
    background: #FD6D3B;
    color: white;
}

.dashboard-item.blue {
    background: #1460F4;
    color: white;
}

.dashboard-item.red {
    background: #F8324B;
    color: white;
}

.dashboard-item.green {
    background: #019F00;
    color: white;
}

/** * quote page */
#quote-body .page-wrapper {
    margin-bottom: -50px;
}

#quote-body .footer,
#quote-body .push {
    height: 50px; /* .push must be the same height as .footer */
}

#quote-item-container {
    position: relative;
    overflow: hidden;
}

/** * quote side navs */
#quote-item-container .navbar-fixed-left {
    width: 240px;
}

#quote-item-container.display-left .navbar-fixed-left {
    left: 0;
}

#quote-item-container.display-left .nav-content {
    margin-left: 240px;
    padding-left: 0;
    padding-right: 0;
}

/** * styles for full display - no side menu */
#quote-item-container.display-full .navbar-fixed-left {
    left: -240px;
}

#quote-item-container.display-full .nav-content {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

#quote-body .navbar.navbar-fixed-bottom {
    z-index: 9999;
}

#quote-body .navbar.navbar-fixed-bottom .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/** * footer nav */
#quote-body .navbar #footer-body .nav.navbar-nav li {
    width: 100%;
    text-align: center;
}

#quote-item-container .navbar.navbar-fixed-left li a {
    font-size: 14px;
    font-weight: bold;
}

#quote-item-container .navbar.navbar-fixed-left li.active a {
    background-color: #22aadd;
    color: white;
}

#quote-item-container .navbar.navbar-fixed-left li.invalid a {
    background-color: #FF0000;
    color: white;
}

#quote-item-container .navbar.navbar-fixed-left li.valid a {
    background-color: #4DB021;
    color: white;
}

#quote-item-container .content-size {
    min-height: 1800px;
    padding: 0 0 0 15px;
}

#quote-item-container .user-info {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

#quote-item-container .user-info-category {
    border-bottom: solid 1px white;
}

.table .keywords-section td {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.table .keywords-section td .keywords {
    background: #F3F3F3;
}

.list-container {
    margin-top: -5px;
}

.list-container .item {
    padding-top: 5px;
    padding-right: 20px;
}

.list-container .item,
.accessories-items .item,
.vehicles .item {
    position: relative;
}

.list-container .item .remove {
    position: absolute;
    top: 5px;
    right: 0;
}

.accessories-items .item .remove,
.vehicles .item .close {
    position: absolute;
    top: 7px;
    right: 0;
}

#vehicle-advanced-filter .slider.slider-horizontal {
    width: 95%;
}

.vehicle-item {
    padding: 10px 0;
    border-bottom: solid 1px #E9E9E9;
}

.vehicle-item .details {
    font-size: 13px;
}

.vehicle-item .details .detail-header {
    font-size: 16px;
}

.vehicle-item .full-details {
    padding-top: 10px;
}

.vehicle-item .full-details .details-item {
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d3;
}

#customer-drivers-license,
#customer-signature {
    text-align: center;
}

#customer-drivers-license img,
#customer-signature img {
    width: 100%;
    max-width: 300px;
}

/** * delivery */
#quote-editor ul.delivery-packages {
    list-style: none;
    margin: 0;
    padding: 0;
}

#quote-editor ul.delivery-packages li.package {
    border-bottom: solid 1px #d3d3d3;
}

#quote-editor ul.delivery-packages li.package .package-title {
    padding: 0 10px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    background: #e8e8e8;
    cursor: pointer;
}

#quote-editor ul.delivery-packages li.package .package-description {
    padding: 10px;
    display: none;
}

#quote-editor ul.delivery-packages li.package.active .package-description {
    display: block;
}

#quote-editor ul.delivery-packages li.package.selected .package-title {
    background: #d9edf7;
}

#quote-editor ul.delivery-packages li.package.selected-parent .package-title {
    background: #dff0d8;
}

.quote-image-frame {
    display: inline-block;
    border: solid 1px #C3C3C3;
    border-radius: 5px;
    padding: 5px;
}

/************* PLUGINS STYLES **********/
/** * callendar mouse over */
.fc .fc-past {
    background: #F1F1F1;
}

.fc-custom-day-time-grid-element.fc-custom-today:hover,
.fc-custom-day-time-grid-element.fc-custom-future:hover {
    background: #E8E8E8;
}

/** * Actions */
.modal {
    z-index: 9999 !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow: auto;
}

.modal .container {
    width: auto;
}

.modal-header .dropdown {
    float: right;
}

.modal-header .dropdown a.dropdown-toggle {
    color: #ccc;
    margin: 0 5px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 1190;
}

.fc-event {
    cursor: pointer;
}

.muted {
    color: #999999;
}

/** * left navbar */
.navbar-fixed-left,
.navbar-content {
    transition: all .3s;
}

.navbar-fixed-left {
    width: 140px;
    position: absolute;
    top: 0;
    border-radius: 0;
    height: 100%;
    z-index: 1;
}

.navbar-fixed-left ~ .nav-content {
    padding-left: 140px;
}

.navbar-fixed-left .nav.navbar-nav {
    width: 100%;
}

.navbar-fixed-left {
    left: 0;
}

.navbar-fixed-left .navbar-nav > li {
    float: none;
    width: 100%;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    top: 0;
    left: 100%;
}

#quote-item-container .navbar-fixed-left i {
    width: 24px;
    text-align: center;
}

/** * signature area */
.signature-pad {
    position: relative;
    font-size: 10px;
    width: 700px;
    height: 500px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    margin: 0 auto;
}

.signature-pad:before, .signature-pad:after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    left: 20px;
    bottom: 10px;
    background: transparent;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad:after {
    left: auto;
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.signature-pad-body {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 60px;
    border: 1px solid #f4f4f4;
}

.signature-pad-body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 40px;
}

.signature-pad-footer .description {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1.8em;
}

.signature-pad-footer .button {
    position: absolute;
    bottom: 0;
}

.signature-pad-footer .button.clear {
    left: 0;
}

.signature-pad-footer .button.save {
    right: 0;
}

.dropzone {
    border: 3px dashed #203c89;
    background-color: #fff;
    border-radius: 9px;
}

.dropzone .dz-message {
    font-size: 20px;
    color: #646C7F;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

.relative-position {
    position: relative;
}

.relative-position .quote-advanced-options-show {
    position: absolute;
    top: 15px;
    right: 15px;
}

.quote-detailed-total .quote-detailed-item {
    padding: 5px;
}

.quote-detailed-total .quote-detail-value {
    font-weight: bold;
}

.bottom-positioner {
    position: relative;
    margin: 0;
    padding: 0;
}

.bottom-positioner .bottom-placeholder {
    margin: 0;
    padding: 0;
}

.bottom-positioner .bottom-element {
    position: absolute;
    bottom: 0;
    right: 0;
}

/** notification center - start **/
.container {
    position: relative;
}

#popout-notification-dashboard {
    position: absolute;
    z-index: 9;
    top: -21px;
    right: 15px;
}

#popout-notification-dashboard > .panel {
    border-radius: 0 0 4px 4px;
    width: 340px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 43px 0 3px 0;
}

#popout-notification-dashboard header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid silver;
    z-index: 10;
}

#popout-notification-dashboard time {
    padding: 0;
    position: absolute;
    bottom: 3px;
    right: 25px;
}

#popout-notification-dashboard .markAllAsRead {
    margin-right: 15px;
    cursor: pointer;
    color: blue;
}

#popout-notification-dashboard .close {
    position: absolute;
    top: 3px;
    right: 25px;
}

#popout-notification-dashboard img {
    width: 100%
}

/** notification center - end **/

.images-container > div {
    margin: 1rem;
    overflow: hidden;
    width: 30%;
}

.sell-step-image-container {
    border: 2px dashed silver;
    border-radius: 15px;
    color: #646C7F;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    text-align: center;
}

.sell-step-image-container > div.uploadWrapper {
    margin-top: 55px;
    position: relative;
    top: -25px;
}

.uploadWrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uploadWrapper button{
    border: none;
    color: black;
    background: none;
}

.uploadWrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sell-step-image-select {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.images-container figure {
    background: #202020 center;
    background-size: cover;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.images-container figcaption {
    bottom: 10px;
    color: white;
    font-size: 16px;
    left: 20px;
    letter-spacing: 1px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .9),
    -1px 1px 0 rgba(0, 0, 0, .9),
    -1px -1px 0 rgba(0, 0, 0, .9),
    1px -1px 0 rgba(0, 0, 0, .9);
}

.images-container .delete {
    background: rgba(0, 0, 0, .75);
    border-radius: 13px 0 0 0;
    border-left: black;
    border-top: black;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    color: #FFF;
    cursor: pointer;
    line-height: 40px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 999;
}

#image-other-item-template {
    display: none;
}

#quote-listing .item {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    padding-top: 4px;
    overflow: hidden;
    position: relative;
}
#quote-listing .item:last-child {
    border-bottom: 0;
}

#quote-listing .item .datetime {
    text-align: center;
    float: left;
    width: 60px;
    padding-top: 3px;
    padding-left: 10px;
}

#quote-listing .item .customer {
    font-size: 14px;
}

#quote-listing .item .datetime div {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

#quote-listing .item .vehicle-list {
    margin-top: 8px;
}

#quote-listing .item .details {
    float: left;
    border-left: 1px dashed silver;
    padding-left: 10px;
    margin-left: 5px;
    width: calc(100% - 300px);
    min-height: 72px;
}

#quote-listing .item .action {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 250px;
    text-align: right;
}

#quote-listing .item .action .btn {
    width: 49%;
    margin-top: 3px;
}

#quote-listing .item .licenseplate {
    width: 92px;
    height: 21px;
    border-right: 1px solid black;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 2px;
}

/**
 * tradevehicle-progress-bar - start
 * used on DVA Trade vehicle
 **/
.tradevehicle-progress-bar {
    display: block;
    list-style: none;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.tradevehicle-progress-bar a {
    color: inherit;
    letter-spacing: .5px;
    text-decoration: none;
    font-size: 14px;
    outline: none;
}

.tradevehicle-progress-bar a:not(:first-child):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    background-color: white;
    margin-left: -90%;
    margin-top: 12px;
    z-index: -1;
    box-shadow: -1px -1px 2px silver;
}

.tradevehicle-progress-bar a span {
    background: white;
    color: black;
    border-radius: 50%;
    box-shadow: -1px -1px 2px silver;
    display: inline-block;
    line-height: 37px;
    font-size: 18px;
    margin-bottom: .4rem;
    text-align: center;
    text-indent: -1px;
    width: 37px;
}

.tradevehicle-progress-bar a.tradevehicle-progress span {
    color: white;
    box-shadow: -1px -1px 2px #2c6899;
    text-shadow: -1px -1px 0 #337AB7, -2px -2px 0 #2c6899;
    background: linear-gradient(#22aadd, #3073a6);
}

.tradevehicle-progress-bar a.active span {
    color: white;
    box-shadow: -1px -1px 2px #bf3737;
    text-shadow: -1px -1px 0 #c81414, -2px -2px 0 #c81414;
    background: linear-gradient(#ff6264, #c81414);
}

.tradevehicle-progress-bar a.tradevehicle-progress:not(:first-child):before {
    box-shadow: -1px -1px 2px #2c6899;
    background: linear-gradient(#22AADD, #3073a6);
}

.tradevehicle-progress-bar a[href]:hover span {
    color: white;
    box-shadow: -1px -1px 2px #2c6899;
    text-shadow: -1px -1px 0 #337AB7, -2px -2px 0 #2c6899;
    background: #22AADD linear-gradient(#1f96c2, #1e4866);
}

.tradevehicle-progress-bar a.active:hover span {
    color: white;
    box-shadow: -1px -1px 2px #8a2828;
    text-shadow: -1px -1px 0 #940f0f, -2px -2px 0 #940f0f;
    background: linear-gradient(#cc5052, #940f0f);
}

.tradevehicle-progress-bar.flex-row {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.tradevehicle-progress-bar.flex-row .flex-cell {
    box-sizing: border-box;
    flex: 1;
    position: relative;
}

/** tradevehicle-progress-bar - end **/

.vehicle-container {
    padding-top: 0;
    padding-bottom: 0;
}

.vehicle-container .vehicle-item {
    border-bottom: 1px dashed silver;
    padding: 10px 0;
}

.vehicle-container .vehicle-item:last-of-type {
    border-bottom: 0;
}

.vehicle-container .vehicle-item-danger {
    border-left: 12px solid #d9534f;
}

.vehicle-container .vehicle-item-warning {
    border-left: 12px solid #f0ad4e;
}

.vehicle-container .vehicle-item-success {
    border-left: 12px solid #5cb85c;
}

.vehicle-item .label {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    float: right;
    font-size: inherit;
    font-weight: normal;
    margin-left: 10px;
    margin-right: -7px;
    padding: 3px 12px 3px 6px;
}

.vehicle-item .licenseplate {
    float: left;
    margin-left: 10px;
    width: 105px;
}

.vehicle-item .flex-row {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.vehicle-item .flex-row .flex-cell {
    flex: 1;
    position: relative;
    padding: 10px 10px 0;
    text-align: center;
}

.vehicle-item .flex-row .flex-cell .fa {
    margin-right: 4px;
}

table.dataTable tbody tr {
    background: none;
}

.label.label-danger {
    background: #ff6961;
}


.stats-block {
    --main-bg-color: brown;
    --second-bg-color: red;

    background: var(--main-bg-color);
    background: linear-gradient(135deg, var(--main-bg-color), var(--second-bg-color));
    color: white;
    height: 8rem;
    padding: 10px;
    text-align: center;
    line-height: 1.85em;
    font-size: 1.15rem;
    text-shadow:1px 1px 4px rgba(0,0,0,0.6);
    overflow: hidden;
    position: relative;
    border-radius: 3px ;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,.3);
    border: 3px solid white;
}
.stats-block .amount {
    font-size: 3rem;
    line-height: 3.5rem;
}
.stats-block .fa {
    position: absolute;
    top: 5px;
    left:25px;
    font-size: 64px;
    opacity: 1;
}
#quote-dashboard .panel {
    border: 3px solid white;
}
#quote-dashboard .panel .panel-heading {
    border: 0
}
#quote-dashboard .panel {
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
#quote-dashboard .panel .huge {
    font-size: 72px;
    line-height: 77px;
    padding-right: 15px;
}
#quote-dashboard .panel-footer {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    padding: 5px 5px 2px;
    background: white;
    overflow: auto;
}
#quote-dashboard .panel-footer .fa.fa-arrow-circle-right {
    font-size: 1.4em;
}
/** * media sizes */
@media ( max-width: 1023px ) {
    /** * change navbar  */
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .no-collapse .navbar-nav > li {
        float: left;
    }

    .container {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    #quote-item-container .navbar.navbar-fixed-left .nav.navbar-nav {
        margin: 0;
    }

    .signature-pad {
        min-width: 250px;
        min-height: 350px;
    }
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
    .navbar-nav {
        margin: 7px -15px;
    }
}

@media ( max-width: 899px ) {
    .signature-pad {
        width: 100%;
        height: 100%;
    }
}

@media ( max-width: 767px ) {
    .signature-pad {
        width: 100%;
        height: 100%;
    }
}

@media ( max-width: 425px ) {
    #quote-item-container.display-left .nav-content {
        padding-left: 160px;
        padding-right: 0;
    }

    #quote-item-container.display-right .nav-content {
        padding-left: 0;
        padding-right: 160px;
    }

    .hidden-xxs {
        display: none;
    }

    .visible-xxs {
        display: block !important;
    }
}

@media ( max-width: 374px ) {
    #quote-dashboard .col-xs-6 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media ( max-height: 320px ) {
    .signature-pad-body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 32px;
    }

    .signature-pad-footer {
        left: 20px;
        right: 20px;
        bottom: 4px;
        height: 28px;
    }

    .signature-pad-footer .description {
        font-size: 1em;
        margin-top: 1em;
    }
}