﻿.icon-geo-color {
    color: rgba(53,161,180, 1);
}
.icon-poi-color {
    background-color: rgba(53,161,180, 0.75);
    border-color: rgba(53,161,180, 1);
}

.poi-add {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf; }
  .poi-add .rainbow {
    z-index: 100; }
  .poi-add .poi-add-btn {
    width: 100%;
    display: block;
    padding: 2px;
    background-color: #dddedc;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px; }
    .poi-add .poi-add-btn.active {
      background-color: #88dd4c; }
  .poi-add .poi-add-area {
    padding-top: 20px; }
  .poi-add .poi-title {
    color: #212c3f;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    z-index: 1; }
  .poi-add .poi-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -5px;
    margin-top: 5px; }
    .poi-add .poi-in select {
      width: 100%; }
    .poi-add .poi-in .poi-title {
      min-width: 85px; }
    .poi-add .poi-in > * {
      margin-left: 5px; }
    .poi-add .poi-in .new-poi-name {
      flex: 1;
      width: 100%; }
    .poi-add .poi-in .tColPicker {
      position: relative;
      z-index: 100; }
      .poi-add .poi-in .tColPicker .tColPicker-pic {
        margin: 0;
        width: 36px;
        height: 30px; }
    .poi-add .poi-in.other {
      margin-left: -15px;
      justify-content: flex-start; }
      .poi-add .geo-in.other > * {
        margin-left: 15px;
        min-width: calc(25% - 5px); }
        .geo-add .geo-in.other > * .tColPicker .tColPicker-pic {
          margin-left: 15px; }
  .poi-add .poi-in-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .poi-add .poi-in-btn button {
      border-radius: 3px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 33px;
      background-color: #dddedc;
      width: calc(33% - 10px); }
      .poi-add .poi-in-btn button.poi-save {
        background-color: #88dd4c; }
      .poi-add .poi-in-btn button.poi-clear {
        background-color: #00a1b3; }
      .poi-add .poi-in-btn button.poi-cancel {
        background-color: #FF0000; }

.group-name {
    font-weight:bold;
    color:#000;
}
.group-name:hover {
    color:#00a1b3;
}
.popover-title + .popover-title {
    border-top: 1px solid #e1dbdb;
}
.add-obj-startend {
    min-width: 60px;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
  .geo-add .geo-in .geo-title.geo-color-picker {
    z-index: 2; }

.actions .lk-modal.right {
  right: 0;
  left: auto;
  overflow-y: auto;
  max-height: 400px;
  min-width: 180px;
}

    .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 6px;
  margin-left: -1px;
  line-height: 1.2;
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 1;
  color: #fff;
  cursor: default;
  background-color: #05a2b4;
  border-color: #05a2b4;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.web1c-main {
    position: absolute;
}

.ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }
.markerPopupTD {
    border-collapse: collapse;
    border-bottom: 2px solid gray;
}
.markerPopupTRodd {
    background: rgba(0,0,0,.1);
}
.report-info .bubble {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.report-info .tColPicker {
    margin-left: 70px;
}
.report-info .lk-modal
{
    z-index: 20
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 7px !important;
}

virtual-scroll-list {
    flex: 1;
    height : 100%;
    position : relative;
}
.vsl-wrapper {
    height : 100%;
    overflow-y: auto;
}
main .main-container .left-container .body .left-list .item-wrapper:first-child {
    border-top: 1px;
}

.loading-indicator {
    display: inline-block;
    padding: 12px;
    background: white;
    -opacity: 0.5;
    color: black;
    font-weight: bold;
    z-index: 9999;
    border: 1px solid red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    -text-shadow: 1px 1px 1px white;
}
.loading-indicator label {
    padding-left: 20px;
    background: url('../img/ajax-loader-small.gif') no-repeat center left;
}

div.tooltip {
  position: absolute;
  z-index: 1;
  text-align: left;
  min-width: 200px;
  font: 16px roboto, sans-serif;
  background: white;
  pointer-events: none;
  padding: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

div.tooltip > h5 {
    background: lightgray;
}

  div.tooltip .vline {
    display: flex;
    white-space: nowrap;
  }

    div.tooltip .chartTV{
        font-weight: bold;
        margin-left: 7px;
    }

.grid-highlight1 {
    background-color: #DEEBF6 !important;
}
.grid-highlight2 {
    background-color: #BDD7EE !important;
}
.grid-highlight3 {
   background-color: #9CC3E5 !important;
}
.custom-text-nth {
  border: 1px solid rgba(242, 241, 241, 0.6);
}
.custom-text-nth > p {
  padding: 3px;
}
.custom-text-nth > p:nth-of-type(odd) {
  background-color: rgba(242, 241, 241, 0.6);
}
.area-track-wrapp {
  display: inline-block;
  position: relative;
}
  .area-track-wrapp:hover .area-track-inner, .area-track-inner:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s .2s;
  }
.area-track-inner {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: white;
  transform: translateX(calc(-50% + 24px));
  z-index: 1;
  padding: 2px 7px;
  border-radius: 3px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  line-height: 1.3;
  text-align: left;
  align-items: baseline;
}
  .area-track-inner a {
    border-bottom: 1px dotted transparent;
  }
    .area-track-inner a:hover, .area-track-inner a:focus {
      border-bottom: 1px dotted #05a2b4;
      color: #05a2b4 !important;
    }

.field-validation-error {
    color: red;
}

.validation-summary-errors{
    color: red;
}

.check-box .custom {
    border: 1px solid #9b9b9b;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.10);
}

label {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

@media screen and (max-width: 1400px) {
    label {
        font-size: 14px;
        line-height: 1;
    }
}

main .main-container .right-container .body .right-tool .refresh i {
    color: #a4adba;
    padding-right: 10px;
    padding-left: 10px;
}

.command-button {
    font-size: 17px;
    padding-right: 10px;
    margin: 0px;
}