
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #62A73B;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #eeeeee;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #62A73B; /*#62a73b;*/
    --bs-secondary: #1b4c05;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 98, 167, 59;
    --bs-secondary-rgb: 27, 76, 5;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}




/* Buttons */
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}

.btn-success {
    background-color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
}

.btn-info {
    background-color: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
}

.btn-warning {
    background-color: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
}

.btn-danger {
    background-color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}

.btn-light {
    background-color: var(--bs-light) !important;
    border-color: var(--bs-light) !important;
}

.btn-dark {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

/* Backgrounds */
.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-success {
    background-color: var(--bs-success) !important;
}

.bg-info {
    background-color: var(--bs-info) !important;
}

.bg-warning {
    background-color: var(--bs-warning) !important;
}

.bg-danger {
    background-color: var(--bs-danger) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.bg-green {
    background-color: var(--bs-green) !important;
}


/* Outline Buttons */
.btn-outline-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

    .btn-outline-primary:hover {
        background-color: var(--bs-primary) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-secondary {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}

    .btn-outline-secondary:hover {
        background-color: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-success {
    color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
}

    .btn-outline-success:hover {
        background-color: var(--bs-success) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-info {
    color: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
}

    .btn-outline-info:hover {
        background-color: var(--bs-info) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-warning {
    color: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
}

    .btn-outline-warning:hover {
        background-color: var(--bs-warning) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-danger {
    color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}

    .btn-outline-danger:hover {
        background-color: var(--bs-danger) !important;
        color: var(--bs-white) !important;
    }

.btn-outline-light {
    color: var(--bs-light) !important;
    border-color: var(--bs-light) !important;
}

    .btn-outline-light:hover {
        background-color: var(--bs-light) !important;
        color: var(--bs-dark) !important; /* This might need adjustment depending on the desired look for hover on a light outline button. */
    }

.btn-outline-dark {
    color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

    .btn-outline-dark:hover {
        background-color: var(--bs-dark) !important;
        color: var(--bs-white) !important;
    }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

.branding-block-small {
    max-height: 125px;
    max-width: 125px;
    width: auto;
}

.branding-right {
    float: right
}

.branding-left {
    float: left
}

.pac-container {
    z-index: 10000 !important;
}

.prefered-photographer-selected {
    background-color: green;
    font-weight: bold;
    color: white;
}

.non-prefered-photographer-selected {
    background-color: red;
    font-weight: bold;
    color: white;
}

.task-alert-status-NewPendingReview {
    background-color: #f8d7da
}

.task-alert-status-Unfinised {
    background-color: #fff3cd
}

.task-alert-status-AssignedX {
    background-color: #d4edda
}

.task-alert-status-VoidCanceled {
    background-color: lightpink;
}

.modal-lg {
    max-width: 80% !important;
}

#modalConfirmDialog {
    z-index: 50000;
}

.input-loading {
    background-color: #e1e1e1;
    background-image: url("/images/loading_icon.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.modal-max {
    max-width: 95%;
}

.bootstrap-multiemail {
    min-height: 10px;
    width: 100%;
    cursor: text;
    margin-bottom: 0px;
}

.bootstrap-tagsinput .tag {
    background-color: #e1e1e1;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    color: #363636;
    padding: 1px 5px;
    line-height: 27px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.datedropper .pick-lg-b .pick-wke {
    color: var(--dd-color3) !important;
    /* make the weekends not red */
}

.white {
    color: var(--bs-white);
}

#map {
    height: 100%;
}

.bookingreviewtopbar {
    background-color: rgba(0, 194, 146, 0.2);
}

.bookingreviewtopbarfull {
    background-color: rgba(0, 194, 146, 0.3);
}

.bookingreviewtopbarheader {
    background-color: rgba(0, 194, 146, 0.5);
}

.bg-booking-canceled {
    background-color: rgba(255, 0, 0, 0.1);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .btn-block-xs-only {
        display: block;
        width: 100%;
        margin: 5px;
    }

    .d-inline-block {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .sortable li {
        margin: 5px 5px 0px 5px;
        padding: 1px;
        float: left;
        border: 0;
        background: none;
    }

        .sortable li img {
            width: 250px;
            height: 168px;
        }




.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

    .slider.round:before {
        border-radius: 50%;
    }



div.datedropper .pick-lg-b .pick-wke {
    color: var(--dd-color3) !important; /* make the weekends not red */
}

.prefered-photographer-selected {
    background-color: green;
    font-weight: bold;
    color: white;
}

.nonprefered-photographer-selected {
    background-color: red;
    font-weight: bold;
    color: white;
}

.photographerPrefered {
    color: green;
}

.photographerNonPrefered {
    color: red;
}


/*~~~~Navigation~~~~*/
.form-control-dark {
    color: #fff;
    background-color: #62A73B;
    border-color: var(--bs-gray);
}

    .form-control-dark:focus {
        color: #fff;
        background-color: var(--bs-dark);
        border-color: #fff;
        box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
    }

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

@media (max-width: 991px) {
    /*.dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }*/
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}


/*ddNotify*/
/* Styling for the notification container */
.notification-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 9999;
}

/* Styling for individual notifications */
.notification {
    color: #fff;
    margin-bottom: 5px;
    height: 50px;
    /*margin: 10px auto;*/
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /*position: relative;
    background-color: darkolivegreen;*/
}

    /* Styling for the close button */
    .notification .close {
        cursor: pointer;
        color: #fff;
        position: fixed;
        right: 10px;
        top: 3px;
    }


#divPhotographyPackages {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 450px;
}

#divStagingPackages {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 250px;
}

#divPropertyInformation {
    display: none;
}

.specialprice {
    background-color: yellow
}

.serviceprice {
    width: 70px !important;
    border-top: 1px solid #ced4da;
    border-right: none;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    text-align: right;
    padding-right: 5px;
}

.servicetitle {
    width: 100%;
    /*border: 1px solid #ced4da;
    background-color: #e9ecef;*/
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    overflow: hidden;
}

.internalonly input, .internalonly label {
    background-color: #f7941d !important;
    color: #fff;
}

.sqftlimit input, .sqftlimit label {
    background-color: #d34848 !important;
    color: #fff;
}

.modal-bigscreen {
    width: 90vw;
    max-width: 90%;
    height: 90%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.group-banner {
    width: 100%;
    max-width: 900px;
    height: auto;
}


.disNote-Internal {
    border-left: 0px solid transparent;
    padding-left: 15px;
    background-image: linear-gradient(to right, var(--bs-warning), var(--bs-light) 10px, transparent 2px, transparent 30px);
    background-repeat: no-repeat;
}


.bg-completed {
    background-color: #d4edda;
}
