﻿@import url('//fonts.googleapis.com/css2?family=Permanent+Marker&family=Sedgwick+Ave+Display&display=swap');
@import url('//fonts.googleapis.com/css2?family=Lato:wght@300&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


/* testing borders*/
/*
[class^='col-'] {
    width: 100% !important;
    border: 1px solid red;
}
*/

.chromeframe {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: transparent;
    font-size: 1.2em;
    top: 0;
}

.chrometext {
    color: white;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.iconColour {
    fill: #ffffff;
}

.white {
    background-color: white;
}

.textwhite {
    color: #FFFFFF !important;
}

.rectbox {
    border: 1px solid black;
    opacity: 1.0;
    color: black;
}

    .rectbox > div:first-child {
        background-color: lightgray;
        cursor: move;
    }

.pbheight {
    height: 7px;
}

.light-gray-button {
    background-color: lightgray;
}

.button-Download {
    padding: 0 10px;
    font-size: 9px !important;
    height: 29px !important;
    line-height: 29px !important;
}

.downloadborder {
    background-color: transparent !important;
    border: 1px solid #4D4D4F;
    color: #EAEDEE;
}

/* Core Logic */
.coreLogic {
    text-decoration: underline !important;
    font-weight: bold;
    color: #ef4400;
}

    .coreLogic:active {
        text-decoration: underline !important;
        font-weight: bold;
    }

.coreLogicDisclaimer {
    background-color: lightgray;
}

.coreLogicDisclaimerTitle {
    background-color: white;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.coreLogicDisclaimerBody {
    padding: 5px;
    font-size: 11px;
    text-align: justify;
}

/* ----------------------------------------------------------------
    Issue Fix for Pricing Matrix Select
-----------------------------------------------------------------*/
.radio-toolbar input[type="radio"], .radio-toolbar input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

    .radio-toolbar input[type="radio"]:checked + label, .radio-toolbar input[type="checkbox"]:checked + label {
        background-color: #FFE512 !important;
        padding: 5px 10px;
    }

.radio-toolbar label {
    border: 1px solid #58595b !important;
    align-self: center;
    padding: 5px 10px;
}

.radio-toolbar-small input[type="radio"], .radio-toolbar-small input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

    .radio-toolbar-small input[type="radio"]:checked + label, .radio-toolbar-small input[type="checkbox"]:checked + label {
        background-color: #58595b !important;
        color: white;
        padding: 2px 5px;
    }

.radio-toolbar-small label {
    border: 1px solid #58595b !important;
    align-self: center;
    padding: 2px 5px;
    font-size: 0.5em;
}

.row hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* ----------------------------------------------------------------
	Generic EOS For All websites
-----------------------------------------------------------------*/
.maintenance {
    position: absolute;
    left: 50%;
    right: 25%;
    top: 30px;
    color: white;
    font-size: 16px;
    height: 100px;
    z-index: 10000;
}

.noemail {
    margin-left: 5px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background-image: url(/images/noemail.svg);
    display: inline-block;
}

/*.infinite-scroll-component .default-text:nth-child(2n - 1) {
    background-color: #f2f2f2;
}*/

dropdown-item > a {
    border-bottom: 1px solid lightgray;
}

.dropdown-menu {
    top: 91%;
    margin-top: 5px;
}

    .dropdown-menu li:last-child {
        border-bottom: none !important;
    }

.cardemployee {
    background-repeat: no-repeat !important;
    background-position: center top;
    background-size: cover;
}

.fusion-selected {
    border: 2px solid #4D4D4F;
    color: #595a5a !important;
}

a {
    text-decoration: none !important;
    color: #676767;
}

.poweredExcel {
    width: 150px;
    background-image: url(/images/poweredby-white.svg) !important;
    background-repeat: no-repeat !important;
    height: 50px;
}

.poweredExcelContactUs {
    width: 150px;
    background-image: url(/images/excel.png) !important;
    background-repeat: no-repeat !important;
    height: 50px;
}

.form-control:disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
}

.crossout {
    text-decoration: line-through;
    color: #ED1B24;
}

@media print {
    .noprint, .noprint *, .no-print, .no-print * {
        display: none !important;
    }

    .button {
        display: none !important;
    }

    #page-title {
        display: none !important;
    }

    body {
        background-image: unset !important;
        background-color: #FFFFFF !important;
    }
}

.radio-toolbar input[type="radio"]:disabled + label {
    opacity: 0.5;
}

.noselect, .noselect *, .no-select, .no-select * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.region-logo {
    max-width: 100px;
    max-height: 100px;
    align-self: baseline;
    padding-bottom: 1rem;
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.tableheader {
    color: #4D4D4F !important;
    padding: 3px 8px 3px 8px;
}

.white-text {
    color: #FFFFFF;
/*    width: 100% !important;*/
}

.systemswitch {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 0px 10px;
    height: 23px;
    color: #FFFFFF;
    margin-top: 7px;
    margin-right: 10px;
}

.MuiPaginationItem-page.Mui-selected {
    background-color: rgb(56 51 51 / 47%);
}

/* Common */
.AddNewItemContainer {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

.column-container {
    max-width: 1000px !important;
    margin: auto;
}

.breadcrumb-item a {
    font-size: 11px;
    color: #FFFFFF !important;
    text-transform: uppercase;
}

.underline-nav {
    display: block;
    text-decoration: none;
    color: #EAEDEE;
    background-image: linear-gradient(to right, #4D4D4F, #4D4D4F);
    background-position: bottom 0px left 15px;
    background-repeat: no-repeat;
    background-size: 30px 2px;
    padding-bottom: 5px;
}

.underline-address {
    display: block;
    text-decoration: none;
    color: #EAEDEE;
    background-image: linear-gradient(to right, #4D4D4F, #4D4D4F);
    background-position: bottom 0px left 1px;
    background-repeat: no-repeat;
    background-size: 5% 2px;
    padding-bottom: 5px;
}


.MuiPaginationItem-sizeSmall {
    /*height: 26px;
    margin: 0 0px !important;
    padding: 0 10px !important;
    min-width: 26px;
    border-radius: 13px;*/
    height: 26px !important;
    margin: 0 3px !important;
    padding: 0 4px !important;
    min-width: 26px !important;
    border-radius: 13px !important;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #33b5e5 !important;
}

.modal_lg {
    /*max-width: 1000px !important;*/
    min-width: 1000px !important;
}

.modal_sm {
    max-width: 400px !important;
}

.solid {
    border-top: 1px solid #000000 !important;
}

.modal_content {
    /*margin-top: 200px;*/
    min-width: 1000px !important;
    z-index: 9999;
}

.modal_popup {
    margin-top: 350px !important;
}

.menubar-action-needed {
    border: 1px solid #dc3545 !important;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
}

.border-action-needed {
    border: 1px solid #dc3545 !important;
}

/* end Common */

.middle-column-container {
    margin: auto;
    max-width: 1000px !important;
}

.order-summary-container {
    background-color: #FFFFFF;
    padding: 20px;
    margin: auto
}

.small {
    float: none !important;
}

.btn {
    box-shadow: none !important;
}


b, strong {
    font-weight: 700;
    color: #4d4d4f;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #4D4D4F !important;
    font-size: 0.875rem;
}

.table th, .table td {
    padding: 0.75rem !important;
    /*vertical-align: top;  don't change 'coz it will affect all tables*/
    border-top: 1px solid #4D4D4F;
    border-bottom: 1px solid #4D4D4F;
    padding-right: 3px !important;
    padding-left: 3px !important;
    color: #4D4D4F !important;
}

.table thead th {
    padding: 0.75rem !important;
    vertical-align: bottom;
    border-bottom: 1px solid #4D4D4F !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.table td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.2rem !important;
    /*    vertical-align: middle !important;*/ /*commented becoz this will disalign the table content in orders and other pages.*/
}

.table {
    width: 100%;
    margin-bottom: 0px !important;
    color: #4D4D4F !important;
}

.officelevel {
    display: block;
}

/*#usertable td {
    vertical-align: middle !important;
}*/

.w-80 {
    width: 80%
}

.modal {
    z-index: 999 !important;
}

.modal-backdrop {
    z-index: 998 !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.card {
    cursor: pointer
}

#selectable .ui-selected .card {
    border: 2px solid #4D4D4F;
}

#selected-items {
    border: 2px solid #ED1B24;
    line-height: 32px;
}

#defaultModal {
    display: inline;
}

.regionLogo {
    max-height: 100px;
    max-width: 100px;
    margin: auto;
    cursor: pointer;
}

.headerIcons {
    flex-wrap: wrap;
    align-content: flex-end;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #EAEDEE;
}

.search-input {
    height: 2rem !important;
}

.search-icon {
    line-height: 1.6rem !important;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.settings-menu {
    top: 60% !important;
    background-color: #4D4D4F !important;
    border-color: #4D4D4F !important;
    border-top-color: #4D4D4F !important;
}

    .settings-menu li a {
        color: #EAEDEE !important;
        padding: 10px;
        border: 0;
        letter-spacing: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 700;
        display: block;
        line-height: 22px;
        text-transform: uppercase;
        transition: all .2s ease-in-out;
    }

    .settings-menu li:hover > a {
        color: #EAEDEE !important;
        background-color: rgba(0,0,0,0.1);
        padding-left: 18px;
    }


.padleft_action {
    padding-left: 160px !important;
}

.padleft_button {
    padding-left: 100px !important;
}

.Add-Width {
    width: 40px !important;
}

.Delete-Width {
    width: 52px !important;
}

.button-approve {
    padding: 0 17px;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: #4D4D4F;
    color: #EAEDEE;
}

.button-view {
    padding: 0 17px;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    width: 95px !important;
}

.review-button {
    background-color: #4D4D4F;
    color: #EAEDEE;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
}

.font-color {
    color: #4d4d4f !important;
}

.green-button {
    background-color: #82c341;
    color: #FFFFFF;
    text-transform: uppercase;
}

.red-button {
    background-color: #dc3545;
    color: #FFFFFF;
    text-transform: uppercase;
}

.white-button {
    background-color: #FFFFFF;
    color: #4D4D4F;
    text-transform: uppercase;
}

.yellow-box {
    background-color: #FFFFFF;
    border: 1px solid #4D4D4F;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.button-Update {
    padding: 0 14px;
    font-size: 9px !important;
    height: 20px !important;
    line-height: 12px !important;
    background-color: #4D4D4F;
    width: 52px !important;
}

/* Edit Page Icons */
.icon {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
}

.copypropagation {
    background-image: url('/images/copy.svg');
}

.import {
    background-image: url('/images/import.svg');
}

.importnew {
    background-image: url('/images/new.svg');
}


/* ----------------------------------------------------------------
	Menu
-----------------------------------------------------------------*/
.customheaderdropdown {
    border: 2px solid #4D4D4F;
    margin: 5px;
}

.customdropdownitem {
    padding: 10px 23px !important;
}

.dropdown {
    margin: 5px 5px;
    text-align: center;
}

.dropdown-menu li {
    border-bottom: 1px solid #FFFFFF !important;
}

    .dropdown-menu li:last-child {
        border-bottom: none;
    }

.dropdown-item {
    padding: 0.25rem 1rem;
    text-align: left !important;
}

/* default website boxcolor */
.boxcolor {
    background-color: #C2C2C2;
    color: #000000;
}

.main-menu-link {
    color: #FFFFFF !important;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

.headercustomize {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

#header-wrap {
    background-color: #4D4D4F !important;
    height: 150px !important;
}

#logo {
    float: right !important
}

#brandlogo {
    margin-top: 1%;
    margin-left: 1%;
}

    #brandlogo img {
        height: 100px;
    }

#userinfo {
    margin-right: 1%;
    margin-bottom: 2%;
}

.greeting {
    font-size: 10px !important;
}

    .greeting a {
        display: inline-block !important;
        white-space: nowrap;
        margin-top: 0 !important;
        color: #FFFFFF !important;
    }

    .greeting span {
        color: #FFFFFF;
    }

    .greeting a:hover {
        text-decoration: underline !important;
    }

.demo {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 120;
}

.table-responsive {
    overflow: hidden !important;
}

.list-group .active {
    background-color: #EAEDEE !important;
    border-color: #EAEDEE !important;
    color: #4D4D4F !important
}

.settings {
    margin-top: 4%;
}

.modal-backdrop {
    z-index: -1 !important;
}

.more-link {
    cursor: pointer !important;
    color: #1ABC9C !important
}

/* ----------------------------------------------------------------
	Loading Section
-----------------------------------------------------------------*/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
    }

    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* ----------------------------------------------------------------
	Added by DJ -- Pagination/DatePicker
