* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  outline: none;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  font-family: sans-serif;
  background: #fff;
  color: #333;
  height: 100%;
}

body.browser {
  background: #333;

}

#login-form-wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
}

#login-form {
  background: #fff;
  padding: 20px 35px 35px 35px;
  width: 340px;
  box-sizing: border-box;
  text-align: center;
}

#login-form input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 16px;
}

#login-form input:focus {
  border-bottom: 2px solid #71911A;
}

#login-form button {
  width: 100%;
  background: #71911A;
  color: #fff;
  border: none;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
}

#login-form button:active {
  opacity: 0.7;
}

#login-form button+button {
  margin-top: 1rem;
}

#login-form button.logout {
  background: #000;
  margin-top: 2rem;
}

#login-form a.reg {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 7px;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

#login-form a.forgot {
  color: #000;

}

#login-form img {
  margin-bottom: 15px;
}

#login-form fieldset {
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #333;
}

#login-form fieldset.accounts {
  position: relative;
}

#login-form fieldset.accounts p.sort-toggle {
  position: absolute;
  left: 1rem;
  bottom: 4px;
  font-size: 9px;
  color: #ccc;
  cursor: pointer;
}

#login-form fieldset.accounts p.sort-toggle.active {
  color: #71911A;
}

#login-form .select-wrap {
  margin-bottom: 1rem;
}

#login-form .select-item {
  display: flex;
}

#login-form .select-item p {
  flex-grow: 1;
  text-align: left;
  align-self: center;
}

#login-form .select-item p span {
  display: block;
}

#login-form .select-item p span.sub {
  font-size: 10px;
}

#login-form .select-item .sort-panel {
  margin-left: 8px;
  display: flex;
}

#login-form .select-item {
  margin-bottom: 10px;
}

#login-form .select-item i {
  cursor: pointer;
  align-self: center;
}

#login-form .select-item .sort-panel i {
  background: #000;
  color: #fff;
  padding: 7px;
  margin-right: 1px;
}

#login-form .select-item i.fa-arrow-right {
  background: #71911A;
  color: #fff;
  padding: 7px;
}

#login-form .select-item i.fa-circle-o-notch {
  color: #71911A;
  padding: 7px;
}

#login-form .select-item i.fa-arrow-right:active {
  opacity: 0.7;
}

.login {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.login * {
  margin-top: 10px;
}

a {
  text-decoration: none;
}

.head {
  background: #242522;
  color: #fff;
}

.container {
  background: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.browser .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.navi .title {
  flex-grow: 1;
  align-self: center;
  font-weight: bold;

  padding-left: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row1 {
  display: flex;
  margin: 8px 1rem;
}

.row2 h2 {
  font-weight: normal;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}

a.todo {
  background: #AE541A;
  color: #fff;
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  align-self: center;
  border-radius: 5px;
  cursor: pointer;
}

a.todo.off {
  color: #555 !important;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

a.menu {
  flex-shrink: 0;
  width: 20px;
  text-align: right;
  font-size: 30px;
}

a.back {
  font-size: 1.5rem;
  align-self: center;
  margin-right: 1rem;
}

.head .row1 {
  display: flex;
}

.head .row1 h2 {
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;


}

.head .row2 {
  background: #000;
  display: flex;
  padding: 4px 1rem;
}

.head .row2 h2 {
  align-self: center;
}

.head .row1.control span {
  margin-left: 5px;
}

.control-header-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.control-header-buttons a {
  margin-left: 20px;
}

a.head-new-action i {
  display: block;
  padding: 3px;
  padding-bottom: 0;
}

.secondary-nav {
  display: flex;
  align-self: center;
  flex-grow: 1;
}

.head .row2 p {
  align-self: center;
}

.head .row2 span {
  margin-right: 8px;
  align-self: center;
}

.head a.home {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  font-size: 1.5rem;
  white-space: normal;
  overflow: visible;
  flex-shrink: 0;
  color: #fff !important;
  text-decoration: underline;
}

.head button {
  background: #000;
  color: #fff;
  padding: 0.6rem;
  font-size: 1rem;
  align-self: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.head button.up {
  padding-left: 0;
  padding-top: 0.3rem;
}

.head button.up.off {
  opacity: 0;
}

.breadcrumb {
  display: flex;
  width: calc(100% - 20px);
  padding-right: 1rem;
  box-sizing: border-box;
}

.breadcrumb a {
  color: #fff;
  display: block;
  padding: 0.3rem;
  font-size: 0.9rem;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  flex-shrink: 1;
  text-decoration: underline;
}

.breadcrumb.enabled a {
  color: #fff;
  cursor: pointer;
}

.breadcrumb a:last-child {
  flex-shrink: 0;
  color: #71911A;
  text-decoration: none;
}

.main {
  margin: 1rem;
  flex-grow: 1;
  overflow: auto;
  box-sizing: border-box;
}

.main.control {
  margin: 1rem 0;
}

#snackbar-wrap {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

#snackbar {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #ccc;
  background: #242522;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
}


#snackbar.items2 a:first-child {
  padding-right: 6px;
}

#snackbar.items2 a:last-child {
  padding-left: 6px;
}

#snackbar.items3 a:first-child {
  padding-right: 6px;
}

#snackbar.items32 a:last-child {
  padding-left: 6px;
  padding-right: 12px;
}


