/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.signature {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ng-with-newline {
  white-space: pre-wrap;
}

.btn-panel-menu {
  width: 100%;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.btn-walkpage {
  margin-right: 3px;
  margin-left: 0px;
}

.button-column {
  padding-left: 1px;
  padding-right: 0px;
}

.navbar-selected {
  padding-bottom: 12px;
  border-bottom: 3px solid #FF9100;
  color: #fff;
}

.navbar-brand > img {
  display: inline;
}

a {
  cursor: pointer;
}

.c-pointer {
  cursor: pointer;
}

li > a {
  cursor: pointer;
}

th[ng-click] {
  cursor: pointer;
}

a > svg {
  cursor: pointer;
}

svg {
  vertical-align: middle;
}

.small-stretch-container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1280px) {
  .small-stretch-container {
    width: 100%;
  }
  .col-md-6-nopad {
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media (min-width: 992px) {
  html,body {
    height:100%
  }
  .map-size {
    height: 85vh;
  }
  .map-list-size {
    height: 85vh;
    /*height: -webkit-calc(85vh - (109px + 97px));*/
    /*height: -moz-calc(85vh - (109px + 97px));*/
    height: calc(86vh - (186px));
    min-height: 60px;
    overflow: auto;
  }
  .small-stretch-container {
    height: 100%;
    height: -webkit-calc( 100% - 75px);
    height: -moz-calc( 100% - 75px);
    height: calc( 100% - 75px);
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .map-size {
    height: 480px;
  }
}

.marker-cluster-update {
  background-color: rgba(39, 64, 248, 0.4);
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster-update div {
  background-color: rgba(95, 113, 243, 0.4);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: 5px;

  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster-update span {
  line-height: 20px;
}

.presentation-customhtml {
  position: relative;
  height: 100%;
}
.presentation-footer {
  position: absolute;
  /*width: 100%;*/
  height: 200px;
  bottom: 0;
}

.presentation-footer svg {
  padding: 5px;
}

.presentation-footer svg {
  padding-bottom: 15px;
}

.presentation-header {
  position: absolute;
  height: 100px;
  top: 0;
  right: 0;
}

.status-dropdown {
  left: auto;
  right: 0;
}

.CodeMirror {
  height: 800px !important;
}

.marker-cluster-buy-selected {
  background-color: rgba(90, 226, 70, 0.8);
}

.marker-cluster-buy-partselected {
  background-color: rgba(240, 200, 50, 0.8);
}

.marker-cluster-buy-notselected {
  background-color: rgba(241, 64, 12, 0.8);
}

.item-selected {
  color: rgba(90, 226, 70, 0.8);
}