.orgMainTest {
  color: blue; }

/*********************************** 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 {
  font: 100% "source-sans-pro-n4", "source-sans-pro", 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% "source-sans-pro-n4", "source-sans-pro", sans-serif; }

button {
  border: 0;
  cursor: pointer;
  font: 100% "source-sans-pro-n4", "source-sans-pro", 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; }

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"; }

/* Media Query Break Points */
/* LG screens */
/* LG Screens+ */
/* Tablet landscape */
/* Tablet Portrait */
/* Phone Landscape */
/* Phone Portrait larger */
/* Phone Portrait */
/*********************************** 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-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

#alert-banner-content {
  color: #fff;
  display: inline-block;
  background-color: #666;
  background-color: rgba(102, 102, 102, 0.9);
  padding: 10px 0 10px;
  text-align: center;
  font-size: 12px;
  width: 100%;
  border: none;
  vertical-align: top;
  min-height: 37px;
  margin: 0 -1px; }

.bad #alert-banner-content {
  background-color: #ee5f5b;
  background-color: rgba(238, 95, 91, 0.9); }

.good #alert-banner-content {
  background-color: #79b800;
  background-color: rgba(121, 184, 0, 0.9); }

.ugly #alert-banner-content {
  background-color: #666;
  background-color: rgba(102, 102, 102, 0.9); }

.alert-side {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 60px;
  min-height: 37px;
  margin: 0;
  padding: 0; }
  .alert-side .shape {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 0, 0, 0.8);
    background: rgba(255, 0, 0, 0.8);
    border-radius: 10px;
    bottom: 6px; }
  .alert-side#alert-banner-right {
    margin-left: -1px; }
    .alert-side#alert-banner-right .shape {
      left: -25px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
    .alert-side#alert-banner-right .shape-extension {
      left: 0; }
  .alert-side#alert-banner-left .shape {
    right: -25px;
    -ms-transform: rotate(37deg);
    /* IE 9 */
    -webkit-transform: rotate(37deg);
    /* Chrome, Safari, Opera */
    transform: rotate(37deg); }
  .alert-side#alert-banner-left .shape-extension {
    right: 0; }

.shape-extension {
  width: 31px;
  min-height: 0px;
  background: rgba(255, 0, 0, 0.8);
  position: absolute;
  z-index: -1; }

.spacingSearchPopup {
  margin-top: 60px !important; }

/*********************************** MENU PANEL ***********************************/
#menu-panel {
  display: none;
  position: relative;
  bottom: auto;
  color: #fff;
  height: 100%;
  left: 0%;
  top: 0%;
  overflow-y: auto;
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 12;
  /* needed by IE8 for Leaflet */
  background: #f1f2f2;
  background-color: rgba(223, 223, 223, 0.95); }
  #menu-panel #menu-header {
    height: 60px; }
  #menu-panel.gpuAccelCapable {
    display: block;
    transition: transform 0ms ease;
    -webkit-transition: -webkit-transform 0ms ease;
    -moz-transition: -moz-transform 0ms ease;
    -ms-transition: -ms-transform 0ms ease;
    -o-transition: -o-transform 0ms ease;
    transform: translate3d(-81%, 0, 0);
    -webkit-transform: translate3d(-81%, 0, 0);
    -moz-transform: translate3d(-81%, 0, 0);
    -ms-transform: translate3d(-81%, 0, 0);
    -o-transform: translate3d(-81%, 0, 0); }
    #menu-panel.gpuAccelCapable .menu-row .menu-label, #menu-panel.gpuAccelCapable #menu-panel.gpuAccelCapable .menu-row .menu-arrow {
      display: none; }
    #menu-panel.gpuAccelCapable .menu-row .menu-icon {
      float: right; }
    #menu-panel.gpuAccelCapable.expanded .info-data, #menu-panel.gpuAccelCapable.expanded .resp-text {
      font-size: 1em; }
    #menu-panel.gpuAccelCapable.expanded #menu-content-total-outages {
      height: auto; }
    #menu-panel.gpuAccelCapable.expanded .menu-label, #menu-panel.gpuAccelCapable.expanded .menu-arrow {
      color: #666; }
  #menu-panel.collapsing {
    transition: transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -ms-transition: -ms-transform 200ms ease;
    -o-transition: -o-transform 200ms ease; }
  #menu-panel.expanded {
    transition: transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -ms-transition: -ms-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
    #menu-panel.expanded .menu-row .menu-arrow {
      width: 10%;
      height: 100%;
      float: right;
      display: inline-block;
      position: relative;
      z-index: 100; }
    #menu-panel.expanded .menu-row .menu-icon {
      float: left;
      width: 15%;
      text-align: left;
      line-height: 26px; }
    #menu-panel.expanded .menu-row .menu-label {
      width: 70%;
      float: left;
      font-size: 0.9em;
      font-weight: bold;
      display: inline-block;
      padding-top: 10px; }
  #menu-panel.legacy {
    display: block;
    left: -20%;
    width: 25%; }

#ifactorMenuButton {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  margin-right: 0%;
  width: 30px;
  height: 50px;
  background-color: black;
  color: #fff; }

#menu-panel.legacy {
  display: block;
  left: -20%;
  width: 25%; }

#copyright {
  padding: 15px;
  font-size: 12px; }

#menu-panel #copyright .kubramenulogo {
  background: url("../../../../common/images/kubra_logo.png") center no-repeat;
  background-size: 73px 17px;
  display: block;
  text-indent: -999999px;
  height: 39px;
  width: 73px; }

#menu-panel #copyright p {
  line-height: .7em;
  color: #fff; }

#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 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  overflow: visible; }
  #menu-content #menu-content-holder {
    padding: 0 20px 20px; }
  #menu-content #menu-content-summary {
    padding: 0; }
  #menu-content #menu-header {
    background: #fbd44f; }
  #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 .subrow {
    background-color: #a5aaad;
    border-top: 1px solid #b8b8b8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }

