.bottom-menu[data-v-44d97fe0] {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.searching[data-v-44d97fe0] {
  overflow: hidden;
  width: 80%;
  max-width: 500px;
  padding-left: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.searching--closed[data-v-44d97fe0] {
  padding-left: 0;
  width: 0;
}
.searching > *[data-v-44d97fe0] {
  right: 8px;
}
.searching--closed > *[data-v-44d97fe0] {
  display: none;
}
.searching.result[data-v-44d97fe0] {
  position: fixed;
  top: 38px;
  right: 66px;
  z-index: 100;
  padding: 0;
  border: 0;
  max-height: 200px;
  overflow-y: auto;
}
.searching.result .subheader[data-v-44d97fe0] {
  margin-top: 1.5em;
  padding: 0 8px;
  height: 22px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 959px) {
.hidden-searching[data-v-44d97fe0] {
    display: none !important;
}
}
.list-border-bottom[data-v-44d97fe0] {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}


.cv-wrapper[data-v-de2f7f6c] {
  font-size: 14px;
  font-weight: 500;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header {
  /*margin: .5em auto;*/
  border: 0;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header-day {
  background: #00897b;
  color: #fff;
  line-height: 2;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header .periodLabel {
  color: #00897b;
  text-align: center;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header button {
  color: #777;
  background-color: #fff;
  border-color: #eee;
  border-radius: 4px;
  margin: 0 6px 3px 0;
  min-width: 40px;
  height: 36px;
  font-weight: 700;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  transition: all .3s;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header button.currentPeriod {
  width: 178px;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header button:focus {
  outline: none;
  border-color: #eee;
}
.cv-wrapper[data-v-de2f7f6c] .cv-header button:hover {
  color: #00897b;
  background-color: #eee;
}
.cv-wrapper[data-v-de2f7f6c] .cv-event {
  font-size: 11px;
  font-weight: 400;
  padding-left: 7px;
  border-radius: 3px;
}
.cv-wrapper[data-v-de2f7f6c] .cv-day {
  background-color: #FFF;
  font-size: 12px;
}
.cv-wrapper[data-v-de2f7f6c] .today {
  background-color: #E0F2F1;
  color: #00897b;
  font-size: 22px;
  font-weight: 400;
}
.cv-wrapper[data-v-de2f7f6c] .outsideOfMonth {
  background-color: #fcfcfc;
  color: #999;
}


.wrap-text[data-v-4bfafd10] {
  -webkit-line-clamp: unset !important;
}


.outine-2[data-v-074f8e94] {
  border: 2px solid white;
}
.card--flex-toolbar[data-v-074f8e94] {
  margin-top: -104px;
}
.learn-more-btn[data-v-074f8e94] {
  text-transform: initial;
  text-decoration: underline;
}


table.v-table tbody td[data-v-190e5cd1], table.v-table tbody th[data-v-190e5cd1] {
  height: 35px;
}


table.v-table tbody td[data-v-122cf08d], table.v-table tbody th[data-v-122cf08d] {
  height: 35px;
}


table.v-table tbody td[data-v-1c107ae8], table.v-table tbody th[data-v-1c107ae8] {
  height: 35px;
}


.gm-style-mtc > div[role="button"] {
  font-size: 10px !important;
  min-width: 0 !important;
  height: 28px !important;
}


.map[data-v-ab47914c] {
    position: relative;
    width: 100%;
    min-height: 50vh;
    height: 100%;
    max-height: 100%;
}
.mapIcon[data-v-ab47914c] {
    position: absolute;
    right: 10px;
    font-size: 24px;
    padding: 5px 8px;
    color: #999;
    border-radius: 2px;
    background-color: #f2f2f2;
    cursor: pointer;
    z-index: 1;
}
.mapIcon.active[data-v-ab47914c] {
    color: #1565c0;
    background-color: #fff;
    box-shadow : rgba(0,0,0,.3) 0 1px 4px -1px;
}
.mapLabel[data-v-ab47914c] {
  color: #1565c0;
  font-size: 12px;
  background-color: rgba(0,0,0,.7);
}
.autosuggest[data-v-ab47914c] {
  position  : absolute;
  top       : 10px;
  right     : 70px;
  width     : 300px;
  min-height: 28px;
  height    : 40px;
  font-size : 12px;
  z-index   : 1;
  border-radius: 2px;
  box-shadow : rgba(0,0,0,.3) 0 1px 4px -1px !important
}
.table-custom[data-v-ab47914c] {
  border-collapse: collapse;
  width: 100%;
}
.table-custom th[data-v-ab47914c], td[data-v-ab47914c] {
  text-align: left;
  padding: 8px;
}
.table-custom tr[data-v-ab47914c]:nth-child(odd) {
  background-color: #f2f2f2;
}
@media (max-width: 599px) {
.autosuggest[data-v-ab47914c] {
    top  : 43px;
    left : 10px;
    width: calc(100% - 72px);
}
}
@media print {
.mapIcon[data-v-ab47914c] {
    display: none;
}
}


.selected[data-v-686ae521],
.selected>td[data-v-686ae521] {
  font-weight: bold;
}


.selected[data-v-83d77036],
.selected>td[data-v-83d77036] {
  font-weight: bold;
}


.selected[data-v-06c7393d],
.selected > td[data-v-06c7393d] {
  font-weight: 1000;
  transition: all 0.2s;
}


.wrap-text[data-v-0969b2ef] {
  -webkit-line-clamp: unset !important;
}













































































































































































































































































/* This is for documentation purposes and will not be needed in your application */
#create .v-speed-dial[data-v-d36d977e] {
  position: fixed;
}
#create .v-btn--floating[data-v-d36d977e] {
  position: relative;
}































































































































































































/* This is for documentation purposes and will not be needed in your application */
#create .v-speed-dial[data-v-58d6911d] {
  position: fixed;
}
#create .v-btn--floating[data-v-58d6911d] {
  position: relative;
}


.table-responsive[data-v-14c10acf] {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
}
.table[data-v-14c10acf] {
		border-collapse: collapse;
		margin: 1rem;
		display: block;
		width: 100%;
}
.wrap[data-v-14c10acf] {
		width: 300px;
		padding: 0.3rem !important;
  		word-wrap: break-word;
}
.nowrap[data-v-14c10acf],
	.table th[data-v-14c10acf]{
		background-color: #fff;
		padding: 0.3rem !important;
		white-space: nowrap;
}
.table tbody th[data-v-14c10acf] {
		vertical-align:middle;
		border-bottom: 2px solid #dee2e6;
		background-color: #438076;
		color: #fff;
}
.table tbody + tbody[data-v-14c10acf] {
		border-top: 2px solid #dee2e6;
}
.table-bordered th[data-v-14c10acf] {
		text-align: center;
		border: 1px solid #dee2e6 !important;
}
.table-bordered td[data-v-14c10acf] {
		text-align: left;
    	border: 1px solid #dee2e6 !important;
}
.table-hover tbody tr:hover td[data-v-14c10acf] {
		color: #fff;
		background-color: #438076;
}


.gm-style-mtc > div[role="button"] {
  font-size: 10px !important;
  min-width: 0 !important;
  height: 28px !important;
}


.map[data-v-3d6831f2] {
    position: relative;
    width: 100%;
    min-height: 50vh;
    height: 100%;
    max-height: 100%;
}
.mapIcon[data-v-3d6831f2] {
    position: absolute;
    right: 10px;
    font-size: 24px;
    padding: 5px 8px;
    color: #999;
    border-radius: 2px;
    background-color: #f2f2f2;
    cursor: pointer;
    z-index: 1;
}
.mapIcon.active[data-v-3d6831f2] {
    color: #1565c0;
    background-color: #fff;
    box-shadow : rgba(0,0,0,.3) 0 1px 4px -1px;
}
.mapLabel[data-v-3d6831f2] {
  color: #1565c0;
  font-size: 12px;
  background-color: rgba(0,0,0,.7);
}
.autosuggest[data-v-3d6831f2] {
  position  : absolute;
  top       : 10px;
  right     : 70px;
  width     : 300px;
  min-height: 28px;
  height    : 40px;
  font-size : 12px;
  z-index   : 1;
  border-radius: 2px;
  box-shadow : rgba(0,0,0,.3) 0 1px 4px -1px !important
}
.table-custom[data-v-3d6831f2] {
  border-collapse: collapse;
  width: 100%;
}
.table-custom th[data-v-3d6831f2], td[data-v-3d6831f2] {
  text-align: left;
  padding: 8px;
}
.table-custom tr[data-v-3d6831f2]:nth-child(odd) {
  background-color: #f2f2f2;
}
@media (max-width: 599px) {
.autosuggest[data-v-3d6831f2] {
    top  : 43px;
    left : 10px;
    width: calc(100% - 72px);
}
}
@media print {
.mapIcon[data-v-3d6831f2] {
    display: none;
}
}


.autosuggest[data-v-179edf30] {
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #999;
}
.autosuggest[data-v-179edf30]:focus {
  line-height: 31px;
  border-bottom: 2px solid #d50000;
}
.mapIcon[data-v-179edf30] {
  position: absolute;
  font-size: 24px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}


table.v-table tbody td[data-v-4218ac14], table.v-table tbody th[data-v-4218ac14] {
  height: 35px;
}


table.v-table tbody td[data-v-49fbb654], table.v-table tbody th[data-v-49fbb654] {
  height: 35px;
}

