@charset "UTF-8";

.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px;
}

.leaflet-control-search.search-exp {
  /*expanded*/
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 22px;
  padding: 0 20px 0 2px;
  margin: 4px 0 4px 4px;
}

.leaflet-control-search.search-load .search-input {
  background: url(/images/loader.gif?f9b7a75b186911a1b04d08f8db305b7a) no-repeat center right #fff;
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 28px;
  margin: 6px 0;
  background: url(/images/search-icon.png?549b33bab7247b619c0292995f5a906b) no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.leaflet-control-search .search-cancel span {
  display: none;
  /* comment for cancel button imageless */
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: bold;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(/images/search-icon.png?549b33bab7247b619c0292995f5a906b) no-repeat 4px 4px #fff;
  border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
  background: url(/images/search-icon.png?549b33bab7247b619c0292995f5a906b) no-repeat 4px -20px #fafafa;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 122px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}

.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: black;
  background: #eee;
  border-radius: 0.25em;
  text-decoration: none;
  white-space: nowrap;
}

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}

.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
  background-color: #fff;
}

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: 0.75em;
  margin-bottom: 5px;
  padding: 0 0.25em;
  color: #e00;
  font-weight: bold;
  border-radius: 0.25em;
}

.leaflet_tree_image {
  width: auto;
  height: 15px;
}

/*Checkbox center aling in selection of trips, kml/kmz files*/

.td_checkbox {
  text-align: center;
}

/*Map Tree*/

.leaflet-layerstree-header-name {
  margin-left: 5px;
}

/*Mobile Responsive*/

/*Folders names in Path when creating new folder should be scrollable on mobile devices*/

.modal-title {
  overflow: auto;
  padding-right: 15px !important;
}

.modal-header {
  padding-right: inherit;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  overflow: auto !important;
}

@media only screen and (max-width: 600px) {
  /*For map*/

  .modal-body {
    margin-right: 20px;
    margin-left: -5px;
  }

  /*PDF Files*/

  .mvp_iframe {
    width: auto !important;
  }

  /*MVP Logo*/

  .leaflet-bottom.leaflet-left .map_logo img {
    width: 100px !important;
    /*visibility: hidden;*/
  }

  /*VSPT sidebar Logo*/

  .vspt_logo_bottom {
    position: inherit !important;
  }

  /*Folder structure ul*/

  ul.vspt_list {
    margin-left: -37px;
  }

  /*Trips etc Google map*/

  .vsp-map {
    height: 400px !important;
    margin-right: -27px;
    padding-bottom: 20px;
  }

  .vspt_modal_dialog {
    margin-top: 13.7%;
  }
}

/*Mobile Responsive End*/

/*Loading bar styling*/

.pace .pace-progress {
  background: #f44336 !important;
  height: 5px !important;
}

.leaflet-bottom.leaflet-left .map_logo img {
  width: 171px;
  height: auto;
  margin-bottom: -6px;
  margin-right: -7px;
}

/*Full screen icon for leaflet map*/

.fullscreen-icon {
  background-image: url(/images/fullscreen.png?c878c4cc978392572a5acc5126c3398f) !important;
}

/*Measurement initial popup - 1 */

.leaflet-control-measure .startprompt h3 {
  display: none !important;
}

/*Measurement popup when clicked - 2 */

.leaflet-control-measure h3 {
  display: none !important;
}

/*
Measurement popup on result - 3 */

.leaflet-measure-resultpopup h3 {
  display: none !important;
}

.mvp_iframe {
  width: 98%;
  height: 94%;
  min-height: 500px;
  position: absolute;
}

.btn_outline_primary,
.btn_outline_primary_folder:focus,
.btn_outline_primary_folder {
  color: #2196f3;
  background-color: transparent;
  background-image: none;
  border-color: #2196f3;
}

.btn_outline_primary:hover,
.btn_outline_primary_folder:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn_outline_primary_folder {
  min-width: 150px;
  text-align: left;
}

.btn_outline_primary_folder:focus {
  min-width: 150px;
  text-align: left;
}

.login_logo {
  width: 100%;
}

.vspt_create_folder {
  display: inline-block;
  *display: inline;
  padding-left: 18px;
  font-size: large;
  color: green;
}

.vspt_create_folder:hover {
  color: #0099cc;
  cursor: pointer;
  text-decoration: underline;
}

.modal-header .close {
  position: relative !important;
}

ul.mvp_folders_list {
  display: inline-block;
}

li.mvp_folders_list {
  display: inline-block;
  padding-left: 18px;
  font-size: large;
  color: #f66f1c;
}

li.mvp_folders_list:hover {
  color: #0099cc;
  cursor: pointer;
  text-decoration: underline;
}

li.mvp_folders_list:hover:before {
  color: #333;
}

li.mvp_folders_list:not(:first-child):before {
  position: absolute;
  margin: 0 0 0 -12px;
  vertical-align: middle;
  content: "\203A";
}