#snackbar a {
  display: block;
  align-self: center;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 6px;
  padding-right: 6px;
}

#snackbar a p {
  text-align: center;
}

.view {
  margin-bottom: 80px;
}

.customer-list {
  width: 100%;
  box-sizing: border-box;
}

.customer-list h2 {
  position: sticky;
  top: 2.3rem;
  z-index: 2;
  background: #fff;
}

.list-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1rem;
}

.list-item.recent {
  border-bottom: 1px solid #71911A;
  opacity: 0.6;
}

.treenames-list .list-item,
.action-list .list-item {
  display: block;
}

.treenames-list .list-item label {
  display: block;
}

.tree-list .list-item label {
  display: block;
}

label.prime {
  font-weight: bold;
}

.list-item.selected {
  background: #fff;
}

.list-item.selected .inventory {
  display: none;
}

.list-item .fa-map-marker {
  font-size: 1.1rem;
  align-self: center;
  margin-right: 5px;
}

.list-item .fa-map-marker.required {
  color: #71911A;
}



.list-item label {
  flex-grow: 1;
  align-self: center;
  text-overflow: ellipsis;
  overflow: hidden
}

.list-item label.header {
  font-weight: bold;
}

.list-item .inventory {
  display: flex;
}

.list-item .inventory div {
  justify-content: center;
  display: flex;
  font-size: 0.8rem;
  width: 1.6rem;
  border: 1px solid #000;
  border-right: none;
  text-align: center;
  height: 1.6rem
}

.list-item .inventory div span {
  align-self: center
}

.list-item .inventory div.numtrees {
  background: #131412;
  color: #fff;
}

.list-item .inventory div.mark1 {
  background: #775D2A;
  color: #fff
}

.list-item .inventory div.mark2 {
  background: #71911A;
  color: #fff
}

.list-item .inventory div.mark3 {
  background: #717376;
  color: #fff
}

.list-item .inventory div.mark4 {
  background: #AE541A;
  color: #fff
}

.list-item .inventory div:last-child {
  border-right: 1px solid #000;
}

.list-item.action .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.list-item.action .top :last-child {
  flex-grow: 0;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
button#login-btn {
  padding: 0.5rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

input[disabled] {
  pointer-events: none;
  background: #fff;
  border: 1px solid #242522;
}

.col2 {
  display: flex;
  justify-content: space-between;
}

.col2 .form-item {
  width: 45%;
}

.form-item label {
  display: block;
  font-size: 0.8rem;
}

.form-item.checkbox-input {
  display: flex;
}

.form-item.checkbox-input label {
  align-self: center;
}

.form-item.checkbox-input i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.form-item {
  margin-bottom: 1rem;
}

.form-item.green-element,
.form-item.customer-element {
  display: none;
}

.form-item .btn-input {
  display: flex;
  border: 1px solid #242522;
  border-radius: 5px;
}

.form-item .btn-input input {
  flex-grow: 1;
  border: none;
}

.form-item .btn-input button {
  padding-left: 1rem;
  padding-right: 5px;
  background: none;
  font-size: 20px;
  border: none;
}

.green .form-item.green-element {
  display: block;
}

.checkbox-input.disabled i {
  opacity: 0.4;
}

.green .form-item.green-element.checkbox-input {
  display: flex;
}

.customer .form-item.customer-element {
  display: block;
}

.tab-switch {
  display: flex;
  margin-bottom: 1rem;
}

.tab-switch .tab {
  width: 50%;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  background: #ccc;
}

.tab-switch .tab.selected {
  background: #71911A;
  color: #fff;
}

.treenames-list {
  margin-top: 1rem;
}

.treenames-list.history {
  border: 1px solid #ccc;
}

.treenames-list.history .list-item {
  padding: 0.5rem;
}

.treenames-list.history .list-item:last-child {
  border: none;
}

.editview-subhead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.green-orderedAction {
  padding-left: 25px;
  padding-top: 8px;
}

.green-orderedAction p {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,0.8);*/
  background: #000;
  overflow: auto;
  box-sizing: border-box;

  z-index: 20;
}

.browser #overlay {
  width: 500px;
  left: calc((100% - 500px) / 2);

}

#overlay:empty {
  display: none;
}

#overlay-child {
  display: flex;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 2rem);
  z-index: 2;
  align-items: center;
}

img.image-large {
  height: auto;
  width: 100%;
  align-self: center;
}

.popup {
  align-self: center;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
}

.select-list-option {
  margin-bottom: 1rem;
  display: flex;
}