-----------------------------------------------------------------*/
.default-checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #58595B;
    content: "";
    background: #58595B;
}

.default-checkbox[type="checkbox"]:checked:after {
    content: "x";
    color: #FFFFFF;
    font-weight: normal;
    width: 24px;
    height: 24px;
    font-size: 19px;
}

.default-checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 5px;
    top: -26px;
    width: 7px;
    height: 7px;
    /* height: 200%; */
}

.default-checkbox[type="checkbox"]:checked:after {
    content: "x"; /*"\2713";*/
    color: #FFFFFF;
    font-weight: bold;
}

.default-checkbox[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}


.default-checkbox[type="checkbox"]:not(:disabled):hover:after {
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}

.default-checkbox[type="checkbox"]:not(:disabled):hover:before {
    border-color: #3D7591;
}

/* New button format */
.action {
    text-align: right;
    min-width: 200px;
}

    .action button {
        display: inline-block;
        font-size: .95vh !important;
        height: 15px !important;
        line-height: 12px !important;
        padding: unset;
        width: 32%;
    }

        .action button:first-child {
            font-size: 12px !important;
            height: 30px !important;
            line-height: 30px !important;
            width: 100%;
        }
/*
    .action button multiple {
        display: inline-block;
        font-size: .95vh !important;
        height: 25px !important;
        line-height: 12px !important;
        padding: unset;
        width: 32%;
    }*/

.default-button {
    background-color: rgb(77, 77, 79) !important;
    color: rgb(255, 255, 255) !important;
    font-family: inherit !important;
}

.action .primary-action-button {
    color: #EAEDEE;
    background-color: #4D4D4F;
}

.action .secondary-action-button {
    background-color: #4D4D4F;
}

.action .action-approve, .action .action-unapprove {
    font-size: 0.6em !important;
}

.action .action-delete {
    border: 1.5px solid #ED1B24 !important;
    color: #ED1B24 !important;
    background-color: #FFFFFF;
}

.action .action-correspond {
    /* border: 1.5px solid rgb(90, 196, 189) !important;*/
    color: #FFFFFF; /*rgb(90, 196, 189) !important;*/
    background-color: rgb(90, 196, 189) !important;
}