.menu-row {
  background-color: #7e868b;
  border-bottom: 3px solid #dfdfdf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #cacdce;
  cursor: pointer;
  display: block;
  height: 50px;
  padding-left: 14px;
  width: 100%;
  overflow: hidden; }
  .menu-row:hover .menu-icon, .menu-rowhover .menu-label, .menu-row:hover .menu-arrow {
    color: #bad0d8; }
  .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-row.info-data p {
      margin: 0;
      display: block; }
  .menu-row.expanded .menu-icon, .menu-row.expanded .menu-label, .menu-row.expanded .menu-arrow {
    color: #fff !important; }
  .menu-row span {
    padding-top: 10px;
    display: inline-block; }
  .menu-row .menu-icon {
    width: 20%;
    height: 100%;
    font-size: 1.3em;
    color: #585c5f;
    text-align: center;
    line-height: 26px; }
  .menu-row .menu-arrow {
    color: #cacdce; }

/*********************************** INFO PANEL ***********************************/
#info-panel {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 8;
  background: #6e6e6e;
  background: rgba(110, 110, 110, 0.9);
  font-size: 1em; }
  #info-panel.gpuAccelCapable {
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
    #info-panel.gpuAccelCapable.hidden {
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0); }
  #info-panel #incidentInformationForm button {
    padding-top: 10px;
    float: right;
    margin-top: 4px;
    margin-right: 5px; }
  #info-panel #incidentInformationForm #terms button {
    padding-top: 0px; }
  #info-panel .info-btn {
    padding: 10px;
    color: #fff;
    background: #4d94af;
    font-size: 12px;
    margin: 15px 0 0 0;
    width: 100%;
    border-radius: 0; }
    #info-panel .info-btn.info-btn:hover {
      background: #2c83a5; }
    #info-panel .info-btn.danger {
      background: #F03934; }
      #info-panel .info-btn.danger:hover {
        background: #B82420; }
    #info-panel .info-btn.warning {
      background: #B64615; }
      #info-panel .info-btn.warning:hover {
        background: #B64615; }
    #info-panel .info-btn.success {
      background: #4d94af; }
      #info-panel .info-btn.success:hover {
        background: #2c83a5; }
    #info-panel .info-btn.primary {
      background: #4d94af; }
      #info-panel .info-btn.primary:hover {
        background: #2c83a5; }
    #info-panel .info-btn.grayed {
      background: #666; }
      #info-panel .info-btn.grayed:hover {
        background: #999; }
  #info-panel .input-prepend .add-on {
    border: none;
    border-radius: 0;
    background: #2c83a5; }
  #info-panel .input-prepend input, #info-panel .input-prepend textarea {
    border-radius: 0;
    border: none; }
  #info-panel .input-prepend input.input-xlarge, #info-panel .input-prepend #info-panel .input-prepend textarea.input-xlarge {
    width: 220px; }
  #info-panel .input-prepend select {
    border: none;
    border-radius: 0; }
    #info-panel .input-prepend select.input-xlarge {
      width: 230px; }

#info-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 90px 20px 80px;
  position: absolute;
  top: 0;
  width: 100%; }
  #info-box .preview-img {
    border: 1px solid #000; }

.title-bar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 105%;
  height: 40px;
  padding: 9px 0 0 10px;
  width: 100%;
  font-weight: bold;
  border-bottom: 3px solid #26c7de;
  text-transform: uppercase;
  text-align: left; }

#info-box-scroller {
  opacity: 0.95;
  overflow: scroll;
  width: 100%;
  max-height: 70%; }

#info-box-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #000;
  font-size: 90%;
  padding: 20px 0;
  width: 100%; }
  #info-box-content img {
    max-width: 100%; 
	}
  #info-box-content p {
    margin: 0px 0px 5px 0px; }
  #info-box-content button {
    background-color: transparent; }
  #info-box-content .info-box-field-label {
    font-weight: 700;
    padding-right: 7px; }
  #info-box-content .info-box-field-value {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal; }

#info-box-tool-tray {
  border-top: 1px solid #ccc;
  font-size: 0;
  max-height: 66px;
  overflow: hidden;
  padding-top: 10px;
  width: 100%;
  border-top: 2px solid #d6d6d6;
  width: 100%; }

#info-box-tool-tray-inner {
  display: inline-block;
  height: 100%;
  float: right;
  width: 100%; }
  #info-box-tool-tray-inner button {
    background-color: transparent;
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    float: left;
    height: 100%;
    margin: 3px; }

/*********************************** MAP ***********************************/
#map {
  height: 100%;
  width: 100%; }

/*********************************** SEARCH PANEL ***********************************/
.search-panel-popup#popup-search-panel {
  left: -20%;
  position: absolute;
  top: 46px;
  z-index: 10;
  /* needed by IE8 for Leaflet */
  max-width: 100%;
  width: 280px; }
.search-panel-popup #popup-search-panel-inner {
  background-color: #fff;
  height: 60px;
  margin: 14px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px; }
.search-panel-popup #popup-search-bar {
  background: #fff;
  float: left;
  height: 100%;
  position: relative;
  width: 100%; }
.search-panel-popup #popup-search-field {
  background: url(../../../resources/ifactor/images/search@2x.png) no-repeat 97% 6px;
  background-size: 15px 15px;
  border: 1px solid #d8d9db;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 90%;
  height: 30px;
  padding: 0 25px 0 10px;
  position: relative;
  top: 15px;
  width: 100%;
  -webkit-appearance: none; }
.search-panel-popup #legend-select {
  margin-top: 8px; }
.search-panel-popup #legend-content div div,
.search-panel-popup .legend-content div div {
  display: block; }
