﻿a:hover{
	cursor: grab !important;
}
#inventory-price-form-input-group .input-group-prepend span {
    border: var(--bs-border-width) solid #dfe5ef;
    font-size: 30px;
    background-color: #e2e2e2 !important;
}
#inventory-price-form-input-group input:focus{
    outline:none;
}
input[name="VerificationCode"] {
    font-size: 26px;
    letter-spacing: 10px;
    padding: 14px 20px;
    font-weight: 800;
    text-align: center !important;
}
#form-field-VerificationCode label {
    text-align: center !important;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
}
label.control-label {
    padding-top: calc(8px + var(--bs-border-width));
    padding-bottom: calc(8px + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: #2a3547;
}
.text-center input.form-control{
    text-align:center;
}

.colorSwatch {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.colorChangeLabel{
    float:left;
    margin-right:15px;
}




@media (min-width:992px) {
    .page-container {
        max-width: 1140px;
        margin: 0 auto
    }

    .page-sidenav {
        display: block !important
    }
}

.padding {
    padding: 2rem
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85em
}

.tl-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.p-4 {
    padding: 1.5rem !important
}

.block,
.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

    .tl-item > * {
        padding: 10px
    }

    .tl-item .avatar {
        z-index: 2
    }

    .tl-item:last-child .tl-dot:after {
        display: none
    }

    .tl-item.active .tl-dot:before {
        border-color: #448bff;
        box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
    }

    .tl-item:last-child .tl-dot:after {
        display: none
    }

    .tl-item.active .tl-dot:before {
        border-color: #448bff;
        box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
    }

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

    .tl-dot:after,
    .tl-dot:before {
        content: '';
        position: absolute;
        border-color: inherit;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%)
    }

    .tl-dot:after {
        width: 0;
        height: auto;
        top: 25px;
        bottom: -15px;
        border-right-width: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0
    }

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

    .tl-dot:after,
    .tl-dot:before {
        content: '';
        position: absolute;
        border-color: inherit;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%)
    }

    .tl-dot:after {
        width: 0;
        height: auto;
        top: 25px;
        bottom: -15px;
        border-right-width: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0
    }

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100%;
    text-align: left;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.tl-dot.completed {
    border-color: var(--bs-primary) !important;
}

.tl-dot.completed-with-errors {
    border-color: var(--bs-warning) !important;
}

.tl-dot.failed {
    border-color: #f54394 !important;
}

.float-right{
    float:right !important;
}
.float-left{
    float:left !important;
}


.hide-dropdown-icon::after {
    display: none;
}
.dropright .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.timeline-sm .timeline-item {
    min-height: 60px;
}

.qrScanActivity-timeline .timeline-time {
    min-width: 150px !important;
}
.qrScanActivity-timeline .timeline-time.vehicle {
    min-width: 130px !important;
    padding:6px 0 !important;
}

.qrScanActivity-timeline .source-icon {
    background-color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    position: relative;
    top: -10px;
    left: -12px;
}
.dataTables_filter label input {
    border-radius: 0px !important;
    border: 2px solid var(--bs-border-color) !important;
    font-size: 20px !important;
    padding: 10px 20px !important;
}
.dataTables_filter label {
    font-size: 18px !important;
}
.control-radio label {
    margin-left:10px;
}
.checkbox label input{
    margin-right:10px;
}
.loginwithcellphone input[name="CellPhone"]{
  font-size: 26px;
  padding: 14px 20px;
  font-weight: 800;
  text-align: center !important;
}


.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-italic {
    font-style: italic !important;
}

.note-has-grid .single-note-item.note-danger .side-stick {
    background-color: var(--bs-danger);
}
.note-has-grid .single-note-item.note-primary .side-stick {
    background-color: var(--bs-primary);
}
.note-has-grid .single-note-item.note-info .side-stick {
    background-color: var(--bs-info);
}
.dashboard-header-row div:last-child {
    border: 0px !important;
}
.authenticationform .form-control {
    font-size: 18px !important;
    padding: 10px 16px;
    border-radius: 0px;
}

input[name='Price']{
    font-size:30px;
    font-weight:bold;
    background-color:#e2e2e2 !important;
}
.spinner-border-lg {
    --bs-spinner-width: 4rem !important;
    --bs-spinner-height: 4rem !important;
}

.bg-medium {
    background-color: rgb(220, 220, 221) !important
}