/*********************************** GENERAL ***********************************/
* {
  /* Removes orange focus outline on Android, etc. */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font: 14px "Open Sans", sans-serif;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

a {
  color: #0088cc;
  /* default blue hard to see against black background of slide-out menu */
  text-decoration: none;
}

input,
select {
  font: 100% sans-serif;
}

button {
  border: 0;
  cursor: pointer;
  font: 100% sans-serif;
  padding: 0;
}

button:focus {
  outline: 0;
}

:focus{
  outline-width: thin
}

/* Removes Chrome search field clear button, etc. */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select option:disabled {
  color: #cccccc;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../../../common/fonts/icomoon.eot?o88jlj");
  src: url("../../../common/fonts/icomoon.eot?#iefixo88jlj") format("embedded-opentype"),
    url("../../../common/fonts/icomoon.ttf?o88jlj") format("truetype"),
    url("../../../common/fonts/icomoon.woff?o88jlj") format("woff"),
    url("../../../common/fonts/icomoon.svg?o88jlj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toolbar-menu:before {
  content: "\e607";
}

.icon-toolbar-mylocation:before {
  content: "\e608";
}

.icon-floppy:before {
  content: "\e60c";
}

.icon-mail:before {
  content: "\e602";
}

.icon-warning:before {
  content: "\e615";
}

.icon-lamp:before {
  content: "\e60a";
}

.icon-user:before {
  content: "\e601";
}

.icon-minus:before {
  content: "\e605";
}

.icon-plus:before {
  content: "\e612";
}

.icon-help-with-circle:before {
  content: "\e60d";
}

.icon-info-with-circle:before {
  content: "\e606";
}

.icon-location:before {
  content: "\e60b";
}

.icon-key:before {
  content: "\e609";
}

.icon-compass:before {
  content: "\e604";
}

.icon-triangle-right:before {
  content: "\e600";
}

.icon-triangle-down:before {
  content: "\e603";
}

.icon-search:before {
  content: "\e611";
}

.icon-phone:before {
  content: "\e942";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-folder-download:before {
  content: "\e60f";
}

.icon-arrow-up:before {
  content: "\e610";
}

.icon-arrow-down:before {
  content: "\e613";
}

.icon-circle-right:before {
  content: "\e614";
}

.icon-circle-left:before {
  content: "\e616";
}

.icon-download:before {
  content: "\e617";
}

.icon-enlarge:before {
  content: "\e618";
}

.icon-cancel-circle:before {
  content: "\e619";
}

.icon-loop2:before {
  content: "\e61a";
}

.icon-info:before {
  content: "\e60e";
}

.icon-cog:before {
  content: "\e926";
}

/*********************************** ALERTS ***********************************/
#alert-banner {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
}
#alert-banner.resize-alert {
  display: block !important;
  position: absolute;
  z-index: -99;
}
#alert-banner #alertTable {
  width: 100%;
  height: 100%;
}
#alert-banner.good #alert-banner-content {
  background-color: #79b800;
  background-color: #79b800;
}
#alert-banner.bad #alert-banner-content {
  background-color: #ee5f5b;
  background-color: #ee5f5b;
}
#alert-banner.ugly #alert-banner-content {
  background-color: #666;
  background-color: #666666;
}

#alert-banner-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#alert-banner-content {
  color: #fff;
  display: inline-block;
  padding: 14px 0 14px;
  text-align: center;
  font-size: 12px;
  width: 100%;
  border: none;
  vertical-align: top;
  min-height: 37px;
  margin: 0 -1px;
}

/*********************************** MENU PANEL ***********************************/
.headerlegend #menu-panel {
  top: 105px;
  height: calc(100% - 105px);
}

#menu-panel {
  background: #526271;
  position: relative;
  color: #fff;
  height: calc(100% - 60px);
  left: -236px;
  top: 60px;
  z-index: 9;
  overflow-y: auto;
  width: 236px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#menu-panel #copyright {
  padding: 80px 15px 20px;
}
#menu-panel #copyright a {
  color: #fff;
  text-decoration: none;
}
#menu-panel #copyright a :hover {
  color: #fff;
}
#menu-panel #copyright img {
  width: 73px;
}
#menu-panel #copyright p {
  margin: 0;
  line-height: 18px;
  font-size: 11px;
}
#menu-panel #copyright .kubramenulogo {
  background: url(../../../../common/images/kubra_logo.png) center no-repeat;
  background-size: 73px 17px;
  display: block;
  text-indent: -9999999px;
  width: 73px;
}

#menu-panel ul {
  margin: 0;
}
#menu-panel .menu-row {
  background: #526271;
  border-bottom: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 63px;
  padding-left: 14px;
  width: 100%;
  overflow: hidden;
}
#menu-panel .menu-row:hover {
  background: #627281;
  /*.menu-icon, .menu-label, .menu-arrow {
        color: #cae0e8;
      }*/
}
#menu-panel .menu-row.info-data {
  background-image: none;
  cursor: default;
  border-top: none;
  color: #fff;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