.search-panel-popup #dynamic-legend-content img {
  margin-right: 8px;
  vertical-align: -8px; }
.search-panel-popup #legend-heatmap {
  width: 100%;
  overflow: hidden;
  display: none; }
.search-panel-popup #legend-heatmap-inner {
  border-top: none !important;
  /* width: 190px; */ }
.search-panel-popup #legend-heatmap img {
  height: 15px !important;
  margin-left: 28px;
  margin-top: 2px;
  width: 90px !important; }
.search-panel-popup #service-area-toggle {
  margin: 5px 0 10px;
  overflow: hidden; }
.search-panel-popup #service-area-toggle img {
  margin-top: 3px; }
.search-panel-popup .service-area-toggle-holder {
  padding: 1px 0 1px 60px; }
.search-panel-popup .switch-button-background {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.search-panel-popup .hiddenSubmit {
  float: right;
  position: relative;
  z-index: 10;
  background: transparent;
  cursor: pointer;
  margin-top: 8px;
  height: 25px;
  width: 25px;
  top: -14px; }
.search-panel-popup #hiddenCancel {
  color: red;
  padding: 5px 5px 4px 5px; }

#search-bar #btn-search {
  padding: 0 30px 0 15px;
  min-height: 50px; }

#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; }

#toggletext {
  padding-top: 20px; }

/*********************************** 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 {
  font: 14px "source-sans-pro-n4", "source-sans-pro", 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% "source-sans-pro-n4", "source-sans-pro", sans-serif; }

button {
  border: 0;
  cursor: pointer;
  font: 100% "source-sans-pro-n4", "source-sans-pro", 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; }

select option:disabled {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #aaa; }

@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; }

.ui-widget {
  font-family: "source-sans-pro-n4", "source-sans-pro", sans-serif !important;
  font-size: 80% !important; }

.ui-widget-content {
  border-color: #9da1a7 !important;
  /* jamel's original: dbdcdf - bit too light */ }

.ui-slider-horizontal {
  height: 5px !important; }

.ui-slider-handle {
  background: transparent url("../../../../common/images/organizations/_default/slider-handle@2x.png") 0 0 no-repeat !important;
  background-size: 17px 17px !important;
  border: none !important;
  height: 17px !important;
  outline: 0;
  top: -6px !important;
  width: 17px !important; }

.auto-height {
  height: auto;
  overflow-y: auto; }

.gpuAccelCapable {
  transition: transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  /* To improve performance in 3d animations */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: "hidden";
  -o-backface-visibility: "hidden";
  /* To improve performance in 3d animations */
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px; }

.bold {
  font-weight: bold; }

.info-msg {
  color: orange; }

/*********************************** MISC ***********************************/
#image-preloader {
  display: none; }

#ifactorAlert {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: -50px 0 0 -150px;
  width: 300px;
  height: 50px;
  color: #fff;
  border-radius: 10px; }
  #ifactorAlert #alertTable {
    width: 100%;
    height: 100%; }
  #ifactorAlert.good {
    background-color: #79b800;
    background-color: rgba(121, 184, 0, 0.9); }
  #ifactorAlert.bad {
    background-color: #ee5f5b;
    background-color: rgba(238, 95, 91, 0.9); }
  #ifactorAlert.ugly {
    background-color: #666;
    background-color: rgba(102, 102, 102, 0.9); }

#ifactorReport {
  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 "source-sans-pro-n4", "source-sans-pro", sans-serif;
  z-index: 101; }

#sloStorageSpace {
  display: none; }

/*********************************** MAP FRAME *********************************/
#slo-frame {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 96%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 4%; }
  #slo-frame #header-panel #btn-menu .icon-toolbar-menu {
    display: inline; }
  #slo-frame #header-panel #btn-menu .icon-cross {
    display: none; }
  #slo-frame.gpuAccelCapable {
    /*transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);*/ }
    #slo-frame.gpuAccelCapable.hidden {
      width: 75%;
      margin-left: 0;
      left: 25%;
      /*transform: translate3d(33.3%, 0, 0);
      -webkit-transform: translate3d(33.3%, 0, 0);
      -moz-transform: translate3d(33.3%, 0, 0);
      -ms-transform: translate3d(33.3%, 0, 0);
      -o-transform: translate3d(33.3%, 0, 0);*/ }
  #slo-frame.collapsed {
    width: 75%;
    margin-left: 0;
    /*transform: translate3d(33.3%, 0, 0);
    -webkit-transform: translate3d(33.3%, 0, 0);
    -moz-transform: translate3d(33.3%, 0, 0);
    -ms-transform: translate3d(33.3%, 0, 0);
    -o-transform: translate3d(33.3%, 0, 0);*/
    left: 25%; }
    #slo-frame.collapsed #header-panel #btn-menu .icon-toolbar-menu {
      display: none; }
    #slo-frame.collapsed #header-panel #btn-menu .icon-cross {
      display: inline; }
  #slo-frame.no-animate {
    transition: transform 0ms ease;
    -webkit-transition: -webkit-transform 0ms ease;
    -moz-transition: -moz-transform 0ms ease;
    -ms-transition: -ms-transform 0ms ease;
    -o-transition: -o-transform 0ms ease; }
  #slo-frame.legacy-col #header-panel #btn-menu .icon-toolbar-menu {
    display: none; }
  #slo-frame.legacy-col #header-panel #btn-menu .icon-cross {
    display: inline; }

#btn-menu {
  font-size: 1.3em; }

/*********************************** MAP ***********************************/
#map {
  height: 100%;
  width: 100%; }