.select-list-option p.bold {
  font-weight: bold;
}

.select-list-option:last-child {
  margin-bottom: 0;
}

.select-list-option i {
  margin-right: 8px;
}

.menu-item {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item i {
  margin-right: 8px;
}

.no-flex {
  display: block;
}

.no-flex div {
  margin-top: 10px;
}

.actioninfo {
  padding: 10px 0px;
  border-bottom: 1px solid#ccc;
}

.actioninfo label {
  margin-bottom: 5px;
  display: block;
  text-decoration: underline;
}

textarea {
  padding: 0.4rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #242522;
}

.checkpoint textarea {}

button.db-btn {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
  padding: 1rem;
}

#map-view {
  display: flex;
  flex-direction: column;
  height: calc(100% - 44px);
}

#map-head {
  background: #242522;
}

#map-canvas {
  width: 100%;
  flex-grow: 1;
  opacity: 0;
}

#map-canvas.ready {
  opacity: 1;
}

#map-head #select-table,
#map-head #btn-table {
  margin: 0;
  display: flex;
}

#map-head #address-input {
  flex-grow: 1;
  padding: 12px;
  border: none;
  border-radius: 0;
}

#map-head #btn-table button {
  flex-grow: 1;
  padding: 12px;
}

#map-head #btn-table button.active {
  color: #99CC00;
}

#map-head #go-btn,
#map-head #gps-btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

#map-view #go-btn {
  background: #ffffff;
  color: #000000;
}

#map-view button {
  background: none;
  color: #ffffff;
  border: none;
  font-size: 20px;
}

#map-footer {
  background: #242522;
  display: flex;
}

#map-footer button {
  flex-grow: 1;
  padding: 12px;
}

#map-view .disabled-btn {
  background-color: #333333 !important;
  color: #555 !important;
}

#map-view .hidden {
  display: none !important;
}

#map-view .alkis-btn-wrap {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  color: rgb(25, 25, 25);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#map-view .alkis-btn-wrap i {
  margin-left: 5px;
  display: none;
}

#map-view .alkis-btn-wrap.enabled i {
  display: block;
}

.important-btn-wrap {
  margin-top: 3rem;
}

button.important-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #71911A;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 1rem;
}

button.important-btn.off {
  opacity: 0.4;
}

button.important-btn p,
button.important-btn i {
  align-self: center;
}

button.important-btn i {
  margin-right: 1rem;
}

button.important-btn.confirm {
  background: red;
}

.list-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
  margin-top: 2rem;
  border-bottom: 1px solid #242522;
}

.action-undoable i {
  margin-left: 8px;
}

.no-data {
  display: flex;
  justify-content: center;
}

.no-data-inner {
  background: #eee;
  border-radius: 8px;
  padding: 8px 12px;
}

.no-data i {
  margin-right: 8px;
  ;
}

.nofunc {
  opacity: 0.2;
}

