﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

@import url("desktop-editdays.css?id=27");
@import url("desktop-locations.css?id=04");

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    --menuWidth: 200px;
}

* {
    box-sizing: border-box;
}

img {
    image-orientation: from-image;
}

textarea, select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #aaa;
    padding: 6px;
}

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }


select {
    background-color: #f3f3f3;
    border-color: #888;
}

    select option {
        background-color: #fff;
    }

h1, h2, h3, h4, h5, p {
    margin: 0px 0px 20px 0px;
    font-weight: normal;
    position: relative;
}


.messagearea h1 {
    position: unset;
}

h1 {
    color: #069;
    font-family: Raleway,'Open Sans',Arial,sans-serif;
}

h2 {
    font-family: Raleway,'Open Sans',Arial,sans-serif;
}

.pagecontainer {
    height: auto;
    overflow: hidden;
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat-y;
    background-image: url(/images/bg.jpg);
    background-position: top left;
    background-attachment: fixed;
    background-repeat: repeat;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.sidebar {
    width: var(--menuWidth);
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #069;
}

.menutranson .sidebar {
    transition: 150ms width ease-in-out;
}

.menu {
    height: auto;
    overflow: hidden;
}

    .menu a {
        color: White;
        text-decoration: none;
        display: block;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 1px solid #046;
        padding: 10px;
        background-color: #00537B;
        font-family: Raleway,'Open Sans',Arial,sans-serif;
        transition: background-color ease-in-out 150ms;
    }

        .menu a:hover {
            background-color: #003F5D;
        }

    .menu .nonmenulink {
        color: White;
        text-decoration: none;
        display: block;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 0;
        padding: 20px;
        background-color: transparent;
        text-align: left;
    }

.collapsablesection {
    transition: all ease-in-out 10ms;
    overflow: hidden;
    height: auto;
}


.content {
    height: auto;
    overflow: auto;
    overflow-y: auto;
}

.scrollablecontentarea {
    height: auto;
    position: fixed;
    top: 0;
    left: var(--menuWidth);
    right: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: auto;
    background-color: transparent;
}

.menutranson .scrollablecontentarea {
    transition: 150ms left ease-in-out;
}

.pagecontent {
    height: auto;
    overflow: hidden;
    margin: 20px;
}

.form {
    height: auto;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.formprompt {
    color: #003F5D;
    margin-bottom: 5px;
}

input, select, textarea, button {
    padding: 6px;
    font-family: Open Sans, Arial;
}

textarea {
    height: 100px;
    min-width: 300px;
}

input[type=text], input[type=password], input[type=email], input[type=file] {
    width: 300px;
}

input[type=file] {
    background-color: White;
    border: 1px solid #aaa;
}

input[type=submit], input[type=button], button, .showallevents {
    cursor: pointer;
    background-color: #f9f9f9;
    color: #046;
    border: 1px solid #aaa;
    box-sizing: content-box;
    padding: 6px;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}

    button a {
        color: #046;
    }

.showallevents {
    display: inline-block;
}

.customtextinput input[type=submit] {
    line-height: 18px;
    font-size: 14px;
}

hr {
    height: 1px;
    border: 0px;
    margin: 0px 0px 20px 0px;
    color: #aaa;
    background-color: #aaa;
    padding: 0px;
}


.error {
    color: Red;
}

.formcell {
    float: left;
    margin: 0px;
    padding: 0px 8px 0px 0px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    display: block;
}

.section {
    height: auto;
    overflow: hidden;
    margin: 0px 0px 20px 0px;
}

.section10 {
    margin-bottom: 10px;
}

.avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 0px 20px 20px 0px;
    background-color: #ddd;
    background-image: url(/images/noavatar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #069;
    border-radius: 200px;
    display: block;
    min-width: 80px;
}

.smallavatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 3px solid #069;
    min-width: 40px;
}

.menuprofilelink {
    background-color: #ddd;
    width: 199px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #046;
    font-size: 16px;
    line-height: 18px;
}

    .menuprofilelink .avatar {
        margin: 0px 10px 0px 0px;
    }

.tourpersonlisting h2 {
    white-space: nowrap;
}

.largeavatar {
    width: 190px;
    height: 190px;
}

.avatar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.largeavatar img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}


.pointer {
    cursor: pointer;
}

.overlaycontainer {
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 1000000;
}

.overlaycontainerinside {
    width: 800px;
    height: auto;
    padding: 20px;
    background-color: White;
    margin: 80px auto 0px auto;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 12px;
}

.overlayclose {
    position: fixed;
    left: calc(50% + 365px);
    top: 85px;
    width: 30px;
    padding: 5px 10px 5px 10px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    background-color: Red;
    color: White;
    border-radius: 50%;
}


.ctf_container {
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 20px;
}

.cbl {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    display: block;
    height: auto;
    overflow: hidden;
    list-style-type: none;
}

    .cbl li {
        margin: 0px;
        padding: 0px 20px 10px 0px;
        float: left;
        width: 300px;
    }

