/** 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;
}
.messageCenter {
    width:100%;
    height:80px;
}
.topicons {
    padding:5px;
    font-size:.7em;
}
.topicons span {
    cursor:pointer;
    font-size:1.5em;
}
.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;
}
.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;
}
.tripHeader {
    border-radius:0 0 7px 7px;
    margin-bottom:3px;
    overflow:hidden;
    cursor:pointer;
}
.tripHeaderPic {
    min-height: 100px;
    background-size: cover;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}


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; }