/*********************************** ZOOM BUTTONS ******************************/
.btn-zoom {
  background: #999;
  border: 3px solid #efefef;
  border-radius: 20px;
  z-index: 6;
  /* needed by IE8 for Leaflet */
  position: absolute;
  left: 3%;
  width: 40px;
  height: 40px;
  color: #fff; }
  .btn-zoom.hover {
    background: #666; }
  .btn-zoom#btn-zoom-in {
    top: 100px; }
  .btn-zoom#btn-zoom-out {
    top: 150px; }

/*********************************** HEADER PANEL ******************************/
#header-panel {
  min-width: 300px;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 10;
  /* z-index of at least 2 needed by IE8 for Leaflet */
  -webkit-transform: translate3d(0, 0, 0);
  background: #fff;
  /*ie fallback */
  background: rgba(255, 255, 255, 0.9);
  text-align: center; }

.header-bar-btn {
  border-right: 1px solid #d8d9db;
  float: left;
  height: 100%;
  max-width: 10%;
  min-width: 5%;
  background: none;
  color: #adbac3;
  font-size: 1.3em; }
  .header-bar-btn:hover {
    color: #666; }

.header-bar-logo {
  /* background: url(../../../../common/images/organizations/_default/ifac-logo-main.png) no-repeat; */
  background-size: 100px 28px;
  background-color: transparent;
  width: 100px;
  max-width: 100px;
  /* keep for ie */
  height: 23px;
  position: absolute;
  right: 40px;
  float: right;
  top: 19px; }
  .header-bar-logo.default-logo {
    background: url(../../../../common/images/organizations/_default/svg/ifactor-logo.svg);
    background-size: 100px 23px; }

/*********************************** SEARCH PANEL ******************************/
#search-bar {
  float: left;
  padding: 15px 0 0 10px; }
  #search-bar #search-field {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 1em;
    height: 30px;
    padding: 0 25px 0 10px;
    background-color: rgba(225, 225, 225, 0.3);
    box-shadow: none;
    display: inline;
    margin: 0;
    width: 400px; }
  #search-bar .search-button {
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: transparent;
    color: #adbac3;
    background-color: rgba(225, 225, 225, 0.3);
    width: 30px;
    height: 30px; }
    #search-bar .search-button:hover {
      color: #ccc; }

/*********************************** MENU PANEL ***********************************/
#menu-panel {
  display: none;
  position: relative;
  bottom: auto;
  color: #fff;
  height: 100%;
  left: 0%;
  top: 0%;
  overflow-y: auto;
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 12;
  /* needed by IE8 for Leaflet */
  background: #f1f2f2; }
  #menu-panel #menu-header {
    height: 60px; }
  #menu-panel.gpuAccelCapable {
    display: block;
    transition: transform 0ms ease;
    -webkit-transition: -webkit-transform 0ms ease;
    -moz-transition: -moz-transform 0ms ease;
    -ms-transition: -ms-transform 0ms ease;
    -o-transition: -o-transform 0ms ease;
    transform: translate3d(-81%, 0, 0);
    -webkit-transform: translate3d(-81%, 0, 0);
    -moz-transform: translate3d(-81%, 0, 0);
    -ms-transform: translate3d(-81%, 0, 0);
    -o-transform: translate3d(-81%, 0, 0); }
    #menu-panel.gpuAccelCapable .menu-row .menu-label, #menu-panel.gpuAccelCapable #menu-panel.gpuAccelCapable .menu-row .menu-arrow {
      display: none; }
    #menu-panel.gpuAccelCapable .menu-row .menu-icon {
      float: right; }
    #menu-panel.gpuAccelCapable.expanded .info-data, #menu-panel.gpuAccelCapable.expanded .resp-text {
      font-size: 1em; }
    #menu-panel.gpuAccelCapable.expanded #menu-content-total-outages {
      height: auto; }
    #menu-panel.gpuAccelCapable.expanded .menu-label, #menu-panel.gpuAccelCapable.expanded .menu-arrow {
      color: #666; }
  #menu-panel.collapsing {
    transition: transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -ms-transition: -ms-transform 200ms ease;
    -o-transition: -o-transform 200ms ease; }
  #menu-panel.expanded {
    transition: transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -ms-transition: -ms-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
    #menu-panel.expanded .menu-row .menu-arrow {
      width: 10%;
      height: 100%;
      float: right;
      display: inline-block;
      position: relative;
      z-index: 100; }
    #menu-panel.expanded .menu-row .menu-icon {
      float: left;
      width: 15%;
      text-align: left;
      padding-top: 3px; }
    #menu-panel.expanded .menu-row .menu-label {
      width: 70%;
      float: left;
      font-size: 0.9em;
      font-weight: bold;
      display: inline-block;
      padding-top: 10px; }
  #menu-panel.legacy {
    display: block;
    left: -20%;
    width: 25%; }

#ifactorMenuButton {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  margin-right: 0%;
  width: 30px;
  height: 50px;
  background-color: black;
  color: #fff; }

#menu-panel.legacy {
  display: block;
  left: -20%;
  width: 25%; }

#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 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  overflow: visible; }
  #menu-content #menu-content-holder {
    padding: 0 20px 20px; }
  #menu-content #menu-content-summary {
    padding: 0; }
  #menu-content #menu-header {
    background: #fbd44f; }
  #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 .subrow {
    background-color: #a5aaad;
    border-top: 1px solid #b8b8b8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }

