﻿/* The validate-msg box is shown when the user clicks on the password field */
#validate-msg {
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid-pwd {
    color: green;
}

    .valid-pwd:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

.dz-filename {
    position: absolute;
    top: -25px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width:120px !important;
}

    .dz-filename:hover {
        white-space: initial !important;
        word-wrap: break-word !important;
    }
    /* Add a red text color and an "x" when the requirements are wrong */
    .invalid-pwd {
        color: red;
    }

    .invalid-pwd:before {
        position: relative;
        left: -35px;
        content: "✖";
    }

.modal-item-name {
    font-weight: bold !important;
    font-style: italic !important;
}

.card-body-tabs {
    background-color: #f6f6f6;
}

.datatable-selected-row {
    background-color: #e0e8f8 !important;
    color: #000 !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.btn-outline-primary-custom {
    color: #2979ff !important;
    border-color: #2979ff !important;
}

.user-group-permission-checkbox {
    background-color: #bcd5ff !important;
}

.georegion-row-color {
    background-color: #ededed;
}

.zone-row-color {
    background-color: #f6f6f6;
}

.arrow-label-margin {
    margin-bottom: 0px;
}

.custom-img-icon {
    height: 18px;
    width: 18px;
    opacity: 0.65;
}

    .custom-img-icon:hover {
        opacity: 1.0;
    }

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px !important;
    height: 24px !important;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.feather-42 {
    width: 42px;
    height: 42px;
}


.feather-64 {
    width: 64px;
    height: 64px;
}

.feather-100 {
    width: 100px;
    height: 100px;
}

.modal {
    overflow: auto !important;
}

.mce-tinymce {
    width: calc(100% - 2px) !important;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.page-subtitle-strong {
    font-weight: 400;
}

.select2-option-l1 {
    font-weight: 500;
}

.select2-option-l2 {
    padding-left: 1em;
}

.google-map {
    height: 35em;
}

.google-map-search-panel {
    position: absolute;
    top: 22px;
    left: 19%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

/* Image size based on 4:3 aspect ratio */
.img-gallery-size {
    width: 300px;
    height: 225px;
    object-fit: cover;
}

.custom-dropzone {
    border: dashed !important;
    border-color: #028AF4 !important;
    border-radius: 10px;
}

.dz-message {
    font-size: 20px;
}

#dropzone-property-image .dz-preview .dz-progress {
    opacity: 0;
}


span.is-invalid {
    border: #ff1744 solid 1px;
    border-radius: .2rem;
}

span.is-valid {
    border: #00c853 solid 1px;
    border-radius: .2rem;
}

.table-row-gray {
    background-color: #ededed;
}

/* TippyJS light theme */
.tippy-box[data-theme~='light'] {
    background-color: whitesmoke;
    color: darkslategray;
}

    .tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
        border-top-color: whitesmoke;
    }

    .tippy-box[data-theme~='light'][data-placement^='bottom'] > .tippy-arrow::before {
        border-bottom-color: whitesmoke;
    }

    .tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow::before {
        border-left-color: whitesmoke;
    }

    .tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow::before {
        border-right-color: whitesmoke;
    }
/* End TippyJS light theme */

.wide-table td,
.wide-table th {
    white-space: nowrap;
    width: 1%;
}

.help-subtitle-icon {
    margin-top: -2px;
}

/* Styles for hover color on datatable rows */
.datatable-hover-rows tbody tr:hover {
    background-color: #e9ecef !important;
    color: rgba(0,0,0,.5)    !important;
}

    .datatable-hover-rows tbody tr:hover > .sorting_1 {
        background-color: #e9ecef !important;
        color: #000;
    }

.disabled {
    pointer-events: none;
    background-color: #e9ecef;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.sidebar {
    min-width: 300px;
    max-width: 300px;
}

.sidebar-sticky .sidebar-content {
    width: 300px;
}

.sidebar.toggled {
    margin-left: -300px
}

    .sidebar.toggled .sidebar-content {
        left: -300px
    }

@media (min-width:1px) and (max-width:991.98px) {
    .sidebar {
        margin-left: -300px
    }

        .sidebar .sidebar-content {
            left: -300px
        }

        .sidebar.toggled {
            margin-left: 0
        }

            .sidebar.toggled .sidebar-content {
                left: 0
            }

    .sidebar-collapsed {
        margin-left: 0
    }

        .sidebar-collapsed .sidebar-content {
            left: 0
        }

        .sidebar-collapsed.toggled {
            margin-left: -300px
        }

            .sidebar-collapsed.toggled .sidebar-content {
                left: -300px
            }
}


.dt-button {
    padding-left: 5px;
    width: 150px;
    text-align: left;
}

div.dt-button-collection.dropdown-menu.fixed.four-column {
    margin-left: -350px
}

div.dt-button-collection.dropdown-menu.four-column {
    width: 616px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

.hidden {
    display: none;
}

.showPropertySummary {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}


/* Datatable Editor Modal title bold */
.DTE_Header_Content {
    font-weight: 500;
}

.DTE_Processing_Indicator {
    display: none !important;
}

.nav-icon {
    border: none;
}

/* Img card top on desktop */
@media only screen and (min-width: 600px) {
    .card-img-top {
        width: 100%;
        height: 10vw;
        object-fit: cover;
    }
}


.bg-stickynote {
    background-color: #ffff88 !important;
}

.bg-peach {
    background-color: #FFE5B4 !important;
}

.bg-pink {
    background-color: #fddde6 !important;
}

.text-white {
    color: white;
}


.bg-purple {
    background-color: #6D3580 !important;
}

.bg-orange {
    background-color: #E4734F !important;
}

.nav-wide-tabs {
    background-color: #76a9ff !important;
    overflow-x: auto !important;
    flex-wrap: initial !important;
}

.datatables-align-top {
    vertical-align: top !important;
}

.money {
    min-width: 89px;
    max-width: 184px;
}

.date {
    min-width: 103px;
    max-width: 110px !important;
}

.selected {
    border: 2px dashed #2979ff;
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.quickLinks-border {
    border-color: #e5e9f2 !important;
}

.forbidden {
    background: #ff1744; 
    opacity: 0.65;
    cursor: not-allowed !important;
}


.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

    .marquee > * {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 180s linear infinite;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-dark {
    z-index: 999;
}

.qualityMeterOverImg {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background-color: #00000010;
    height: 40px;
    width: 40px;
}

.qualityMeterOnTableActions {
    padding: 5px;
    height: 40px;
    width: 40px;
}