#menu-panel .menu-row.info-data p {
  margin: 0;
  display: block;
}
#menu-panel .menu-row.expanded .menu-icon,
#menu-panel .menu-row.expanded .menu-label,
#menu-panel .menu-row.expanded .menu-arrow {
  color: #fff;
}
#menu-panel .menu-row span {
  display: block;
  float: left;
}
#menu-panel .menu-row .menu-arrow {
  color: #fff;
  width: 10%;
  float: right;
  padding-top: 23px;
}
#menu-panel .menu-row .menu-arrow:before {
  display: inline-block;
}
#menu-panel .menu-row .menu-arrow.icon-triangle-right:before {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
#menu-panel .menu-icon {
  width: 15%;
  text-align: left;
  font-size: 1.3em;
  color: #fff;
  padding-top: 22px;
}
#menu-panel .menu-label {
  width: 70%;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  padding-top: 23px;
  text-transform: uppercase;
}
#menu-panel.expanded {
  left: 0;
}
#menu-panel.legacy {
  display: block;
  left: -20%;
  width: 25%;
}
#menu-panel .select-container {
  cursor: pointer;
  display: block;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: url("../../../common/images/select-arrow.png") center right 9px no-repeat;
}
#menu-panel .select-container select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 11px 15px;
  width: 100%;
  height: 40px;
}
#menu-panel .select-container select option {
  line-height: 1.8em;
  padding: 11px 15px;
}
#menu-panel .select-container select::-ms-expand {
  display: none;
}
#menu-panel .select-container select:focus {
  outline: none;
  border: none;
}

#ifactorMenuButton {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  margin-right: 0%;
  width: 30px;
  height: 50px;
  background-color: black;
  color: #fff;
}

#tab-bar {
  background-color: #7ab800;
  float: left;
  height: 100%;
  width: 58px;
}
#tab-bar a {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 100%;
}

#menu-content {
  list-style: none;
  padding: 0;
}
#menu-content #menu-content-holder {
  padding: 0 20px 20px;
}
#menu-content div hr {
  background-color: #a3a8a9;
  border: none;
  height: 1px;
  margin: 10px 0;
}
#menu-content div span.heading {
  color: #90959c;
  display: block;
  font-size: 110%;
}
#menu-content div span.subheading {
  color: #90959c;
  display: block;
  font-size: 95%;
}
#menu-content div span.selected {
  display: block;
}
#menu-content div.selected {
  display: block;
}
#menu-content div ol {
  padding-left: 15px;
}
#menu-content div ol li {
  margin-bottom: 20px;
}
#menu-content .subrow {
  background-color: #a5aaad;
  border-top: 1px solid #b8b8b8;
  color: #eee;
  cursor: pointer;
  display: block;
  /* height: 44px; */
  left: 0;
  line-height: 44px;
  padding: 0 30px;
  right: 0;
  width: 100%;
  font-size: 0.9em;
}

#menu-content-summary {
  padding: 0;
}

#menu-content-legend hr {
  margin: 15px 0;
}

.expandable-content {
  display: none;
  background: #fff;
  width: 100%;
  color: #666;
  padding: 15px;
}
.expandable-content.selected {
  display: block;
}
.expandable-content a {
  color: #2c83a5;
}

#legend {
  list-style: none;
  padding: 0 0 0 15px;
}
#legend .menu-label {
  text-transform: uppercase;
}
#legend ul {
  list-style: none;
}
#legend ul li {
  margin-bottom: 5px;
}
#legend img {
  position: relative;
  top: 7px;
  left: -15px;
}

/*********************************** Message Box ***********************************/
#kubraMessageBox {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 400px;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
}
#kubraMessageBox h2 {
  background: #526271;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
}
#kubraMessageBox #messageClose {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 11px;
  display: inline-block;
  background: #333;
  color: #fff;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 5px;
  -webkit-font-smoothing: antialiased;
}
#kubraMessageBox #messageClose:hover {
  cursor: pointer;
  background: #444;
}
#kubraMessageBox #messageClose:after {
  content: "\ea0f";
}
#kubraMessageBox #messageBody {
  padding: 0 15px 10px;
}
#kubraMessageBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kubraMessageBox ul li {
  padding: 0 0 8px;
}

/*********************************** INFO PANEL ***********************************/
#shrink-expand {
  display: none;
}

#info-panel {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  font-size: 1em;
  padding: 0 20px;
  overflow: auto;
}
#info-panel .IncidentOnly .footer-buttons .loading {
  background: #e37222;
  color: #fff;
}

.hidden {
    display: none;
}

#info-panel textarea[id*="address"],
#info-panel textarea[id*="Address"] {
  min-height: 60px;
}
#info-panel .attachment {
  margin-top: 5px;
}

#info-panel .imageFrame img {
  display: flex;
  height: 100px;
  width: 100px;
  margin: 20px auto 0 auto;
  //margin-left: auto;
  //margin-right: auto;
  border: 1px solid #ccc;
}


#spinnerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    //top: -350px; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; 
    z-index: 9999; 
}

#spinnerContainer.hidden {
    display: none;
}

#info-panel .imageFrame.expand {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#info-panel .imageFrame.expand img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-height: 95%;
  max-width: 95%;
}
#info-panel .infoDropSelect {
  background: #f4f4f4;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0px 0px 4px #888888;
}
#info-panel .infoDropSelect:hover {
  background: #f0f0f0;
}
#info-panel .infoDropSelect:before {
  content: "\e905";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  right: 20px;
  top: 25px;
}
#info-panel .infoDropSelect.assetListExpanded:before {
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#info-panel.contact {
  top: 0 !important;
  left: 0;
  height: 100% !important;
  width: 100%;
}
#info-panel.contact form {
  max-width: 800px;
  margin: 0 auto;
}
#info-panel.collection.multi {
  top: 0 !important;
  left: 0;
  height: 100% !important;
  width: 100%;
}
#info-panel.collection.multi.multi .assetItem {
  border-top: 0;
  overflow: hidden;
  height: 52px;
  min-height: 52px;
  padding: 0 20px 20px;
}
#info-panel.collection.multi.multi .assetItem:nth-last-child(2) {
  height: 53px;
}
#info-panel.collection.multi.multi .assetItem.assetItemExpand {
  height: auto;
}
#info-panel.collection.multi.multi .assetItem.assetItemExpand .expandFormAsset:before {
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#info-panel.collection.multi .expandFormAsset {
  margin: 0 -20px 0;
  background: #f4f4f4;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0px 0px 4px #888888;
}
#info-panel.collection.multi .expandFormAsset:hover {
  background: #f0f0f0;
}
#info-panel.collection.multi .expandFormAsset:before {
  content: "\e905";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  right: 20px;
  top: 25px;
}
#info-panel.collection.multi .assetSelect {
  display: none;
}
#info-panel.collection.multi #info-panel-close {
  left: 20px;
}
#info-panel.collection.multi form {
  max-width: 800px;
  margin: 0 auto;
}
#info-panel.collection.multi h2 {
  background: #536372;
  text-indent: -999999px;
}
#info-panel h2 {
  background: #8f9ca6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 -20px 20px;
  color: #fff;
  padding: 20px 0 20px 55px;
}
#info-panel #info-panel-close {
  position: absolute;
  top: 22px;
  /* left: 20px; */
  padding-top: 6px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  display: block;
  cursor: pointer;
  font-size: 9px;
  cursor: pointer;
  text-align: center;
}
/* #info-panel #info-panel-close:before {
      content: '';
      display: block;
      height: 2px;
      width: 22px;
      background: #fff;
      transform: rotate(45deg);
      top: 2px;
      position: relative; }
    #info-panel #info-panel-close:after {
      content: '';
      display: block;
      height: 2px;
      width: 22px;
      background: #fff;
      transform: rotate(-45deg); } */