.menu-row {
  background-color: #9fa8ad;
  border-bottom: 3px solid #dfdfdf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #cacdce;
  cursor: pointer;
  display: block;
  height: 50px;
  padding-left: 14px;
  width: 100%;
  overflow: hidden; }
  .menu-row:hover .menu-icon, .menu-rowhover .menu-label, .menu-row:hover .menu-arrow {
    color: #fff !important; }
  .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-row.info-data p {
      margin: 0;
      display: block; }
  .menu-row.expanded .menu-icon, .menu-row.expanded .menu-label, .menu-row.expanded .menu-arrow {
    color: #fff !important; }
  .menu-row span {
    padding-top: 10px;
    display: inline-block; }
  .menu-row .menu-icon {
    width: 20%;
    height: 100%;
    font-size: 1.3em;
    color: #585c5f;
    text-align: center; }
  .menu-row .menu-arrow {
    color: #cacdce; }

.expandable-content {
  display: none;
  width: 100%;
  color: #666; }
  .expandable-content a {
    color: #2c83a5; }

#mobile-branding-logo {
  position: absolute;
  z-index: 8;
  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: 8;
  width: 25px; }
  #branding-logo:hover {
    opacity: 1; }

#customer-logo {
  display: none;
  position: absolute;
  bottom: 27px;
  left: 20px;
  width: 100px;
  height: 23px;
  background: transparent url(../../../../common/images/organizations/_default/svg/ifactor-logo.svg) 0 0 no-repeat;
  background-size: 100px 23px; }

/*********************************** INFO PANEL ***********************************/
#info-panel {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 8;
  background: #6e6e6e;
  background: rgba(110, 110, 110, 0.9);
  font-size: 1em; }
  #info-panel.gpuAccelCapable {
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
    #info-panel.gpuAccelCapable.hidden {
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0); }
  #info-panel .info-btn {
    padding: 10px;
    color: #fff;
    background: #4d94af;
    font-size: 12px; }
    #info-panel .info-btn.info-btn:hover {
      background: #2c83a5; }
    #info-panel .info-btn.danger {
      background: #F03934; }
      #info-panel .info-btn.danger:hover {
        background: #B82420; }
    #info-panel .info-btn.warning {
      background: #B64615; }
      #info-panel .info-btn.warning:hover {
        background: #B64615; }
    #info-panel .info-btn.success {
      background: #4d94af; }
      #info-panel .info-btn.success:hover {
        background: #2c83a5; }
    #info-panel .info-btn.primary {
      background: #4d94af; }
      #info-panel .info-btn.primary:hover {
        background: #2c83a5; }
    #info-panel .info-btn.grayed {
      background: #666; }
      #info-panel .info-btn.grayed:hover {
        background: #999; }
  #info-panel .input-prepend .add-on {
    border: none;
    border-radius: 0;
    background: #2c83a5; }
  #info-panel .input-prepend input, #info-panel .input-prepend textarea {
    border-radius: 0;
    border: none; }
  #info-panel .input-prepend input.input-xlarge, #info-panel .input-prepend #info-panel .input-prepend textarea.input-xlarge {
    width: 220px; }
  #info-panel .input-prepend select {
    border: none;
    border-radius: 0; }
    #info-panel .input-prepend select.input-xlarge {
      width: 230px; }

#info-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  padding: 90px 20px 80px;
  position: absolute;
  top: 10px;
  width: 100%; }
  #info-box .preview-img {
    border: 1px solid #000; }

.title-bar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 105%;
  height: 40px;
  padding: 9px 0 0;
  width: 100%;
  font-weight: bold;
  border-bottom: 3px solid #26c7de;
  text-transform: uppercase; }

#info-box-scroller {
  opacity: 0.95;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 70%; }

#info-box-tool-tray {
  border-top: 1px solid #ccc;
  font-size: 0;
  max-height: 66px;
  overflow: hidden;
  padding-top: 10px;
  width: 100%;
  border-top: 2px solid #d6d6d6; }

#info-box-tool-tray-inner {
  display: inline-block;
  height: 100%;
  float: right; }
  #info-box-tool-tray-inner button {
    background-color: transparent;
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    float: left;
    height: 100%;
    margin: 3px; }

.ui-dialog-titlebar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8e+0,7ab622+100 */
  background: #fbd44f;
  /* Old browsers */ }

.ui-dialog-titlebar-close {
  padding: 0 !important; }

.mobile-only {
  display: none; }

#divhelpterms {
  clear: both; }

/* Media Query Break Points */
/* LG screens */
/* LG Screens+ */
/* Tablet landscape */
/* Tablet Portrait */
/* Phone Landscape */
/* Phone Portrait larger */
/* Phone Portrait */
/*********************************** MEDIA QUERIES ************************************/
/*@media screen and (min-width: 825px)*/
/* Large viewport experience */
/* 824-width and smaller viewport rules */
/*@media screen and (max-width: 824px)*/
/* 759-width and smaller viewport rules */
@media screen and (max-width: 759px) {
  #slo-frame {
    width: 91%;
    margin-left: 9%; }
    #slo-frame.gpuAccelCapable.hidden {
      width: 50%;
      margin-left: 0;
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0); }
    #slo-frame.collapsed .search-panel-popup #search-bar #search-field {
      width: 100px; }

  #menu-panel {
    width: 50%; }
    #menu-panel #menu-header {
      height: 50px; }

  #header-panel {
    height: 50px; }

  .btn-zoom {
    left: 5%; }
    .btn-zoom#btn-zoom-in {
      top: 70px; }
    .btn-zoom#btn-zoom-out {
      top: 125px; }

  .header-bar-btn {
    width: 44px; }

  .header-bar-logo {
    margin: 10px 5px 0 0;
    top: 0;
    right: 10px; }

  #search-panel {
    width: 440px; }

  #info-panel {
    width: 70%;
    margin-top: 50px;
    z-index: 10; }

  #info-box {
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 20px;
    position: relative; }

  #info-box-content {
    padding: 15px 0px 10px; }

  #info-box-tool-tray {
    /*background: $color-white;*/
    border-top: 2px solid #d6d6d6;
    /*max-height: 44px;*/
    padding-top: 0; }

  #info-box-nav-tray {
    padding: 0; }

  #search-panel {
    top: 55px; }

  #btn-search .arrow {
    bottom: -20px; }

  #search-panel-inner {
    height: 55px; }

  #search-bar {
    width: 295px; }

  #search-field {
    font-size: 80%;
    top: 12px;
    width: 270px;
    left: 13px; }

  .nav-secondary {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 50px;
    padding: 0 25px 0 0;
    z-index: 6; }
    .nav-secondary li {
      margin: 0 0 15px 0;
      overflow: hidden;
      float: none; }
      .nav-secondary li a {
        padding: 1em;
        font-size: 0.8em;
        border-radius: 2em; }
        .nav-secondary li a .btn-label {
          display: none; } }
