﻿html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    height: 100%;
}

::-moz-selection { /* Code for Firefox */
    background: #c6efff !important;
}

::selection {
    background: #c6efff !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/column-chooser.svg");
    mask-image: url("images/icons/column-chooser.svg");
    background-color: currentColor;
    float: right;
}

.required-caption:after {
    content: '*';
    color: red;
}

.txt-disabled {
    background-color: currentColor;
}

.searchbar {
    width: 25%;
    float: right;
    margin: 3px;
}

.searcharea{
    width:100%;
    float: right;
    margin:5px;
    padding:3px;
}

.column-chooser-button {
    float: left;
    margin: 3px;
}
.column1-chooser-button {
    float: left;
    margin: 3px;
}

.grid-button {
    margin: 3px;
    float: left;
}

.save-button {
    margin-top: 10px;
    margin-left: 5px;
    
}

.black-border {
    border: 1px solid black;
}

.center {
    margin: auto;
}

.improvedGrid {
    width: 100%;
}

.improvedGrid td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.improvedGrid th {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-top-width: 0 !important;
    background-color: transparent !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxgrid-header-center-align {
    text-align: center;
    margin-right: 0px !important;
    width: 100%;
}

.read-only-money {
    border-color: transparent !important;
    background-color: transparent !important;
}

.float-bottom {
    position: fixed !important;
    width: 240px;
    bottom: 0px;
    background-color: white;
}

.editor-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.editor-icon-chevron-right-small {
    -webkit-mask-image: url("images/icons/chevron-right-small.svg");
    mask-image: url("images/icons/chevron-right-small.svg");
}

.editor-icon-chevron-left-small {
    -webkit-mask-image: url("images/icons/chevron-left-small.svg");
    mask-image: url("images/icons/chevron-left-small.svg");
}

.editor-icon-add {
    -webkit-mask-image: url("images/icons/add.svg");
    mask-image: url("images/icons/add.svg");
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
}

.image-above-text {
    margin: auto;
}

.text-below-image {
    margin: auto;
}

.text-below-image-betaal {
    margin: auto;
    padding: 30px;
}

.betaal-button {
    background-color: white !important;
    transition: border-color 0.3s ease-in-out;
}

.card-view-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-view-container {
    flex: 1 1 auto;
    overflow-y: auto;
}

.card-container {
    border-radius: 0.25rem;
    /*border:2px solid !important;*/
    padding: 1.5rem;
}

.card-price {
    margin-bottom: 0;
    color: black !important;
}

.text-align-right input {
    text-align: right;
}

.card-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected {
    background-color: red;
    border: 2px solid #fe7109;
}

/*new Vehicle dialog*/
.grid-radio-button {
    width: 100%;
    /*background-color: red;
    border: 2px solid blue;*/
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gridlayout-item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.popup-div {
    width: 100% !important;
    height: 100% !important;
    /*border: 2px solid green;*/
}

.div2 {
    width: 100% !important;
    height: 100% !important;
    /*border: 2px solid yellow;*/
}

.sidebar {
    float: left;
    height: 100% !important;
    background-color: white;
    border-right: 2px solid #fe7109;
    padding: 20px;
    width: 15% !important;
    margin-left: 0px !important;
}

.item-list {
    list-style: none;
    padding: 0;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item-icon {
    /*margin-right: 10px !important;*/
    /*padding-left: 5px !important;*/
    display: inline-block;
}

.testborder {
    border: 2px solid white !important;
}

/*vehicle page*/
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.centered-container-top {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 60vh;
}
.centered-container-nh {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 60vh;*/
}

.item-button-vehicle {
    /*border: 2px solid yellow !important;*/
    width: 150px;
}


.text-fields-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
}

.text-fields-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    /*margin-top: -400px;*/
}

.text-field {
    margin: 10px;
    padding: 5px;
    width: 500px;
}

.align-vertically {
    display: flex;
    flex-direction: column;
}

.margin-top {
    margin-top: 20px;
}

.vehicle-tabs {
    
}
   .vehicle-tabs nav {
        visibility: hidden;
    }

disabled-tablink {
    cursor: default;
    pointer-events: none;
    color: grey !important;
    border: 2px solid yellow !important;
}

.disabled-tablink a {
    text-decoration: none;
    color: grey !important;
    background-color: red !important;
    border: 2px solid green !important;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("images/icons/drop-file.svg");
    mask-image: url("/images/icons/drop-file.svg");
}

.forward {
    background-position: center center;
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/chevron-double-left.svg");
    mask-image: url("images/icons/chevron-double-left.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.backward {
    background-position: center center;
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/chevron-double-right.svg");
    mask-image: url("images/icons/chevron-double-right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.forward-single {
    background-position: center center;
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/chevron-left.svg");
    mask-image: url("images/icons/chevron-left.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.backward-single {
    background-position: center center;
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/chevron-right.svg");
    mask-image: url("images/icons/chevron-right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.custom-pencil-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/pencil-add.svg");
    mask-image: url("images/icons/pencil-add.svg");
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.green-image {
    filter: hue-rotate(0deg); /* Keep the original green color */
}

.blue-image {
    filter: hue-rotate(120deg); /* Rotate the hue to blue for "Created" status */
}

.orange-image {
    filter: hue-rotate(320deg); /* Rotate the hue to orange for "Closed" status */
}

.bell-ring {
    animation: bellRing 2.0s ease-in-out infinite;
    transform-origin: center;
    transform: scale(1);
}

@keyframes bellRing {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.fa-bars {
    DISPLAY: BLOCK;
    width: 16px !important;
    height: 15px !important;
    background-position: center center;
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/more.svg");
    mask-image: url("images/icons/more.svg");
}

dxbl-scheduler .dxbs-sc-month .dxbs-sc-time-cell {
    height: 7.9vh !important;
}

dxbl-popup-cell:has(>dxbl-flyout) {
    z-index: 2000 !important;
}

dxbl-popup-cell:has(>dxbl-dropdown) {
    z-index: 2000 !important;
}

.log-out-button {
    width: 200px !important;
    /*border: 2px solid yellow !important;*/
    max-width: 240px !important;
}

#app {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh; /* Use the full height of the viewport */
}

.geocodeworld-green {
    content: url('https://api.iconify.design/tabler/world-pin.svg?color=%2350c878');
}
.geocodeworld-red {
    content: url('https://api.iconify.design/tabler/world-x.svg?color=red');
}
.geocodeworld-black {
    content: url('https://api.iconify.design/jam/world.svg');
}
.ptvmap {
    /*border: 2px solid red !important;*/
    height: 300px;
    width: 100%;
}

tr.rowCssClass > td {
    vertical-align: middle !important;
}

.rootReportViewer {
    height: 75vh !important;
/*    border: 2px solid green !important;*/
}

.clickable
{
    cursor: pointer;
}

.outlined {
    border: 3px solid #FE7109 !important;
}

@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell {
        padding: 6px 16px !important;
    }
}

.mud-table-container {
    width: 100% !important;
    overflow-y: hidden !important;
}

@media (min-width: 1000px) and (max-width: 1400px) {

    .dxbl-modal-content {
        transform: scale(0.94) !important;
        left: 15% !important;
    }
}