#info-panel.multi .assetItem {
  display: block;
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 80px;
}
#info-panel.multi .assetItem img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
}
#info-panel.multi .assetItem h3 {
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: 0;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
}
#info-panel.multi .assetItem .assetSelect {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
}
#info-panel form > div {
  position: relative;
  padding-bottom: 12px;
}
#info-panel form > div > div {
  position: relative;
  line-height: 0;
}

#info-panel h3,
#info-panel label {
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 13px;
  line-height: 1.5em;
  position: relative;
}
#info-panel h3.required:after,
#info-panel label.required:after {
  content: "*";
  color: #f66;
}
#info-panel p {
  margin: 5px 0;
  line-height: 1.5em;
}
#info-panel .checkbox-list li {
  margin-bottom: 10px;
}
#info-panel .checkbox-list li:last-child {
  margin-bottom: 0;
}
#info-panel button,
#info-panel .button {
  text-align: center;
  display: block;
  width: 100%;
  padding: 9px;
  background: #7d8995;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.4em;
}
#info-panel button:hover,
#info-panel .button:hover {
  background: #85919c;
}
#info-panel button {
  background: #e37222;
  margin-top: 20px;
}
#info-panel button:hover {
  background: #e57b30;
}

#info-panel button.loading {
  background: transparent url("../../../common/images/loading.gif") center no-repeat;
  color: transparent;
  cursor: default;
}
#info-panel ul {
  margin: 0;
  padding: 0;
}
#info-panel li {
  list-style: none;
}
#info-panel textarea {
  min-height: 150px;
}
#info-panel .charactercount {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #666;
  padding: 15px 0 10px;
}
#info-panel .checkboxerror {
  margin-right: 5px;
}
#info-panel input[type="checkbox"] {
  display: inline;
}
#info-panel input[type="text"],
#info-panel input[type="text"]:required,
#info-panel input[type="email"],
#info-panel input[type="email"]:required,
#info-panel input[type="tel"],
#info-panel input[type="tel"]:required,
#info-panel textarea,
#info-panel textarea:required {
  font-size: 14px;
  width: 100%;
  outline: none;
  padding: 10px;
  border: 1px solid #bbb;
  box-shadow: none;
  border-radius: 4px;
}
#info-panel input[type="text"]:focus,
#info-panel input[type="email"]:focus,
#info-panel input[type="tel"]:focus,
#info-panel textarea:focus {
  border: 1px solid #2abed8 !important;
}
#info-panel input[type="text"].ng-invalid.ng-dirty,
#info-panel input[type="email"].ng-invalid.ng-dirty,
#info-panel input[type="tel"].ng-invalid.ng-dirty,
#info-panel textarea.ng-invalid.ng-dirty {
  border: 1px solid #d44;
}
#info-panel input[type="text"]:disabled {
  background: #e6e6e6;
}
#info-panel .verifyemail {
  margin-top: 15px;
}
#info-panel select {
  display: block;
  width: 100%;
  outline: none;
}
#info-panel .errMessage {
  color: #e70b18;
  font-size: 13px;
}
#info-panel .helpicon {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px;
  background: #fff;
  color: #666;
  text-align: center;
  background: #e37222;
  border-radius: 30px;
  color: #fff;
  line-height: 1em;
  font-size: 14px;
}
#info-panel .helpicon:before {
  font-family: serif;
  font-style: italic;
  content: "i";
}
#info-panel .helpicon:hover {
  cursor: pointer;
}
#info-panel .helpcontent {
  width: 100%;
  position: relative;
  background: #e37222;
  color: #fff;
  padding: 0 12px;
  line-height: 1.7em;
  font-size: 13px;
  margin: 0 0 10px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear;
  -moz-transition: max-height 0.5s linear;
  -ms-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