.photo-cache-icon {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.photo-cache-icon p {
  position: absolute;
  right: -5px;
  top: 0px;
  color: #fff;
  font-size: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  box-sizing: border-box;
  width: 18px;
  border-radius: 9px;
  background-color: #AE541A;
}

.photo-cache-icon i {
  color: #fff;
  font-size: 30px;
}

p.empty-photo-cache {
  padding-top: 30px;
  text-align: center;
}

.thumb-holder {
  width: 50px;
  height: 50px;
  background-size: cover;
}

.photo-holder-control {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.photo-holder-control .thumb-holder {
  margin-right: 8px;
}

.last-photos {
  margin-bottom: 10px;
  padding: 8px;
  background: #d8d8d8;
}

.last-photos p {
  font-size: 0.8rem;
}

.photo-cache-upload progress,
.photo-cache-upload p.prepare {
  display: none;
}

.photo-cache-upload.uploading progress {
  display: block;
}

.photo-cache-upload.preparing p.prepare {
  display: block;
}

progress {
  -webkit-appearance: none;
}

::-webkit-progress-value {
  background: #99CC00;
}

.control.view .divider {
  padding: 10px;
  margin-bottom: 20px;
}

.control.view .divider.dark {
  background-color: #e8e8e8;
}

.control.view .divider.important {
  background-color: #AE541A;
}

.control.view .divider.important .step-btn {
  color: #fff !important;
}

.control.view .divider.note {
  color: #fff;
  margin-bottom: 0;
  background-color: #AE541A;
  padding: 20px;
}

.ctrl-elem {
  padding: 10px;
}

.step-btn-wrap {
  border-bottom: 1px solid #ccc;
}

.step-btn:last-child {
  border: none;
}

.step-btn {
  min-height: 80px;
  position: relative;
}

.step-btn .fa-history {
  position: absolute;
  right: 5px;
  top: 5px;
}

.step-btn:last-child {
  border: none;
}

.control.view h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 15px;
}

.step-btn p {
  font-weight: bold;
}

.step-btn .hint {
  font-style: italic;
  margin-top: 8px;
}

.control.view h3 {
  padding-bottom: 20px;
}

.control.view h4 {
  padding-bottom: 12px;
}

.control.view .rk-remark {
  margin-top: 8px;
  ;
}

.select-btn {
  padding: 10px;
  min-height: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}

.select-btn .fa-history {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.select-btn .fa-history.active {
  color: #AE541A;
}

.select-btn:last-child {
  border: none;
}

.select-btn h5 {
  font-size: 1rem;
  font-weight: bold;
}

.select-btn p {
  color: #999;
  margin-top: 3px;
}

.select-btn .options-holder {
  display: none;
}

.select-btn.open {
  background-color: #f7f5f5;
}

.select-btn.open .options-holder {
  display: block;
  padding-top: 10px;
}

.select-btn.open .options-holder .option {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.select-btn.open .options-holder .option span {
  align-self: center;
}

.select-btn.open .options-holder .option i {
  align-self: center;
  color: #333;
  font-size: 10px;
  margin-right: 5px;
}

.select-btn.open .options-holder .option input {
  margin-right: 5px;
}

.select-btn.open .options-holder .option span.header {
  text-transform: uppercase;
  margin-top: 10px;
}

.select-btn.open .options-holder .option:first-child span.header {
  margin-top: 0;
}

.select-btn.open .options-holder .button-holder {
  text-align: right;
}

.select-btn.open .options-holder .button-holder button {
  border: none;
  background: #fff;
  color: #AE541A;
  padding: 0.4rem;
  font-size: 1rem;
  cursor: pointer;
}

.action-detail-select.hidden {
  opacity: 0.5;
}

.action-detail-select.active {}

.action-detail-select.active .list-item {
  border: none;
}

.action-detail-select .checkpoint .select-box {
  display: flex;
}

.checkpoint {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ztv-options {
  font-size: 0.8rem;
  background: #fff;
  color: #333;
}

.ztv-options .option {
  padding: 0.5rem;
}

.ztv-options .option i {
  margin-right: 5px;
}

.ztv-box .button-holder {
  text-align: right;
  margin-top: 10px;
}

.action-detail-select .button-holder button {
  border: none;
  background: #fff;
  color: #AE541A;
  padding: 0.4rem;
  font-size: 1rem;
  cursor: pointer;
}

.action-detail-select .button-holder.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  width: 100%;
  z-index: 1000;
}

.ordered-action {
  display: flex;
  margin-bottom: 10px;
}

.ordered-action p {
  padding-right: 10px;
  flex-grow: 1;
}

.about p {
  margin-top: 10px;
}

.about a {
  color: #333;
}

button.new-action,
button.take-photo,
button.all-photos,
button.new-trunk,
.height-input button,
button.note-confirmed {
  display: flex;
  justify-content: center;
  background: #E8E8E8;
  border: none;
  padding: 0.6rem;
  border-radius: 5px;
  cursor: pointer;
}

button.note-confirmed {
  background: #fff;
}

button.take-photo,
button.new-trunk {
  background: #fff;
}

button.new-action i,
button.take-photo i,
button.all-photos i,
button.new-trunk i,
button.note-confirmed i {
  align-self: center;
  margin-right: 8px;
}

button.new-trunk {
  margin-top: 12px;
  margin-bottom: 12px;
}

button.edit-interval {
  display: flex;
  justify-content: center;
  background: #fff;
  border: none;
  padding: 0.4rem;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

button.edit-interval i {
  align-self: center;
  margin-right: 8px;
}

.trunk-title {
  display: flex;
  justify-content: flex-start;
}

.height-input {
  display: flex;
  justify-content: flex-start;
}

.height-input button {
  align-self: center;
  margin-left: 20px;
}

.history-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.history-wrap i {
  align-self: center;
}

.control-interval-select {
  padding: 10px;
  border-top: 1px solid #fff;
  color: #fff;
}

.control-interval-select h5 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.last-controls {
  margin-top: 8px;
  margin-bottom: 12px;
}

.control-interval-select p {
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
}

.last-controls-inner {
  display: flex;
  justify-content: flex-start;
}

.last-control-label {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #333;
}

.last-control-label.leafy {
  background: #99CC00;
}

.interval-selector {
  display: flex;
  width: 100%;
}

.interval-selector p {
  flex-grow: 1;
}

.treenames-search-bar {
  display: flex;
}

.treenames-search-bar .form-item {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  align-self: center;
}

.season-stepper {
  display: flex;
  border-radius: 5px;
  border: 1px solid #242522;
  background: #fff;
}

.season-stepper input {
  border: none;
}

.season-stepper button {
  border: none;
  width: 50px;
}

.season-stepper button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ctrl-elem-input {
  border-radius: 0 !important;
  border-color: #ccc !important;
}

.trunk-wrap {
  background: #d2ecbd;
  padding: 10px;
  margin-bottom: 10px;
}

.trunk-row {
  display: flex;
  justify-content: space-between;
}

.trunk-row.buttons {
  display: flex;
  justify-content: flex-start;
}

.trunk-row .form-item {
  width: 30%;
}

.trunk-row button {
  display: flex;
  justify-content: center;
  background: #fff;
  border: none;
  padding: 0.6rem;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
}

.trunk-row button i {
  align-self: center;
  margin-right: 8px;
}

.trunk-row button p {
  align-self: center;
}

.account-name {
  padding: 4px 1rem;
  font-size: 10px;
}

.forestcontrol .editview-subhead {
  padding-bottom: 12px;
}

.forestcontrol .editview-subhead button {
  width: 48%;
  background: #ccc;
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: none;
}

.forestcontrol .editview-subhead button.active {
  background: #71911A;
  color: #fff;
}

.forestcontrol .editview-subhead button i {
  align-self: center;
  margin-right: 1rem;
}

.forestcontrol .additional-list-item {
  display: flex;
  padding: 0.8rem;
}

.forestcontrol .additional-list-item span {
  align-self: center;
  margin-right: 10px;
}

.greencontrol-item {
  padding: 10px;
  background: #ccc;
  margin-bottom: 10px;
}

.greencontrol-item label.info-label {
  margin-left: 26px;
  margin-bottom: 10px;
  display: block;
}

p.greencontrol-head {
  font-weight: bold;
  margin-bottom: 1rem;
}

.greencontrol-item.open {
  background: #AE541A;
}

.greencontrol-item.open .greencontrol-item-head,
.greencontrol-item.open label {
  color: #fff;
}

.greencontrol-item-head {
  display: flex;
}

.greencontrol-item-head span {
  margin-right: 10px;
}

.greencontrol-item-head label {
  flex-grow: 1;
}

.greencontrol-item-col2 {
  display: flex;
  justify-content: space-between;
}

.greencontrol-item-col2 .form-item,
.greencontrol-item-col2 button {
  width: 48%;
}

.greencontrol-item .measure-input button {
  width: auto;
}

.greencontrol-item-col2 .form-item input {
  width: 100%;
}

.greencontrol-item-body {
  padding-top: 10px;
}

.greencontrol-item .measure-input {
  width: 48%;
}

.greencontrol-item-body button {

  border: none;
  background: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.forestcontrol-nextcontrol-select {
  background: #71911A;
  color: #fff;
}

.forestcontrol-nextcontrol-select .item {
  padding: 1rem;
  display: flex;
}

.forestcontrol-nextcontrol-select .item i {
  margin-right: 8px;
}

.forestcontrol-nextcontrol-select .select {
  width: 48%;
}

.forestcontrol-nextcontrol-select .item.selected {
  background: #ccc;
  color: #333;
}

.forestcontrol-nextcontrol-select button {
  background: #fff;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 6px;
  margin-bottom: 12px;
  width: calc(50% - 18px);
  color: #71911A;
  border-radius: 2px;
}

.forestcontrol-nextcontrol-select button.off {
  background: #999;
}

.forestcontrol-nextcontrol-select2 {
  background: #AE541A;
  color: #fff;
  padding: 10px;
}

.forestcontrol-nextcontrol-select2 .item {
  padding: 1rem;
  display: flex;
}

.forestcontrol-nextcontrol-select2 .item i {
  margin-right: 8px;
}

.forestcontrol-nextcontrol-select2 .select {
  width: 48%;
}

.forestcontrol-nextcontrol-select2 .item.selected {
  background: #ccc;
  color: #333;
}

.forestcontrol-nextcontrol-select2 p {
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
}

.forestcontrol-nextcontrol-select2 .col2 button {
  background: #fff;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 15px;
  margin-bottom: 12px;
  width: calc(50% - 18px);
  border: 1px solid #242522;
  border-radius: 2px;
}

.forestcontrol-nextcontrol-select2 button.off {
  background: #999;
}

.measure.view .col2 {
  margin-bottom: 1rem;
}

.measure.view .col2 .form-item {
  margin-bottom: 0;
}

.measure.view .col2 .form-item input {
  width: 100%;
}

.measure.view .col2 button {
  align-self: center;
  padding: 0.6rem;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  border: none;
  background: #71911A;
  color: #fff;
  display: flex;
  justify-content: center;
}

.measure.view .col2 button i {
  align-self: center;
  margin-right: 8px;
}

.measure.view .col2 .rightcol {
  display: flex;
}

.measure-input {
  margin-bottom: 12px;
}

.measure-input label {
  font-size: 0.8rem;
  display: block;
}

.measure-input-inner {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

.measure-input-inner .form-item {
  flex-grow: 1;
  margin-bottom: 0;
}

.measure-input-inner .form-item input {
  border: none;
  width: 100%;
}

.measure-input-inner button {
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 0;
}

.control.view.chopped .divider.important {
  opacity: 0.4;
}

.dimensions-wrap label {
  font-size: 0.8rem;
}

.dimensions {
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #242522;
  color: #6d6d6d;
  font-size: 0.8rem;
}

.dimensions .trunk {
  margin-top: 5px;
}

.control-history .list-item.invalid {
  opacity: 0.5;
}

#scroll-btn {
  background: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  left: 0;
  bottom: 0;
  font-size: 1.5rem;
}

.control.view {
  margin-bottom: 0;
}

.phone-wrap {
  display: flex;
}

.phone-wrap.customer-element {
  display: none;
}

.customer .phone-wrap.customer-element {
  display: flex;
}

.phone-wrap .form-item {
  flex-grow: 1;
}

.phone-wrap a,
.phone-wrap .opener {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  color: #333;
  align-self: flex-start;
  font-size: 2rem;
}

.form-item.temp-description ul {
  padding: 0.5rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #242522;
  font-size: 13.3333px;
  color: rgb(109, 109, 109);
}

.form-item.select-input.copy input {
  background: #ddd;
}

.note {
  margin-bottom: 10px;
}

.result-wrap {
  margin-bottom: 20px;
  background: #EDEDED;
  padding: 15px;
}

.result-rootline {
  margin-top: 10px;
}

.result-rootline:first-child {
  margin-top: 0;
}

.result-rootline span {
  cursor: pointer;
}

.result-rootline span:hover {
  color: #AE541A;
}

.result-rootline span::after {
  content: " > ";
}

.result-rootline span:last-child::after {
  content: "";
}

.result-rootline span.found {
  font-weight: bold;
}

.date-test-wrap {
  display: flex;
  margin-top: 10px;
}

.date-test-wrap input {
  margin-right: 10px;
}

.date-test-wrap button {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  align-self: center;
}

#alkis-btn-wrap,
#track-btn,
#cluster-btn,
#kml-btn-wrap {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  color: rgb(25, 25, 25);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#track-btn {
  font-size: 13px;
}

#track-btn.active,
#cluster-btn.active {
  background-color: #AE541A;
  color: #fff;
}

#cluster-btn {
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/cluster_btn.png);

  background-repeat: no-repeat;
  background-position: center center;
}

#cluster-btn.active {
  background-image: url(../images/cluster_btn_on.png);
}

