﻿:root {
    --alt-text: #FF9900;
}

html,
body,
.body-content,
.map-row,
.map-col {
    height: 100%;
}

.map-page {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 15px;
}

body {
    background-image: url(../images/bg.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn’t tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn’t move when
the content’s height is greater than the image’s height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
on the container’s size */
    background-size: cover;
    /* Set a background color that will be displayed
while the background image is loading */
    background-color: #FCFCFC;
}

.body-content.mappage {
    padding-top: 0px;
    padding-bottom: 0px;
}

.body-content.accountmanager {
    padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: normal;
}


p, a, span, ol, li {
    color: #777;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 22px;
}

@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 25px;
        font-size: 16px;
    }
}

.icon-bar {
    background-color: #FFFFFF;
}

.navbar-benvitaal-filter-acceptance {
    background: #3CB017 !important;
    background: -moz-linear-gradient(left, #3CB017 0%, #68B250 50%) !important;
    background: -webkit-linear-gradient(left, #3CB017 0%,#68B250 50%) !important;
    background: linear-gradient(to right, #3CB017 0%,#68B250 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3CB017', endColorstr='#68B250',GradientType=1 ) !important;
}

.navbar-benvitaal-filter-staging {
    background: #B01717 !important;
    background: -moz-linear-gradient(left, #B01717 0%, #DC5353 50%) !important;
    background: -webkit-linear-gradient(left, #B01717 0%,#DC5353 50%) !important;
    background: linear-gradient(to right, #B01717 0%,#DC5353 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B01717', endColorstr='#B25050',GradientType=1 ) !important;
}

.navbar-benvitaal, .footer-benvitaal {
    background: #053154;
    background: -moz-linear-gradient(left, #053154 0%, #2b4f5d 50%);
    background: -webkit-linear-gradient(left, #053154 0%,#2b4f5d 50%);
    background: linear-gradient(to right, #053154 0%,#2b4f5d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053154', endColorstr='#2B4F5D',GradientType=1 );
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    box-shadow: 0px 0px 6px -1px #000;
}

.navbar.navbar-benvitaal {
    min-height: 80px;
    margin-bottom: 20px;
}

.navbar-link {
    color: #FFFFFF;
}

.logo_container {
    position: absolute;
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

@media only screen and (min-width: 981px) {
    #logo {
        max-height: 100%;
        min-height: 96px;
    }
}

@media (min-width: 768px) {
    #logo {
        max-height: 96px;
    }
}

#logo {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 80px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0px 0px 6px -1px #000;
    border-radius: 0px 0px 20px 20px;
    background: white;
}

#logoutForm {
    margin-right: unset;
    line-height: 36px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-left {
        margin-left: 175px;
    }
}


.nav > li a {
    color: #FFFFFF;
    background: transparent !important;
    line-height: 48px;
}

@media(max-width: 768px) {
    .nav > li a {
        line-height: 36px;
    }
}

ul.nav {
    margin-top: 0;
    margin-bottom: 0;
}

ul.nav-tabs > li.nav-item > a {
    color: #777777;
    background: unset !important;
    line-height: unset !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav > li a.text-dark {
    color: #333333;
}

.nav > li a:hover {
    color: #006DB7;
}

.nav > li form {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 30px;
}

.nav .dropdown-menu > li a {
    line-height: unset;
    margin-top: 2px;
    margin-bottom: 3px;
}

@media(max-width: 768px) {
    .nav .dropdown-menu > li a {
        color: white;
    }
}

.map-col {
    padding-right: 0px;
    padding-left: 0px;
}

.map-info-col {
    margin-top: 15px;
    margin-bottom: 15px;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

.footer {
    z-index: 3;
    position: fixed;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    text-align: center;
}

    .footer.bg-dark {
        color: #FFFFFF;
    }

    .footer .container {
        margin-top: 10px;
    }

        .footer .container img {
            height: 25px;
            margin-top: -12px;
        }

footer a,
footer a:hover {
    color: #FFFFFF;
}

.margin-15px {
    margin: 15px;
}

.inline-block {
    display: inline-block;
}

td.icon {
    color: #ff9900;
    padding-right: 5px;
    text-align: center;
}

input[type=text]:focus, textarea:focus, button:focus, select:focus {
    box-shadow: 0 0 5px rgba(255, 153, 0, 1) !important;
    border: 1px solid rgba(255, 153, 0, 1) !important;
}


table.collaboration-types td,
table.facilities td {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.facilities {
    border: 0px;
}


@media(min-width: 992px) {
    .equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
}

.intl-tel-input {
    width: 100%;
}

img.pendingchange {
    border: 5px solid #FF9900;
    border-radius: 10px;
}

div.image-pendingremoved {
    background: repeating-linear-gradient( 45deg, #ff990080, #ff990080 10px, #ffffff00 10px, #ffffff00 25px);
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
}

tr.pendingchange span, span.pendingchange, span.pendingchange > *, div.pendingchange span {
    font-style: italic;
    color: #FF9900 !important;
}

#rawPendingChange span {
    color: #FF9900 !important;
}

tr.pendingremoved span, tr.pendingremoved span > *, div.pendingremoved span {
    color: #FF9900;
    font-style: italic;
    text-decoration: line-through;
}

    tr.removed span, tr.removed span > *, div.removed span {
        text-decoration: line-through;
    }


label.control-label {
    text-align: right;
}

.btn.btn-xs {
    line-height: 2.2em;
    width: 2.7em;
    height: 2.5em;
}

.btn.btn-sm {
    width: 38px;
    height: 34px;
    font-size: 14px;
}

div.error-message {
    display: block;
    background-color: #A944422A;
    border: 1px solid #a94442AA;
    padding: 5px;
    border-radius: 5px;
}

    div.error-message .text-danger {
        line-height: 2.3em;
    }

    div.error-message > .btn-danger {
    }

div.approve {
    bottom: 50px;
    position: absolute;
    right: 50px;
    z-index: 999;
}

    div.approve button.btn.btn-success,
    div.approve button.btn.btn-danger {
        width: 250px;
    }

.control-label {
    line-height: 30px;
}

.form-group input[type=checkbox] {
    margin-top: 7px;
    height: 15px;
    width: 15px;
}

    .form-group input[type=checkbox]:checked,
    td input[type=checkbox]:checked {
        filter: hue-rotate(180deg) brightness(170%);
    }

.table-row {
    display: table-row;
}

.control-value {
    display: inline-block;
    min-height: 30px;
}

    .control-value span {
        height: 30px;
        display: table-cell;
        vertical-align: middle;
    }

        .control-value span.pendingchange {
            height: 30px;
        }

ul.menu {
    padding-left: 0px;
}

    ul.menu > li {
        list-style: none;
    }

    ul.menu button {
        width: 100%;
        border-width: 0px;
    }

    ul.menu li a, ul.menu button {
        color: #154D5E;
        font-weight: bold;
        padding: 10px 15px;
        display: block;
        text-align: center;
    }

        ul.menu li a:hover, ul.menu button:hover {
            text-decoration: unset;
            background-color: #eeeeee;
            transition: all 150ms ease-in;
        }


.selectLanguage {
    margin-left: 12px;
    margin-right: 12px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: unset;
    }
}

.dropdown-menu > .active > a span {
    color: #FFFFFF;
}

dashboard .row.component > div {
    margin-bottom: 15px;
}

.carousel-indicators li {
    border-color: #FCAA18;
}

.carousel-indicators .active {
    background: #FCAA18;
}

.carousel-control {
    background-image: unset !important;
}

    .carousel-control > span {
        color: #FCAA18;
        background: #FFFFFF;
        width: 24px;
        height: 24px;
        border-radius: 12px;
    }

@media screen and (min-width: 768px) {
    .carousel-control > span {
        width: 34px !important;
        height: 34px !important;
        border-radius: 17px;
    }
}

#impressionCarousel {
    overflow: hidden;
    border-radius: 10px;
}

#impressionCarousel, .carousel-inner > .item img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.carousel-inner > .item a img {
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
}

.lity-content {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}

chip {
    display: inline-block;
    padding: 0 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 1em;
    background-color: #f1f1f1;
}

    chip.sm {
        padding: 0 10px;
        font-size: 0.85em;
        line-height: 1.6em;
        border-radius: 0.8em;
    }

    chip.pendingchange {
        font-style: italic;
        color: #FFFFFF;
        background-color: #FF9900;
    }

    chip.pendingremoved {
        font-style: italic;
        color: #FFFFFF;
        background-color: #FF9900;
        text-decoration: line-through;
    }

    chip.remove {
        right: -10px;
        position: relative;
        color: #9E9E9E;
        cursor: pointer;
    }

.flex {
    display: flex;
}

#add-facility {
    height: 34px;
    width: 34px;
    margin-left: 5px;
}

#other-facility-container {
    margin-top: 5px;
}

#chip-container-facilities .chip {
    margin-top: 5px;
    margin-right: 5px;
}

.image-uploader {
    border: 1px solid #ccc;
    border-radius: 5px;
}

#logo-file .uploaded-image {
    max-height: 150px;
    height: 150px;
    padding-bottom: unset;
}

    #logo-file .uploaded-image img {
        object-fit: contain;
    }

.listing-logo, .listing-carousel {
    max-width: 100%;
    max-height: 125px;
    padding: 10px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

h4 span {
    color: #333;
}

.form-label {
    width: 100%;
}

.lity-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gm-style img {
    width: 55px;
    height: 55px
}

.gm-style div span {
    line-height: 55px;
    color: #FFFFFF;
    font-size: 1.5em;
}

ul.checkboxes {
    list-style-type: none;
    padding-inline-start: 10px;
}

.checkboxes li label {
    display: table;
}

.checkboxes li input[type=checkbox] {
    display: table-cell;
    vertical-align: middle;
    margin: unset;
    margin-right: 5px;
}

.checkboxes li label span {
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.btn {
    border-radius: 0px;
}

    .btn.btn-primary {
        color: #FFFFFF;
        background: #154D5E;
        border-color: #154D5E;
    }

        .btn.btn-primary.active {
            background: #E03627;
            border-color: #154D5E;
        }

    .btn.btn-secondary {
        color: #154D5E;
        background-color: #FFFFFF;
        border-color: #154D5E;
    }

    .btn.btn-attention {
        color: #FFFFFF;
        background-color: #FF9900;
        border-color: #FF9900;
    }

    .btn.btn-danger {
        color: #FFFFFF;
        background-color: #E12D21;
        border-color: #E12D21;
    }

    .btn.btn-gray {
        color: #FFFFFF;
        background-color: #8C8C8C;
        border-color: #8C8C8C;
    }

.btn-group .btn.btn-primary.active {
    color: #FFFFFF;
    background: #154d5E;
    border-color: #154d5E;
}

.btn-group .btn.btn-primary {
    color: #154d5E;
    background-color: #FFFFFF;
    border-color: #154d5E;
}

.icon-letter {
    font-weight: bold;
    color: #FF9900;
    padding-right: 10px;
}

input.copy-invisible {
    opacity: 0;
    position: absolute;
}

input.copy-hidden {
    display: none;
}

table.contacts-types td,
table.collaborations td {
    padding-bottom: 5px;
}

table.collaborations td {
    width: 20%;
}

.control-span {
    line-height: 30px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-30px{
    margin-bottom: 30px;
}

.grecaptcha-badge {
    z-index: 4;
}

.padding-unset {
    padding: unset !important;
}

.btn-fill {
    width: 100%;
}

.open > .dropdown-menu.contextmenu {
    margin-top: 34px;
}

.open > .dropdown-menu.no-padding {
    padding: 0px;
}

.btn-transparent {
    background-color: transparent;
}

.overflow-ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-margin {
    margin: 0px;
}

label.policy {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

    label.policy input[type=checkbox] {
        vertical-align: middle;
        margin: unset;
    }

    label.policy span {
        vertical-align: middle;
        color: #333333;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
    }

.btn-group a {
    min-width: 150px;
}

.indent-20px {
    margin-left: 20px;
    display: block;
}

.fill {
    width: 100%;
}

div.bootstrap-select.form-control > button.dropdown-toggle {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}


.lity-container {
    max-width: 90%;
    max-height: 90%;
}

.listing-name {
    text-align: center;
    padding-top: 10px;
    margin-left: 0px;
}

.display-none {
    display: none;
}

.btn-table {
    display: table;
}

.btn-row {
    display: table-row;
}

.btn-cell {
    display: table-cell;
    border: 2px solid transparent;
}

.btn-green {
    color: #FFFFFF !important;
    background-color: #097054 !important;
    border-color: #097054 !important;
}

b.note-title {
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
    color: #333;
    font-size: 14px;
}

.note-editing-area {
    flex-direction: column-reverse;
}

.notes-container {
    max-height: 300px;
    overflow-y: auto;
}

.float-right {
    float: right;
}

.price {
    color: #FF9900;
    font-weight: 600;
}

.card {
    margin-bottom: 10px;
}

.fullsizeImage {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#facilities_container {
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#facilities_expand {
    text-decoration: none;
    color: #000000;
}


    #facilities_expand:after {
        content: '\203A';
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        float: right;
        margin-right: 10px;
    }

    #facilities_expand[aria-expanded="true"]:after {
        transform: rotate(90deg);
    }

#facilities_expand_label {
    margin-bottom: 0px;
}

#preview-items {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    padding-left: 0px;
}

    #preview-items li {
        height: 80px;
        cursor: pointer;
    }

        #preview-items li #img-container {
            height: 80px;
            display: flex;
        }

        #preview-items li img {
            max-height: 80px;
            max-width: 100%;
            height: auto;
            padding: 10px;
            margin: auto;
            display: block;
        }

        #preview-items li div.valign {
            display: flex;
            align-items: center;
            justify-content: center;
        }


        #preview-items li:nth-child(odd) {
            background-color: #F9F9F9;
        }

        #preview-items li:nth-child(even) {
            background-color: #FFFFFF;
        }