#info-panel .helpcontent.showing {
  max-height: 300px;
  padding: 8px 12px;
  overflow: visible;
  margin-top: 5px;
}
#info-panel .helpcontent.showing:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  left: 90%;
  bottom: -15px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e37222;
}
#info-panel .helpcontent a {
  color: #fff;
  text-decoration: underline;
}
#info-panel .helpcontent .helpcontentcontainer {
  display: block;
  overflow: auto;
  max-height: 284px;
}
#info-panel :nth-last-child(2) > .htmlcontent,
#info-panel :nth-last-child(2) > .dataelement {
  border-bottom: 0;
}
#info-panel form > div:last-child .htmlcontent,
#info-panel form > div:last-child .dataelement {
  border-top: 1px solid #ccc;
  /* border-bottom: 0; } */
}
#info-panel form > div:first-child .htmlcontent,
#info-panel form > div:first-child .dataelement {
  border-top: 0;
}
#info-panel .htmlcontent,
#info-panel .dataelement {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
#info-panel .htmlcontent .htmlcontentcontent,
#info-panel .dataelement .htmlcontentcontent {
  line-height: 1.5em;
}
#info-panel .errMessage,
#info-panel .formatErrMessage {
  line-height: 1.5em;
  padding-right: 20px;
}
#info-panel .select-container {
  cursor: pointer;
  display: block;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: url("../../../common/images/select-arrow.png") center right 9px no-repeat;
}
#info-panel select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 11px 15px;
}
#info-panel select option {
  line-height: 1.8em;
  padding: 11px 15px;
}
#info-panel select::-ms-expand {
  display: none;
}
#info-panel select:focus {
  outline: none;
  border: none;
}

.status-options {
  position: relative;
  list-style: none;
  background: #fff;
  text-align: center;
  min-width: 90%;
  margin: 0;
  padding: 0;
  border: solid #aaa;
  border-width: 0 1px;
  top: -7px;
  margin-top: 4px;
  /*-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
  z-index: 1;
  cursor: pointer;
}
.status-options:after,
.status-options:before {
  top: -21px;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.status-options:after {
  top: -19px;
  right: 21px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.status-options:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #aaa;
  border-width: 11px;
  margin-left: -11px;
}
.status-options li {
  padding: 10px;
  border-top: 1px solid #a7b0b7;
  text-align: left;
}
.status-options li:last-child {
  border-bottom: 1px solid #a7b0b7;
}
.status-options li:hover {
  background: #a7b0b7;
}
.status-options li img {
  position: relative;
  top: 3px;
}
.status-options li span {
  position: relative;
  top: -5px;
}

.footer-buttons {
  background: #e6e6e6;
  padding: 20px;
  margin: 60px -20px -12px;
}
.footer-buttons > span {
  margin-bottom: 15px;
  display: block;
}
.footer-buttons > *:last-child {
  margin-bottom: 0;
}
.footer-buttons .errormessagesbulk {
  overflow: hidden;
  padding: 5px 15px;
  margin-bottom: 20px;
  border: 1px solid #d44;
  color: #888;
  background: #fcc;
  line-height: 1.4em;
}
.footer-buttons .errormessagesbulk.green {
  background: #cfc;
  border: 1px solid #ada;
}
.footer-buttons .errormessagesbulk li {
  padding: 5px 0;
  line-height: 1em;
}
.footer-buttons .loading {
  /* background: transparent url(../../../common/images/loading.svg) center
    no-repeat !important; */
  color: rgba(255, 255, 255, 0);
}

#info-panel .htmlcontent .helpicon {
  position: relative;
  float: right;
}

@-moz-document url-prefix() {
  #info-panel .select-container select {
    padding: 0 15px;
    color: transparent;
    text-shadow: 0px 0px 0px #000;
  }
}

@media screen and (min-width: 759px) {
  #info-panel {
    height: calc(100% - 60px);
    width: 380px;
    top: 60px;
  }
  #info-panel .footer-buttons {
    background: transparent;
    margin: 0px -20px -12px;
  }
}

@media screen and (min-width: 899px) {
  .headerlegend #info-panel {
    height: calc(100% - 105px);
    top: 105px;
  }
}

#privacyCover header {
  background: #526271;
  height: 100px;
  border-bottom: #e37222 1px solid;
  text-align: center;
}
#privacyCover header #headerReturnURL {
  background: url(../../../../../common/images/kubra_logo.png) no-repeat;
  background-size: 226px 50px;
  margin-top: 25px;
  width: 226px;
  height: 50px;
  display: inline-block;
}

#privacyCover h2 {
  font-size: 30px;
  font-weight: bold;
}

#privacyCover > div {
  position: absolute;
  z-index: 11;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: 0;
  width: 100%;
}
#privacyCover > div > div,
#privacyCover > div > form {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 280px;
  width: 33%;
  max-width: 700px;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  margin: 0 !important;
  min-width: 280px;
}

#privacyCover #splash {
  background: rgba(0, 0, 0, 0.25);
}

#privacyCover input[type="text"],
#privacyCover input[type="password"] {
  border: #526271 solid;
  border-width: 0 0 2px;
  outline: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
}

#privacyCover #splash div {
  background: url(../../../common/images/loading-white.svg) center no-repeat;
  height: 120px;
  width: 120px;
}

#privacyCover label {
  display: none;
}

#privacyCover button[type="submit"] {
  background: #e37222;
  display: inline-block;
  padding: 15px 20px;
  width: 120px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

/*********************************** MAP ***********************************/
#map {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