ul.vspt_folders_list {
  display: inline-block;
}

li.vspt_folders_list {
  display: inline-block;
  padding-left: 18px;
  font-size: large;
  color: #106d14;
}

li.vspt_folders_list:hover {
  color: #0099cc;
  cursor: pointer;
  text-decoration: underline;
}

li.vspt_folders_list:hover:before {
  color: #333;
}

li.vspt_folders_list:not(:first-child):before {
  position: absolute;
  margin: 0 0 0 -12px;
  vertical-align: middle;
  content: "\203A";
}

.text_blue {
  color: #2d76e3;
}

.text_red {
  color: #f44336 !important;
}

li.rstm-tree-item--focused {
  background: #7ab5e97a;
}

.rstm-tree-item {
  display: flex;
}

.rstm-toggle-icon-symbol::after {
  font-family: "Font Awesome 5 Free";
  content: "\F07B";
  padding-left: 10px;
}

.mvp_project_sidebar {
  /*background: #787878;*/
  padding: 10px;
  overflow: auto;
  border: 3px solid;
}

.rstm-toggle-icon {
  display: inline-table;
  size: 5px;
  padding-right: 6px;
}

ul.rstm-tree-item-group {
  list-style: none;
  padding: inherit;
}

.vspt_treeview {
  background: #373737;
  color: white;
  padding: 30px;
}

.treeview > .toggle {
  pointer-events: all;
  cursor: pointer;
  display: initial !important;
}

.treeview > .toggle:hover {
  color: #63b1de;
  fill: #63b1de;
}

/*For bottom VSP Tracker Logo in HUB Start*/

.sidebar {
  position: relative;
  height: 70%;
}

.vspt_logo_bottom {
  position: fixed;
  bottom: 30px;
  width: inherit;
}

/*For bottom VSP Tracker Logo in HUB End*/

.filter_notification_small_blue {
  color: blue !important;
  font-size: 10px;
}

.filter_notification_small_green {
  color: green !important;
  font-size: 10px;
}

.filter_notification_small_orange {
  color: #f66f1c !important;
  font-size: 10px;
}

.filter_notification_blue {
  color: blue !important;
}

.filter_notification_small_red {
  color: red !important;
  font-size: 10px;
}

.react_dropzone_files {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: transparent;
  outline: none;
  transition: border 0.24s ease-in-out;
}

.btn_outline_danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}

.btn_outline_danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.react_dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: transparent;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
}

.hub_logo_navbar {
  vertical-align: middle;
  width: 259px;
  height: 160px;
}

.map-container.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 99% !important;
  margin-left: 5px !important;
  margin-bottom: 5px !important;
}

.map-container {
  /*height: 100%;*/
  /*width: 100%;*/
  margin-top: 10px;
}

.modal-body {
  height: 92vh !important;
}

.modal-body1 {
  height: 92% !important;
}

.leaflet-control-scale.leaflet-control {
  margin-left: 9px !important;
}

.leaflet-control-scale-line {
  background: white !important;
}

.leaflet-control-mouseposition.leaflet-control {
  color: black;
  background: white;
  padding: 5px;
  width: 297px;
}

canvas {
  /* width: -webkit-fill-available; */
  min-width: 1600px !important;
}

.react-confirm-alert-overlay {
  z-index: 99999 !important;
}

.custom-ui {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: #28bae6;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: #fff;
}

.custom-ui > h1 {
  margin-top: 0;
}

.custom-ui > button {
  width: 160px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
}

.vspt_modal_content {
  height: 100%;
  overflow: scroll;
}

.vspt_modal_dialog {
  min-width: 90% !important;
  width: 99% !important;
  height: 99% !important;
  margin-top: 0.2%;
  margin-bottom: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 99% !important;
}

.vspt_modal_dialog .modal-content {
  height: 97% !important;
}

.filter_notification {
  color: blue !important;
  font-size: 16px;
}

.filter_notification_green {
  color: #106d14 !important;
  font-size: 16px;
}

.filter_notification_orange {
  color: #f66f1c !important;
  font-size: 16px;
}

.dataTable thead th,
.dataTable thead td {
  outline: 0;
  position: inherit !important;
}

.report_button {
  padding-top: 25px;
}

.react-calendar {
  width: 900px !important;
  line-height: 2.125em !important;
  font-size: 15px !important;
}

.vspt-search-table-heading {
  min-width: 130px !important;
  outline: thin solid !important;
  /*background-color: #c0c0c0;*/
  background-color: transparent;
}

.vspt-search-table-heading input {
  background: transparent !important;
}

.vspt-checkbox {
  margin: auto !important;
  margin-right: 6px !important;
}

.list_img_icon_hub {
  height: auto;
  width: 111px;
  margin-left: 16px;
}