.delete-action-button {
    border: 1.5px solid #ED1B24 !important;
    color: #ED1B24 !important;
    background-color: #FFFFFF;
}

.primary-outline {
    border: 1px solid #000 !important;
}

/* End New button format */

.default-button-size {
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.default-delete-button {
    border: 1.5px solid #ED1B24 !important;
    color: #ED1B24 !important;
    background-color: #FFFFFF;
    padding: 0 !important;
    font-size: 9px !important;
    height: 15px !important;
    line-height: 12px !important;
}

.default-review-button-small {
    border: 0;
    color: #EAEDEE;
    background-color: #4D4D4F;
    padding: 0 !important;
    font-size: 9px !important;
    height: 15px !important;
    line-height: 12px !important;
}
/* ----------------------------------------------------------------
	Property Edit / Edit Page
	
	old spinner
	    background-image: url(/images/preloader@2x.gif);
    background-size: 48px 48px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
-----------------------------------------------------------------*/
.button.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.spinner {
    background-image: url(/images/preloader@2x.gif);
    background-size: 18px;
    background-position: top 2px right 25px;
    background-repeat: no-repeat;
    z-index: 9999;
}

.errormsg ul {
    list-style-type: none;
    margin-bottom: 7px;
    max-height: 100px;
    overflow-y: auto;
}

.errormsg li {
    font-size: 12px;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.filepond--credits {
    display: none;
}

.preview {
    position: relative;
    padding: 0;
    margin: 0;
}

    .preview .page {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 15px;
        overflow: auto;
    }

.pagecontent {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 700px;
    border: 1px solid #EAEDEE;
    box-shadow: 7px 7px 5px #C2C2C2;
}

.preview .tools {
    position: absolute;
    bottom: 0px;
    height: 15px;
    width: 100%;
    border-top: 1px solid #C2C2C2;
    padding-left: 10px;
    padding-right: 10px;
    right: 5px;
    left: 0px;
}

.pagebtn {
    border-radius: 50% 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    padding-top: 2px;
    margin-top: 2px;
}

    .pagebtn:hover {
        background-color: #4D4D4F;
        color: #EAEDEE;
        border: 1px solid #EAEDEE;
        margin-top: 4px;
    }

.slide {
    width: 750px;
    height: 500px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border: 1px solid #C2C2C2;
    box-shadow: 3px 3px 8px #C2C2C2;
}

.layer {
    position: absolute;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.leftborder {
    border-left: 1px solid #000000;
}

.fullscreen {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

    .fullscreen.pack {
        height: 63vh !important;
    }

    .fullscreen.single {
        height: 67vh !important;
    }

    .fullscreen .form-control, .fullscreen .row {
        font-size: 0.75rem;
    }

    .fullscreen input[type="text"] {
        font-size: 0.75rem;
    }

    .fullscreen select {
        padding: 1px 7px;
    }

    .fullscreen .featIcon {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 30px !important;
        height: 20px;
        margin: 0 5px;
    }

    .fullscreen .featIcontext {
        padding: 0;
        text-align: center;
        width: 60px !important;
        height: 20px;
    }

    .fullscreen .picIcon, .picIcon {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 75px;
        height: 75px;
        margin: 0 5px;
    }

    .fullscreen .thumbIcon {
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

.chatgptIcon {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 36px;
    height: 25px;
    margin: 0 5px;
}

.tooltipImage {
    z-index: 10000;
}

.modalIcon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    /*margin: 0 5px;*/
}

.imageframe {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EAEDEE;
    position: relative;
}

.navwrapper {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px);
}

    .navwrapper .list {
        display: inline-flex;
        white-space: nowrap;
        flex-wrap: nowrap
    }

.nav-tabs > li > a {
    font-style: normal;
    font-size: 0.8em;
}

    .nav-tabs > li > a:hover {
        opacity: 0.8;
    }

.nav-link {
    background-color: #EAEDEE;
    border-color: #C2C2C2 #C2C2C2 #FFFFFF !important;
}

.arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 25px;
    background-color: #FFFFFF;
}

.thumbnailwrapper {
    position: relative;
    display: inline-block;
    margin-top: 25px;
}

.close-thumbnail:before {
    content: '✕';
}

.close-thumbnail {
    position: absolute;
    top: -12px;
    font-size: 8px;
    cursor: pointer;
    background-color: #000000;
    border-radius: 15px;
    padding: 2px 4px 4px 4px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    opacity: .5;
}

    .close-thumbnail:hover {
        color: #000000;
        text-decoration: none;
    }

.portfolio-bg {
    background-color: #EAEDEE;
    border-color: #C2C2C2 #C2C2C2 #FFFFFF !important;
}

.portfolio-image {
    position: relative;
    overflow: unset !important;
}

.portfolio-item {
    overflow: hidden;
}

.page-spacer {
    height: 100px;
    width: 100%;
}

.colorpicker {
    margin-top: 10px;
}

    .colorpicker input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .colorpicker label {
        display: inline-block;
        margin-top: 2px;
        margin-left: 2px;
        border: 1px solid #EAEDEE;
        padding: 10px 10px;
    }

        .colorpicker label:hover {
            border: 2px solid #000000;
            margin-top: 0px;
            margin-left: 0px;
        }

    .colorpicker input[type="radio"]:checked + label {
        padding: 10px 10px;
        border: 2px solid #000000;
        margin-top: 0px;
        margin-left: 0px;
    }
/* ----------------------------------------------------------------
	END Property Edit Page
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	TASKS Page
-----------------------------------------------------------------*/
.list-icon {
    background-image: url("../images/list.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.calendar-icon {
    background-image: url("../images/calendar.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.rbc-toolbar button {
    color: #4D4D4F;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #C2C2C2;
    padding: .375rem 1rem;
    border-radius: 0px !important;
    line-height: normal;
    white-space: nowrap;
    height: auto !important;
}

/* ----------------------------------------------------------------
	END TASKS Page
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	NEWSPAPER Page
-----------------------------------------------------------------*/

.button-setbooking {
    padding: 0 17px;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    width: 125px !important;
}

.flash {
    -moz-animation: cssFlash 2s infinite;
    -webkit-animation: cssFlash 2s infinite;
    -o-animation: cssFlash 2s infinite;
    animation: cssFlash 2s infinite;
    -webkit-animation-fill-mode: infinite;
    animation-fill-mode: infinite;
}

.react-datepicker {
    font-family: "Open Sans";
    font-size: 0.8rem;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #EAEDEE;
    border-radius: 0.3rem;
    display: inline-flex !important;
    position: relative;
}

.react-datepicker__input-container input[type="text"] {
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #58595B;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    font-size: 11px;
    border: 1px solid #4D4D4F !important;
    padding: 6px 10px;
}

.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #4d4d4f !important;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7";
    padding: 5px 10px;
    width: 100%;
}

.react-datepicker__close-icon {
    padding: 0px 6px 10px 0px !important;
}
/* ----------------------------------------------------------------
	END NEWSPAPER Page
-----------------------------------------------------------------*/
/*
    Crop Tool
*/
#croprotateleft {
    background-image: url('/images/crop/rotateneg.svg');
    background-size: 70% 70%;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

#croprotateright {
    background-image: url('/images/crop/rotate.svg');
    background-size: 70% 70%;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.slidercontainer {
    height: 265px;
    border-top: 1px solid #4D4D4F;
    border-bottom: 1px solid #4D4D4F;
    padding-top: 2px;
}

/* The slider itself */
input[type=range].slider {
    -webkit-appearance: none;
    width: 260px;
    margin-top: 128px;
    margin-left: -65px;
    height: 3px;
    background: #4D4D4F;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.cropresizetitle {
    background-color: lightgrey;
    border: 1px solid #4D4D4F;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #4D4D4F;
    background-color: #4D4D4F;
}

.custom-control-input:hover ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #4D4D4F;
    background-color: #4D4D4F;
}

.custom-control-label {
    text-transform: capitalize;
    font-weight: unset;
    font-size: 0.85em;
    padding-top: 3px;
}

/*.sliderarrow {
        fill: #343a40;*/ /* #4D4D4F*/
/*}*/
Mouse-over effects
input[type=range].slider:hover {
    opacity: 1; /*Fully shown on mouse-over */
}

/*     The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
input[type=range].slider::-webkit-slider-thumb {
    -webkit-appearance: none; /*Override default look */
    appearance: none;
    width: 31px; /*Set a specific slider handle width */
    height: 20px; /*Slider handle height */
    background: url('/images/crop/arrow.svg');
    background-repeat: no-repeat;
    cursor: pointer; /*Cursor on hover */
    transform: rotate(270deg)
}

.vertical-lowest-first {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vertical-heighest-first {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

/*
    End Vertical Slider
*/
.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected {
    background-color: #4D4D4F;
}

.agent-line-height {
    line-height: normal;
}

.dropdownlist {
    height: 29px;
}

.feedback_dropdownlist {
    height: 29px;
}
/*select[multiple]:focus option:checked {
    background: red linear-gradient(0deg, red 0%, red 100%);
}*/

/*select option:hover {
    background: #ff9500 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}*/

#mouDD option:hover {
    background: #C2C2C2 -webkit-linear-gradient(bottom, #C2C2C2 0%, #C2C2C2 100%) !important;
    color: #FFFFFF;
}


/* ----------------------------------------------------------------
    Lights - Traffic Lights System
-----------------------------------------------------------------*/
.light {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

    .light.red {
        background-color: #ed1d24;
    }

    .light.green {
        background-color: #72bf44;
    }

    .light.amber {
        background-color: #f58220;
        /*        animation: blink-animation 1.5s infinite;
        -webkit-animation: blink-animation 1.5s  infinite;*/
    }


@keyframes blink-animation {
    0% {
        opacity: 0;
        /*visibility: hidden; */
    }

    50% {
        opacity: 100;
    }

    100% {
        opacity: 0;
        /*visibility: hidden; */
    }
}

@-webkit-keyframes blink-animation {
    0% {
        opacity: 0;
        /*visibility: hidden; */
    }

    50% {
        opacity: 100;
    }

    100% {
        opacity: 0;
        /*visibility: hidden; */
    }
}

.tooltip {
    background-color: transparent !important;
    border-width: 0px !important;
}

.tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 1px solid black;
}

.arrow {
    background-color: transparent !important;
}


/* ----------------------------------------------------------------
	ORDER INFO PAGE
-----------------------------------------------------------------*/

input[type="file"] {
    border: 2px solid #4D4D4F;
    display: none;
}

#checkPrivate:checked:after {
    content: "x";
    color: #FFFFFF;
    font-weight: bold;
}

#checkPrivate:before {
    position: relative;
    display: block;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #C2C2C2;
    content: "";
    background: #C2C2C2;
}