/*********************************** SEARCH PANEL ***********************************/
#search-bar {
  padding: 0;
}
#search-bar #btn-search::before {
  content: "\e611";
}
#search-bar .closesearch {
  display: none;
}
#search-bar.search-shown #btn-search {
  background: #0099cc;
}
#search-bar.search-shown #btn-search::before {
  content: "\ea0f";
}
#search-bar.search-shown #btn-search span {
  display: none;
}
#search-bar.search-shown #btn-search span.closesearch {
  display: block;
}
#search-bar.search-shown #popup-search-panel {
  background: #0099cc;
  padding: 15px 20px;
}
#search-bar.search-shown #popup-search-panel {
  display: block;
}
#search-bar #btn-search {
  padding: 0 30px 0 15px;
  height: 60px;
}
#search-bar #popup-search-panel {
  position: absolute;
  top: 60px;
  z-index: 10;
  width: 100%;
  display: none;
}
#search-bar #popup-search-panel-inner {
  position: relative;
  background-color: #fff;
  height: 37px;
  padding: 4px 40px 0;
}
#search-bar #popup-search-panel-inner .icon-search {
  color: #aaa;
  display: block;
  position: absolute;
  left: 13px;
  top: 12px;
  cursor: pointer;
}
#search-bar #popup-search-panel-inner #hiddenCancel {
  position: absolute;
  background: #aaa;
  right: 10px;
  top: 9px;
  padding-top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 40px;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 8px;
}
#search-bar #search-field {
  border: 0;
  font-size: 1em;
  height: 30px;
  width: 100%;
  outline: none;
}
#search-bar #search-field:active::-webkit-input-placeholder,
#search-bar #search-field:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#search-bar #search-field:active::-moz-placeholder,
#search-bar #search-field:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#search-bar #search-field:active:-ms-input-placeholder,
#search-bar #search-field:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#search-bar #search-field:active:-moz-placeholder,
#search-bar #search-field:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#search-bar #legend-select {
  margin-top: 8px;
}
#search-bar #legend-content div div,
#search-bar .legend-content div div {
  display: block;
}
#search-bar #dynamic-legend-content img {
  margin-right: 8px;
  vertical-align: -8px;
}
#search-bar #legend-heatmap {
  width: 100%;
  overflow: hidden;
  display: none;
}
#search-bar #legend-heatmap-inner {
  border-top: none !important;
  /* width: 190px; */
}
#search-bar #legend-heatmap img {
  height: 15px !important;
  margin-left: 28px;
  margin-top: 2px;
  width: 90px !important;
}
#search-bar #service-area-toggle {
  margin: 5px 0 10px;
  overflow: hidden;
}
#search-bar #service-area-toggle img {
  margin-top: 3px;
}
#search-bar .service-area-toggle-holder {
  padding: 1px 0 1px 60px;
}
#search-bar .switch-button-background {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#search-bar .hiddenSubmit {
  background: transparent;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

@media screen and (min-width: 759px) {
  #search-bar {
    float: left;
    width: 40%;
    min-width: 400px;
    margin-left: 1.5%;
    margin-top: 12px;
  }
  #search-bar.search-hidden #popup-search-panel {
    display: block;
  }
  #search-bar.search-shown #popup-search-panel {
    background: transparent;
    padding: 0;
  }
  #search-bar #search-field {
    border-bottom: 0;
  }
  #search-bar #btn-search {
    display: none;
  }
  #search-bar #popup-search-panel {
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    display: block;
  }
  #search-bar #popup-search-panel-inner {
    margin: 0;
    height: auto;
    padding: 3px 40px 2px;
  }
  /* #search-bar #popup-search-panel-inner .icon-search {
    padding-top: 12px;
  } */
}

#incidentManager {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0px;
  margin-left: 0;
  width: 400px;
  max-width: 100%;
  padding: 8px;
  padding-top: 80px;
  display: none;
}
#incidentManager #incident-manager-close {
  position: absolute;
  top: 28px;
  right: 8px;
  background: #e37222;
  padding-top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 9px;
  cursor: pointer;
  text-align: center;
}
#incidentManager h2 {
  border-bottom: 5px solid #526271;
  padding-bottom: 5px;
  font-size: 19px;
  text-transform: uppercase;
}
#incidentManager > div {
  background: #fff;
  margin: 0;
  height: 95%;
}
#incidentManager h4 {
  height: 60px;
  width: 100%;
  margin-left: 20px;
  padding-top: 35px;
}
#incidentManager .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
#incidentManager #incidentManagerContainer {
  width: 100%;
  height: 100%;
}
#incidentManager #incidentManagerContainer #managerAlert {
  display: none;
}
#incidentManager #incidentManagerContainer table {
  width: 100%;
  border-radius: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#incidentManager #incidentManagerContainer table thead {
  display: block;
  text-align: left;
}
#incidentManager #incidentManagerContainer table thead tr {
  display: block;
  padding-left: 20px;
}
#incidentManager #incidentManagerContainer table thead tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#incidentManager #incidentManagerContainer table thead tr th {
  display: block;
  width: 100%;
  padding: 24px 8px;
}
#incidentManager #incidentManagerContainer table thead tr th div {
  display: inline;
}
#incidentManager #incidentManagerContainer table tbody {
  height: 400px;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
  background: #fff;
}
#incidentManager #incidentManagerContainer table tbody tr:nth-of-type(even) td {
  background: #fafafa;
}
#incidentManager #incidentManagerContainer table tbody td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#incidentManager #incidentManagerContainer table tfoot button {
  background: #526271;
  padding: 10px 15px;
  color: #fff;
}

#incidents-keywords {
  padding-top: 10px;
}

#incidents-search {
  padding-bottom: 30px;
}

.incidents-tab-table thead {
  display: block;
  width: 100%;
  background-color: #337ab7;
}

.incidents-tab-table tbody {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 262px;
  width: 100%;
}
.incidents-tab-table tbody tr {
  width: 100%;
  display: block;
}

.incidents-tab-table tfoot tr td {
  font-size: x-small;
  font-weight: bold;
  text-align: center;
}

.incidents-tab-table td {
  cursor: pointer;
}

.incidents-tab-table-last {
  width: 100%;
}

.incidents-tab-icon-cont {
  padding-top: 2px;
}

#incidents-tab-download-icon,
#incidents-tab-enlarge-icon {
  height: 15px;
  width: 15px;
  color: #000;
  font-size: 15px;
}

#incident-report-head {
  padding-bottom: 0px;
}

#incident-report-close {
  padding-bottom: 10px;
}

#incident-report-close-icon {
  font-size: 16px;
  cursor: pointer;
}

#incident-report-loop-icon-cont {
  padding-top: 7px;
}