.list-img-icon {
  height: 20px;
  width: 20px;
  margin-right: 12px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.vsp-map {
  height: 1200px;
  width: 100%;
}

.my-list {
  left: 301px;
  width: 473px;
  top: 953px;
  bottom: auto;
  display: block;
}

.vsp-modal {
  display: "block";
}

.vspt-span {
  width: 59px;
}

.vspt-modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px;
  z-index: 1001;
}

.icon-lock2 {
  padding-right: 9px;
}

.pagination {
  margin-top: 10;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.highlight-row {
  border-top: 4pt solid black;
}

.label_red_dark {
  background-color: #721c24 !important;
  border-color: #721c24 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_red_dark p {
  color: white !important;
}

.label_red {
  background-color: #f44336 !important;
  border-color: #f44336 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_red p {
  color: white !important;
}

.label_yellow {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_yellow p {
  color: white !important;
}

.label_blue {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_blue p {
  color: white !important;
}

.label_green {
  background-color: #006600 !important;
  border-color: #006600 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_green p {
  color: white !important;
}

.label_orange {
  background-color: #f66f1c !important;
  border-color: #f66f1c !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_orange p {
  color: white !important;
}

.label_orange_scroll {
  display: block !important;
  background-color: #f66f1c !important;
  border-color: #f66f1c !important;
  font-size: 13px;
  min-width: 40px;
  width: auto;
  text-transform: initial !important;
  overflow: scroll !important;
}

.label_orange_scroll p {
  color: white !important;
}

.label_green_scroll {
  display: block !important;
  background-color: #106d14 !important;
  border-color: #106d14 !important;
  font-size: 13px;
  min-width: 40px;
  width: auto;
  text-transform: initial !important;
  overflow: scroll !important;
}

.label_green_scroll p {
  color: white !important;
}

.label_gray {
  background-color: #994d00 !important;
  border-color: #994d00 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_gray p {
  color: white !important;
}

.label_light_gray {
  background-color: #afaba6 !important;
  border-color: #afaba6 !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_light_gray p {
  color: white !important;
}

.label_pink {
  background-color: #c637ef !important;
  border-color: #c637ef !important;
  font-size: 12px;
  min-width: 40px;
  width: auto;
}

.label_pink p {
  color: white !important;
}

.react-switch {
  vertical-align: middle;
  margin-left: 4px;
}

.label {
  display: inline-block;
  font-weight: 500;
  padding: 1px 4px 0 4px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
}

.label-success {
  border-color: #4caf50;
  background-color: #4caf50;
}

.label-danger {
  border-color: #f44336;
  background-color: #f44336;
}

.edit_folder_warning {
  color: #f48f36;
}

.mgrpdf__wrapper {
  overflow: scroll;
  height: 1200px;
}

.my_map_selector_section {
  font-size: 24px;
  line-height: 76%;
}

.vspt_modal_body {
  position: relative;
  flex: 1 1 auto;
  padding: 4px !important;
}

button.btn.btn-danger.btn-sm.disabled,
button.btn.btn-outline-danger.btn-sm.disabled {
  color: black !important;
}

button.btn.btn-danger.btn-sm.disabled svg.mdi-icon,
button.btn.btn-outline-danger.btn-sm.disabled svg.mdi-icon {
  fill: black !important;
}

.form-control:focus {
  background: transparent !important;
}

input.form-control {
  background: transparent !important;
}

.sidebar--collapse .vspt_logo_bottom .navigation-header {
  visibility: collapse !important;
}

.sidebar--collapse .vspt_logo_bottom span {
  visibility: collapse;
}

.sidebar--collapse .vspt_logo_bottom a {
  pointer-events: none;
  cursor: default;
}

.sidebar--collapse .vspt_logo_bottom .has-ul:after {
  visibility: collapse;
}

.sidebar--collapse .vspt_logo_bottom .active .has-ul {
  display: flex;
  background: transparent;
}

.sidebar--collapse .vspt_logo_bottom .has-ul .list_img_icon_hub {
  height: auto;
  width: 38px;
  margin-left: -11px;
}

.sidebar--collapse .vspt_logo_bottom .active .hidden-ul {
  display: none !important;
}

.vspt_logo_bottom .has-ul,
.vspt_logo_bottom .hidden-ul a,
.vspt_logo_bottom .active .hidden-ul a {
  color: #106d14 !important;
}

.vspt_logo_bottom .active .has-ul {
  color: white !important;
}

.color_vspt {
  color: #106d14 !important;
}

.color_light_green {
  color: #4ce1b6 !important;
}

.color_mvp {
  color: #f66f1c !important;
}

.leaflet-control-layers .leaflet-control-layers-list .leaflet-control-layers-expanded {
  z-index: 9999 !important;
}

#overlays_btn {
  position: absolute;
  top: 12px;
  right: 50px;
  z-index: 999;
  background: white;
  size: 19px;
  font-size: initial;
}