/* 480-width and smaller viewport rules */
/*@media screen and (max-width: 480px)*/
/* 560-width and smaller viewport rules */
@media screen and (max-width: 560px) {
  .header-bar-logo {
    display: none; }

  #customer-logo {
    display: block; }

  #branding-logo {
    width: 25px; }

  #menu-panel {
    width: 60%; }

  #slo-frame.gpuAccelCapable.hidden {
    width: 50%;
    margin-left: 9%;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0); }
    #slo-frame.gpuAccelCapable.hidden #branding-logo {
      display: none; }
  #slo-frame.collapsed #info-panel {
    width: 100%; } }
/* 360 and smaller viewport rules */
/*@media screen and (max-width: 360px)*/
/* 390 and smaller viewport rules */
@media screen and (max-width: 390px) {
  #ifactorAlert {
    margin: -50px 0 0 -100px;
    width: 200px; }

  #menu-content #menu-content-holder {
    padding: 0 10px 20px; }

  #menu-panel.expanded .menu-row .menu-label {
    font-size: 0.8em; }
  #menu-panel.expanded .info-data {
    font-size: 0.7em; }

  #slo-frame.gpuAccelCapable.hidden #branding-logo {
    display: none; }
  #slo-frame.gpuAccelCapable.hidden #customer-logo {
    display: none; } }
/*@media screen and (min-width: 825px)*/
/* Large viewport experience */
/* 824-width and smaller viewport rules */
/*@media screen and (max-width: 824px)*/
/* 759-width and smaller viewport rules */
@media screen and (max-width: 769px) {
  #slo-frame.gpuAccelCapable.hidden {
    width: 50%;
    margin-left: 0;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0); }
  #slo-frame.collapsed {
    width: 66% !important;
    left: 34%; }
    #slo-frame.collapsed #search-field {
      width: 315px; }
    #slo-frame.collapsed .search-panel-popup #search-bar #search-field {
      width: 100px; }
    #slo-frame.collapsed .header-bar-logo {
      margin: 10px 5px 0 0;
      top: 12px;
      right: 18px;
      width: 15px; }
    #slo-frame.collapsed #search-bar {
      position: relative; }
      #slo-frame.collapsed #search-bar .search-button {
        left: 10px; }
      #slo-frame.collapsed #search-bar #search-field {
        float: left; }
      #slo-frame.collapsed #search-bar #hiddenCancel {
        float: left;
        top: 5px;
        padding: 0;
        line-height: 18px; }

  #menu-panel {
    width: 34% !important; }
    #menu-panel #menu-header {
      height: 50px; }

  #header-panel {
    height: 50px; }

  .btn-zoom {
    left: 5%; }
    .btn-zoom#btn-zoom-in {
      top: 70px; }
    .btn-zoom#btn-zoom-out {
      top: 125px; }

  .header-bar-btn {
    width: 44px; }

  .header-bar-logo {
    margin: 10px 5px 0 0;
    top: 0;
    right: 10px; }

  #info-panel {
    width: 70%;
    margin-top: 50px;
    z-index: 10; }

  #info-box {
    padding-bottom: 5px 0 0 45px;
    position: relative; }

  #info-box-content {
    padding: 15px 0px 10px; }

  #info-box-scroller {
    max-height: 80% !important;
    overflow: initial !important;
    overflow-y: auto !important;
    overflow-x: initial !important; }
    #info-box-scroller #info-box-tool-tray {
      padding-bottom: 30px; }

  #alert-banner {
    top: 50px; }

  #info-panel {
    margin: 0;
    padding-left: 0;
    z-index: 100 !important;
    background: rgba(110, 110, 110, 0.97) !important;
    left: 0;
    width: 100% !important; }

  #info-box {
    padding-top: 30px;
    background-color: white; }

  /*#menu-panel.mobile-layering {
    z-index: -1;
  }*/
  #slo-frame.mobile-layering {
    width: 100%;
    margin-left: 0; }

  .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; }

  #search-bar #btn-search {
    padding: 0 25px 0 10px; }

  .search-button, #search-field {
    display: none !important; }

  #search-bar {
    padding: 0;
    margin-left: 0 !important;
    width: 50px; }

  .search-panel-popup #popup-search-bar {
    display: block !important; }

  #btn-search {
    display: block !important; }

  #popup-search-panel-inner {
    margin: 0 !important; }
    #popup-search-panel-inner .hiddenSubmit.icon-search {
      position: absolute;
      top: 16px;
      left: 32px;
      color: #e37222;
      overflow: hidden;
      height: 18px; }
    #popup-search-panel-inner .hiddenSubmit#hiddenCancel {
      top: 14px;
      color: #ffffff; }

  #popup-search-field {
    float: left !important;
    width: 91% !important;
    background-color: #ffffff !important;
    padding-left: 45px !important; }

  .mobile-only {
    display: block !important; }

  .mobile-hide {
    display: none !important; }

  .search-panel-popup#popup-search-panel {
    left: 0;
    top: 50px;
    width: 100%;
    background-color: white; }

  #slo-frame {
    width: 100%;
    margin-left: 0; }
    #slo-frame #header-panel {
      background-color: white; }
      #slo-frame #header-panel button {
        width: 50px;
        max-width: 100%;
        min-width: 35px; }
        #slo-frame #header-panel button#btn-menu {
          margin-left: 0; }
        #slo-frame #header-panel button#btn-search {
          padding: 0; }
      #slo-frame #header-panel .header-bar-logo {
        top: 10px;
        width: 100px; }
    #slo-frame.collapsed #customer-logo {
      display: none !important; }
    #slo-frame.collapsed #header-panel {
      overflow: hidden; } }