#checkPrivate:after {
    position: relative;
    display: block;
    left: 2px;
    top: -27px;
    width: 7px;
    height: 7px;
}

#checkPrivate:checked:after {
    content: "x";
    color: #FFFFFF;
    font-weight: normal;
    width: 15px;
    height: 15px;
    font-size: 2em;
}

.borderbottom {
    border-bottom: 1px solid #4D4D4F !important;
}
/* ----------------------------------------------------------------
	END ORDER INFO  Page
-----------------------------------------------------------------*/

b, strong {
    font-weight: bolder;
    color: #4D4D4F; /*80% black*/
}

.pagelink:hover {
    text-decoration: underline !important;
    color: #4D4D4F !important;
}

.pagelink:link {
    text-decoration: none;
    color: #4D4D4F !important;
    font-weight: normal !important;
    font-style: normal;
}

.pagelink:visited {
    text-decoration: underline !important;
    color: #4D4D4F !important;
}

.idlink:hover {
    text-decoration: underline !important;
    color: #4D4D4F !important;
}

.idlink:link {
    text-decoration: none;
    color: #4D4D4F !important;
    font-weight: bolder !important;
    font-style: normal;
}

.idlink:visited {
    text-decoration: underline !important;
    color: #4D4D4F !important;
}

/* ----------------------------------------------------------------
	HEADER 
-----------------------------------------------------------------*/
h4.headerright {
    font-weight: 500;
    text-transform: uppercase;
}

h5.headerleft {
    font-weight: 300;
    text-transform: uppercase;
}
/* ----------------------------------------------------------------
	END Header
-----------------------------------------------------------------*/

.default-text-box {
    height: 28px;
}

.custom-checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #4D4D4F;
    content: "";
    background: #FFFFFF;
}

.custom-checkbox[type="checkbox"]:checked:after {
    content: "";
    background-color: #4D4D4F;
    font-weight: normal;
    width: 10px;
    height: 10px;
    font-size: 1.5em;
}

.custom-checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    top: -12px;
    left: 2px
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
    font-size: 11px !important;
    font-family: 'Open Sans';
}

.breadcrumb {
    position: unset !important;
    padding: 2px !important;
}

#page-title {
    padding: unset;
}

.menubar {
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
}

.disabled {
    opacity: 0.5;
    cursor: no-drop !important;
}

.override {
    text-decoration: line-through;
    color: #FF0000
}

.success {
    background-color: #aaf9a3;
    color: black;
    padding: 3px;
}

/* ----------------------------------------------------------------
	REACT DATE RANGE PICKER
-----------------------------------------------------------------*/

/*.kfJBaZ {
    background: #58595B !important;
    box-shadow: 1px 0 0 0 #EBEBEC, 0 1px 0 0 #EBEBEC, 1px 1px 0 0 #EBEBEC, 1px 0 0 0 #EBEBEC inset, 0 1px 0 0 #EBEBEC inset !important;
}

.hDfjdW {
    border: 0;*/
/* padding: 0 44px; */
/*width: 100%;
    min-height: 28px !important;
    background: #FFFFFF;
    font-family: 'Lato' !important;
    color: #58595B !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}

.bNxHzX {
    position: absolute;
    height: 12px;
    width: 12px;
    top: 8px !important;
    left: 16px;
    right: unset;
    cursor: pointer;
}

.brSzMd {
    position: relative;
    width: 100%;
    display: none !important;
}

.eplKFI {
    border: 0;
    padding: 0 44px;
    width: 100%;
    min-height: 16px !important;
    background: #FFFFFF;
    font-family: 'Lato' !important;
    color: #58595B !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: unset !important;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}

.ipxyOC {
    display: grid;
    grid-template-columns: 164px 39px 164px !important;
    grid-template-rows: unset;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.kiaMbw {
    height: 26px;
    width: 26px;
    background: #FFFFFF;
    color: #58595B !important;
    font-family: 'Lato' !important;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 1px 0 0 0 #EBEBEC, 0 1px 0 0 #EBEBEC, 1px 1px 0 0 #EBEBEC, 1px 0 0 0 #EBEBEC inset, 0 1px 0 0 #EBEBEC inset !important;*/
