﻿#login-container {
    min-height: 90vh;
    background-color: black;
}

#login-panel {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #login-panel div {
        max-width: 500px;
    }


.mdi:before, .mdi-set {
    line-height: 1 !important;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

    .breadcrumb a:hover span {
        text-decoration: underline;
    }

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}

body {
    background-color: #fafcff;
    min-width: 315px;
}

@media(max-width:500px) {
    body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xl {
        padding-left: 12px;
        padding-right: 12px;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
    }

@media (min-width: 1367px) {
    body .container-fluid, body .container-lg, body .container-md, body .container-sm, body .container-xl {
        max-width: 90%;
    }
}

@media (max-height: 600px) {
    .auth-brand {
        position: relative;
        top: 0;
    }
}

.auth-fluid .auth-fluid-form-box {
    padding: 0rem 2rem 0 3rem !important;
    max-width: 540px;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-fluid {
    min-height: 90vh;
}

.screen-loader {
    height: 120px;
    margin-top: 40vh;
}

.page-body {
    min-height: 80vh;
}

.cart-nav-badge {
    position: absolute;
    top: 18px;
    right: -5px;
}

.notification-list .noti-mdi-icon {
    font-size: 24px;
    vertical-align: middle;
    line-height: 72px;
}

.mdi-28px.mdi-set, .mdi-28px.mdi:before {
    font-size: 28px;
}

.nav-user .account-user-avatar {
    position: absolute;
    top: calc(46px / 2);
    left: 15px;
}

.dynamic-length {
    text-overflow: ellipsis;
}

.profile-dropdown {
    min-width: 200px;
}

.vertical-align-middle {
    vertical-align: middle;
}

@media (min-width:986px) {
    .nav-item {
        text-align: center;
    }
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.8) !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,1) !important;
}

.navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link {
    min-width: 5rem;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: white;
    }

.notification-list a.nav-link:hover, .notification-list a.nav-link:focus {
    color: black !important;
}

ul.breadcrumb {
    list-style: none;
    margin-bottom: 0px;
}

    ul.breadcrumb li {
        display: inline;
        font-size: small;
    }

        ul.breadcrumb li.active:before {
            content: "> ";
        }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: gray;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: black;
                text-decoration: underline;
            }


.custom-accordion-title.collapsed i.accordion-arrow::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.custom-accordion-title i.accordion-arrow::before {
    transition-duration: 0.5s;
}

.card-header {
    padding: 0.35rem 1.5rem;
}

.color-black {
    color: black;
}

.color-electric {
    color: #42d29d;
}

.color-diesel {
    color: rgba(221,79,5,1);
}

.map-legend-icon {
    width: 22px;
}

#hoursConsumption-datatable_info {
    font-size: small;
}

.dropdown-menu {
    z-index: 1012 !important;
    box-shadow: 0px 2px 10px 3px #cccccc9e;
}

#account-manager {
    position: fixed;
    right: -255px;
    top: 25%;
    text-align: center;
    padding: 20px 10px;
    width: 255px;
    transition: right ease 400ms;
    transition: top ease 10ms;
    z-index: 1001;
}


    #account-manager.open {
        right: 0;
    }

    #account-manager .telephone-tab {
        position: absolute;
        left: -35px;
        padding: 18px 3px 14px 8px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        top: 0;
        cursor: pointer;
        border: 1px solid #00000080;
    }

    #account-manager a {
        padding: 0;
        color: white;
    }

    #account-manager h4 {
        padding-bottom: 0;
        font-weight: bold;
    }

    #account-manager h3 {
        padding-top: 0;
    }

    #account-manager .phone a {
        text-decoration: none;
    }

    #account-manager a:before {
        display: none;
    }

    #account-manager .photo {
        border-radius: 50100%;
        min-width: 65px;
    }