#incident-report-loop-icon {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.disable-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.incident-table {
  font-size: 12px;
  border-top: 2px solid #79b800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.incident-table thead tr {
  background-color: #e2e5e9;
  color: #2e383c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.incident-table thead tr th {
  width: 100px;
}
.incident-table thead tr th:first-child {
  width: 80px;
}
.incident-table thead tr th:nth-child(2) {
  width: 25px;
}
.incident-table thead tr th:nth-child(3) {
  width: 150px;
}
.incident-table thead tr th:nth-child(8) {
  width: 110px;
}
.incident-table tbody {
  border-top: 3px solid #79b800;
}

#report-download {
  padding-top: 12px;
  text-align: left;
}
#report-download a {
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

#report-description {
  padding-left: 30px;
  padding-top: 15px;
  font-size: 10px;
}

#incident-pagination-text {
  text-align: center;
}

.incident-pagination {
  padding-top: 12px;
}
.incident-pagination a {
  color: black;
  font-size: 22px;
  text-decoration: none;
}

#incident-paginate-prev {
  float: right;
}

.panel-title a {
  cursor: pointer;
}

.alert {
  padding: 15px;
}

.toggleEmail {
  margin-top: 15px;
}

.energizetoggle {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  padding: 15px 16px;
  color: #fff;
  border-radius: 50px;
  top: 172px;
  left: -17px;
}
.energizetoggle:hover {
  background: #a39288;
}
.energizetoggle.active {
  background: #e37218;
}
.energizetoggle.active:hover {
  background: #d38248;
}
.energizetoggle:before {
  font-family: "icomoon";
  content: "\e900";
}

.incident-table {
  border-top: 2px solid #ccc;
}

.incident-table tbody {
  border-top: 2px solid #ccc;
}

table thead td {
  border-bottom: none;
  background: transparent;
}

table button {
  background: transparent;
}

@media screen and (min-width: 759px) {
  #incidentManager {
    padding-top: 90px;
  }
}

/*********************************** GENERAL ***********************************/
* {
  /* Removes orange focus outline on Android, etc. */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #60b8fc;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h6,
h6 {
  font-size: 12px;
}

input,
select {
  font: 100% sans-serif;
}

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.attachTitle {
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 13px;
  line-height: 1.5em;
  position: relative;
}

.attachLabel {
  cursor: pointer;
  display: block;
  background: #7d8995;
  color: #fff;
  text-align: center;
  padding: 7px;
}
.attachLabel:hover {
  background: #8d99a6;
}

.imagePreview {
  padding: 10px;
  background: #f5f5f5;
  margin: 5px 0 10px;
  display: block;
  text-align: center;
}

button {
  border: 0;
  cursor: pointer;
  font: 100% sans-serif;
  padding: 0;
}

button:focus {
  outline: 0;
}

/* Removes Chrome search field clear button, etc. */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

select option:disabled {
  color: #cccccc;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

/*********************************** COMMON CLASSES ***********************************/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.hinted-field {
  color: #ccc;
  font-style: italic;
}

.hinted-field.active {
  color: #000;
}

.auto-height {
  height: auto;
  overflow-y: auto;
}

.info-msg {
  color: orange;
}

/*********************************** MISC ***********************************/
#kubraReport {
  display: none;
  padding: 10px;
  position: absolute;
  top: 70px;
  left: 25%;
  margin: -50px 0 0 -150px;
  width: 1000px;
  /*height: 500px;*/
  color: black;
  background-color: silver;
  border-radius: 10px;
  font: 10px sans-serif;
  z-index: 101;
}

#sloStorageSpace {
  display: none;
}

#kubraPreferenceBox {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#kubraPreferenceBox #preferenceFrame {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 20px;
  min-width: 280px;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 500px;
  max-height: calc(100% - 40px);
  overflow: hidden;
}
#kubraPreferenceBox #preferenceFrame #locationInfo {
  overflow: hidden;
}
#kubraPreferenceBox #preferenceFrame #locationInfo li {
  float: left;
  display: inline-block;
  width: 50%;
}
#kubraPreferenceBox #preferenceFrame select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  cursor: pointer;
  outline: none;
  padding: 11px 15px;
  width: 100%;
  height: 40px;
}
#kubraPreferenceBox #preferenceFrame h2 {
  margin: -20px -20px 0;
  padding: 15px;
  font-weight: 200;
  background: #526271;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#kubraPreferenceBox #preferenceFrame ul {
  padding-left: 0;
}
#kubraPreferenceBox #preferenceFrame > ul {
  margin-bottom: 0;
}
#kubraPreferenceBox #preferenceFrame > ul > li {
  padding-bottom: 15px;
}
#kubraPreferenceBox #preferenceFrame li {
  list-style: none;
  padding-left: 0;
}
#kubraPreferenceBox #preferenceFrame li span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#kubraPreferenceBox #preferenceFrame li li span {
  font-weight: normal;
}

#preferenceClose {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  color: #fff;
}

#userHistory {
  max-height: 190px;
  overflow: auto;
}
#userHistory li {
  padding: 7px;
}
#userHistory li:nth-child(even) {
  background: #efefef;
}