.map-layer-btn-wrap i {
  margin-left: 5px;
  opacity: 0.2;
  align-self: center;
}

.map-layer-btn-wrap.active i {
  opacity: 1;
}

.map-layer-btn {
  padding-right: 5px;
  border-right: 1px solid #000;
}

.map-layer-popup {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  align-self: auto;
}

.map-layer-popup .layer-item {
  display: flex;
  justify-content: space-between;
}

.map-layer-popup .layer-item-wrap {
  opacity: 0.5;
  margin-bottom: 20px;
}

.map-layer-popup .layer-item-wrap.active {
  opacity: 1;
}

.map-layer-popup .layer-item i {
  font-size: 20px;
  align-self: center;
}

.map-layer-popup .layer-item-wrap p.layer-legal {
  margin-top: 3px;
  font-size: 10px;
}

.map-layer-popup .layer-item p {
  align-self: center;
}

.view.pos {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
}

#compassContainer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

#compassWrap {
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
}

#phoneWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view.pos #phone {
  font-size: 60px;
}

.view.pos #arrowWrap {
  display: flex;
  text-align: center;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
  background-image: url('images/double_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.view.pos #arrowWrap p {
  align-self: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}

.view.pos #arrowWrap img {
  max-height: 100%;
  width: auto;
}