a.kpi-tooltip {
    position: relative;
    color: black;
}

    a.kpi-tooltip:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 1.5em;
        left: -260px;
        min-width: 260px;
        padding: 8px;
        color: black;
        z-index: 1;
        background: #f2f4f7;
    }

.tilebox-one i.kpi-tooltip-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 1rem;
    opacity: 1;
}

.liquid-modal-dialog-container {
    z-index: 1002 !important;
}

.liquid-modal-dialog {
    width: 100% !important;
}

.liquid-modal-dialog-header {
    padding-bottom: 1rem !important;
}

.liquid-modal-dialog-title {
    margin-top: 0px;
}

#showfiltermodal-btn {
    position: fixed;
    right: -18px;
    top: 25%;
    z-index: 1000;
}

    #showfiltermodal-btn a {
        margin-top:62px;
        display: block;
        padding: 16px 16px 14px 8px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        /*border-radius: 30px;*/
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border: 1px solid #00000080;
        line-height: 0px;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
}

    ::-webkit-scrollbar:window-inactive {
        overflow: hidden;
    }
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8c8c8c;
    }


.compare-card-img {
    height: 300px;
}

.table-compact {
    margin: 0px;
}

    .table-compact td {
        padding-top: 1px;
        padding-bottom: 1px;
    }

i {
    vertical-align: middle;
}

.table-row-property {
    background-color: #e6e6e6;
    font-weight: bold;
}

@media(min-width:768px) {
    .comparison-table .comparison-table-row:nth-child(2n) {
        background: #e6e6e6;
    }
}

@media(min-width:576px) {
    .details-table .details-table-row:nth-child(2n) {
        background: #e6e6e6;
    }
}

.img-preview {
    max-width: 100%;
    width: 100%;
    position: relative;
    object-fit: scale-down;
    vertical-align: middle;
    text-align: center;
}

.img-preview-large {
    max-height: 40vh !important;
}

@media only screen and (min-width:990px) {
    .img-preview-small {
        max-height: 100px !important;
    }
}

@media only screen and (max-width:990px) {
    .img-preview-small {
        max-height: 150px !important;
    }
}

@media only screen and (max-width:640px) {
    .img-preview-small {
        max-height: 100px !important;
    }
}

.img-preview-box {
    border: 1px solid #ddd;
}

.img-button {
    position: absolute;
    opacity: 0.8;
    background-color: white;
}

.addToOrder-modal {
    max-width: 600px;
}

.newRentalMachine-modal {
    min-width: 60vw;
    min-height: 75vh;
}