.profilelistitem {
    /*width: 330px;
    height: auto;
    float: left;
    margin: 0px 10px 10px 0px;*/
    overflow: hidden;
    padding: 10px;
    border: 1px solid #aaa;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

    .profilelistitem h3 {
        line-height: 20px;
        font-size: 18px;
        white-space: nowrap;
    }

    .profilelistitem .avatar {
        margin-right: 20px;
        margin-bottom: 0px;
    }


.profile_skillslist {
    float: left;
    width: auto;
    margin-right: 20px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #aaa;
    background-color: #eff;
    height: auto;
    overflow: hidden;
    min-width: 250px;
    border-radius: 12px;
}

    .profile_skillslist p, .profile_skillslist h2 {
        margin-bottom: 10px;
    }

a img {
    outline: none;
    border: 0px;
    display: inline-block;
}

a {
    text-decoration: none;
    color: #222;
}

.sociallinks img {
    width: 50px;
}

.nomargin {
    margin: 0px !important;
}

.listingfriendshipstatus h2 {
    display: none;
}

.listingfriendshipstatus h4 {
    margin-bottom: 5px;
}

.profilelistitem h3 {
    margin-bottom: 5px;
}

.profilelistitem input {
    padding: 3px 5px 3px 5px;
    font-size: 11px;
}

.btn_warn, .btn_good {
    background-color: #C32900;
    color: White;
    border: 0px;
    outline: 0px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.btn_good {
    background-color: #008B3C;
}

.fullwidth {
    width: 100%;
}

.width95p {
    width: 95%;
}

.topmenu {
    background-color: #eee;
    height: 49px;
    overflow: visible;
    padding: 10px 20px 9px 20px;
    color: #046;
    font-family: Raleway,'Open Sans',Arial,sans-serif;
    width: calc(100vw-200px);
    border-bottom: 1px solid #aaa;
    position: sticky;
    top: 0;
    z-index: 100;
    white-space: nowrap;
}

    .topmenu h2 {
        float: left;
        margin: 0px;
        color: #046;
        font-size: 27px;
        line-height: 29px;
    }

    .topmenu ul {
        float: right;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .topmenu li {
        display: block;
        float: right;
        padding-left: 30px;
        height: 29px;
    }

    .topmenu a {
        color: #222;
        line-height: 29px;
        font-size: 13px;
    }


.contentaftertopmenu {
    top: 50px;
    bottom: 0;
    left: var(--menuWidth);
    right: 0;
    position: fixed;
    overflow: auto;
    padding: 20px;
}

.menutranson .contentaftertopmenu {
    transition: 150ms left ease-in-out;
}

.tagname {
    padding: 10px;
    background-color: #00AC4B;
    float: left;
    margin: 0px 10px 10px 0px;
    color: White;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    white-space: nowrap;
}

.deleteicon {
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    width: 26px;
    min-width: 26px;
    min-height: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #800;
    color: White;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    max-height: 16px;
}

.floatleft {
    float: left;
}

.marginright20 {
    margin-right: 20px !important;
}

.smallprofilelistitem .avatar img, .smallprofilelistitem .avatar {
    width: 32px;
    max-width: 32px;
    min-width: 32px;
}

.smallprofilelistitem h3 {
    margin: 0px;
    line-height: 32px;
}

.smallprofilelistitem .avatar {
    border: 2px solid #069;
}

.tagcloud {
    width: 800px;
    left: 50%;
    top: 20px;
    margin-left: -421px;
    height: auto;
    overflow: hidden;
    float: right;
    position: fixed;
    padding: 20px;
    background-color: White;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #aaa;
}

.tagassigned {
    background-color: #555;
}

.wordtag {
    padding-left: 5px;
    color: #060;
    font-size: 16px;
}

.wordtaglist {
    font-size: 16px;
    line-height: 18px;
}

.tourpersonlisting h2, .tourpersonlisting p {
    margin-bottom: 8px;
}

.sortable {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.width500 {
    width: 500px;
}

.gmap {
    width: 500px;
    height: 450px;
    overflow: hidden;
    float: right;
    background-color: #aaa;
    border: 1px solid #888;
    margin: 0px 0px 20px 20px;
}

.datatable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    border-right: 0;
    border-bottom: 0;
}

    .datatable th {
        background-color: #069;
        color: White;
        padding: 7px 5px;
        font-size: 16px;
    }

    .datatable td {
        background-color: #f6f6f6;
        padding: 5px;
    }

    .datatable tr:nth-child(odd) td {
        background: #eee;
    }

    .datatable th, .datatable td {
        border: 1px solid #aaa;
        border-left: 0;
        border-top: 0;
    }

    .datatable button, .datatable input[type=submit] {
        background-color: white;
    }

.buttonsright {
    float: right;
}


.aligncenter {
    text-align: center;
}

.weekdiary {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

    .weekdiary th {
        width: 14%;
        padding: 10px;
        background-color: #069;
        color: White;
        font-weight: normal;
        font-size: 18px;
    }

.weekdiarycell {
    background-color: #eee;
    height: 70px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    width: 14%;
}

    .weekdiarycell p {
        margin-bottom: 5px;
        font-weight: bold;
    }

.colselect {
    height: 28px;
    width: 28px;
    margin-right: 1px;
    display: inline-block;
    cursor: pointer;
}

.collist {
    height: 28px;
    overflow: hidden;
    display: block;
}

.pleasewait h1 {
    margin-top: -60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}

.pleasewait {
    display: block;
    background-image: url(/images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.diaryscroll {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    height: auto;
}

.diaryscrollinside {
    height: auto;
    overflow: hidden;
}

.paddingr40, .daysheettable td.paddingr40 {
    padding-right: 40px;
}

.daysheettable {
    font-size: 18px;
    width: 100%;
    line-height: 26px;
    overflow: visible;
}

    .daysheettable td {
        padding: 5px;
        background-color: #f6f6f6;
        font-weight: bold;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .daysheettable tr:nth-child(odd) td {
        background-color: #eee;
    }

.daysheettable {
    border: 1px solid #aaa;
    border-collapse: collapse;
    border-bottom: 0;
    border-right: 0;
}


.timecell {
    width: 75px;
}

.marginbot5 {
    margin-bottom: 5px;
}

.biginput {
    font-size: 20px;
}

.daysheettable .wordtag {
    font-size: 14px;
    line-height: 22px;
}

.daysheettable .wordtaglist {
    margin: 0px;
    padding: 0px;
}

.diarybuttons button {
    padding: 2px 5px 2px 5px;
    margin: 0px 2px 5px 0px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #ddd;
    border: 1px solid #aaa;
}

.weekdiary h3 {
    margin-bottom: 5px;
}

.daynote {
    width: auto;
    height: auto;
    float: left;
    padding: 25px;
    overflow: hidden;
    background-color: #ffa;
    background-image: url(/images/notecorner.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

h1.daysheettitle {
    font-size: 28px;
    line-height: 36px;
    color: Black;
    padding: 20px;
    text-align: center;
    border: 2px solid #222;
}

.daysheetlocation {
    min-width: 300px;
    height: auto;
    border: 1px solid #aaa;
    padding: 0px;
    background-color: White;
    font-size: 15px;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

    .daysheetlocation h2 {
        padding: 10px;
        background-color: #555;
        color: #fff;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 19.5px
    }

    .daysheetlocation p {
        margin: 10px;
    }


    .daysheetlocation h3 {
        margin: 10px;
        margin-bottom: 5px;
        font-size: 17px;
        font-weight: bold;
    }

.dayuserslist {
    width: 352px;
    height: auto;
    float: right;
    margin: 0px 0px 20px 20px;
}

    .dayuserslist .profilelistitem {
        width: 350px;
        height: auto;
        margin-bottom: 5px;
    }

.adminbutton {
    background-color: #069;
    color: White;
    border: 2px solid #069;
}

.floatright {
    float: right;
}


a {
    cursor: pointer;
}

.messagesleft {
    width: 250px;
    height: 100vh;
    overflow: hidden;
    background-color: #07ABFB;
    overflow-y: scroll;
    padding: 10px;
    float: left;
}

.messagearea {
    padding: 20px;
    height: auto;
    overflow: hidden;
    background-color: #eee;
    float: right;
    width: calc(100vw - (var(--menuWidth)) - 250px);
    height: 100vh;
}

.messagesleft hr {
    color: White;
    background-color: White;
}

.smallprofilelistitem .avatar {
    height: 32px;
    width: 32px;
    margin: 0px;
}

.smallprofilelistitem {
    min-height: 32px;
    height: auto;
    display: block;
    float: none;
    margin: 0px;
}

    .smallprofilelistitem h3 {
        margin: 0px 0px 0px 10px;
        float: left;
        display: block;
    }

.contactsearchlist {
    height: auto;
    overflow: hidden;
    position: absolute;
    margin-top: 5px;
}

.contacts {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.selectedcontactnames {
    min-height: 20px;
    padding: 20px 20px 10px 20px;
    line-height: 26px;
    overflow: hidden;
    background-color: White;
    border: 1px solid #aaa;
    white-space: nowrap;
    margin-bottom: 20px;
}

.tourthumb {
    width: 63px;
    height: 63px;
    min-width: 63px;
    min-height: 63px;
    max-width: 63px;
    max-height: 63px;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: 0px 10px 10px 0px;
    background-color: #444;
    border-radius: 7px;
}

.vcentred {
    display: flex;
    align-items: center;
}

    .vcentred .tourthumb {
        margin-bottom: 0px;
    }

    .vcentred h2 {
        margin: 0px;
        width: 100%;
    }

.tourlistheader {
    margin-bottom: 10px;
    width: 100%;
    flex-direction: row;
}

    .tourlistheader h2 {
        color: #069;
        font-weight: bold;
        width: 100%;
        margin-bottom: 5px;
    }

    .tourlistheader h3 {
        margin: 0;
    }

.tourlistheadertext {
    width: 100%;
}

.tourlisttour {
    border-radius: 12px;
    margin-bottom: 20px;
    padding-bottom: 0px !important;
    background-color: #f2f2f2 !important;
}

button.tourlistbutton {
    height: 44px;
    padding: 0px 10px;
}


button p, a p {
    display: none;
    opacity: 0;
    transition: opacity ease-in-out 200ms;
}

button:hover p, a:hover p {
    display: block;
    position: absolute;
    width: 104px;
    height: auto;
    padding: 5px;
    margin-left: -38px;
    background-color: white;
    border: 1px solid #ddd;
    margin-top: 8px;
    border-radius: 5px;
    color: black;
    text-align: center;
    opacity: 1;
    line-height: 1.2;
    white-space: pre-wrap;
    text-align: center;
}

.topmenu a:hover p {
    margin-left: -30px;
}

.selectedcontactnames p {
    margin: 0px 20px 10px 0px;
    line-height: 26px;
    padding: 10px 10px 10px 10px;
    background-color: #ddd;
    border-radius: 4px;
    float: left;
}

.selectedcontactnames .deleteicon {
    height: 16px;
    font-size: 20px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.conversationheader {
    background-color: #046;
    color: White;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 20px;
}

.newmessage {
    height: auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

    .newmessage input, .newmessage textarea {
        float: left;
        margin-right: 5px;
    }

.conversationwindow {
    background-color: White;
    padding: 20px;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
}

.c_message {
    max-width: 75%;
    min-width: 50%;
    border-radius: 6px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    float: right;
    background-color: #5ef;
}

.c_you {
    float: left;
    background-color: #ddd;
}

.c_name, .c_date {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
}

.c_date {
    float: right;
    color: #555;
    margin-left: 10px;
}

.c_message {
    font-size: 15px;
}

.centre {
    text-align: center;
}

.messagesummary {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #555;
    min-height: 40px;
}

    .messagesummary h3 {
        margin-bottom: 5px;
        color: #069;
        white-space: nowrap;
        line-height: 18px;
        font-size: 16px;
    }

    .messagesummary h4 {
        margin-bottom: 3px;
        color: #069;
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap;
    }

    .messagesummary p {
        line-height: 14px;
        font-size: 12px;
        max-height: 28px;
        border-top: 1px dotted #ddd;
        margin: 0px;
        padding-top: 3px;
        overflow: hidden;
    }

    .messagesummary:hover {
        background-color: #eff;
    }


.m_unread h3, .m_unread h4, .m_unread p {
    font-weight: bold;
}

.notification {
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aaa;
    align-items: stretch;
    background-color: #f6f6f6;
}



    .notification:nth-child(even) {
        background-color: #eee;
    }

    .notification:last-of-type {
        border: 0;
    }

span.notification {
    display: inline-block;
    background-color: transparent !important;
    border: 0;
}

.notification p {
    font-size: 14px;
    line-height: 18px;
    background-color: #069;
    color: White;
    display: block;
    margin-right: 20px;
    text-align: center;
    width: 150px;
    max-width: 150px;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification h3, .notification h3 a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #069;
}

.notification h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
}

.flexvaligncenter {
    display: flex;
    align-items: center;
}

.nottext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
}



.n_unread {
    font-weight: bold !important;
    background-color: #efe;
}

    .n_unread a {
        font-weight: bold;
    }

.tourtitle {
    padding: 5px 20px 5px 20px;
    min-width: 20px;
    color: #444;
    font-size: 16px;
    background-color: #eee;
    border: 1px dotted #bbb;
    margin-left: 30px;
    float: right;
    height: 40px;
    line-height: 30px;
}

.tourimage {
    width: 100px;
    height: 100px;
    border-radius: 7px;
    object-fit: cover;
    float: right;
    margin: 0px 0px 10px 20px;
}

.smalltourimage {
    max-height: 36px;
    max-width: 100px;
}

h1 .smalltourimage {
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    right: 0px;
    object-fit: cover;
}

.boxedsection {
    padding: 20px;
    border: 1px solid #aaa;
    background-color: #eff;
    border-radius: 12px;
}

    .boxedsection .tourimage {
        border: 1px solid #aaa;
        border-radius: 12px;
    }

.red {
    color: #f33;
}

.required {
    color: #f00;
}

.green {
    color: #090;
}

.fullscreen {
    width: 32px;
    height: 32px;
    float: right;
    overflow: hidden;
    background-image: url(/images/full_screen.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: -7px;
}

.isfullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    z-index: 10000;
    margin-bottom: 0px;
}

    .isfullscreen .fullscreen {
        background-image: url(/images/small_screen.png);
        position: fixed;
        top: 10px;
        right: 10px;
    }

    .isfullscreen .collapse {
        display: none;
    }

.c_avatar {
    float: left;
    height: 40px;
    margin-right: 6px;
}

.fullscreentoggle {
    display: none;
}

.nobotpadding {
    padding-bottom: 0px;
}

.homemenu {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-left: -5px;
    width: calc(100% + 10px);
}

@media (max-width: 1299px) {

    .homemenu {
        grid-template-columns: 33.3333% 33.3333% 33.3333%;
    }
}

@media (max-width: 1000px) {

    .homemenu {
        grid-template-columns: 50% 50%;
    }
}



.homemenubox {
    float: left;
    background-color: #eee;
    color: #222;
    padding: 20px;
    cursor: pointer;
    border-radius: 12px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #888;
    font-weight: normal;
    margin: 5px;
    overflow: hidden;
}

    .homemenubox a {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        display: block;
        margin-bottom: 20px;
        /* text-shadow: 2px 2px 12px #fff, -2px 2px 12px #fff, 2px -2px 12px #fff, -2px -2px 12px #fff; */
        font-family: Raleway,'Open Sans',Arial,sans-serif;
        background-color: #222;
        padding: 15px 20px;
        margin: -20px 0px 20px -20px;
        width: calc(100% + 40px);
        border-bottom: 1px solid #888;
        transition: 150ms background-color ease-in-out;
    }

    .homemenubox:hover a {
        background-color: #046;
    }

    .homemenubox h3 {
        font-size: 18px;
        text-shadow: 2px 2px 12px #fff,-2px 2px 12px #fff,2px -2px 12px #fff,-2px -2px 12px #fff;
        margin: 40px 0px 20px 0px;
        color: #000;
    }

.marginbot10 {
    margin-bottom: 10px;
}

.buttonpanel {
    background-color: #aaa;
    padding: 10px 10px 0px 10px;
    border: 1px solid #aaa;
    border-top: none;
}

    .buttonpanel input, .buttonpanel button {
        margin-bottom: 10px;
    }

.botmargin0 {
    margin-bottom: 0px;
}

.diarycontainer {
    background-color: #aaa;
    border: 1px solid #aaa;
    border-bottom: none;
}

.signinup {
    display: block;
    width: 340px;
    overflow: hidden;
    background-color: #CAEEFF;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
    max-width: 340px;
    min-width: 340px;
    margin: 0 40px;
}

    .signinup h1 {
        margin: -20px 0px 20px -20px;
        width: calc(100% + 40px);
        background-color: #046;
        color: white;
        border-bottom: 1px solid #023;
        padding: 20px;
        font-size: 24px;
        text-align: center;
    }

.botshadow {
    box-shadow: 0px 5px 0px #ccc;
}

.topmenuspacer {
    width: 0px;
    border-right: 1px solid #888;
}

.addresslookupdropdown {
    border: 1px solid #aaa;
    background-color: #eee;
    max-height: 150px;
    min-height: 30px;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    padding: 0px 6px;
    margin-top: -1px;
    display: none;
}

    .addresslookupdropdown p {
        white-space: nowrap;
        margin: 0px;
        line-height: 30px;
        padding: 0px;
        overflow: hidden;
    }

        .addresslookupdropdown p:hover {
            background-color: #ddd;
            cursor: pointer;
        }

    .addresslookupdropdown h4 {
        color: red;
        line-height: 30px;
        padding: 0px;
        overflow: hidden;
        margin: 0px;
    }



.optionstable td {
    padding-right: 10px;
}


.tabheader {
    height: auto;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: stretch;
    border-radius: 12px 12px 0 0;
}

.tab {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #aaa;
    float: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 16px;
    color: #069;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    background-color: #069;
    color: white;
}

    .tab:last-child {
        border-right: 0;
    }

.tabselected {
    background-color: #046;
}

.tabcontent {
    display: none;
    height: auto;
    overflow: hidden;
    border: 1px solid #aaa;
    border-top: 0;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    background-color: #eff;
    padding-top: 0;
}

    .tabcontent h2 {
        margin: 0px 0px 20px -20px;
        background-color: #CAEEFF;
        padding: 20px;
        width: calc(100% + 40px);
    }

.tab_0 {
    display: block;
}

.guestlisttable .td_col_7, .guestlisttable .td_col_8, .guestlisttable .td_col_9 {
    display: none;
}

.guestlistform {
    display: none;
}

.guestlisttable .td_col_3, .guestlisttable .td_col_4, .guestlisttable .td_col_5 {
    text-align: center;
}

.guestlistrequests .td_col_3, .guestlistrequests .td_col_4, .guestlistrequests .td_col_5 {
    text-align: center;
}

.guestlistrequestcount {
    font-weight: bold;
}

.guestlistdays {
    height: auto;
    max-height: calc(40vh);
    overflow: auto;
    padding: 20px;
    padding-right: 10px;
    border: 1px solid #aaa;
    background-color: #eff;
    border-radius: 12px;
    min-height: 80px;
}

    .guestlistdays .tourdateselect {
        flex-grow: 2;
    }

.tourdateselect {
    height: auto;
    border: 1px solid #aaa;
    background-color: #eee;
    width: auto;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
}

    .tourdateselect p {
        margin: 0px 0px 5px 0px;
        white-space: nowrap;
    }

    .tourdateselect h2 {
        margin: 0px 0px 0px 0px;
        font-size: 18px;
    }


.requesttitle p, .requesttitle h2 {
    margin: 0 20px;
}

.requesttitle {
    background-color: #069;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: -20px 0 0 -20px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
}

.guestusertoggle {
    width: 230px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #aaa;
    margin: 0px 5px 5px 0px;
    float: left;
    background-color: #eee;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .guestusertoggle img {
        width: 60px;
        height: 60px;
        float: left;
        margin: 0px 10px 0px 0px;
        border: 5px solid #069;
        border-radius: 50%;
        object-fit: cover;
    }

.guestusertoggledisabled {
    opacity: 0.5;
    background-color: #f33;
}

.passtypetag {
    width: auto;
    padding: 5px 15px;
    border: 1px solid #aaa;
    height: 46px;
    cursor: pointer;
    background-color: #eee;
    margin: 0px 5px 5px 0px;
    float: left;
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newpasstypeinput {
    padding: 5px;
}

input.calendarpicker {
    width: 150px;
}

.bulkimport {
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 20px 20px 0px 20px;
    display: inline-block;
    margin-bottom: 20px;
    max-width: 400px;
}

.bulkshow {
    float: right;
    margin: 0px 0px 20px 20px;
    display: inline-block;
    cursor: pointer;
    color: #069;
    display: none;
}

.smallbulkshow .bulkshow {
    display: inline-block !important;
}

.smallbulkshow {
    height: 36px;
    overflow: hidden;
}

.importdatabox {
    max-width: 50%;
    width: 600px;
    height: 300px;
}

.noteupload iframe {
    height: 50px;
    width: 300px;
    background-color: transparent;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    border: 0px;
    outline: 0px;
}

.attachments {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.attachmentthumb {
    float: left;
    display: grid;
    grid-template-columns: 26px 26px auto;
    grid-gap: 7px;
    background-color: #ffa;
    padding: 7px;
    border-radius: 7px;
    margin-right: 10px;
}

    .attachmentthumb .deleteicon {
        display: block;
    }

    .attachmentthumb .attachmentfile {
        display: block;
    }

.attachmentfile img {
    width: 26px;
    height: 26px;
    display: block;
}


.attachmentthumb .attachmentfilename {
    display: flex;
    font-size: 11px;
    white-space: nowrap;
    padding-right: 15px;
    align-items: center;
    align-content: center;
}

.attachmentsdaysheet .attachmentthumb {
    grid-template-columns: 26px auto;
    border: 1px dotted #aaa;
    margin: 5px;
}

.attachmentsdaysheet {
    padding: 5px;
}

.weekdiary tbody tr {
    display: flex;
    margin-bottom: 0;
}

    .weekdiary tbody tr:last-child th {
        margin-bottom: 0;
    }

.weekdiarycell, .weekdiary th {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}

.diarybuttons {
    padding: 0px;
}

.emailsconfirmcontainer {
    display: flex;
    margin-bottom: 15px;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.emailconfirm {
    white-space: nowrap;
    padding: 5px 10px;
    background-color: #ffa;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}

.collapse {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background-image: url(/Images/upicon.png);
    margin-top: -7px;
}

.collapsedsection {
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

    .collapsedsection .collapse {
        background-image: url(/Images/downicon.png);
    }

.locationstablesection {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 10px 0px 10px 0px;
}

.diarycollapse {
    background-image: url(/Images/cal-icon.png);
    background-size: contain;
    margin-top: 5px;
    width: 28px;
    height: 28px;
}

.tourstatus .btn_good {
    background-color: lawngreen;
    color: black;
}

.addressessection {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.addressinfoheader {
    display: none;
}




.notessection {
    background-color: #ffb;
    padding: 0px;
    padding-bottom: 10px;
}

.travelsection {
    background-color: #bff;
    padding: 0px;
}

.notessection, .travelsection {
    border: 2px solid #222;
}

    .notessection h2, .travelsection h2 {
        padding: 10px;
        margin-bottom: 0px;
        background-color: rgba(255,255,0,0.4);
        text-align: center;
        border-bottom: 2px solid #222;
        text-transform: uppercase;
        font-weight: bold;
    }

    .travelsection h2 {
        background-color: rgba(0,255,255,0.4);
    }

    .travelsection h3 {
        font-size: 15px;
        padding: 10px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

.daynote {
    background-color: transparent;
    margin: 0px;
    margin-bottom: 0px;
    padding: 10px;
    padding-bottom: 0px;
    display: flex;
    float: none;
    white-space: normal;
    background-image: none;
    font-size: 15px;
}

.attachmentthumb {
    background-color: transparent;
}

.daysheet .notessection:last-of-type {
    padding-bottom: 0px;
}


.boxedsection .daynote {
    padding: 7px;
}

.daysheeticon {
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 3px;
    border-radius: 5px;
    overflow: hidden;
}

    .daysheeticon img {
        width: 32px;
        height: 32px;
        display: block;
    }

.daysheeticons {
    border-top: 1px #aaa solid;
    padding: 10px;
    overflow: hidden;
}

.sitemessage {
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    background-color: #069;
    text-align: left;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .sitemessage h1 {
        font-weight: normal;
        text-shadow: 0px 0px 5px #043;
        color: white;
        margin: 0px;
        margin-right: 20px;
        font-size: 22px;
    }

.sitemessagesocial {
    margin-right: 40px;
    display: flex;
}

    .sitemessagesocial img {
        height: 50px;
        display: block;
        border-radius: 7px;
        margin-right: 20px;
    }

.appstores a img {
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    border-radius: 7px;
    height: 60px;
}


.attachments-section {
    padding-bottom: 0;
}

.timecell {
    text-align: center;
}

.sr-category {
    width: 100%;
    background-color: #069;
    padding: 20px;
    margin-bottom: 10px;
    height: auto;
    font-size: 18px;
    color: white;
    font-weight: 300;
    text-align: center;
    border-radius: 12px;
}

.searchresult {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 400px;
    border: 1px solid #aaa;
    padding: 10px;
    cursor: pointer;
    flex-grow: 1;
    border-radius: 12px;
    background-color: #f2f2f2;
}

.sr-image {
    height: 80px;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid #069;
    overflow: hidden;
}

    .sr-image img {
        height: 70px;
        width: 70px;
        object-fit: cover;
    }

.searchresults {
    display: flex;
    flex-wrap: wrap;
}

.sr-daydate {
    font-size: 14px;
    color: #069;
    display: block;
}

.sr-name span {
    font-weight: bold;
    display: block;
}

.sr-name {
    font-size: 16px;
}

.guestrequestrepeaters div.section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    padding: 20px;
}

.guestrequestrepeaters div.tourdateselect {
    margin: 0px;
}

.finalguestlistday {
    min-width: 100%;
    grid-column: 1 / -1;
    height: 20px;
    overflow: hidden;
    min-height: 20px;
}

.glrtotal {
    font-weight: bold;
}

.searchusernotconnected {
    background-color: #ddd;
    color: #333;
}

.searchuserconnected {
    background-color: #fff;
}

.sr-name-contactstatusnot {
    font-weight: normal;
    font-size: 85%;
    color: #555;
}

.notificationmembers {
    display: flex;
    flex-wrap: wrap;
}

.pushrecipient {
    padding: 10px 10px 5px 10px;
    border: 1px solid #aaa;
    margin: 0px 10px 10px 0px;
    background-color: #ccc;
    border-radius: 7px;
}

    .pushrecipient p, .pushrecipient h3, .tourtagtoggle h3 {
        white-space: nowrap;
        margin: 0px 0px 5px 0px;
    }

.pushrecipientselected {
    background-color: #ffa;
    border: 1px solid #069;
}

.notificationtags {
    display: flex;
    flex-wrap: wrap;
}

.tourtagtoggle {
    margin: 0px 10px 10px 0px;
    border: 1px solid #aaa;
    border-radius: 7px;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    background-color: #cfc;
}

.optionstable td {
    white-space: nowrap;
}

.daysheettitle b {
    display: block;
    text-transform: uppercase;
}

.adminimagebutton {
    height: 32px;
    width: 32px;
    border-radius: 7px;
    padding: 5px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #aaa;
    background-color: white;
}

    .adminimagebutton img {
        width: 32px;
        height: 32px;
        display: block;
    }

/*.touradminbuttons
{
    background-color:white;
    padding:5px;
    border-radius:7px;
    border:1px solid #aaa;
}*/

.tourlistbuttons {
    width: calc(100% + 40px);
    margin: 20px 0px 0px -20px;
    padding: 20px;
    border-top: 1px solid #aaa;
    background-color: #ddd;
}

.topmenu .adminimagebutton {
    height: 29px;
    width: 29px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

    .topmenu .adminimagebutton img {
        height: 21px;
        width: 21px;
    }

li.admintopmenu {
    padding-left: 5px;
}



.tourhint {
    border-top: 1px solid #aaa;
    padding: 20px;
    padding-bottom: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
    font-size: 18px;
    color: #096;
    line-height: 20px;
    position: relative;
    height: 40px;
}

    .tourhint span {
        font-weight: bold;
    }

    .tourhint a {
    }

    .tourhint::after {
        height: 43px;
        width: 250px;
        border-top: 2px dotted #096;
        border-right: 2px dotted #096;
        display: block;
        content: '';
        position: relative;
        margin-top: -10px;
        margin-left: calc(100% - 250px - 307px - 44px);
        border-radius: 0px;
        border-top-right-radius: 7px;
        font-size: 16px;
        z-index: 99;
    }

    .tourhint::before {
        content: '▼';
        font-family: Arial;
        position: relative;
        left: calc(100% - 237px - 97px - 44px);
        margin-top: 43px;
        position: absolute;
    }


.highlighttour {
    box-shadow: 0 0 10px #ff7 inset;
}

.tourhint {
    display: none;
}

.tourhints div:first-of-type {
    display: block;
}


.tourhintedit::after {
    margin-left: calc(100% - 200px - 253px - 103px - 44px - 50px);
    width: 200px;
}

.tourhintedit::before {
    left: calc(100% - 281px - 103px - 44px - 50px);
}


.tourhintimport::after {
    margin-left: calc(100% - 200px - 22px - 44px);
    width: 200px;
}

.tourhintimport::before {
    left: calc(100% - 50px - 44px);
}



.tourhintcontacts::after {
    margin-left: calc(100% - 200px - 309px - 44px - 50px);
}

.tourhintcontacts::before {
    left: calc(100% - 287px - 44px - 50px);
}

.betamessage {
    background-color: #afa;
    padding: 20px;
    padding-top: 40px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
}

.uploadtourphotodialog {
    width: auto;
    height: auto;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
    white-space: nowrap;
    z-index: 2000;
    display: flex;
}

.imagechangable::after {
    content: '+';
    font-size: 40px;
    line-height: 63px;
    color: white;
    width: 63px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
}

.boxedsectiongroup .boxedsection {
    margin-bottom: 0px;
    border-radius: 0;
    border-top: 0;
}


    .boxedsectiongroup .boxedsection:first-child {
        border-top: 1px solid #aaa;
        border-radius: 12px 12px 0px 0px;
    }

    .boxedsectiongroup .boxedsection:last-child {
        border-radius: 0px 0px 12px 12px;
    }

.homeabout {
    width: calc(70vw - 80px);
    min-width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    background-color: #CAEEFF;
    color: #111;
    border-radius: 12px;
}

.sitemessagecentred a {
    color: white;
    text-align: center;
    display: block;
}

.sitemessagecentred, .sitemessage {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sitemessagecentred img, .sitemessagecentred h1 {
        margin: 0px 20px;
    }

    .sitemessagecentred img {
        height: 52px;
        padding: 10px;
        border-radius: 10px;
        background-color: white;
    }

.imagechangable {
    position: relative;
}




.itimages {
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 15px;
    border: 1px solid #aaa;
    border-radius: 12px;
    background-color: #eee;
}

.itimage {
    width: 100px;
    height: 150px;
    margin: 0px 5px 5px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #aaa;
    text-align: center;
    background-color: white;
    cursor: pointer;
    flex-wrap: wrap;
    position: relative;
    float: left;
}

    .itimage .deleteicon {
        position: absolute;
        top: 5px;
        left: -5px;
    }

    .itimage img {
        width: 100%;
    }

.uploaditimages {
    padding: 20px;
    padding-bottom: 0px;
    background-color: #CAEEFF;
    border-radius: 12px;
}

.fullitimage {
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0,0,0,0.9);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.news_container {
    width: calc(100%);
    height: auto;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 10px;
}

.news_item {
    background-color: #CAEEFF;
    padding: 20px;
    border-radius: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .news_item h2, .news_item h4 {
        margin-bottom: 10px;
        margin: -20px 0px 0px -20px;
        padding: 20px;
        background-color: #023;
        color: white;
        width: calc(100% + 40px);
        padding-bottom: 5px;
    }

    .news_item h2 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 0px;
        margin-top: 0;
    }

    .news_item p {
        margin-bottom: 10px;
    }

    .news_item img {
        max-width: 100%;
        max-height: 300px;
        object-fit: cover;
        display: block;
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

    .news_item iframe {
        width: 100%;
        border: 0;
        flex-grow: 2;
    }

    .news_item a {
        padding: 10px;
        display: block;
        text-align: center;
        background-color: #096;
        color: white;
        border-radius: 7px;
        font-size: 18px;
    }


.news_video {
    width: 100%;
    height: 0px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    padding-bottom: 56.66%;
    position: relative;
}

    .news_video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

.latestnews {
    height: auto;
    overflow: hidden;
}

    .latestnews h1 {
        color: #000;
        padding: 20px;
        margin: -20px -20px 20px -20px;
        background-color: #bbb;
    }

.sidebaricon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}



.min-menu {
    --menuWidth: 60px;
}

    .min-menu .sidebar .menu img {
        display: inline-block;
        float: none;
        margin: 2px 50px -2px 10px;
    }

    .min-menu .sidebar .nonmenulink img {
        display: inline-block;
        float: none;
        margin: 0px 60px 0px 0px;
    }

.sidebar .menu a {
    white-space: nowrap;
}

.min-menu .sidebar {
    border-right: 1px solid #023;
}

.sidemenuicon {
    display: none;
}

.min-menu .sidemenuicon {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 20px;
    cursor: pointer;
}

.min-menu .sidebar .sidemenulogo {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.sidemenulogo {
    height: 200px;
    display: block;
}

.menutranson .sidemenulogo {
    transition: 150ms all ease-in-out;
}

.contentaftertopmenu h2 {
    position: unset;
}

.hidesidemenu {
    width: 100%;
    height: 40px;
    padding: 10px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: white;
    border-bottom: 1px solid #023;
    background-color: #046;
    cursor: pointer;
    line-height: 20px;
    white-space: nowrap;
}

    .hidesidemenu img {
        height: 20px;
        display: inline-block;
        margin: 0px;
        margin-right: 20px;
        float: left;
    }

.min-menu .hidesidemenu img {
    margin-left: 10px;
    margin-right: 200px;
}

.sociallinks a img {
    border-radius: 50%;
}

.signinup input[type=submit] {
    width: calc(100%);
    margin-bottom: 10px;
    box-sizing: border-box;
}


.signinup div input[type=submit]:last-of-type {
    margin-bottom: 0px;
}

.flexoptions {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flexoptions input, .flexoptions table, .flexoptions select, .flexoptions button {
        margin-right: 3px;
    }

.daysheetboxes {
}

.todaytourimage {
    max-height: 100px;
    margin-bottom: 20px;
    text-align: center;
}

    .todaytourimage img {
        max-height: 100px;
        display: inline-block;
        border: 2px solid #023;
        max-width:100%;
    }

.todaytourname {
    text-align: center;
    color: #046;
}

    .todaytourname a {
        color: #046;
    }

.appscreenshots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc((1349 / 900) * ((100vw - var(--menuWidth)) / 5));
    overflow: visible;
    margin-bottom: 50px;
}

    .appscreenshots img {
        width: calc(100% / 10);
        transition: all 400ms ease-in-out;
        margin: 2px;
        min-width: 120px;
    }

        .appscreenshots img:hover {
            width: calc(100% / 5);
        }

.centredflex {
    min-height: calc(100vh - 40px);
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
}

.appstores-outlined a img {
    border: 1px solid #000;
    height: 80px;
    border-radius: 12px;
}

.adh1 {
    background-color: #cef;
    color: #222;
    padding: 25px 50px;
    border-radius: 12px;
    font-size: 32px;
    border: 2px solid #222;
    width: 100%;
}

.boxed400 {
    width: 440px;
    padding: 19px;
    background-color: #eff;
    border-radius: 12px;
    margin: 0px auto 20px auto;
    padding-bottom: 0;
    overflow: hidden;
    border: 1px solid #aaa;
}

    .boxed400 h1 {
        margin: -20px 0 20px -20px;
        background-color: #046;
        color: white;
        text-align: center;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 440px;
    }


    .boxed400 img {
        width: 100%;
        border-radius: 12px;
    }

.fullwidthbutton {
    width: calc(100% - 14px);
}

.fulllengthboldhr {
    height: 2px;
    background-color: #888;
    color: #888;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.todaydaysheet {
    padding: 20px;
    border-radius: 12px;
    background-color: white;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: 1000px;
}

.creditsgrid {
    display: grid;
    grid-template-columns: 70% auto;
    grid-gap: 10px;
}

.buycreditscontainer, .creditsmenucontainer {
    background-color: #CAEEFF;
    border-radius: 12px;
    padding: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.tourpagevideo {
    height: calc(90vh - 400px);
    width: calc((90vh - 402px) * (16 / 9));
    display: block;
    border: 1px solid #aaa;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px auto;
}

.buycreditscontainer h2 {
    font-size: 26px;
    text-shadow: 0 0 2px #fff;
    color: #023;
}

.buycreditscontainer h3 {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

.buycreditscontainer h1, .creditsmenucontainer h1 {
    width: calc(100% + 40px);
    padding: 20px;
    background-color: #046;
    color: white;
    margin: -20px 0 20px -20px;
    text-align: center;
}

.creditsmenucontainer {
    display: flex;
    flex-direction: column;
}

    .creditsmenucontainer p, .creditsmenucontainer a {
        margin: 0px 0px 10px 0px;
    }

    .creditsmenucontainer p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .creditsmenucontainer a {
        padding: 20px;
        font-size: 20px;
        color: white;
        background-color: #222;
        border-radius: 12px;
        text-align: center;
        transition: ease-in-out 200ms background-color;
        transform: scale(1);
        transition: 200ms ease-in-out transform;
    }

        .creditsmenucontainer a:hover {
            background-color: #046;
            transform: scale(1.025);
        }


.creditpack {
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    text-align: center;
    width: calc(50% - 5px);
    cursor: pointer;
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}

.boxnotice {
    padding: 10px;
    border-radius: 7px;
    background-color: #111;
    color: white;
}

.creditpacksmall {
    transform: scale(0.97);
}

.creditpack:hover {
    transform: scale(1.025);
}

.creditpack:nth-child(odd) {
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .creditpack {
        width: 100%;
    }

        .creditpack:nth-child(odd) {
            margin-right: 0px;
        }
}

.creditpack h2 {
    margin: -20px 0 20px -20px;
    background-color: #096;
    color: white;
    text-align: center;
    padding: 20px;
    width: calc(100% + 40px);
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
}

.creditpack h3 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

    .creditpack h3 b {
        color: #0a5;
        text-shadow: 0 0 8px #daffda;
    }

.creditpack h4 {
    font-size: 15px;
}

.creditpack h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #008cd1;
}


.creditpacks {
    display: flex;
    flex-wrap: wrap;
}

.homemenubox {
    transform: scale(1);
    transition: 200ms ease-in-out transform;
}

    .homemenubox:hover {
        transform: scale(1.025);
    }

.menu a .sidebaricon {
    transform: scale(0.9);
    transition: 200ms ease-in-out transform;
}

.sidebar a .smallavatar {
    transform: scale(1);
    transition: 200ms ease-in-out transform;
}

.menu a:hover .sidebaricon {
    transform: scale(1.05);
    transition: 200ms ease-in-out transform;
}

.sidebar a:hover .smallavatar {
    transform: scale(1.1);
    transition: 200ms ease-in-out transform;
}

.optionspanel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #023;
    color: white;
    font-size: 16px;
    margin-bottom: 0px;
    border: 1px solid #aaa;
    border-bottom: 0;
}

    .optionspanel p {
        margin: 0px 10px 0px 10px;
    }

.datatable img {
    display: block;
}

.menurollouttext {
    display: none;
}

.min-menu .menurollouttext {
    display: block;
    position: absolute;
    left: 0;
    z-index: 1000;
    padding: 12px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Raleway',Arial;
    background-color: #069;
    width: auto;
    margin-left: 0;
    color: white;
    opacity: 0;
    border: 1px solid #023;
    border-left: 0;
    border-radius: 0 12px 12px 0;
    transition: all ease-in-out 200ms,top ease-in-out 50ms;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 9999;
}

.min-menu .menurollouttext-shown {
    display: block;
    opacity: 1;
    transform: scaleX(1);
}

.menublockoutinside {
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    left: var(--menuWidth);
    transition: 100ms ease-in-out all;
    position: fixed;
}

.menublockout.min-menu .menublockoutinside {
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    left: var(--menuWidth);
    background-color: rgba(0,0,0,0.8);
    z-index: 9000;
}

.upgradeplatinumlink {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #000;
}

.tourlisttour h3 {
    position: unset;
}

.tourlistheadertext .floatright {
    text-align: right;
}


.autoexpand {
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}

    .autoexpand:hover {
        transform: scale(1.025);
    }

.autoexpand1p1:hover {
    transform: scale(1.1);
}

h1.bigtitle {
    font-size: 42px;
    color: #111;
    padding: 20px;
    background-color: #ddd;
    border-radius: 12px;
}

.upgradebox {
    max-width: 600px;
    background-color: #cfc;
    padding: 20px;
    border-radius: 12px;
    margin: 20px auto;
    padding-bottom: 0;
}

    .upgradebox h1 {
        margin: -20px 0px 20px -20px;
        width: calc(100% + 40px);
        color: white;
        background-color: #046;
        padding: 20px;
    }

.checkboxflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .checkboxflex label {
        max-width: 400px;
    }

    .checkboxflex input {
        margin-right: 10px;
    }

.daysheetboxes {
    text-align: center;
}

.platinumcontacts .profilelistitem {
    width: 260px;
    margin: 0px 5px 10px 5px;
    cursor: pointer;
    border-radius: 12px;
}

.platinumcontacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .platinumcontacts h3 {
        white-space: normal;
        margin: 0;
    }

    .platinumcontacts .avatar img {
        height: 40px;
        width: 40px;
    }

    .platinumcontacts .avatar {
        height: 50px;
        width: 50px;
        min-width: 50px;
    }


.subscriptionpack {
    background-color: #ffffe1;
}



.glcountoverlayspan, .adminimagebutton h5 {
    position: absolute;
    border-radius: 50%;
    background-color: #c00;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: -8px;
    font-family: open sans,Arial;
    font-weight: 300;
}

.topmenu .glcountoverlayspan {
    margin-left: 12px;
    margin-top: -8px;
    font-weight: 300;
    width: 16px;
    height: 16px;
}

.spreadsheetrow {
    text-align: center;
}

    .spreadsheetrow td {
        padding: 0px;
    }

    .spreadsheetrow input {
        border: 0;
        background-color: transparent;
        width: 100%;
        min-height: 32px;
        text-align: center;
    }

.ii-grid {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 450px);
}

    .ii-grid table {
        min-width: 2000px;
        font-weight: bold;
    }

    .ii-grid th i {
        font-weight: 300;
        font-style: normal;
        font-size: 13px;
    }

.ii-pastearea {
    width: 100%;
    min-height: 200px;
}


.ii-collist {
    display: flex;
    justify-content: center;
}

.ii-daytypelabel {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ii-output {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px !important;
    text-align: center;
}

    .ii-output p {
        font-weight: bold;
    }

.ii-pleasewait {
    font-size: 18px;
    color: #070;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ii-pleasewait span {
        display: inline-block;
        margin-right: 20px;
    }

.help-container {
    height: calc(186px + 63px + 30px);
    overflow: hidden;
    border: 1px solid #023;
    border-radius: 12px;
    overflow: hidden;
    background-color: #def;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    position: fixed;
    right: 20px;
    transition: height 200ms ease-in-out;
    bottom: 20px;
}

    .help-container .help-unremove {
        display: none;
    }



    .help-container iframe {
        margin-bottom: 20px;
    }

    .help-container p {
        cursor: pointer;
        line-height: 16px;
    }

    .help-container h2 {
        color: #069;
        line-height: 23px;
        white-space: nowrap;
        cursor: pointer;
    }

.help-dismissed {
    height: 63px;
}

.help-removed {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    overflow: visible;
}

    .help-removed iframe {
        display: none;
    }

    .help-removed h2 {
        display: none;
    }

.help-close {
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    background-color: red;
    position: absolute;
    right: 3px;
    top: 3px;
    color: white;
    font-family: Arial;
    cursor: pointer;
}

.help-removed .help-close {
    display: none;
}

.help-removed .help-unremove {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #069;
    border: 2px solid #069;
    background-image: url(/images/sidemenuicons/Help.png?id=2);
    display: block;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    box-shadow: 0 0 5px #fff;
}


.marginbot50pc {
    margin-bottom: calc(50vh);
}

.tourpersonlistingtitle b {
    padding-left: 20px;
    color: #069;
    font-weight: 300;
}

.secadminnotice {
    height: 44px;
    width: auto;
    background-color: #fff;
    color: #069;
    line-height: 18px;
    display: block;
    text-align: left;
    padding: 2px 10px;
    padding-left: 5px;
    border-radius: 7px;
    border: 1px solid #aaa;
    white-space: nowrap;
    font-size: 14px;
}

    .secadminnotice img {
        height: 32px;
        border-radius: 7px;
        margin-right: 5px;
        display: block;
        float: left;
        margin-top: 3px;
    }

    .secadminnotice span {
        display: block;
        width: auto;
        float: left;
    }

.tmappoverlay {
    position: fixed;
    bottom: 20px;
    top: 70px;
    right: 20px;
    width: calc(100% - var(--menuWidth) - 40px);
    height: calc(100vh - 90px);
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: white;
    border-radius: 7px;
    transition: width ease-in-out 150ms;
}

.margintopbig {
    margin-top: 50px;
}

.appsectionflex {
    padding: 50px;
    border: 2px solid #222;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
    min-height: calc(60vh);
}

.signinupcontainer {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}

.sideofsignup {
    padding: 0px 40px 0px 0px;
    width: calc(70vw - 340px - 120px);
    height: calc((70vw - 340px - 120px) * (9 / 16));
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #CAEEFF;
    min-width: 720px;
    min-height: calc(720px * (9 / 16));
    margin-right: 40px;
}


    .sideofsignup iframe, .introvideo {
        width: calc(70vw - 340px - 120px);
        height: calc((70vw - 340px - 120px) * (9 / 16));
        border-radius: 12px;
        overflow: hidden;
        display: block;
        position: absolute;
        border: 1px solid #CAEEFF;
        min-width: 720px;
        min-height: calc(720px * (9 / 16));
    }

.introvideo {
    background-color: #069;
    transition: background-color 300ms ease-in;
}

    .introvideo video {
        width: calc(70vw - 340px - 120px);
        height: calc((70vw - 340px - 120px) * (9 / 16));
        position: absolute;
        border-radius: 12px;
        min-width: 720px;
        min-height: calc(720px * (9 / 16));
    }

.viewtourmembers .tourpersonlisting {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    flex-basis: 33.333%;
    min-width: 350px;
    justify-content: flex-start;
    border: 1px solid #aaa;
    margin: 0;
    border-radius: 12px;
}

.viewtourmembers .tourtitle {
    display: block;
    float: none;
    padding: 0;
    min-width: 100px;
    color: #069;
    font-size: unset;
    background-color: unset;
    border: 0;
    margin-left: 0;
    height: auto;
    line-height: unset;
    margin-top: 10px;
    font-size: 16px;
}

.viewtourmembers h2 {
    margin: 0;
}


.viewtourmembers .avatar {
    margin-bottom: 0;
}

.viewtourmembers {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}


.is-data-cell input {
    background-color: transparent;
    border: 0;
}

.is-coltype {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    background-color: #023;
    color: white;
    margin: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: normal;
    border: 1px dotted white;
}

.is-coltype-active {
    background-color: #CAEEFF;
    color: black;
}

.is-hideaddress {
    display: none;
}

.is-showaddress {
    display: inline-block;
}


.is-default-options input[type=text] {
    width: 150px;
}

.is-default-options .ctf_container {
    width: auto;
}

#map {
    width: 100%;
    height: calc(100vh - 140px);
    border-radius: 12px;
    border: 1px solid #aaa;
}

.qq-editorcontainer {
    width: calc(100% - 20px);
    position: absolute;
    top: 20px;
    bottom: 20px;
}

.qq-questionsetlist {
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ddd;
    border-radius: 12px;
    left: 0;
    overflow: hidden;
}

    .qq-questionsetlist h2 {
        background-color: #444;
        color: white;
        height: 60px;
        margin: 0px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px 12px 0px 0px;
    }

        .qq-questionsetlist h2 button {
            margin-left: 20px;
        }

.qq-questionsetlist-scroll {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    bottom: 0;
    width: 300px;
    top: 60px;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0px 0px 12px 12px;
}

    .qq-questionsetlist-scroll div {
        padding: 10px 20px;
        border-bottom: 1px solid #aaa;
        background-color: #eee;
        cursor: pointer;
        border-left: 0px solid #069;
        transition: all ease-in-out 150ms;
    }

        .qq-questionsetlist-scroll div:nth-of-type(even) {
            background-color: #fff;
        }

        .qq-questionsetlist-scroll div:last-child {
            margin-bottom: 100px;
        }

        .qq-questionsetlist-scroll div.qq-qs-selected {
            border-left: 8px solid #069;
            padding-left: 12px;
        }

        .qq-questionsetlist-scroll div h3 {
            margin-bottom: 5px;
            font-size: 20px;
            color: #046;
        }

        .qq-questionsetlist-scroll div p {
            margin-bottom: 0;
            font-size: 14px;
            color: #222;
        }

.qq-questions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 320px);
    padding-bottom: calc(50vh);
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

input.bigtextinput {
    width: 100%;
    padding: 5px;
    font-size: 22px;
}

input.fullwidthinput {
    width: 100%;
}

.qq-questionedit {
    display: grid;
    grid-template-columns: 300px auto 30px;
    grid-gap: 10px;
    margin-bottom: 20px;
}

    .qq-questionedit select {
        width: 130px;
    }

.qq-editor-questionlist {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    border: 1px solid #aaa;
    display: flex;
    flex-wrap: wrap;
    border-right: 0;
}

    .qq-editor-questionlist li {
        margin: 0;
        padding: 0;
    }

.qq-titledesc {
    padding: 20px;
    border-radius: 12px 12px 0 0;
    background-color: #e3ffe4;
    border: 1px solid #aaa;
    border-bottom: 0;
}

li.qq-newquestiongroupedit, li.qq-questiongroupedit {
    padding: 20px;
    background-color: #CAEEFF;
    display: block;
    border-bottom: 1px solid #aaa;
    flex-basis: 100%;
    border-right: 1px solid #aaa;
}

li.qq-newquestionedit, li.qq-questionedit {
    padding: 20px;
    background-color: #eee;
    border-bottom: 1px solid #aaa;
    flex-basis: 50%;
    flex-grow: 1;
    border-right: 1px solid #aaa;
}

li.qq-newquestiongroupedit {
    border: 0;
}

li.qq-questiongroupedit {
    display: grid;
    grid-template-columns: 300px auto 30px;
    grid-gap: 10px;
}

.sortable .handle {
    width: 30px;
    background-image: url(/Images/reorder.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    min-height: 30px;
    cursor: move;
}

.tq-questionsetscontainer {
    width: calc(100% - 40px);
    position: absolute;
    height: auto;
    top: 70px;
    bottom: 20px;
    background-color: #ddd;
    border-radius: 12px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.tq-questionsavailable, .tq-questionsselected {
    top: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
}

.tq-questionsavailable {
    right: 50%;
    left: 0;
    border-right: 1px solid #aaa;
}

.tq-questionsselected {
    right: 0;
    left: 50%;
}

    .tq-questionsavailable h2, .tq-questionsselected h2 {
        background-color: #069;
        color: white;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.tq-scrollcontainer {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tq-scrollcontainer .tq-questionsetlisting:nth-child(even) {
        background-color: #eee;
    }

    .tq-scrollcontainer .tq-questionsetlisting {
        padding: 20px;
        border-bottom: 1px solid #aaa;
        background-color: #fff;
        cursor: pointer;
    }

    .tq-scrollcontainer h3 {
        font-size: 22px;
        color: #046;
        margin-bottom: 5px;
    }

    .tq-scrollcontainer h4 {
        font-size: 16px;
        color: #222;
        margin-bottom: 10px;
    }

    .tq-scrollcontainer p {
        font-size: 14px;
        color: #069;
        margin-bottom: 0px;
    }

.tq-questionsselected .tq-questionsetlisting {
    padding-bottom: 0;
}

div.tq-qss-options {
    margin: 20px 0 0 -20px;
    width: calc(100% + 40px);
    border-bottom: 3px solid #aaa;
    background-color: #e3f5fe;
    padding: 20px;
    padding-bottom: 16px;
    height: auto;
    border-top: 1px solid #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


    div.tq-qss-options button, div.tq-qss-options select {
        margin: 0px 2px 4px 2px;
    }

.aq-questionsets {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #eff;
}

    .aq-questionsets h2 {
        background-color: #444;
        color: white;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
    }

.aq-questionset {
    display: block;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 12px;
    flex-basis: 0;
    margin: 0px 10px 20px 10px;
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: white;
    min-width: 40%;
}

    .aq-questionset h3, .aq-questionset h4, .aq-questionset p {
        margin: 0px 0px 5px 0px;
    }

    .aq-questionset h4 {
        font-size: 16px;
        color: #046;
    }

    .aq-questionset h3 {
        margin: -20px 0px 20px -20px;
        width: calc(100% + 40px);
        height: 38px;
        background-color: #069;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    .aq-questionset h5 {
        font-size: 18px;
        color: #080;
        text-align: center;
        margin: 15px 0px 5px 0px;
    }

.aqs-container {
    width: 100%;
    height: auto;
    background-color: #eff;
    border-radius: 12px;
    border: 1px solid #aaa;
    padding: 20px;
    overflow: hidden;
}

    .aqs-container h2 {
        margin: -20px 0px 20px -20px;
        background-color: #444;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 22px;
        height: 60px;
        width: calc(100% + 40px);
        padding: 0px 30px;
    }

    .aqs-container h3 {
        border-bottom: 1px solid #aaa;
        padding: 0px 20px 20px 20px;
        margin: 0px 0px 20px -20px;
        width: calc(100% + 40px);
    }

    .aqs-container h4 {
        border-bottom: 1px solid #aaa;
        padding: 0px 20px 20px 20px;
        margin: 0px 0px 20px -20px;
        width: calc(100% + 40px);
    }

.aqs-questions-group {
    display: block;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: white;
    margin: 0px 10px 20px 10px;
    flex-basis: auto;
    flex-grow: initial;
}

.aqs-questiongroup-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .aqs-questiongroup-container h2 {
        background-color: #046;
    }

.aqs-question-input-container {
    margin-bottom: 10px;
}

.aq-image {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    border: 1px solid #aaa;
    background-image: url(/Images/noavatar.jpg);
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    color: #777;
    text-shadow: 0 0 5px #fff;
}

.ta-memberslist {
    display: flex;
    width: 330px;
    overflow: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    border: 1px solid #aaa;
    border-radius: 12px;
    position: absolute;
    top: 70px;
    bottom: 20px;
    align-content: flex-start;
    background-color: #CAEEFF;
}

.ptours-member {
    flex-basis: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #aaa;
    background-color: #fff;
    border-left: 0px solid #069;
    transition: all ease-in-out 200ms;
    cursor: pointer;
}


    .ptours-member:nth-child(even) {
        background-color: #f2f2f2;
    }

    .ptours-member.ta-memberselected {
        border-left: 8px solid #069;
        padding-left: 12px;
    }

.ptours-name {
    font-size: 16px;
    color: #222;
}

    .ptours-name span {
        font-size: 14px;
        color: #069;
    }

.ptours-member .avatar {
    width: 60px;
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    margin: 0px 20px 0px 0px;
}


.ta-answer-container {
    position: absolute;
    top: 70px;
    bottom: 20px;
    right: 0px;
    width: calc(100% - 370px);
    padding: 0px 20px 300px 0px;
    overflow: auto;
}

.ta-imagelink img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 12px;
    border: 1px solid #aaa;
    object-fit: cover;
}

th.ta-grouptitle {
    font-size: 18px;
    background-color: #069;
    color: white;
    padding: 10px 20px;
    font-weight: 300;
}

.ta-answer-container td {
    padding: 10px;
    font-weight: bold;
}

.ta-answer-container tr td:first-child {
    text-align: right;
    color: #023;
    font-weight: 400;
}

.ta-member-search {
    border-bottom: 1px solid #aaa;
    background-color: #fff;
    flex-basis: 100%;
    flex-grow: 1;
}

    .ta-member-search input {
        border: 0;
        width: 100%;
        padding: 7px 10px;
    }

.locationeditorcontainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    border: 1px solid #aaa;
    padding: 20px;
    border-radius: 12px;
    background-color: #eff;
    position: absolute;
    top: 70px;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
}

.locationeditorflexitem {
    flex-basis: 100%;
    flex-grow: 1;
    height: auto;
    border-radius: 12px;
    margin-bottom: 0;
    margin: 0;
}

    .locationeditorflexitem:first-of-type {
        max-width: 500px;
        overflow: auto;
        margin-right: 20px;
        padding-right: 20px;
    }


.locationoverlay {
    margin-bottom: 20px;
    background-color: #cef;
}


.tmem-container {
    background-color: #eff;
    border-radius: 12px;
    border: 1px solid #aaa;
    overflow: hidden;
}

    .tmem-container h2.tmem-header {
        background-color: #069;
        font-size: 20px;
        height: 60px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tmem-container h3 {
        padding: 0px 20px 20px 20px;
        border-bottom: 1px solid #aaa;
        margin: 0;
        text-align: center;
    }

.tourpersonlisting {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #aaa;
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    cursor: unset;
}

li:nth-child(even) .tourpersonlisting {
    background-color: #eee;
}

li:last-of-type .tourpersonlisting {
    border: 0;
}

.tourpersonlisting .avatar {
    margin-bottom: 0;
}

p.tmem-list-buttons {
    margin: 0;
}

.tpl-flexitem {
    align-items: center;
}

.tpl-middle {
    flex-grow: 1;
}

.tpl-tourtitle {
    width: 200px;
    padding: 0;
    margin: 0px 0px 0px 20px;
}

    .tpl-tourtitle input {
        border: 0;
        width: 200px;
        padding: 5px 10px;
        background-color: transparent;
        margin: 0;
        height: 40px;
        font-size: 16px;
        text-align: center;
    }

.tourpersonlisting .handle {
    max-width: 30px;
    height: 30px;
    margin-left: 20px;
}


.lightblueboxcontainer, .uploaditimages {
    padding: 20px;
    height: auto;
    overflow: hidden;
    background-color: #eff;
    border-radius: 12px;
    border: 1px solid #aaa;
    padding-bottom: 0;
}

.loc-bulkimportinput {
    background-color: #eff;
}

.profile-editor-container hr {
    display: none;
}

.profile-editor-container {
    padding-bottom: 10px;
}

    .profile-editor-container h2, .blueboxheader {
        background-color: #069;
        color: white;
        font-size: 20px;
        font-weight: 300;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 20px -20px;
        width: calc(100% + 40px);
    }

        .profile-editor-container h2:first-child, .lightblueboxcontainer .blueboxheader:first-child {
            margin-top: -20px;
        }

    .profile-editor-container .section {
        margin-bottom: 10px;
    }

.contactrequestnot {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #aaa;
    width: 400px;
    border-radius: 12px;
    margin: 0px 10px 10px 0px;
    height: auto;
    overflow: hidden;
    float: left;
    background-color: #efe;
}

    .contactrequestnot h2 {
        margin-bottom: 10px;
    }

    .contactrequestnot h4 {
        margin-bottom: 0;
    }

    .contactrequestnot .avatar {
        margin-bottom: 0;
    }




.guestrequestform {
    min-width: 340px;
    display: block;
    width: fit-content;
    margin: 0 auto 20px auto;
}

.ii-importrow input:focus {
    background-color: white !important;
    outline: 2px solid #333;
}

input.ii-field-daytype {
    background-color: #ffe4ca;
}

tr:nth-child(even) input.ii-field-daytype {
    background-color: rgba(255, 228, 202, 0.70);
}



input.ii-field-loc1type, input.ii-field-loc1address {
    background-color: #cef;
}

tr:nth-child(even) input.ii-field-loc1type, tr:nth-child(even) input.ii-field-loc1address {
    background-color: rgba(204, 238, 255, 0.70);
}

input.ii-field-loc3type, input.ii-field-loc3address {
    background-color: #faccff;
}

tr:nth-child(even) input.ii-field-loc3type, tr:nth-child(even) input.ii-field-loc3address {
    background-color: rgba(250, 204, 255, 0.70);
}

.g-recaptcha {
    margin-top: -20px;
    border: 1px solid #aaa;
    height: 76px;
}

    .g-recaptcha div:first-child {
        margin: -1px 0 0 -1px;
    }

.halfbutton {
    width: calc(50% - 5px) !important;
    display: inline-block;
}

    .halfbutton:nth-child(odd) {
        margin-left: 10px;
    }

.big-button {
    font-size: 20px;
    padding: 10px;
    border-width: 2px;
}

.confirmmessage {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 12px;
    background-color: #604;
    color: white;
    margin-bottom: 10px;
}


    .confirmmessage a {
        color: white;
        display: inline-block;
    }

.newtouroverlay {
    position: fixed;
    top: 70px;
    bottom: 70px;
    left: 40px;
    right: 40px;
    background-color: rgba(0, 34, 51, 0.95);
    padding: 40px;
    margin: 20px;
    border-radius: 12px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

    .newtouroverlay h1 {
        color: white;
        font-size: 40px;
    }

.newtourbuttons {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


    .newtourbuttons div {
        margin: 10px;
        display: flex;
    }

.newtouroverlay a b {
    font-size: 16px;
    margin-top: 5px;
}

.newtouroverlay a {
    display: flex;
    color: white;
    padding: 20px;
    background-color: #069;
    font-size: 20px;
    text-align: center;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    transform: scale(1);
    transition: all 150ms ease-in-out;
}

    .newtouroverlay a:hover {
        transform: scale(1.025);
    }

.guestlistviewdate {
    max-width: 200px;
}

.homeheader {
    width: calc(70vw - 80px);
    min-width: 1100px;
    display: flex;
    overflow: hidden;
    margin: 0px auto 40px auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #cef;
    border-radius: 12px;
    padding: 20px 20px 0px 20px;
    text-shadow: 1px 1px 1px #001105;
}

    .homeheader h2 {
        color: #069;
        font-size: 24px;
    }

    .homeheader h1 {
        color: #046;
        font-size: 28px;
    }

.homesocial {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}


    .homesocial img {
        margin: 0px 10px;
        display: block;
        height: 100px;
        border-radius: 12px;
    }

.naa-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px #222 solid;
    border-left: 2px #222 solid;
    overflow: hidden;
    margin-bottom: 20px;
    background-color:#ffc;
}

    .naa-table th {
        background-color: rgba(255,255,0,0.4);
        width: calc(100% / 3);
        padding: 10px;
        font-size: 22px;
        text-transform:uppercase;
    }

    .naa-table td, .naa-table th {
        border-right: 2px solid #222;
        border-bottom: 2px solid #222;
    }
        .naa-table td{
            padding:0;
        }

        .naa-table td h3, .naa-table td p {
            
            margin:5px;
            margin-bottom:0;
            text-align: center;
            font-weight:bold;

        }

        .naa-table td p {
            font-size:16px;
            margin:5px;
        }

.naa-attachmentsbox{
    margin:10px;
}

.naa-attachmentthumb{
    width:100%;
    border:1px dotted #aaa;
    padding:5px;
    margin-bottom:5px;
    background-color:rgba(255,255,255,0.7);
}

.celltopalign{
    vertical-align:top;
}


.c19-declaration {

    max-width:600px;
    min-width:300px;
    padding:10px;
    margin:10px auto;
    border-radius:10px;
    border:1px solid #aaa;
    background-color:#eee;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.c19-declaration img{
    max-width:400px;
    margin-bottom:20px;
}

.c19-declaration h3 {
    text-align:center;
    margin:0 10px 8px 10px;
}


    .c19-declaration select,
    .c19-declaration input{
        width:100%;
        min-width:280px;
    }

/*   */
    /*overrides*/
    .unsupportedbrowser {
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: red;
        color: white;
        padding: 15px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .unsupportedbrowser a {
        color: white;
        text-decoration: underline;
    }

.hidden, a.hidden {
    display: none;
}

.noselect {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.whiteoverlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    position: fixed;
}

.positionreset {
    position: unset;
}

.apponly {
    display: none;
}

.ed-locations {
    flex-wrap: wrap;
}


    .ed-locations .daysheetlocation {
        flex-basis: unset;
        flex-grow: unset;
    }

.nopadding {
    padding: 0;
}


.devmode {
    display: none;
}