/*  box-shadow: none !important;*/
/*cursor: pointer;
    border: 0;
    padding: 0;
    outline: 0;
}

.cWZERX {
    height: 26px;
    width: 26px;
    background: #FFE512 !important;
    color: #FFFFFF;
    font-family: 'Lato' !important;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 1px 0 0 0 #FFE512, 0 1px 0 0 #FFE512, 1px 1px 0 0 #FFE512, 1px 0 0 0 #FFE512 inset, 0 1px 0 0 #FFE512 inset !important;*/
/*box-shadow: none !important;*/
/*cursor: pointer;
    border: 0;
    padding: 0;
    outline: 0;
}
    .cWZERX:focus {
        box-shadow: none;
        border: 2px solid #FFE512 !important;
    }

.bozBqT {
    height: 26px;
    width: 26px;
    background: #58595B !important;
    color: #FFFFFF;
    font-family: 'Lato' !important;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 1px 0 0 0 #EBEBEC, 0 1px 0 0 #EBEBEC, 1px 1px 0 0 #EBEBEC, 1px 0 0 0 #EBEBEC inset, 0 1px 0 0 #EBEBEC inset !important;
    cursor: pointer;
    border: 0;
    padding: 0;
    outline: 0;
}

.kzPnZt {
    box-sizing: border-box;
    position: absolute;
    bottom: unset;
    left: 0;
    top: unset;
    right: unset;
    z-index: 1 !important;
}*/
/* ----------------------------------------------------------------
	END REACT DATE RANGE PICKER
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	MAGAZINES PORTFOLIO
-----------------------------------------------------------------*/
.coverpropping {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    margin-left: -1%;
}

.portfolio.portfolio-3 {
    /*   margin: 0 -15px -15px 0;*/
    margin: 0 0px 0px 0 !important;
}

/* ----------------------------------------------------------------
	END MAGAZINES PORTFOLIO
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     REACT SPLIT PANE
-----------------------------------------------------------------*/
.Resizer {
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

    .Resizer:hover {
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
    }

    .Resizer.horizontal {
        height: 11px;
        margin: -5px 0;
        border-top: 5px solid rgba(255, 255, 255, 0);
        border-bottom: 5px solid rgba(255, 255, 255, 0);
        cursor: row-resize;
        width: 100%;
    }

        .Resizer.horizontal:hover {
            border-top: 5px solid rgba(0, 0, 0, 0.5);
            border-bottom: 5px solid rgba(0, 0, 0, 0.5);
        }

    .Resizer.vertical {
        width: 11px;
        margin: 0 -5px;
        border-left: 5px solid rgba(255, 255, 255, 0);
        border-right: 5px solid rgba(255, 255, 255, 0);
        cursor: col-resize;
    }

        .Resizer.vertical:hover {
            border-left: 5px solid rgba(0, 0, 0, 0.5);
            border-right: 5px solid rgba(0, 0, 0, 0.5);
        }

    .Resizer.disabled {
        cursor: not-allowed;
    }

        .Resizer.disabled:hover {
            border-color: transparent;
        }


/*  .Resizer::after,
    .Resizer::before {
        content: "";
        border-left: 1px solid #333;
        position: absolute;
        top: 50%;
        transform: translateY(-100%);
        right: 0;
        display: inline-block;
        height: 20px;
        margin: 0 2px;
    }

    .Resizer::before {
        left: 0;
    }
*/



.layer {
    position: relative !important;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.SplitPane {
    position: relative !important;
}
/* ----------------------------------------------------------------
     END REACT SPLIT PANE
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     Carousel in Products
-----------------------------------------------------------------*/
.eSNjhG {
    right: -25px !important;
}

.AqPto {
    left: -25px !important;
}
/* ----------------------------------------------------------------
     END Carousel in Products
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     SETTINGS PRODUCT DEFAULTS / LOGOS
-----------------------------------------------------------------*/
.rwt__tablist[aria-orientation="vertical"] .rwt__tab[aria-selected="true"]:after {
    right: -1px;
    top: 0;
    height: 100%;
    border-right: 2px solid #C2C2C2;
}

.rwt__tab {
    line-height: 5px !important;
}

.rwt__tablist[aria-orientation="vertical"] {
    text-align-last: start !important;
}

.rwt__tab[aria-selected="true"] {
    position: relative;
    background: #EEEEEE;
}

.selectedItem {
    border-right: 2px solid #C2C2C2;
    background: #EEEEEE;
}
/* ----------------------------------------------------------------
     END Carousel in Products
-----------------------------------------------------------------*/


.deleteDiv {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*    opacity: .5;*/
    font-size: medium;
}

.officecaredeletebutton {
    background-color: transparent !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

/* ----------------------------------------------------------------
     REACT - DROPDOWN SELECT
-----------------------------------------------------------------*/
.css-1pahdxg-control {
    border-radius: 0 !important;
    box-shadow: 0 0 0 1px #58595B !important;
    border-color: #58595B !important;
}

.jZkBQk > .wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 1px solid #dfe1e5;
    border-radius: 0px !important;
    background-color: white;
    color: #212121;
    font-size: 11px !important;
    /*font-family: Arial;*/
    z-index: 100 !important;
}

.fdwCIb > .wrapper {
    z-index: 100 !important;
}
/*.sc-bwzfXH .bkngVT {
    font-size: 16px !important;
}*/
.bkngVT > div.line {
    border-top-color: rgb(232,234,237);
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
    margin-left: 14px;
    margin-right: 20px;
    margin-top: 0px;
    padding-bottom: 4px;
}

.bkngVT > ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0 16px 0;
    font-size: 11px !important;
}

    .bkngVT > ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 0 4px 0;
    }

        .bkngVT > ul > li:hover {
            background-color: #eeee;
            cursor: default;
        }

        .bkngVT > ul > li > div {
            margin-left: 0px !important;
        }

