/** Site Global Style Override **/
html, body {
    height:100%;
    background-color: #096c09;
    overflow:hidden;
}
a:link, a:visited, a:active {
    color:#333;
    text-decoration: none;
}
a:hover {
    color:darkslateblue;
    text-decoration: underline;
}
#main {
    height:100%;
}
#warningMessage {
    background-color: #ffdf77;
    color: #85aa00;
    font-weight: bold;
    text-align:center;
    padding:10px;
    display:none;
}
#successMessage {
    background-color: #77ff8e;
    color:#0A0;
    font-weight: bold;
    text-align:center;
    padding:10px;
    display:none;
}
#errorMessage {
    background-color: #FF7777;
    color:#A00;
    font-weight: bold;
    text-align:center;
    padding:10px;
    display:none;
}
.displayInline {
    display: inline-block;
}
.profilePic {
    margin: 18px auto;
    border-radius: 50%;
    width: 40px;
    background-color: #030;
    color: #EEE;
    font: bold 19pt verdana;
    text-align: center;
    height: 40px;
    padding-top: 4px;
}
.stone .stitle {
    font-weight: 600;
    font-size: .9em;
}
.floatRight {
    float:right;
}
.displayNone {
    display:none !important;
}
.blue {
    color:#45beff;
    font-color:#45beff;
}
.center {
    text-align:center;
}
.smallText {
    font-size:.8em;
}
.smallerText {
    font-size:.6em;
}
#smallCalendar {
    position:absolute;
    bottom:35px;
}
#smallCalendar span {
    font-size:.5em;
}
#smallCalendar tr,td {
    font-size:.7em;
    font-variant: small-caps;
}
.icon-blank::before {
    width: 1em;
    content: ' ';
}
.leftnavIcons {
    text-align:center;
}
.leftnavIcons span {
    font-size:2em;
    margin-top:10px;
    font-color:#030;
}
.width100 {
    width:100%;
}
.width95 {
    width:95%;
}
.modalClose {
    font-size: 2em;
    cursor: pointer;
    color: #555;
    rotate: 45deg;
}
.additem {
    color: #0CC;
    cursor:pointer;
    height:6px;
    text-align:center;
}
.additem:hover {
    border:1px #0CC solid;
    border-radius:5px;
    background-color: #FFF;
}
.additemPlus {
    position:relative;
    top:-8px;
    /* background-color:#FFF; */
    cursor:pointer;
    font-size:1.2em;
}
.pointer {
    cursor:pointer;
}
.eventOptions {
    font-size:100%;
    margin:0 1px;
    color:#FFF;
    max-height: max-content;
}
.leftnav {
    width:80px;
    height:100%;
    background-color:#57cb57;
}
.tripNameDisplay {
    font-weight: 700;
    font-size: 1.2em;
    color: #777;
    white-space: nowrap;
}
.tripcard {
    width:450px;
    height:100%;
    background-color:#FFF;
}
.controlPanelWrapper {
    width: 220px;
    height: 100%;
    background-color: #f3f7f9;
    border-right: 1px solid #d8e3eb;
    overflow-x: hidden;
    transition: width 0.2s ease;
}
.controlPanelWrapper.collapsed {
    width: 64px;
}
.messageCenter {
    width:100%;
    min-height:80px;
}
.topicons {
    padding: 6px 0;
}
#controlPanel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.homeNavIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 0 8px;
    border-bottom: 1px solid #dce6ed;
    margin-bottom: 4px;
}
.homeNavIcon img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}
.controlSections {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
.controlSection {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.controlSectionTitle {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #8a9aa8;
    margin: 4px 2px 0 2px;
}
.controlSectionDivider {
    border: 0;
    border-top: 1px solid #dce6ed;
    margin: 4px 0;
    opacity: 1;
}
.controlButton {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 10px 12px;
    background-color: #f8f8f8;
    color: #444;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    user-select: none;
}
.controlButton:hover {
    background-color: #eef7ff;
    border-color: #8fc8ff;
}
.controlButton.blue {
    color: #0b7cc2;
    border-color: #80c8ff;
    background-color: #eaf6ff;
}
.controlButton span:first-child {
    width: 16px;
    text-align: center;
    font-size: 1rem;
}
.controlButton .controlLabel {
    white-space: nowrap;
}
.controlPanelToggle {
    margin-top: auto;
}
.tripcardTopTools {
    display: flex;
    justify-content: flex-end;
}
.tripcardCollapseToggle {
    cursor: pointer;
    color: #666;
    font-size: 1.35rem;
    line-height: 1;
}
.tripcardCollapseToggle:hover {
    color: #0b7cc2;
}
#controlPanel.collapsed .controlButton {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}
#controlPanel.collapsed .controlLabel {
    display: none;
}
#controlPanel.collapsed .controlSectionTitle {
    display: none;
}
#controlPanel.collapsed .controlSectionDivider {
    margin: 6px 0;
    border-top-color: #c5d3de;
}
#controlPanel.collapsed .homeNavIcon {
    padding: 2px 0 6px;
}
#controlPanel.collapsed .controlPanelToggle {
    margin-left: 0;
}
.tripwrapper {
    width:100%;
    height:100%;
    overflow-y:auto;
    background-color:#FFF;
    padding-bottom:250px;
    padding-top:10px;
}
.messageCenter {
    position:sticky;
    background-color:#FFF;
}
.daywrapper {
    background-color: #EEE;
    padding: 10px;
    border-radius: 12px;
    margin: 9px 0;
    border: 1px #DDD solid;
}
#dayMultiWrapper {
    position: relative;
    padding-top: 24px;
}
.multiClose {
    position: absolute;
    top: 1px;
    right: 11px;
    font-size: 0.9em;
    color: #0d6efd;
    cursor: pointer;
}
.multiClose:hover {
    text-decoration: underline;
}
.stone {
    border-radius:12px;
    margin:2px 0;
    border:1px #EEE solid;
    background-color:#FFF;
    min-height:69px;
    cursor:pointer;
}
.selfsave {
    border: 2px #3939ff solid;
    padding: 5px;
    vertical-align: top;
    border-radius: 8px;
}
#stoneName {
    width:95%;
}
.travel {
    border-color:#008e00;
}
.accomodations {
    border-color:#deff5e;
}
.food {
    border-color:#45beff;
}
.activity {
    border-color:#ff2b95;
}
.todo {
    border-color:#ba38ff;
}
.stoneIcon {
    background-color: #008e00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 14px;
    padding: 5px 10px;
    font-weight: 800;
    color: #FFF;
    font-size: 1.2em;
}
p {
    margin:0;
}
.triplogo img {
    width:100%;
}
#pac-input {
    position: absolute;
    left: 188px;
    top: 10px !important;
    font-size: 2em;
    height: 40px;
    width: 81%;
    padding-left:10px;
}
.tripPickGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    gap: 12px;
    padding: 6px 2px 12px;
    align-content: start;
}
.tripPickList {
    padding: 4px 2px 12px;
}
.tripPickCreateWrapper {
    margin-bottom: 10px;
}
.tripPickCreateButton {
    display: block;
    width: 100%;
    border: 1px solid #0a7b0a;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background-color: #12a312;
    text-align: center;
    box-shadow: 0 2px 8px rgba(5, 78, 5, 0.2);
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.tripPickCreateButton:hover {
    background-color: #0f8f0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 78, 5, 0.24);
}
.tripPickCreateButton:focus-visible {
    outline: 2px solid #0b7cc2;
    outline-offset: 2px;
}
.tripPickCreateButton.is-loading {
    position: relative;
    pointer-events: none;
    color: transparent;
}
.tripPickCreateButton.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: tripPickSpin 0.7s linear infinite;
}
.tripPickDivider {
    margin: 10px 0 8px;
    border-top: 1px solid #dce6ed;
    opacity: 1;
}
.tripPickSavedTitle {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7a8a99;
}
.tripPickCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #dce6ed;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}
.tripPickCard:hover {
    border-color: #b8d4f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}
.tripPickCard:focus-visible {
    outline: 2px solid #0b7cc2;
    outline-offset: 2px;
}
.tripPickCard.is-active-trip {
    cursor: default;
    border-color: #c5d3de;
    background-color: #f7fafc;
    box-shadow: none;
}
.tripPickCard.is-active-trip:hover {
    transform: none;
    border-color: #c5d3de;
    box-shadow: none;
}
.tripPickCard.is-active-trip .tripPickCardArt,
.tripPickCard.is-active-trip .tripPickCardBody {
    opacity: 0.55;
}
.tripPickCard.is-active-trip .tripPickCardArt {
    position: relative;
}
.tripPickCard.is-active-trip .tripPickCardArt::after {
    content: 'Active';
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.tripPickCard.is-loading {
    position: relative;
    pointer-events: none;
}
.tripPickCard.is-loading .tripPickCardArt,
.tripPickCard.is-loading .tripPickCardBody {
    opacity: 0.35;
}
.tripPickCard.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    border: 2px solid rgba(11, 124, 194, 0.2);
    border-top-color: #0b7cc2;
    border-radius: 50%;
    animation: tripPickSpin 0.7s linear infinite;
}
.tripPickCardArt {
    display: block;
    width: 100%;
    height: 96px;
    flex-shrink: 0;
    background-color: #8a9aa8;
    background-size: cover;
    background-position: center;
}
.tripPickCardBody {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px 12px;
    min-height: 0;
}
.tripPickCardTitle {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: #2a3340;
    line-height: 1.3;
}
.tripPickCardMeta {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #6b7c8f;
}

@keyframes tripPickSpin {
    to {
        transform: rotate(360deg);
    }
}


h4 {
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-style: italic;
}

h4::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 1px;
    background-color: #000;
}
h5 {
    font-weight: 300;
    font-size: 1em;
}
.nicetime {
    font-weight: 200;
    font-size: .75em;
    margin-right: 5px;
}
.nicetemp {
    font-weight: 200;
    font-size: .75em;
    margin-right: 5px;
    white-space: nowrap;
}
.meat {
    font-size: .85em;
    line-height: 1.2em;
}
.red-important {
    border-color:#C00 !important;
}
.text-right {
    text-align:right;
}
#eventFileDrop {
    height:200px;
    border:1px #777 dashed;
    padding-top:75px;
    color: #777;
    text-align:center;
}