.view.pos #arrowWrap #arrow-top {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform: rotate(180deg);
}

#compass {
  width: 100px;
  height: auto;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ffffff;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.view.pos #snackbar a {
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3rem;
}

.view.pos .dir-btns {
  text-align: center;
}

.view.pos .dir-btns button {
  width: 100%;
  margin-top: .5rem;
}

#calc-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

#calc-overlay.active {
  display: flex;
  justify-content: center;
}

#calc-overlay i {
  align-self: center;
}

.form-item.geolocation button {
  color: #fff;
  background-color: #71911A;
  border: none;
  padding: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 13px;
}

.view.pos canvas {
  width: 100%;
  height: 100%;
}

.form-item.geolocation button#pos-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #242522;
}

.form-item.geolocation input {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.control-mand-fields-list label {
  font-size: 0.8rem;
}

.control-mand-fields-list .inner {
  padding: 0.4rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #242522;
}

.no-access-area {
  padding: 10px;
  margin-bottom: 10px;
}

.no-access-area label.title {
  font-weight: bold;
}

.no-access-area.open {
  background: #AE541A;
  color: #fff;
}

.noaccess-item-col2 {
  display: flex;
  justify-content: space-between;
}

.noaccess-item-body button {
  border: none;
  background: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  width: 48%;
}

.no-access-areas-wrap {
  margin-top: 15px;
}

.no-access-areas-wrap button.important-btn {
  background: #ccc;
  color: #000;
}

.forestcontrol.view p.select-old-area {
  text-align: center;
  margin-bottom: 1rem;
}

.no-access-areas-list {
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #242522;
}

.no-access-areas-list-item {
  padding: 0.8rem 0.9rem;
  font-weight: bold;
}

.no-access-areas-list button.important-btn {
  background: #fff;
  color: #000;
  margin-bottom: 0;
  justify-content: flex-start;
  font-weight: bold;
  padding-left: 0.8rem;
}

.included-control {
  padding: 10px;
  background: #ccc;
  margin-bottom: 10px;
}

.included-control label {
  font-weight: bold;
}

.fll54-head {
  display: flex;
  padding: 0.8rem;
  background: #AE541A;
  color: #fff;
}

.fll54-head i {
  margin-right: 10px;
}

.fll54-text p {
  margin-top: 15px;
}

.fll54-text {
  margin-bottom: 15px;
}

button.acceptance {
  display: block;
  background: none;
  border: none;
  width: 100%;
  height: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}

.acceptance-widget {}

.acceptance-widget .inner {
  padding: 1rem;
  background: #E8E8E8;
}

.fixed-panel {
  margin-top: 1rem;
}

.acceptance-widget .inner textarea,
.fixed-panel textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #ccc;
}

