﻿body {
    /*
    margin: 0px !important;
    overflow:hidden;
      */
    /*background-color: #B5D0EA;*/
    font-family: "Microsoft JhengHei", "Arial Black", Gadget, sans-serif !important;
    font-size: 20px;
}


.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.nav-item a {
    color: black !important;
    /*text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue !important;*/
    /*  text-shadow: 1px 1px 2px grey !important; */
    font-weight: 500 !important;
}


.nav-link.show,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black !important;
    background: rgba(255,255,255,0.75) !important;
    /*text-shadow: 1px 1px 2px grey !important;*/
}

#navBarContainer {
    padding: 0px !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.halfTransparent {
    background-color: rgba(255,255,255, .5) !important;
}

.quarterTransparent {
    background-color: rgba(255,255,255, .75) !important;
}
/*
.nav-link.show .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active {
    background-color: rgba(255,255,255, .5) !important;
    text-shadow: 1px 1px 2px grey !important;
    color: black !important;
}
    */


.selectedMenuItem {
    /*    background: rgba(126, 161, 245, 0.70) !important; */
    background: rgba(124,210,224, 0.7) !important;
}
/*
img.caret  {
  border-left: solid 70px transparent; 
  border-right: solid 70px transparent; 
  border-bottom: solid 70px #fff;
  filter: drop-shadow(0 0 30px #333);
  height: 0; 
  width: 0; 
  z-index: 1000;
}
    */


.leaflet-popup-close-button {
    font-size: 18px !important;
}

.lg-outer {
    z-index: 9999999 !important;
}


.leaflet-control-command-setting, .leaflet-control-command-eraser {
    width: 30px;
    height: 30px;
    background-size: cover;
    border-radius: 2px 2px;
    cursor: auto;
    text-align: center;
    background-color: #FFFFFF;
}


.leaflet-control-command-setting {
    background-image: url(../res/gear.png);
}

.leaflet-control-command-eraser {
    background-image: url(../res/eraser.png);
}

.leaflet-control-command-setting:hover {
    background-color: #F4F4F4;
}


.leaflet-popup-content * {
    font-size: 16px !important;
}

/*
.selectize-control {
    width: 90% !important;
}
    */


/*
.selectize-input {
    min-width: 600px !important;
}
    */


.selectize-input {
    min-width: 200px !important;
}

@media (min-width:992px) {

    .selectize-input {
        width: 600px !important;
    }
}


.jsCalendar > table > thead > tr.jsCalendar-week-days,
.jsCalendar > table > tbody > tr {
    text-align: left !important;
}



jsCalendar table > tbody > tr > td,
tr.jsCalendar-week-days > th,
div.jsCalendar > table > tbody > tr > td {
    padding: 0 0 !important;
    margin: 0 0 !important;
    width: 20px !important;
    height: 28px !important;
}

.jsCalendar > table > thead > tr.jsCalendar-week-days > th,
.jsCalendar > table > tbody > tr > td:not(.jsCalendar-selected) {
    padding: 2px 2px 2px 2px !important;
}

.modal {
    z-index: 10000;
}

.lg-toolbar {
    background: black;
    height: 100px;
}





