body {
  padding-top: 50px;
}

.show-finger {
  cursor: pointer;
}

.blue-text {
  color: #428BCA;
}

.allow-for-empty {
  min-height: 10px;
}

.alert-unknown {
  background-color: #E6E6FF;
  color: #333399;
}

.panel-unknown {
  border-color: #E6E6FF;
}

.panel-unknown > .panel-heading {
  background-image: none;
  background-color: #E6E6FF;
  color: #333399;
}

.bg-unknown {
  background-color: #E6E6FF;
}

.text-unknown {
  color: #333399;
}

.text-center {
  text-align: center;
}

.geofence-map {
  width: auto;
  height: 300px;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block-padded {
  display: inline-block;
  padding-right: 10px;
}

.panel {
  z-index: -1000;
}

.geofence-row-label {
  text-align: center;
  margin: 5px !important;
}

.secondary-header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: #F8F8F8;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  border-bottom-width: 1px;
}

.mapping-secondary-header {
  text-align: center;
  background-color: #F8F8F8;
  border-style: solid;
  border-color: #E7E7E7;
  border-width: 1px;
}

.secondary-header-p {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #777777;
}

.secondary-header-span {
  vertical-align: middle;
}

.below-secondary-header {
  padding-top: 45px;
}

.mapping-below-secondary-header {
  padding-top: 15px;
}

#mapPageMap {
  width: auto;
  height: 100%;
  z-index: 0;
}

#map-page-content-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 50px;
  top: 0;
  height: auto;
}

.pending-telemetry {
  background-color: #FCF8E3 !important;
}

.loaded-telemetry {
  background-color: #DFF0D8 !important;
}

.no-telemetry {
  background-color: #F2DEDE !important;
}

.high-z-tooltip {
  z-index: 2001 !important;
}

#playback-container {
  margin-bottom: 40px;
}

.route-panel-button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #CCCCCC;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #FFFFFF;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.bold-text {
  font-weight: bold;
}

.geofence-table {
  -webkit-overflow-scrolling: touch !important;
  max-width: none;
  overflow-y: scroll;
  margin-bottom: 0;
}

.geofence-table input {
  display: block !important;
  border: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  line-height: 0 !important;
}

.geofence-table td {
  margin: 0 !important;
  padding: 0 !important;
}

.remove-button {
  margin: 5px;
  margin-right: 15px;
}

.center-button {
  margin: 5px;
}

.sidebar-vertical-gap {
  margin-top: 10px;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}

.back-button {
  margin-right: 2px;
}

.white-text-black-border {
  color: white;
  text-shadow: -1px -1px 0 #000000,
  1px -1px 0 #000000,
  -1px 1px 0 #000000,
  1px 1px 0 #000000;
}

.black-text-white-border {
  color: black;
  text-shadow: -1px -1px 0 #FFFFFF,
  1px -1px 0 #FFFFFF,
  -1px 1px 0 #FFFFFF,
  1px 1px 0 #FFFFFF;
}

.custom-progress-bar {
  transition: none;
}

.custom-button-group > .btn {
  margin-right: 5px;
  margin-top: 5px;
}

.bootstrap-select .dropdown-menu {
  max-width: 200px
}

.notifications-table {
  overflow-y: visible !important;
  overflow-x: unset;
}

@media (max-width: 1000px) {
  .notifications-table {
    overflow-x: auto;
  }
}

.select-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-container .btn-primary {
  color: #fff
}

.leaflet-container .btn-default {
  color: #333
}

/* See https://github.com/CliffCloud/Leaflet.EasyButton/issues/48 */
.leaflet-bar button,
.leaflet-bar button:hover {
  width: 100% !important;
  height: 100% !important;
  line-height: 100% !important;
  min-width: 26px;
  min-height: 26px;
}

.blinking-icon {
  animation: blinker 0.3s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}

.custom-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

#full-navbar {
  z-index: 3000;
}

.popover {
  z-index: 3001;
}

#table-notifications-log .popover {
  white-space: pre-line;
}

#toast-container > .toast-warning {
  background-image: none !important;
}

/* replace background image with FA icon in warning toasts */
#toast-container > .toast-warning:before {
  position: fixed;
  font-family: "FontAwesome";
  content: "\f0f3";
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: white;
  padding-right: 0.5em;
  margin: 1.5em 0.5em auto -1.5em;
}

.wrap-notification-destinations {
  padding-top: 8px;
  width: 200px;
  word-wrap: break-word;
  display: block;
}

.selector-destinations {
  position: absolute;
  top: 0;
}

.button-destinations {
  padding: 8px;
  padding-left: 10px;
  padding-top: 0;
}

@media screen and (min-width: 600px) {

  .form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
  }
}

@media screen and (min-width: 600px) {

  .form-column {
    flex: auto;
    margin: 0 10px;
  }
}

.internal-configuration-module-label {
  font-size: 18px;
}

.treant-chart-node {
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 200px;
  font-family: Tahoma;
  font-size: 12px;
}

.node-contact {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}