#kubraMultiIncidentBox {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#kubraMultiIncidentBox #multiIncidentFrame {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 20px;
  min-width: 280px;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 500px;
  max-height: calc(100% - 40px);
  overflow: hidden;
}
#kubraMultiIncidentBox #multiIncidentFrame #locationInfo {
  overflow: hidden;
}
#kubraMultiIncidentBox #multiIncidentFrame #locationInfo li {
  float: left;
  display: inline-block;
  width: 50%;
}
#kubraMultiIncidentBox #multiIncidentFrame select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  cursor: pointer;
  outline: none;
  padding: 11px 15px;
  width: 100%;
  height: 40px;
}
#kubraMultiIncidentBox #multiIncidentFrame h2 {
  margin: -20px -20px 0;
  padding: 15px;
  font-weight: 200;
  background: #526271;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#kubraMultiIncidentBox #multiIncidentFrame ul {
  padding-left: 0;
}
#kubraMultiIncidentBox #multiIncidentFrame > ul {
  margin-bottom: 0;
}
#kubraMultiIncidentBox #multiIncidentFrame > ul > li {
  padding-bottom: 15px;
}
#kubraMultiIncidentBox #multiIncidentFrame li {
  list-style: none;
  padding-left: 0;
}
#kubraMultiIncidentBox #multiIncidentFrame li span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#kubraMultiIncidentBox #multiIncidentFrame li li span {
  font-weight: normal;
}

#multiIncidentClose {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  color: #fff;
}

/*********************************** MAP FRAME *********************************/
#slo-frame {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#slo-frame #header-panel #btn-menu .closemenu {
  display: none;
}
#slo-frame.collapsed #header-panel #btn-menu span {
  display: none;
}
#slo-frame.collapsed #header-panel #btn-menu span.closemenu {
  display: inline;
}

#btn-menu {
  font-size: 1.3em;
}

/*********************************** MAP ***********************************/
#map {
  height: 100%;
  width: 100%;
}

/*********************************** ZOOM BUTTONS ******************************/
#zoom-container {
  position: fixed;
  z-index: 1;
  top: 120px;
  left: 15px;
  width: 40px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-zoom {
  background: #526271;
  border: 2px solid #efefef;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 1;
}
.btn-zoom:hover {
  background: #627281;
}
.btn-zoom#btn-locate {
  content: "\e608";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-zoom#btn-legend {
  display: none;
}
.btn-zoom#btn-reset {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-zoom#btn-reset:before {
  content: "\e91c";
}

.headerlegend .btn-zoom#btn-legend {
  display: block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headerlegend .btn-zoom#btn-legend:after {
  content: "\e604";
}

.btn-zoom#btn-reset:before {
  content: "\e91c";
}

#button-zoomCntl {
  font-family: "icomoon";
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#button-zoomCntl::before {
  content: "\ea53";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#button-zoomCntl::after {
  content: "\ea3b";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-12%, -84%);
}

#button-zoomCntl.shrink::after {
  content: "\ea3f";
  transform: translate(-30%, -70%);
}

.collapsed #zoom-container {
  left: 251px;
}

#zoommessage {
  position: absolute;
  background: #8f9ba7;
  border: 1px solid #fff;
  left: 55px;
  height: 60px;
  top: -10px;
  width: 160px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 12px;
}
#zoommessage:after,
#zoommessage:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#zoommessage:after {
  border-color: rgba(143, 155, 167, 0);
  border-right-color: #8f9ba7;
  border-width: 12px;
  margin-top: -12px;
}
#zoommessage:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 13px;
  margin-top: -13px;
}

/*********************************** HEADER PANEL ******************************/
#header-panel {
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 10;
  /* z-index of at least 2 needed by IE8 for Leaflet */
  background: #526271;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#header-panel h6 {
  font-size: 10px;
  font-weight: 100;
}

nav ul {
  margin: 0;
  padding: 0;
}

#btn-menu::before {
  content: "\e90b";
}

.collapsed #btn-menu::before {
  content: "\e908";
  font-size: 16px;
}

#btn-locate::before {
  content: "\e914";
}

#btn-manager::before {
  content: "\e612";
}

.icon-looker::before {
  content: "\e922";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#btn-logout .menu-icon {
  display: block;
  float: left;
}

#btn-logout .menu-icon::before {
  content: "\e915";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toolpanel-mapset::before {
  content: "\e918";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toolpanel-help::before {
  content: "\e90c";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#success {
  display: block;
  text-align: center;
}

#btn-report::before {
  content: "\e90d";
}

#btn-multi::before {
  content: "\e9ba";
}

#deenergize {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#deenergize::before {
  content: "\e60b";
  top: 54%;
}
#deenergize div::before {
  content: "\e60b";
  position: absolute;
  top: 40%;
  left: 62%;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
#deenergize::after {
  content: "\e60b";
  position: absolute;
  top: 40%;
  left: 38%;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
#deenergize.active {
  background: #e37222;
}
#deenergize.active span {
  background: #e37222;
}
#deenergize.active span:before {
  border-bottom: 5px solid #e37222;
}

nav#header-panel li > span,
#btn-search.header-bar-btn > span {
  font-weight: bold;
}

.header-bar-btn,
nav li,
#btn-search {
  position: relative;
  border-right: 1px solid #d8d9db;
  float: left;
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 80px;
  background: #526271;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  line-height: 1em;
}
.header-bar-btn > span,
nav li > span,
#btn-search > span {
  position: absolute;
  display: block;
  top: 2%;
  left: 50%;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 100;
  padding: 5px;
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.header-bar-btn:hover,
nav li:hover,
#btn-search:hover {
  background: #627281;
  /*span{
      opacity:1;
      bottom:-5px;
    }*/
}
.header-bar-btn::before,
nav li::before,
#btn-search::before {
  position: absolute;
  top: 35%;
  left: 50%;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-bar-logo {
  float: right;
  display: block;
}
.header-bar-logo.default-logo {
  background: url(../../../common/images/kubra_logo.png) no-repeat;
  background-size: 110px 23px;
  width: 110px;
  height: 23px;
  margin-top: 18px;
  margin-right: 35px;
}

#mobile-branding-logo {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  right: 11px;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5d5d+0,5d5d5d+48,868482+50,707070+52,707070+100 */
  background: #5d5d5d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5d5d5d 0%, #5d5d5d 49%, #707070 50%, #707070 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5d5d5d 0%, #5d5d5d 49%, #707070 50%, #707070 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5d5d5d 0%, #5d5d5d 49%, #707070 50%, #707070 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d5d5d", endColorstr="#707070", GradientType=1);
  /* IE6-9 */
}