@media (max-width: 1000px) {

    .newRentalMachine-modal {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .topnav-navbar .navbar-toggle {
        margin: 27px 14px 27px 7px !important;
    }
}


/*Collapsable Table*/
.collapsablTable {
    font-size: .8rem;
    width: 100%;
}

    .collapsablTable thead th {
        border-bottom: 0;
        overflow: hidden;
        border-top: none !important;
    }

    .collapsablTable tr {
        border-bottom: 1px solid #eee;
        padding: .35em;
    }


@media (max-width: 900px) {
    .collapsablTable caption {
        font-size: 1.3em;
    }

    .collapsablTable thead {
        border-top: 1px solid #eee;
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .collapsablTable tr {
        margin-bottom: 2rem;
        border: 1px solid #eee;
        display: block;
    }

    .collapsablTable td {
        border-bottom: 1px solid #eee;
        display: block;
        text-align: right;
        border-top: 0;
    }

    .collapsablTable tr td:last-child {
        border-bottom: 0;
    }

    .collapsablTable td::before {
        content: attr(data-column);
        float: left;
        font-weight: bold;
    }
}

.btn-curved {
    border-radius: 0.25rem !important;
}

.pagination-btn-round {
    min-width: 38px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    border-style: none;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

    .pagination-btn-round:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        padding-top: 100%;
    }

.pagination-btn.disabled {
    color: #ddd;
}

    .pagination-btn.disabled:hover {
        color: #ddd;
    }


.contactsEditUser-modal {
    max-width: 400px;
}




.contactsActivateUser-modal {
    max-width: 390px;
}

.blazored-toast {
    width: 25rem !important;
    border-radius: .25rem;
}

.blazored-toast-heading {
    font-size: 1.2rem !important;
}

.blazored-toast-message {
    font-size: 1rem !important;
}



.rentalOrderDetails-modal {
    width: 100%;
    min-height: 75vh;
}

@media(min-width:1000px) {
    .rentalOrderDetails-modal {
        min-width: 60vw;
    }
}

@media(max-width:767px) {
    .tab-content-responsive > .tab-pane {
        display: block !important;
    }
}

.rentalOrders-Form {
    max-width: 720px;
}

.AnnualCostTable td {
    border-bottom: 1px solid #eef2f7;
    border-top: 0;
    padding: 0.50rem;
}

.AnnualCostTable, .table {
    margin-bottom: 0.5rem;
}

.machineMap-Modal {
    min-height: 50vh;
    min-width: 60vw;
}

@media(max-width:600px) {
    .machineMap-Modal {
        min-height: 70vh;
        min-width: 70vw;
    }
}

.txtCommentArea {
    max-width: 800px
}

input[data-switch]:checked + label {
    background-color: #001f60;
}

.flatpickr-input {
    background-color: transparent !important;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #eee;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

#spotlight .footer {
    position: absolute !important;
    border: none;
}

.btn-default:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 8px 8px
}

.img-20vh {
    height: 20vh;
    min-height: 100px;
}

.newRentals-noImage {
    width: 40vw;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-message {
    color: #dd4f05;
}

.required:after {
    content: " *";
    color: #dd4f05;
}

@media(min-width:986px) {
    .settings-modal {
        min-width: 450px;
        width: min-content;
    }
}

.auth-fluid {
    z-index: 0 !important;
}

.blazored-toast-container {
    z-index: 1010 !important;
}


.checkbox-large {
    transform: scale(1.4);
}

.blazored-toast-container {
    z-index: 1010 !important;
}

body .container-fluid, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    padding-right: 12px;
    padding-left: 12px;
}

@media(min-width:767px) {
    .annualCosts-modal {
        min-width: 420px
    }
}

.list-item-separator {
    padding-left: 10px;
    padding-right: 10px;
}

.notification-list .topbar-dropdown-menu .notify-item {
    padding: 8px 20px;
}

.badge-RentalStatus {
    color: white;
    font-size: 85%;
}

.badge-PendingDelivery {
    background-color: rgba(221,79,5,1);
}

.badge-CurrentRental {
    background-color: #10c469;
}

.badge-PendingCollection {
    background-color: #f9c851;
    color: #000000cc;
}

.badge-ClosedRental {
    background-color: #9f9c9c;
}

.badge-Exchanged {
    background-color: #35b8e0;
}

.badge-Cancelled {
    background-color: black;
}

.badge-propulsion {
    color: white;
    font-size: 90%;
}

.badge-hybrid {
    background-color: #001f60;
}

.badge-electric {
    background-color: #10c469;
}

.badge-diesel {
    background-color: rgba(221,79,5,1);
}

.dashboard-rentalTile {
    border-bottom: 5px solid #001f60;
}

.btn.btn-rounded {
    border-radius: 2em;
}

.filter-count-badge {
    position: absolute;
    top: 8px;
    left: 27px;
}

.dropdown-highlight {
    margin-left: -10px;
    background-color: rgb(211 211 211 / 24%);
    padding: 0px 10px;
    border-radius: 7px;
}

.category-btn {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

    .category-btn:hover {
        border: 1px solid #001f60;
    }

.placeholder-image {
    opacity: 0.6;
}

.img-highlight:hover {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 10px 3px #e5e4e4;
}

.link-highlight:hover {
    text-decoration: underline;
}

.pac-container{
    z-index:1010;
}