.bkngVT .ellipsis {
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bkngVT .search-icon {
    line-height: 1.6rem !important;
    visibility: hidden !important;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    /* display: inline-block; */
    /*    left: 100px;
    top: 50px;*/
    margin-left: -12px;
    margin-top: -1px;
}

.cVASeP {
    min-height: 28px !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cVASeP > input {
        width: 100%;
        padding: 0 0 0 13px;
        border: none;
        outline: none;
        background-color: rgba(0,0,0,0);
        font-size: 11px !important;
        font-family: inherit;
        color: #212121;
    }
/* ----------------------------------------------------------------
     ReactSearchAutocomplete
-----------------------------------------------------------------*/
.gRhFd {
    z-index: 1 !important;
}

.evwHCa > ul > li > .icon {
    display: none !important;
}

.searchBox .sc-ifAKCX {
    border: 1px solid #58595B !important;
}

/*.sc-bwzfXH .bkngVT > ul > li
{
    background-color: red;
}*/
/*.sc-hKMtZM > hYISkr > clear-icon {
    display: block !important;
    visibility: visible !important;
}
sc-bdVaJa evwHCa > clear-icon {
    display: block !important;
    visibility: visible !important;
}
*/
.clear-icon {
    display: block !important;
    visibility: visible !important;
}

.fvCrkM {
    min-height: 29px !important;
}

    .fvCrkM > input {
        padding-bottom: 3px !important;
        height: 29px !important;
    }

/*.sc-bwzfXH fvCrkM > clear-icon {
    display: block !important;
}*/

/*.fvCrkM > input {
    width: 100%;
    padding: 0 0 0 13px;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);*/
/*    font-size: inherit;
    font-family: inherit;*/
/*color: #495057;
}*/

/* sc-component-id: sc-htpNat */

/* ----------------------------------------------------------------
    END ReactSearchAutocomplete
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     REACT - DROPDOWN SELECT
-----------------------------------------------------------------*/
.css-1pahdxg-control {
    border-radius: 0 !important;
    box-shadow: 0 0 0 1px #58595B !important;
    border-color: #58595B !important;
    z-index: 3
}

    .css-1pahdxg-control:hover {
        border-radius: 0 !important;
        border-color: #58595B !important;
    }

.css-1s2u09g-control {
    border-radius: 0 !important;
}

/*.css-26l3qy-menu {
    background-color: #DEEBFF !important;
}*/
.css-1n7v3ny-option {
    background-color: hsl(0, 0%, 90%) !important;
}

.css-9gakcf-option {
    background-color: hsl(0, 0%, 80%) !important;
}

/*.css-26l3qy-menu {
    top: 100%;
    background-color: hsl(0, 0%, 100%);
    border-radius: 4px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1),0 4px 11px hsla(0, 0%, 0%, 0.1);
    margin-bottom: 8px;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;*/
/*z-index: 3 !important;*/
/*   color: red !important;*/
/*max-height: auto !important;*/ /* 100px !important;*/
/*height: auto !important;*/
/*    background-color: blue !important;*/
/*}*/
/*.css-4ljt47-MenuList {
    max-height: auto !important;*/ /* 300px !important;*/
/*overflow-y: auto;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background-color: hsl(0, 0%, 100%) !important;
}*/
/*.css-6j8wv5-Input {
    z-index: 1;
}*/
/**/
#react-select-3-listbox {
    z-index: 500 !important;
    /*background-color: blue !important;*/
    max-height: auto !important;
    height: auto !important;
}

#react-select-2-listbox {
    z-index: 499 !important;
    max-height: auto !important;
}
/* ----------------------------------------------------------------
     END Carousel in Products
-----------------------------------------------------------------*/

.contacts {
    border: 1px solid;
    border-top: unset;
    max-height: 80px;
    overflow-y: auto;
}

    .contacts ol {
        list-style: none;
        margin-bottom: unset;
    }

    .contacts ul {
        padding-bottom: 2px;
        padding-left: 12px;
    }

        .contacts ul:hover {
            background-color: lightgray;
            color: white;
        }

/* ----------------------------------------------------------------
     Digital Proposal
-----------------------------------------------------------------*/

.digitalpropertyphoto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* margin: 0 5px; */
}

.digital-modal-body {
    max-height: 80vh;
    overflow-y: hidden;
    height: 340px !important;
}

.digital-card {
    background: #FFFFFF var(--surface-card);
    /*padding: 2rem;*/
    border-radius: 10px;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}


.w-full {
    width: 400px !important;
    /*100% !important;*/
}

.p-listbox-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.p-listbox-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.p-listbox {
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

    .p-listbox .p-listbox-header {
        padding: 0.75rem 1.25rem;
        border-bottom: 1px solid #dee2e6;
        color: #343a40;
        background: #f8f9fa;
        margin: 0;
        /*        border-top-right-radius: 6px;
        border-top-left-radius: 6px;*/
        border-radius: 0px;
    }

    .p-listbox .p-listbox-list {
        padding: 0.75rem 0;
    }

    .p-listbox .p-listbox-header .p-listbox-filter-icon {
        right: 0.75rem;
        color: #6c757d;
    }

    .p-listbox .p-listbox-list .p-listbox-item {
        margin: 0;
        padding: 0.75rem 1.25rem;
        border: 0 none;
        color: #495057;
        transition: box-shadow 0.2s;
        border-radius: 0;
    }

    .p-listbox .p-listbox-header .p-listbox-filter {
        padding-right: 1.75rem;
    }

    .p-listbox .p-listbox-list .p-listbox-item:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.15rem #6c757d;
    }

    .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
        color: #495057;
        background: #ccc;
    }

    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
        color: #495057;
        background: #e9ecef;
    }

.p-listbox-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
}

.p-listbox-filter-container {
    position: relative;
}

.p-listbox-list-wrapper {
    overflow: auto;
}

.p-listbox-filter {
    width: 100%;
}


.p-inputtext {
    margin: 0;
    height: 35px;
}

.p-inputtext {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    border-radius: 0px;
}

.p-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.p-component {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
}

    .p-component, .p-component * {
        box-sizing: border-box;
    }

.p-virtualscroller {
    position: relative;
    overflow: auto;
    contain: strict;
    transform: translateZ(0);
    will-change: scroll-position;
    outline: 0 none;
}

.p-virtualscroller-content {
    position: absolute;
    top: 0;
    left: 0;
    /* contain: content; */
    min-height: 100%;
    min-width: 100%;
    will-change: transform;
    height: 250px;
}

.framediv {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    padding: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}


.resizemovementicon {
    background-image: url(/images/movement.svg);
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* ----------------------------------------------------------------
     END Digital Proposal
-----------------------------------------------------------------*/

.contacts ul:hover {
    background-color: lightgray;
    color: white;
}


/* ----------------------------------------------------------------
     FEEDBACK DATEPICKER
-----------------------------------------------------------------*/
.biPlZV {
    position: absolute;
    height: 12px;
    width: 12px;
    top: 10px !important;
    left: 20px !important;
    right: unset;
    cursor: pointer;
}

.caTbjN {
    border: 0;
    padding: 0 44px;
    width: 100%;
    min-height: 29px !important;
    background: #ffffff;
    font-family: system-ui,-apple-system;
    color: #001217;
    font-size: 14px;
    font-weight: 600;
    /* box-shadow: inset 0px -3px 0 #d8366f; */
    box-shadow: none !important;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}

.gVhelu {
    border: 0;
    padding: 0 44px;
    width: 100%;
    min-height: 28px !important;
    background: #ffffff;
    font-family: system-ui,-apple-system;
    color: #001217;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}
/* ----------------------------------------------------------------
     END FEEDBACK DATEPICKER
-----------------------------------------------------------------*/

/*---------------------------------------------------------------
        FEEDBACK PAGE
---------------------------------------------------------------*/

#linkAddress {
    z-index: 9999 !important;
    /*color: #FFFFFF;*/
}

/*.filepond--image-preview-wrapper {
    display: none;
}
*/
.bIjuXL {
    border: 0;
    padding: 0 30px !important;
    width: 100%;
    min-height: 28px !important;
    background: #ffffff;
    font-family: system-ui,-apple-system;
    color: #001217;
    font-size: 11px !important;
    font-weight: 600;
    box-shadow: none !important;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}

.etHzbX {
    color: #001217;
    font-size: 11px !important;
    font-weight: 500;
    font-family: system-ui,-apple-system;
    padding: 0 0 5px;
}

.jBWPot {
    background: #ffffff;
    padding: 10px !important;
    border-radius: 2px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
    width: fit-content;
    animation-name: jgQpwH;
    animation-duration: 0.15s;
    animation-timing-function: ease-in;
}

.kDAUFw {
    border: 0;
    padding: 0 36px !important;
    width: 100%;
    min-height: 29px !important;
    background: #ffffff;
    font-family: system-ui,-apple-system;
    color: #001217;
    font-size: 11px !important;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
}

.fnloXR {
    position: absolute;
    height: 12px;
    width: 12px;
    top: 8px !important;
    left: 16px;
    right: unset;
    cursor: pointer;
}

.gWUcrz {
    box-sizing: border-box;
    position: relative;
    margin-top: 4px !important;
}
/*---------------------------------------------------------------
       END FEEDBACK PAGE
---------------------------------------------------------------*/


/* ----------------------------------------------------------------
    CORRESPONDENCE
-----------------------------------------------------------------*/

.css-1tlcqt-MuiAutocomplete-root .MuiOutlinedInput-root {
    padding: 0px !important;
    font-size: 11px !important;
}

.css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root {
    padding: unset !important;
    border-radius: 0px !important;
    font-size: 11px !important;
}

.action-correspondence {
    /* border: 1.5px solid rgb(90, 196, 189) !important;*/
    color: #FFFFFF !important; /*rgb(90, 196, 189) !important;*/
    background-color: rgb(90, 196, 189) !important;
}

.correspondencemessage {
    border: 1.5px solid rgb(90, 196, 189) !important;
    background-color: unset !important;
    color: rgb(90, 196, 189) !important;
}

.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding: 16.5px 14px;
    padding-right: 0;
    border-radius: 0px !important;
    font-size: 11px !important;
}

    .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input:focus {
        outline: 0;
        border: 1px solid #58595B !important;
        font-size: 11px !important;
    }