#geolocationWrapper {
    position: absolute;
    bottom:0;
    height:200px;
}
#geolocationHandle {
    width:30px;
    height:30px;
    background-color:#FFF;
    padding:5px 10px;
    cursor:pointer;
}
#geolocationContentsWrapper {
    width: 100%;
    overflow-x:auto;
    overflow-y:hidden;
    height:100%;
}
#geolocationContents {
    background-color: #FFF;
    padding: 5px;
    font-weight: 200;
    height: 100%;
}
.slide-up {
    bottom:0 !important;
}
.slide-down {
    bottom:-170px !important;
}

.geolocationResult {
    border: 1px #777 solid;
    border-radius: 5px;
    width: 360px;
    height: 85%;
    float: left;
    margin-right:2px;
    overflow:auto;
}
.geolocationImage {
    width:30%;
}
.geolocationDataWrapper {
    font-weight:200;
    font-size:.8em;
    position: fixed;
    margin-left: 9%;
    width: 16%; /** this means rebuild that box **/
}
.geolocationButton {

}
.geolocationTextHours {
    max-height: 30px;
    overflow: auto;
    padding: 2px;
    border: 1px #333 solid;
}
.mapIcon {
    font-size:2em;
}
.yellow {
    color: #FFBD3D;
}
.grey {
    color: #999;
}
.stone.selected {
    background-color: #add0ed;
}
.bold {
    font-weight:bold;
}
.hidden {
    display: none;
}
#addressResults {
    border:1px #000 solid;
    background-color:#FFF;
    padding:2px;
    position:absolute;
    z-index: 10000;
    cursor:pointer;
}

.offcanvas-sm { width: 40vw; max-width: 500px; }
.offcanvas-md { width: 60vw; max-width: 700px; }
.offcanvas-lg { width: 80vw; max-width: 1000px; }