.acceptance-widget .inner .photos {
  margin-bottom: 2rem;
}

.action-detail.view .button-bar {
  display: flex;
  justify-content: space-between;
}

.action-detail.view .button-bar button {
  width: 49%;
  border-radius: 0;
  background: none;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.action-detail.view .button-bar button:first-child {
  background-color: #71911A;
  color: #fff
}

.action-detail.view .button-bar button:last-child {
  background-color: #fff;
}

.action-detail.view .acc-info .button-bar button:last-child {
  background-color: #ac0000;
  color: #fff
}

span.acc-pending-a {
  color: #AE541A;
  font-weight: bold;
  margin-right: 5px;
}

span.acceptance {
  display: inline-block;
  padding: 0.2rem;
  font-size: 0.8em;
}

.acceptance-indicator {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}

.acceptance-indicator span {
  width: 14px;
  height: 14px;
  margin-right: 1px;
  display: inline-block;
}

.acc-info {
  padding: 0.5rem;
  background-color: #ededed;
  margin-bottom: 1rem;
}

.acc-info label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.acc-info span {
  margin-bottom: 10px;
}

.acc-info .photo-holder-control {
  margin-top: 10px;
  margin-bottom: 10px;
}

.acc-info .remark {
  margin-top: 1rem;
}

.account-help-btn {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 25px;
}

.account-help {
  text-align: left;
}

.account-help ol {
  margin-left: 1rem;
}

.account-help ol li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

p.arbo-link {
  padding: 2px;
  background: #000;
  color: #fff;
  font-size: 0.8em;
}

p.arbo-link i {
  margin-left: 3px;
}

.seasonchanged.popup .row {
  display: flex;
  margin-top: 0.5rem;
}

.seasonchanged.popup .row label {
  width: 80px;
}

.gmnoprint ul li label {
  font-size: 12px !important;
}
.circumsearch .link-select{
  width:100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 30px;
}

.circumsearch-result {
  display: flex;
  justify-content: space-between;
}

.circumsearch .result-wrap {
  color: #fff;
}

.circumsearch .result-wrap.tree {
  background-color: #99CC00;
}

.circumsearch .result-wrap.tree-no-control {
  background-color: #4B4B4B;
}

.circumsearch .result-wrap.gf {
  background-color: #4B4B4B;
}

.circumsearch .result-wrap.action {
  background-color: #FF6600;
}

.circumsearch-result p.arbotag {
  font-weight: bold;
}

.circumsearch-result .icon-wrap {
  align-self: center;
  width: 50px;
}

.circumsearch-result .right {
  align-self: center;
  margin-left: 15px;
}

.circumsearch-result .left {
  flex-grow: 1;
}

.circumsearch .options {
  display: flex;
  justify-content: space-between;
}

.circumsearch .options .checkbox-input {
  margin-right: 20px;
}

.circumsearch .option-btns {
  display: flex;
  justify-content: space-between;
  border: 1px solid #242522;
  border-radius: 5px;
  margin-bottom: 35px;
}

.circumsearch .option-btns .option-btn {
  text-align: center;
  width: calc(100% / 6);
  background: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  border-left: 1px solid #fff;
  user-select: none;
}

.circumsearch .option-btns .option-btn.active {
  background: #fff;
  color: #333;
}

.circumsearch .option-btns .option-btn:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: none;
}

.circumsearch .option-btns .option-btn:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.circumsearch p.no-result {
  text-align: center;
  margin-top: 50px;
  ;
}

