html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
position: relative;
min-height: 100%;
}
.card {
border-radius: 4px;
box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
cursor: pointer;
}
.card:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.vehicleDetailTabContainer {
max-height: 65vh;
overflow-y: auto;
overflow-x: auto;
}
.reportTabContainer {
overflow-y: auto;
overflow-x: auto;
}
.vehicleDetailTabContainer.fixed {
height: 65vh;
}
.swimlane{
height:100%;
}
.swimlane:not(:last-child) {
border-right-style: solid;
}
.showOnPrint {
display: none;
}
@media print {
.hideOnPrint {
display: none;
}
.showOnPrint {
display: block !important;
}
.vehicleDetailTabContainer {
background-color: #fff !important;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0;
font-size: 14px;
line-height: 18px;
color: #000 !important;
overflow: visible;
z-index: 1030;
}
.stickerPrintContainer {
background-color: #fff !important;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0;
font-size: 14px;
line-height: 18px;
color: #000 !important;
overflow: visible;
z-index: 1030;
}
.reminderSticker {
width: 98%;
aspect-ratio: 1/1;
border-style: dashed;
border-width: 2px;
}
}
/* Mobile-First Modal Improvements */
@media (max-width: 768px) {
/* Full-screen modal on mobile */
.modal-dialog {
margin: 0;
width: 100vw;
height: 100vh;
max-width: none;
max-height: none;
}
.modal-content {
height: 100vh;
border-radius: 0;
border: none;
display: flex;
flex-direction: column;
}
/* Slide-up animation for mobile modals */
.modal.fade .modal-dialog {
transform: translateY(100%);
transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
transform: translateY(0);
}
.modal-body {
flex: 1;
overflow-y: auto;
padding: 1rem;
}
.modal-header {
flex-shrink: 0;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
}
.modal-footer {
flex-shrink: 0;
padding: 1rem;
border-top: 1px solid #dee2e6;
}
/* Touch-friendly targets - minimum 44px */
.btn {
min-height: 44px;
min-width: 44px;
padding: 0.75rem 1rem;
}
.btn-sm {
min-height: 44px;
min-width: 44px;
padding: 0.5rem 0.75rem;
}
.btn-close {
width: 44px;
height: 44px;
padding: 0.75rem;
}
.form-control {
min-height: 44px;
padding: 0.75rem;
font-size: 16px; /* Prevents zoom on iOS */
}
.form-select {
min-height: 44px;
padding: 0.75rem;
font-size: 16px;
}
.form-check-input {
width: 1.5rem;
height: 1.5rem;
margin-top: 0.25rem;
}
.form-check-label {
min-height: 44px;
display: flex;
align-items: center;
padding-left: 0.5rem;
}
.input-group-text {
min-height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
/* Single column layout on mobile */
.col-md-6 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
/* Mobile form spacing */
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
margin-bottom: 0.75rem;
font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
margin-bottom: 1rem;
}
/* Simplified header layout on mobile */
.modal-header .d-flex {
flex-direction: column;
align-items: stretch !important;
}
.modal-header .modal-title {
margin-bottom: 1rem;
text-align: center;
}
.modal-header .form-check {
justify-content: center;
margin-bottom: 0.5rem;
}
.modal-header .btn-close {
position: absolute;
top: 1rem;
right: 1rem;
margin: 0;
}
/* Mobile-friendly footer buttons */
.modal-footer {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.modal-footer .btn {
width: 100%;
margin: 0;
}
.modal-footer .btn:first-child {
order: 2; /* Move delete button to bottom */
}
.modal-footer .btn:last-child {
order: 1; /* Move primary action to top */
}
.modal-footer .btn:nth-child(2) {
order: 3; /* Cancel button in middle */
}
/* Bottom sheet pattern for mobile */
.modal-content {
position: relative;
}
.modal-content::before {
content: '';
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 4px;
background-color: #dee2e6;
border-radius: 2px;
z-index: 1000;
cursor: grab;
}
.modal-content::before:active {
cursor: grabbing;
}
/* Touch feedback for interactive elements */
.btn:active,
.form-control:active,
.form-check-input:active {
transform: scale(0.98);
transition: transform 0.1s ease;
}
/* Improved focus states for mobile */
.form-control:focus,
.form-select:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
outline: none;
}
/* Mobile tag input styling */
.mobile-tag-input .bootstrap-tagsinput {
border-radius: 6px;
border: 1px solid #ced4da;
}
.mobile-tag-input .bootstrap-tagsinput:focus-within {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.mobile-tag-input .tag {
background-color: #0d6efd;
color: white;
border-radius: 4px;
margin: 2px;
padding: 4px 8px;
font-size: 14px;
}
/* Enhanced mobile breakpoints for better responsiveness */
.mobile-single-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
/* Improved mobile modal animations */
.modal.fade .modal-dialog {
transform: translateY(100%);
transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal.show .modal-dialog {
transform: translateY(0);
}
/* Mobile keyboard adjustments */
.modal-body {
/* Prevent viewport scaling when keyboard appears */
position: relative;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/* Accessibility improvements for mobile */
.form-label {
font-weight: 600;
color: #212529;
margin-bottom: 0.5rem;
}
/* Error state improvements for mobile */
.is-invalid {
border-color: #dc3545 !important;
border-width: 2px !important;
}
.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
/* Success state for mobile */
.is-valid {
border-color: #198754 !important;
border-width: 2px !important;
}
.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}
/* iPhone-specific optimizations for high DPI displays */
.modal-header .modal-title {
font-size: 1.125rem;
line-height: 1.3;
word-break: break-word;
}
/* Optimize for very narrow screens (iPhone portrait) */
.modal-body .form-group {
margin-bottom: 1.25rem;
}
.modal-body .form-group label {
font-size: 0.9rem;
margin-bottom: 0.5rem;
display: block;
font-weight: 600;
}
/* Enhanced input styling for high DPI */
.form-control,
.form-select {
border-width: 1.5px;
border-radius: 8px;
line-height: 1.4;
}
/* Improved button styling for high DPI touch */
.btn {
border-radius: 8px;
font-weight: 500;
letter-spacing: 0.025em;
}
.btn-sm {
border-radius: 6px;
}
/* Enhanced modal animations for smooth feel */
.modal.fade .modal-dialog {
transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Better spacing for very narrow viewports */
.input-group {
margin-bottom: 1rem;
}
.input-group-text {
border-width: 1.5px;
border-radius: 0 8px 8px 0;
}
.input-group .form-control {
border-radius: 8px 0 0 8px;
}
/* Optimize checkbox and radio sizing for high DPI */
.form-check-input {
margin-top: 0.125rem;
border-width: 1.5px;
}
.form-check-label {
font-size: 0.9rem;
padding-left: 0.75rem;
}
/* Enhanced focus rings for high DPI */
.form-control:focus,
.form-select:focus,
.btn:focus {
box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
border-color: #86b7fe;
}
/* Better modal pull handle for high DPI */
.modal-content::before {
width: 48px;
height: 5px;
border-radius: 3px;
background-color: #adb5bd;
top: 10px;
}
}
/* Ultra-narrow portrait optimization (iPhone-specific) */
@media (max-width: 280px) {
.modal-header {
padding: 0.75rem;
flex-direction: column;
align-items: stretch;
text-align: center;
}
.modal-header .btn-close {
position: absolute;
top: 0.75rem;
right: 0.75rem;
width: 36px;
height: 36px;
}
.modal-header .modal-title {
font-size: 1rem;
margin-bottom: 0.75rem;
padding-right: 50px; /* Account for close button */
}
.modal-body {
padding: 0.75rem;
}
.modal-footer {
padding: 0.75rem;
gap: 0.75rem;
}
/* Ultra-compact form styling */
.form-group {
margin-bottom: 1rem;
}
.form-group label {
font-size: 0.85rem;
margin-bottom: 0.375rem;
}
.form-control,
.form-select {
padding: 0.625rem 0.75rem;
font-size: 15px; /* Prevent zoom on very narrow iPhones */
}
.btn {
padding: 0.625rem 1rem;
font-size: 0.9rem;
}
/* Compact input groups */
.input-group-text {
padding: 0.625rem 0.75rem;
font-size: 0.9rem;
}
/* Smaller modal content spacing */
.modal-content::before {
width: 40px;
height: 4px;
top: 8px;
}
/* Optimize for one-handed use */
.modal-footer .btn {
min-height: 48px;
font-size: 1rem;
}
/* Better tag input styling for narrow screens */
.mobile-tag-input .bootstrap-tagsinput {
min-height: 40px;
padding: 6px;
font-size: 15px;
}
.mobile-tag-input .tag {
font-size: 0.8rem;
padding: 3px 6px;
margin: 1px;
}
}
.recordSticker {
height: 100%;
page-break-after: always;
}
.stickerNote {
height:100%;
}
html[data-bs-theme="light"] body {
background-color: #fff !important;
}
html[data-bs-theme="dark"] body {
background-color: #212529 !important;
}
html[data-bs-theme="light"] table {
background-color: #fff !important;
}
html[data-bs-theme="dark"] table {
background-color: var(--bs-dark) !important;
}
html[data-bs-theme="light"] ul {
border: 0px !important;
background-color: #fff !important;
}
html[data-bs-theme="dark"] ul {
border: 0px !important;
background-color: var(--bs-dark) !important;
}
html[data-bs-theme="light"] li {
color: #000 !important;
border: 0px !important;
background-color: #fff !important;
}
html[data-bs-theme="dark"] li {
color: #fff !important;
border: 0px !important;
background-color: var(--bs-dark) !important;
}
html[data-bs-theme="light"] td {
color: #000 !important;
border: hidden;
background-color: #fff !important;
}
html[data-bs-theme="dark"] td {
color: #fff !important;
border: hidden;
background-color: var(--bs-dark) !important;
}
html[data-bs-theme="light"] th {
color: #000 !important;
background-color: #fff !important;
}
html[data-bs-theme="dark"] th {
color: #fff !important;
background-color: var(--bs-dark) !important;
}
tr {
border: hidden;
}
}
.chartContainer {
height: 30vh;
overflow: auto;
}
.vehicleNoteContainer {
height: 40vh;
}
.display-7 {
font-size: calc(1.325rem + 0.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-7 {
font-size: 2rem;
}
}
.reportsCheckBoxContainer {
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.bell-shake {
animation: bellshake .5s;
backface-visibility: hidden;
transform-origin: top center;
}
.tablerow-shake {
animation: tablerowshake 1.2s cubic-bezier(.36, .07, .19, .97) both;
backface-visibility: hidden;
transform: translate3d(0, 0, 0);
}
@keyframes tablerowshake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
@keyframes bellshake {
0% {
transform: rotate(0);
}
15% {
transform: rotate(5deg);
}
30% {
transform: rotate(-5deg);
}
45% {
transform: rotate(4deg);
}
60% {
transform: rotate(-4deg);
}
75% {
transform: rotate(2deg);
}
85% {
transform: rotate(-2deg);
}
92% {
transform: rotate(1deg);
}
100% {
transform: rotate(0);
}
}
.btn-check:checked + .dropdown-item, :not(.btn-check) + .dropdown-item:active {
color: #fff;
background-color: #0d6efd;
}
.motovaultpro-navbar-container {
position: fixed;
top: 0;
left: 0;
z-index: 1021;
}
.motovaultpro-navbar {
align-items: center;
}
.motovaultpro-tab {
border:none;
}
.motovaultpro-tab .nav-link {
border: none;
}
/*Media Queries*/
@media (max-width: 576px) {
.motovaultpro-tab {
display: none;
}
.motovaultpro-navbar {
justify-content: space-between;
align-items: center;
}
.motovaultpro-navbar-button {
display: flex;
align-items: center;
}
.motovaultpro-navbar-button > button {
padding: 0;
font-size: 2rem;
}
.motovaultpro-menu-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
}
.motovaultpro-mobile-nav {
background-color: var(--bs-body-bg);
height: 100vh;
width: 100%;
position: fixed;
top: 0;
left: 0;
margin: 0;
display: none;
z-index: 2000;
overflow-y:auto;
}
.motovaultpro-mobile-nav-show {
display: block;
}
.motovaultpro-mobile-nav > ul > li > .nav-link.active {
color: #6ea8fe;
}
}
@media(min-width: 576px) {
.motovaultpro-mobile-nav-show {
display: none;
}
.motovaultpro-mobile-nav {
display: none;
}
.motovaultpro-navbar-button {
display: none;
}
}
.dropdown-menu.show {
z-index: 1030;
}
.table-context-menu {
z-index: 1030;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
position: absolute;
}
.table-context-menu > li > .dropdown-item:hover {
background-color: rgba(var(--bs-primary-rgb)) !important;
color: #fff !important;
}
html[data-bs-theme="dark"] .table-context-menu {
background-color: rgba(33, 37, 41, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
html[data-bs-theme="light"] .table-context-menu {
background-color: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
input[type="file"] {
max-width: 100%;
}
.uploadedFileName {
max-width: 75%;
}
.taskCard {
max-height: 20vh;
padding:0.5rem;
overflow:hidden;
border-radius: 4px;
box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
cursor: pointer;
}
.taskCard.nodrag{
cursor:not-allowed;
}
.taskCard-title{
font-size:1.5rem;
font-weight:300;
max-height:10vh;
}
[data-bs-theme=dark] .taskCard {
background-color: rgba(255,255,255,0.5);
}
[data-bs-theme=light] .taskCard {
background-color: rgba(80,80,80,0.25);
}
.override-hide{
display: none !important;
}
.reminderCalendarViewContent .datepicker, .reminderCalendarViewContent .datepicker-inline, .reminderCalendarViewContent .datepicker-days, .reminderCalendarViewContent .table-condensed {
width: 100%;
height: 100%;
table-layout: fixed;
cursor: default;
}
.reminder-exist{
overflow:auto;
vertical-align:top;
}
.reminder-exist p{
margin:0;
}
.reminderCalendarViewContent .datepicker table tr td.day {
cursor: default;
}
.reminderCalendarViewContent .datepicker table tr td.day:hover {
cursor: default;
}
.reminder-calendar-item{
cursor: pointer;
}
.zero-y-padding{
padding-top: 0rem;
padding-bottom: 0rem;
}
.vehicle-sold-banner {
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
text-align: center;
position: absolute;
z-index: 10;
}
.copyable{
cursor: pointer;
}
.accordion-button.skinny {
padding: 0.438rem 0rem !important;
background-color: inherit !important;
}
.planner-indicator{
font-size:1em;
padding:0.2em;
}
html[data-bs-theme="dark"] .btn-adaptive {
--bs-btn-color: #fff;
--bs-btn-bg: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #424649;
--bs-btn-hover-border-color: #373b3e;
--bs-btn-focus-shadow-rgb: 66, 70, 73;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #4d5154;
--bs-btn-active-border-color: #373b3e;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #212529;
--bs-btn-disabled-border-color: #212529;
}
html[data-bs-theme="light"] .btn-adaptive {
--bs-btn-color: #000;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #d3d4d5;
--bs-btn-hover-border-color: #c6c7c8;
--bs-btn-focus-shadow-rgb: 211, 212, 213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #c6c7c8;
--bs-btn-active-border-color: #babbbc;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}
html[data-bs-theme="dark"] .api-method:hover {
background-color: #373b3e;
}
html[data-bs-theme="light"] .api-method:hover {
background-color: rgba(0,0,0,0.1);
}
.resizable-nav-link {
padding: 0.5rem;
}
@media(max-width: 1400px) {
.resizable-nav-link {
padding-left: 0.35rem;
padding-right: 0.35rem;
padding-top: 0.5rem;
padding-bottom:0.5rem;
}
}
@media(max-width: 1200px) {
.resizable-nav-link {
padding-left: 0.2rem;
padding-right: 0.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
@media(max-width: 992px) {
.resizable-nav-link {
padding-left: 0.25rem;
padding-right: 0.25rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
@media(max-width: 768px) {
.resizable-nav-link {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
.password-visible-button {
padding: 0rem;
}
.btn-warning {
--bs-btn-color: #fff;
--bs-btn-bg: #DA112A;
--bs-btn-border-color: #DA112A;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #B80E23;
--bs-btn-hover-border-color: #A60C1F;
--bs-btn-focus-shadow-rgb: 218, 17, 42;
}
.motovaultpro-logo {
min-width: 48px;
max-width: 204px;
object-fit: scale-down;
pointer-events: none;
}
.motovaultpro-logo-sticker {
height: 6rem;
width: auto;
object-fit: scale-down;
pointer-events: none;
}
::-ms-reveal {
display: none;
}
.motovaultpro-report-banner {
border-top: thin solid black;
text-align: center;
}
.attachment-badge-xs {
padding-left: 0.25em;
padding-right: 0.25em;
font-size: 0.6em;
font-weight: 500;
top: 15%
}
.motovaultpro-vehicle-logo {
height: 48px;
width: 48px;
border-radius: 50%;
object-fit: cover;
pointer-events: none;
}
.motovaultpro-vehicle-logo.sold {
filter: grayscale(100%);
}
.motovaultpro-uploader {
border: 1px dashed rgb(73,80,87);
border-radius: 0.375rem;
cursor:pointer;
position:relative;
}
.motovaultpro-link-uploader{
position:absolute;
right:0;
top:0;
}
.motovaultpro-link-uploader > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
}
.motovaultpro-uploader.solid {
border-style: solid;
}
.setup-wizard-container {
position:relative;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
height:85vh;
}
.setup-wizard-content{
height: calc(100% - 60px);
overflow-y:auto;
overflow-x:hidden;
padding: 10px 15px;
}
.setup-wizard-nav{
position: absolute;
width:100%;
height: 60px;
bottom: 0;
border-top: #E6E6E6 solid 1px;
}
html[data-bs-theme="dark"] .frosted {
background-color: rgba(33, 37, 41, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
html[data-bs-theme="light"] .frosted {
background-color: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.motovaultpro-body-container {
padding-top: calc(48px + 2.5rem);
min-height: 100vh;
}
.no-top-pad {
margin-top: calc(-48px - 2.5rem);
}
.sticky-top-nav {
top: calc(48px + 2.5rem);
}