/* 480-width and smaller viewport rules */
/*@media screen and (max-width: 480px)*/
/* 560-width and smaller viewport rules */
@media screen and (max-width: 560px) {
  .header-bar-logo {
    display: none; }

  #customer-logo {
    display: block; }

  #branding-logo {
    width: 25px; }

  #menu-panel {
    width: 60%; }

  #slo-frame.gpuAccelCapable.hidden {
    width: 50%;
    margin-left: 9%;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0); }
    #slo-frame.gpuAccelCapable.hidden #branding-logo {
      display: none; }

  #slo-frame.collapsed {
    margin-left: 58% !important; }

  #slo-frame.collapsed #info-panel {
    width: 100%; }

  #menu-panel {
    margin-left: -41px; }
    #menu-panel.expanded {
      margin-left: 0;
      width: 80% !important; }
    #menu-panel .menu-row {
      background-color: #3a3d42;
      color: #ffffff; }
      #menu-panel .menu-row .menu-label, #menu-panel .menu-row .menu-icon, #menu-panel .menu-row .menu-arrow {
        color: #ffffff !important; }
    #menu-panel .expandable-content {
      color: #ffffff !important; }

  #slo-frame {
    width: 100%;
    margin-left: 0; }
    #slo-frame #header-panel {
      background-color: white; }
      #slo-frame #header-panel button {
        width: 50px;
        max-width: 100%;
        min-width: 35px; }
        #slo-frame #header-panel button#btn-menu {
          margin-left: 0; }
        #slo-frame #header-panel button#btn-search {
          padding: 0; }
    #slo-frame.collapsed {
      width: 20% !important;
      left: 22%; }
      #slo-frame.collapsed #customer-logo {
        display: none !important; }
      #slo-frame.collapsed #header-panel {
        overflow: hidden; }

  .search-panel-popup#popup-search-panel {
    left: -99px;
    top: 50px;
    width: 100%;
    background-color: white; }

  #environment {
    display: none; }

  #info-panel {
    height: 50% !important;
    position: relative !important;
    bottom: 0;
    left: 0; }
    #info-panel.mobile-resize {
      height: 100% !important;
      position: absolute !important;
      top: 0 !important;
      margin-top: 50px; }
    #info-panel .info-btn:hover {
      background-color: rgba(51, 51, 51, 0.8) !important;
      color: white !important; }
    #info-panel #info-box {
      padding: 0;
      background-color: white; }
      #info-panel #info-box .title-bar {
        background-color: #9f9ea1;
        padding-left: 20px;
        padding-right: 20px; }
      #info-panel #info-box #info-box-scroller {
        padding: 0 20px;
        max-height: 70% !important; }
      #info-panel #info-box #info-box-content {
        padding: 10px 0 10px;
        border-bottom: 1px solid #e37222;
        color: #000000 !important; }
        #info-panel #info-box #info-box-content .chkbox {
          font-size: 11px !important; }
      #info-panel #info-box .data, #info-panel #info-box .polenumber, #info-panel #info-box #freetext {
        color: #000000 !important; }
      #info-panel #info-box #info-box-tool-tray {
        width: 100%;
        border: none;
        padding-top: 0;
        max-height: 100%; }
      #info-panel #info-box #info-box-tool-tray-inner {
        width: 100%;
        text-align: center; }
        #info-panel #info-box #info-box-tool-tray-inner button:first-child {
          display: none !important; }
      #info-panel #info-box #mobile-close {
        border-radius: 9px;
        background-color: white;
        color: #9f9ea1;
        position: absolute;
        top: 21px;
        right: 13px;
        width: 18px;
        height: 18px;
        padding: 3px 0 0 4px;
        font-size: 10px; }
      #info-panel #info-box #footerbutton1, #info-panel #info-box #footerButton2 {
        background-color: #3a3d42;
        width: 100%;
        border-radius: 0;
        border: none;
        text-align: center;
        margin: 0;
        font-weight: bold;
        float: left; }

  #map.info-open {
    height: 50%; }

  #customer-logo {
    z-index: 10;
    top: 18px;
    right: 20px;
    background-size: 99px 13px !important;
    bottom: auto;
    left: auto; }

  #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; }

  .btn-zoom {
    border: none;
    background: rgba(153, 153, 153, 0.7);
    left: 7%; }
    .btn-zoom#btn-zoom-in {
      top: 125px; }
    .btn-zoom#btn-zoom-out {
      top: 180px; }

  #menu-header {
    display: none; }

  .closeInfoPanel {
    background-color: white !important;
    color: #9f9ea1 !important;
    padding: 5px 0px 0px 0px !important;
    margin-top: -10px; }
    .closeInfoPanel .icon-cross {
      line-height: 12px !important; } }
/* 360 and smaller viewport rules */
@media screen and (max-width: 360px) {
  #slo-frame.collapsed #header-panel #btn-menu {
    margin-left: 0; } }
/* 320 and smaller viewport rules */
@media screen and (max-width: 320px) {
  #slo-frame.collapsed #header-panel button {
    min-width: 31px; }
  #slo-frame.collapsed #header-panel #btn-menu {
    margin-left: 0; } }