.circumsearch .loading {
  text-align: center;
  margin-top: 100px;
}

.circumsearch .loading i {
  font-size: 40px;
}

.list-item.doc {
  display: flex;
  justify-content: space-between;
}

.photo-editor {
  width: 100%;
  height: 100%;

  background-color: #000;
  color: #fff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  left: 0;
  top: 60px;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.photo-editor #canvas-holder {
  width: 100%;
  height: 100%;
}

.photo-editor #canvas-holder canvas {
  touch-action: none;
  max-width: 100%;
  max-height: 100%;
}

.photo-editor .controls {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  font-size: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.photo-editor .controls .save-btn {
  opacity: 0.5;
  font-size: 25px;
  align-self: center;
}

.photo-editor .controls .save-btn.active {
  opacity: 1;
}

.photo-editor .controls .save-btn i {
  margin-right: 5px;
}

.photo-editor .bottom-controls {
  height: 62px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.photo-editor .bottom-controls.menu {
  display: flex;
}

.photo-editor .bottom-controls.menu button {
  width: 50%;
  background: #000;
  color: #fff;
  border: none;
  font-size: 20px;
}

.photo-editor .bottom-controls.menu button i {
  margin-right: 7px;
}

.photo-editor .bottom-controls.rotate-controls {
  display: flex;
  justify-content: center;
}

.photo-editor .bottom-controls.rotate-controls i {
  font-size: 40px;
  align-self: center;
}

.photo-editor .bottom-controls.paint-controls {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.photo-editor .bottom-controls.paint-controls .color-select {
  align-self: center;
  display: flex;
}

.photo-editor .bottom-controls.paint-controls .color-select i {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 30px;
}

.photo-editor .bottom-controls.paint-controls .fa-undo {
  align-self: center;
  font-size: 30px;
}

.photo-editor .activateable {
  opacity: 0.3;
}

.photo-editor .activateable.active {
  opacity: 1;
}

.photo-editor .uploading-indicator {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.photo-editor .uploading-indicator p {
  text-align: center;
  align-self: center;
  color: #fff;
  width: 100%;
}

.photo-editor.uploading .uploading-indicator {
  display: flex;
}


.textinput-dialog {
  max-height: unset;
  max-width: unset;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  border: none;
}

.textinput-dialog h3 {
  font-size: 16px;
  margin-bottom: 1rem;
}

.textinput-dialog .centerDiv {
  margin-top: 90px;
  background: #fff;
  padding: 1rem;
  width: 90%;
  box-sizing: border-box;
}
.textinput-dialog .ok-btn {
  width:100%;
  border-radius: 5px;
  margin-top: 1rem;
}

.textinput-dialog .button-group {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  font-size: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  color: #fff;
}

.textinput-dialog input,
.textinput-dialog textarea {
  border: 1px solid #000;
  /* background: #fafafa;*/
}

.textinput-dialog textarea {
  height: 7rem;
}

.textinput-dialog .add-sub-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.textinput-dialog .add-sub-button-group button {
  border: none;
  background: #000;
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  width: 48%;
  border-radius: 5px;
}

.dialog-opener input,
.dialog-opener textarea {
  border-radius: 0;
  border: 1px solid #E8E8E8;
}

.dialog-opener.bordered input,
.dialog-opener.bordered textarea {
  border-radius: 5px;
  border: 1px solid #242522;
}

.dialog-opener.bordered input:disabled,
.dialog-opener.bordered textarea:disabled {
  background: #eee;
}

.dialog-opener textarea {
  height: 5rem;
}

.confirm-dialog {
  max-block-size: unset;
  max-height: unset;
  max-inline-size: unset;
  max-width: unset;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.confirm-dialog .centerDiv {
  align-self: center;
  background: #fff;
  padding: 1rem;
  width: 90%;
  box-sizing: border-box;
  border-radius: 5px;
}
.confirm-dialog .button-group {
  display: flex; 
  justify-content: space-between;  
  width: 100%; 
}
.confirm-dialog button {
  background: none;
  border: none;
  font-size: 16px;  
  font-weight: bold;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.confirm-dialog .true-button{
  color:#71911A;
}
.confirm-dialog .false-button{
  color:#FF6600;
}
.confirm-dialog.alert .centerDiv { 
  background: #FF6600;
  color:#fff;
}
.confirm-dialog.alert .button-group { 
  justify-content: center;
}
.confirm-dialog.alert button { 
  color:#fff;
}
.browser .confirm-dialog .centerDiv {
  width: 450px;
}
.html-marker{  
  position: relative;
}
.html-marker .iconmoon-wrap{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.html-marker i{
  align-self: center;
  color:#fff;
  font-size: 18px;
  margin-bottom: 6px;
}
.gm-style-iw-chr button{
  width:auto !important; 
}

.gm-style-iw-chr button span{
  margin:0 !important; 
}




.fancy {
  animation: fade-in 2.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}