.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root {
    font-size: 11px !important;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 0px !important;
}

.menubar.error {
    border: 1px solid red !important;
}

.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    /*border-color: rgba(0, 0, 0, 0.87);*/
    border: 1px solid #58595B !important;
}

.correspondence-artwork-carousel-item {
    min-width: 200px !important;
}


/* ----------------------------------------------------------------
     END CORRESPONDENCE 
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    DROPDOWN React Select
-----------------------------------------------------------------*/
.css-t3ipsp-control {
    border-color: #4D4D4F !important;
    border-radius: unset !important;
    box-shadow: unset !important;
}

    .css-t3ipsp-control:hover {
        border-color: #4D4D4F !important;
    }

.css-13cymwt-control {
    border-radius: unset !important;
}

.css-1nmdiq5-menu {
    top: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: hsl(0, 0%, 100%);
    border-radius: unset !important;
    box-shadow: unset !important; /*0 0 0 1px hsla(0, 0%, 0%, 0.1),0 4px 11px hsla(0, 0%, 0%, 0.1);*/
    margin-bottom: 8px;
    margin-top: 8px;
    box-sizing: border-box;
}

.css-tr4s17-option {
    cursor: default;
    display: block;
    font-size: inherit;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #4D4D4F !important;
    color: hsl(0, 0%, 100%);
    padding: 8px 12px;
    box-sizing: border-box;
}

    .css-tr4s17-option:active {
        background-color: #9d9fa1 !important;
    }

    .css-tr4s17-option:hover {
        background-color: #9d9fa1 !important;
    }

.css-10wo9uf-option {
    cursor: default;
    display: block;
    font-size: inherit;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: inherit;
    padding: 8px 12px;
    box-sizing: border-box;
}

    .css-10wo9uf-option:active {
        background-color: #dfe1e5 !important;
    }

    .css-10wo9uf-option:hover {
        background-color: #dfe1e5 !important;
    }

.css-d7l1ni-option {
    cursor: default;
    display: block;
    font-size: inherit;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #DEEBFF;
    color: inherit;
    padding: 8px 12px;
    box-sizing: border-box;
}

    .css-d7l1ni-option:active {
        background-color: #dfe1e5 !important;
    }

    .css-d7l1ni-option:hover {
        background-color: #dfe1e5 !important;
    }
/* ----------------------------------------------------------------
    END - DROPDOWN react-select 
-----------------------------------------------------------------*/

.waiting {
    background-color: rgba(200,200,200,0.3);
    pointer-events: none;
}

.spinner {
    background-image: url('/images/loading-white.gif');
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: 50px;
}

.waiting .button {
    opacity: 0.25;
}



/*---------------------------------------------------------------
       SURVEY
---------------------------------------------------------------*/

.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}

.urbanist-regular {
    font-family: "Urbanist";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.urbanist-bold-italic {
    font-family: "Urbanist";
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}


.survey-modal .text-highlight {
    color: #727272;
}

/*---------------------------------------------------------------
       END SURVEY
---------------------------------------------------------------*/


/*---------------------------------------------------------------
       PROPERTY PROPERTY
---------------------------------------------------------------*/

.menutitle-text-decoration {
    color: #EAEDEE !important;
    text-decoration: none;
    background-image: linear-gradient(to right, #4D4D4F, #4D4D4F);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 5% 2px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.box {
    opacity: 0.3;
}

.employeeframe {
    width: 90px !important;
    height: 90px !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50% !important;
    background-color: #4D4D4F !important;
    overflow: hidden;
}

    .employeeframe:hover {
        cursor: pointer;
    }


.activeEmployee {
    opacity: 0.7;
    /*filter: alpha(opacity=50);*/
    /* For IE8 and earlier */
}

.column-count-2 {
    column-count: 2 !important;
}

.selectedview {
    background-color: #C2C2C2;
    color: #FFFFFF !important;
    height: 100%; /*fit-content;*/
    /*width: 20px;*/
}

.underline-nav {
    display: block;
    text-decoration: none;
    color: #EAEDEE;
    background-image: linear-gradient(to right, #4D4D4F, #4D4D4F);
    background-position: bottom 0px left 15px;
    background-repeat: no-repeat;
    background-size: 30px 2px;
    padding-bottom: 5px;
}

.underline-address {
    display: block;
    text-decoration: none;
    color: #EAEDEE;
    background-image: linear-gradient(to right, #4D4D4F, #4D4D4F);
    background-position: bottom 0px left 1px;
    background-repeat: no-repeat;
    background-size: 5% 2px;
    padding-bottom: 5px;
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #4D4D4F !important;
    color: #FFFFFF;
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 0px !important;
}

::selection {
    background: #4D4D4F !important;
    color: #FFFFFF;
    text-shadow: none;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #FFFFFF !important;
    background-color: #4D4D4F !important;
    border-color: #4D4D4F !important;
}

.page-link, .page-link:hover, .page-link:focus {
    color: #4D4D4F;
}

.proping {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    /*width: 200px;*/
    /* width: auto;*/
    margin-left: -1%;
}

.padleft {
    padding-left: -5%;
}

#divDefaultFields, #divFeatureIcons {
    padding: 10px;
}

.img_max {
    max-width: 200%;
    margin-left: -10px;
    /*max-height: 160px !important;*/
}

.photourl_backgroundcolor {
    background-color: #4D4D4F;
    height: 150px !important;
}

.vertical-center {
    display: flex;
    justify-content: center
}


.centertxt {
    /*vertical-align: middle;*/
    width: 100%;
    font-size: 22px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.colsm4 {
    /*max-width: 31.333333% !important;*/
    max-width: 32% !important;
}

small, .small {
    font-size: 75%;
    font-weight: 600;
    float: right;
    vertical-align: middle !important;
}

.verticalalign {
    margin-top: auto;
    margin-bottom: auto;
}

.borderwidth {
    border-width: 3px;
}

.BoxMenuThumbnail {
    width: 50%;
    text-decoration: none !important;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15% 2px;
    padding-bottom: 25px;
    text-transform: capitalize;
    font-family: 'Open Sans';
}

.underline_propertyAddress {
    display: block;
    text-decoration: none;
    /*color: #495057;*/
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80px 5px;
    padding-bottom: 5px;
    border-bottom: 5px !important;
    /*font-family: 'Playfair Display' !important;*/
}

.underline_propertyAddress_bottom {
    display: block;
    text-decoration: none;
    /*color: #495057;*/
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80px 5px; /* 15% 2px;*/
    padding-bottom: 5px;
    border-bottom: 5px !important;
    /*font-family: 'Playfair Display' !important;*/
    font-weight: normal !important;
}

.selectedview {
    background-color: #4D4D4F;
    color: #FFFFFF !important;
    /*height: fit-content;*/
    color: #FFFFFF;
}

#redDownload:link {
    text-decoration: none !important;
    color: #ED1B24 !important;
    font-weight: bold;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

#redDownload:visited {
    text-decoration: none !important;
    color: #ED1B24 !important;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

#redDownload:hover {
    text-decoration: none !important;
    color: #ED1B24 !important;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

#linkAddress:link {
    text-decoration: none !important;
    color: #4D4D4F;
    font-weight: bold;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

#linkAddress:visited {
    text-decoration: none !important;
    color: #4D4D4F;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

#linkAddress:hover {
    text-decoration: none !important;
    color: #4D4D4F;
    font-family: 'Open Sans';
    text-transform: capitalize;
}


.col-sm-2-media {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 7.666667%;
    max-width: 7.666667%;
}

.fi_width {
    width: 30px;
}

.fi_text_align {
    text-align: center;
}

.bodytext_height {
    height: 100px;
}

.outerbox {
    /*border: px solid blue;*/
    padding: 5px 0px;
    height: 140px; /*150px*/
    overflow: hidden;
    position: relative;
}

.innerbox {
    height: 140px;
    position: absolute;
    /*border: 1px solid red;*/
    transition: top 1s;
    /*transition: background-image 1s ease-in-out !important;*/
    width: 108% !important;
    align-content: center !important;
}

.outerbox:hover > .itop {
    top: 0;
    display: inline;
}

.outerbox > .itop {
    /*     top: -150px;*/
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.img_prop {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    Width: 50px;
    Height: 50px;
}


#divSelection {
    background-color: #FFFFFF;
    border-color: #4D4D4F;
    border-width: 1px;
    border-style: solid;
    height: 550px;
    width: 600px;
    margin: 20px auto;
    position: relative;
}

.headerPopup {
    position: absolute;
    color: #FFFFFF;
    background-color: #2D3D6A;
    height: 30px;
    width: 600px;
    border-width: 1px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 250px auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #4D4D4F;
        font-family: 'Open Sans';
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #4D4D4F;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        /*max-height: 30%;*/
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

#divHeader {
    height: 3px !important;
    background-color: #2D3D6A;
    color: #FFFFFF;
}


#divFooter {
    height: 3px !important;
    background-color: #2D3D6A;
    justify-content: center !important;
}

    #divFooter a {
        text-decoration: none !important;
        color: #FFFFFF !important;
    }

#divHeader .close {
    padding: 1rem 1rem;
    margin: -2rem -1rem -1rem auto !important;
    color: #FFFFFF !important;
}