/* 390 and smaller viewport rules */
@media screen and (max-width: 390px) {
  .search-panel-popup #search-bar #search-field {
    width: 150px; }

  #ifactorAlert {
    margin: -50px 0 0 -100px;
    width: 200px; }

  #menu-content #menu-content-holder {
    padding: 0 10px 20px; }

  #menu-panel.expanded .menu-row .menu-label {
    font-size: 0.8em; }
  #menu-panel.expanded .info-data {
    font-size: 0.7em; } }
/* forms partial start */
#incidentInformationForm {
  padding: 0 1px; }

.input-xlarge {
  width: 100%;
  padding: 5px;
  box-shadow: none; }

.chkbox {
  padding: 15px 0 0 1px;
  float: left;
  margin-right: 6px;
  font-weight: 200; }

.checkbox-padding {
  display: inline-block;
  margin: 0 8px 2px 0px; }
  .checkbox-padding.validate {
    padding: 0px 3px; }

#labelemail {
  clear: both; }

.validate {
  border: 1px solid red; }

#terms {
  padding-top: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200; }

#chkbox {
  box-shadow: none; }

#chkAddress {
  margin-left: -19px;
  margin-top: 0px; }

.polenumber {
  color: #fff;
  font-weight: 500; }

.data {
  color: black; }

.sloid {
  color: #fff;
  font-weight: 500; }

.date {
  background-color: white;
  color: black;
  padding: 10px 10px 10px 10px; }

.address {
  color: black; }

#utilitylogo {
  width: 120px; }

#freetext, #poleinfo {
  color: black;
  padding-top: 15px; }

.closeInfoPanel {
  border-radius: 10px;
  background-color: #cececf;
  color: white;
  float: right;
  width: 20px;
  height: 20px;
  font-size: 10px; }
  .closeInfoPanel .icon-cross {
    width: 10px;
    height: 10px;
    line-height: 20px;
    display: block;
    margin: 0 auto; }

.title-bar div:first-child {
  float: left; }

.incident-info {
  width: 13px;
  height: 13px;
  background-position: 0 0;
  background-size: 13px 13px; }
  .incident-info.btn-selected {
    background-position: 0 0; }

/* */
/* Media Query Break Points */
/* LG screens */
/* LG Screens+ */
/* Tablet landscape */
/* Tablet Portrait */
/* Phone Landscape */
/* Phone Portrait larger */
/* Phone Portrait */
/*********************************** GENERAL ***********************************/
/*********************************** MISC ***********************************/
/*********************************** MAP FRAME ***********************************/
/*********************************** MAP ***********************************/
/*********************************** ZOOM BUTTONS ***********************************/
/*********************************** HEADER PANEL ***********************************/
/*********************************** SEARCH PANEL ***********************************/
#incidentInformationForm a {
  color: #fbd44f; }

/*********************************** MENU PANEL ***********************************/
#menu-content {
  overflow-x: hidden;
  overflow-y: auto; }

.expandable-content-padding {
  padding: 10px 10px 10px 20px; }

/*********************************** INFO PANEL ***********************************/
select {color:grey}  
select option {color:black}
select option:first-child {color:grey}
//select:invalid option:not(:disabled) {color:black}
#info-panel.gpuAccelCapable {
  display: block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

#info-panel .info-btn {
  border-radius: 5px;
  background-color: #6e8188;
  /*IE FALLBACK*/
  background-color: rgba(110, 129, 136, 0.8);
  border: 1px solid #ccc; }
  #info-panel .info-btn:hover {
    color: #ccc;
    border-color: #fff; }
#info-panel .input-prepend .add-on {
  float: left;
  background: #fbd44f; }
#info-panel .info-content-container {
  color: #000;
  padding: 0;
  margin: 0; }
  #info-panel .info-content-container .info-img-holder {
    text-align: center;
    left: 220px; }
    #info-panel .info-content-container .info-img-holder img {
      border: 1px solid #000; }
  #info-panel .info-content-container .info-content-callout {
    color: #fff;
    padding-top: 10px; }
  #info-panel .info-content-container .pole-num span, #info-panel .info-content-container .order-num span, #info-panel .info-content-container .date-reported span, #info-panel .info-content-container .light-type span, #info-panel .info-content-container .light-style span, #info-panel .info-content-container .wattage span {
    font-weight: 700; }

.title-bar {
  border-bottom: 3px solid #fbd44f; }

#info-box-content input, #info-box-content textarea {
  color: #000; }
#info-box-content span {
  font-size: 16px; }
#info-box-content .alert-info {
  border-radius: 5px;
  background-color: #6e8188;
  /*IE FALLBACK*/
  background-color: rgba(110, 129, 136, 0.8);
  border: 1px solid #ccc;
  color: #fff;
  text-shadow: none; }

/* Media Query Break Points */
/* LG screens */
/* LG Screens+ */
/* Tablet landscape */
/* Tablet Portrait */
/* Phone Landscape */
/* Phone Portrait larger */
/* Phone Portrait */
/*********************************** MEDIA QUERIES ***********************************/
/********************* JANRAIN **********************/
#janrainModal {
  width: auto !important;
  height: auto !important; }

#ifactorMessageBox, .ui-widget-content {
  background-color: #F1F2F2;
  border-color: #F1F2F2;
  font-size: 14px;
  color: #666; }

.ui-widget-header {
  background-color: #9FA8AD;
  color: white;
  text-transform: uppercase;
  font-size: 14px; }

.ui-dialog-titlebar-close {
  background-color: #ADBAC3;
  border: 2px solid #9DA1A7; }

#info-box, .expandable-content {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.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; }

#reginaAssetlogo {
    max-width: 100%;
    width: 108px;
    height: 75px;
    padding: 0px 12px 12px 12px;
}


#reginaIncidentLogo {
    max-width: 100%;
    width: 108px;
    height: 75px;
    padding: 0px 12px 12px 12px;
}

/*# sourceMappingURL=impl.css.map */