ul.legend {
    list-style-type: none;
    padding-inline-start: 20px;
}

    ul.legend li {
        padding-bottom: 10px;
    }

        ul.legend li img {
            height: 24px;
            width: 24px;
            -webkit-filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, .5));
            filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, .5));
        }

        ul.legend li span {
            line-height: 24px;
        }

#subscriptionDetailList {
    width: 100% !important;
}

    #subscriptionDetailList tr.active {
        font-weight: bold;
    }

    #subscriptionDetailList tr.pending {
        font-style: italic !important;
        color: var(--alt-text) !important;
    }

card-header #history, card-header #addemployee, card-header #editListingReference {
    line-height: 45px;
    font-size: 25px;
    margin-right: 5px;
    margin-left: 10px;
}

    card-header #history a, card-header #addemployee a, card-header #editListingReference a {
        color: #154D5E;
    }

.historyrecords tbody tr {
    cursor: pointer;
}

    .historyrecords tbody tr.selected {
        color: var(--alt-text);
    }

    .historyrecords tbody tr.active {
        font-weight: bold;
    }

i.orange {
    color: var(--alt-text);
}

    #subscriptionDetailList tr td.replaced {
        font-weight: normal;
    }

    #subscriptionDetailList tr td.active {
        font-weight: bold;
    }

.bootstrap-filestyle {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bootstrap-filestyle label.btn {
    border-radius: 4px;
    padding: 5px 12px;
}


.full-width{
    width: 100%;
}

.display-tablerow{
    display: table-row;
}

.display-tablecell{
    display: table-cell;
}

.display-inlineblock{
    display: inline-block;
}

.btn-agreementdelete, .btn-agreementupload {
    width: 40px;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.margin-left-0px {
    margin-left: 0px;
}

.margin-right-0px {
    margin-right: 0px;
}

.form-span{
    line-height: 30px;
}

.rotaid-90deg {
    transform: rotate(90deg);
}

.expanded  {
    text-align: center;
    font-size: 20px;
}

.text-align-center {
    text-align: center;
}

.dataTables_scrollHead .dataTables_scrollHeadInner,
.dataTables_scrollHead .dataTables_scrollHeadInner table.dataTable {
    max-width: 100% !important;
}

.note-btn-group .btn.btn-sm{
    width: unset;
}

.frozen-history-icon {
    margin-left: 5px;
    line-height: 30px;
}