.textHeader {
    margin-top: -12px !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        margin: 10px;
        text-align: center;
    }


.portfoliostyle {
    position: relative;
    height: 330.3px;
}

.portstyle {
    position: absolute;
    left: 0px;
    top: 0px;
}

.item_active {
    width: 212px;
    margin-right: 20px;
}

.owlstage {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.25s ease 0s;
    width: 1624px;
}

.thumbnailprop {
    /*border-width: 1px;
    border-style: solid;
    border-color: #ddd;*/
    Width: 70px;
    /*Height: 75px;*/
}

#__next {
    padding: 20px;
}

.image-item {
    padding: 20px 0 20px 20px;
}


.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #33b5e5 !important;
}

.modal_lg {
    /*max-width: 1000px !important;*/
    min-width: 1000px !important;
}

.modal_sm {
    max-width: 400px !important;
}

.solid {
    border-top: 1px solid #000000 !important;
}

.modal_content {
    /*margin-top: 200px;*/
    min-width: 1000px !important;
}

.modal_popup {
    margin-top: 350px !important;
}

.pb_default {
    background-color: #D1D1D1 !important;
}

/*.portfolio-filter li.activeFilter a*/
/*.portfolio-filter li.activeFilter  {
    color: #FFFFFF !important;
    background-color: #4D4D4F !important;
    margin: -1px 0;
    padding: 13px 18px !important;
    font-weight: bold;
}*/

.pbheight {
    height: 7px;
}

.textdecoration {
    text-decoration: line-through !important;
}

.bg-color {
    background-color: #4D4D4F;
    color: #FFFFFF;
}

.portfolioitem {
    width: 100% !important;
    padding: 0 20px 20px 0;
}

.deleteborder {
    border: 1.5px solid #ED1B24 !important;
    color: #ED1B24 !important;
}

.button {
    margin: 1px !important;
}

.button-Add {
    padding: 0 14px;
    font-size: 9px !important;
    height: 15px !important;
    line-height: 12px !important;
}

.button-Download {
    padding: 0 10px;
    font-size: 9px !important;
    height: 29px !important;
    line-height: 29px !important;
}


.button-Request {
    padding: 0 10px;
    font-size: 9px !important;
    height: 35px !important;
    line-height: 35px !important;
}

.downloadborder {
    background-color: transparent !important;
    border: 1px solid #4D4D4F;
    color: #EAEDEE;
}

.default-text-size {
    font-size: 11px !important;
}

.item-text-size {
    font-size: 8.5px !important;
}

.border_bottom {
    border-bottom: 1px solid #4D4D4F !important;
}

.border_top {
    border-top: 1px solid #4D4D4F !important;
}

.borderCopy {
    border: 2px solid #4D4D4F !important;
}

.column-container {
    max-width: 1000px !important;
    margin: auto;
}

.MuiPaginationItem-sizeSmall {
    /*height: 26px;
    margin: 0 0px !important;
    padding: 0 10px !important;
    min-width: 26px;
    border-radius: 13px;*/
    height: 26px !important;
    margin: 0 3px !important;
    padding: 0 4px !important;
    min-width: 26px !important;
    border-radius: 13px !important;
}


#page_title {
    position: relative;
    /* padding: 10px 0; */
    background-color: #000000 !important;
}

    #page_title h1 {
        padding: 0;
        margin-top: 1px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        color: #FFFFFF !important;
        font-size: 15px;
        text-transform: uppercase;
    }

.gallery-image-container {
    position: relative;
}

    .gallery-image-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: background 0.5s ease;
    }

    .gallery-image-container:hover .overlay {
        display: block;
        background: rgba(0, 0, 0, .3);
    }

    .gallery-image-container .gallerybutton {
        position: absolute;
        left: 0;
        top: 150px;
        text-align: center;
        opacity: 0;
        transition: opacity .35s ease;
        align-items: center;
        width: 100%;
        background-color: rgba(255, 299, 18, 0.3);
    }

.gallerybutton a:hover {
    color: #FFFFFF;
}

.gallery-image-container .gallerybutton a {
    text-align: center;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    z-index: 1;
    font-size: 10px
}

.gallery-image-container:hover .gallerybutton {
    opacity: 1;
}

.searchBox {
    position: absolute;
    width: 27% !important;
}

    .searchBox .wrapper {
        position: relative !important; /*absolute;*/
        z-index: 999;
        background: white;
        border: 1px solid #c2c2c2;
        width: 100%;
    }




/*---------------------------------------------------------------
       END PROPERTY PROPERTY
---------------------------------------------------------------*/

.btn-close {
    width: auto;
    height: auto;
}