#branding-logo {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  bottom: 30px;
  right: 15px;
  width: 100px;
  height: 23px;
  background: transparent url(../../../../../common/images/organizations/_default/svg/ifactor-watermark.svg) 0 0
    no-repeat;
  background-size: 100px 23px;
  z-index: 2;
  width: 25px;
}
#branding-logo:hover {
  opacity: 1;
}

#info-box {
  height: 100%;
  padding: 90px 20px 80px;
  position: absolute;
  top: 10px;
  width: 100%;
}
#info-box .preview-img {
  border: 1px solid #000;
}

.title-bar {
  color: #fff;
  font-size: 105%;
  height: 40px;
  padding: 9px 0 0;
  width: 100%;
  font-weight: bold;
  border-bottom: 3px solid #26c7de;
  text-transform: uppercase;
}

#unsubscribe section {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}

#unsubscribe input[type="button"] {
  display: block;
  padding: 14px 28px;
  border: none;
  background: #e37222;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

kubra-privacy-cover {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#privacyCover {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

kubra-modal-report #modalBox #modalClose {
  margin: 14px;
}

kubra-modal-report #modalBox iframe {
  background: #fff;
  border: 0;
  border-top: 1px solid #ccc;
  outline: 0;
}

#unsubscribe header {
  background: #526271;
  height: 100px;
  border-bottom: #e37222 1px solid;
  text-align: center;
}
#unsubscribe header #headerReturnURL {
  background: url(../../../common/images/kubra_logo.png) no-repeat;
  background-size: 226px 50px;
  margin-top: 25px;
  width: 226px;
  height: 50px;
  display: inline-block;
}
#unsubscribe h1 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
}

/*********************************** MEDIA QUERIES ************************************/
@media screen and (min-width: 900px) {
  #legendopen {
    display: block !important;
    margin-top: 60px;
    text-align: center;
    height: 45px;
    position: relative;
    background: #fff;
    z-index: 9;
  }
  #legendopen #legendshell > div {
    display: none;
  }
  #legendopen ul {
    padding: 0;
    margin: -3px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
  }
  #legendopen li {
    color: #516272;
    font-size: 11px;
    display: inline-block;
    padding: 0 15px;
  }
  #legendopen img {
    position: relative;
    top: 5px;
    left: -5px;
    height: 18px;
    width: 18px;
  }

  .btn-zoom#btn-legend {
    display: none !important;
  }

  #legend-content {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .headerlegend #menu-panel {
    top: 60px;
    height: calc(100% - 60px);
  }
  .headerlegend #zoommessage {
    top: -10px;
  }
  #legendopen {
    position: fixed;
    z-index: 12;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
  }
  #legendopen #legendshell {
    display: block;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 280px;
    max-height: 90%;
    overflow-y: auto;
  }
  #legendopen #legendshell > div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #8f9ca6;
    text-transform: uppercase;
  }
  #legendopen #legendshell > div #togglecloser:after {
    content: "\e908";
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    color: #fff;
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
  }
  #legendopen #legendshell ul {
    list-style: none;
    padding: 15px;
    margin: 50px 0 0;
    width: 100%;
    left: 0;
    overflow-y: auto;
    font-size: 12px;
    color: #555;
  }
  #legendopen #legendshell ul img {
    margin-right: 5px;
    margin-bottom: 4px;
    position: relative;
    top: 9px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (min-width: 759px) {
  #info-panel.contact {
    top: auto !important;
    left: auto;
    height: calc(100% - 105px) !important;
    width: 380px;
  }
}

@media screen and (max-width: 759px) {
  .title-bar {
    width: 100%;
    color: white;
    border-bottom: none;
    padding: 29px 0;
    text-align: center;
    height: 30px;
    line-height: 0px;
    font-size: 16px;
  }
  .closeInfoPanel {
    padding: 5px 0 0 0 !important;
  }
  .closeInfoPanel .icon-cross {
    line-height: 10px !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}

/*@media screen and (min-width: 767px) {
  #info-panel.contact {
    top: auto !important;
    left: auto;
    height: calc(100% - 105px) !important;
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .title-bar {
    width: 100%;
    color: white;
    border-bottom: none;
    padding: 29px 0;
    text-align: center;
    height: 30px;
    line-height: 0px;
    font-size: 16px;
  }
  .closeInfoPanel {
    padding: 5px 0 0 0 !important;
  }
  .closeInfoPanel .icon-cross {
    line-height: 10px !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}*/

@media screen and (max-width: 560px) {
  #branding-logo {
    width: 25px;
  }
  #environment {
    display: none;
  }
  #map.info-open {
    height: 50%;
  }
  #mobile-branding-logo {
    position: absolute;
    z-index: 20;
    bottom: 27px;
    right: 11px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5d5d+0,5d5d5d+48,868482+50,707070+52,707070+100 */
    background: #5d5d5d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5d5d5d 0%, #5d5d5d 48%, #868482 50%, #707070 52%, #707070 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5d5d5d 0%, #5d5d5d 48%, #868482 50%, #707070 52%, #707070 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5d5d5d 0%, #5d5d5d 48%, #868482 50%, #707070 52%, #707070 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d5d5d", endColorstr="#707070", GradientType=1);
    /* IE6-9 */
  }
  #branding-logo {
    right: 15px;
    z-index: 21;
    bottom: 30px;
  }
  .closeInfoPanel {
    background-color: white !important;
    color: #9f9ea1 !important;
    padding: 5px 0px 0px 0px !important;
    margin-top: -10px;
  }
  .closeInfoPanel .icon-cross {
    line-height: 12px !important;
  }
}
