.gm-style iframe + div { border:none !important; }

@font-face {
    font-family: anita;
    src: url('fonts/anita_semi_square.ttf') format('truetype');
}

@font-face {
    font-family: audiowide;
    src: url('fonts/audiowide-regular.ttf') format('truetype');
}

html, body {
    /*height: 100%;*/
    background-color: #e6e6e6;
    margin: 0;
    font-family: sans-serif;
}

#header {
    overflow: hidden;
    background-color: #990000;
    position: fixed;
    height: 56px;
    top: 0;
    width: 100%;
    z-index: 2;
}

#footer {
    overflow: auto;
    background-color: #990000;
    position: fixed;
    height: 20px;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#footerText {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
}

#footerTextStatus {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
}

#footerPad {
    height: 20px;
    bottom: 0;
    width: 100%;
}

#sidebar {
    float: right;
    display: block;
    color: white;
    padding: 14px;
    font-size: 20px;
}

.navbar {
    overflow: auto;
    white-space: nowrap;
    background-color: #990000;
    position: fixed;
    z-index: 2;
    top: 56px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0;
}

.chosenNavBar {
    cursor:pointer;
    font-weight: bold;
    text-shadow: 1px 1px black;
    background-color: #890000;
}

.navbar a {
    /*float: left;*/
    display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 14px;
    box-shadow:  inset -2px -2px 3px #870000, inset 2px 2px 3px #A80000;
    cursor: pointer;
}

.infoBoxNavbar {
    overflow: auto;
    white-space: nowrap;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

#viewDropdown {
    float: right;
    color: white;
    text-align: center;
    font-size: 16px;
}
    
#viewDropup {
    float: right;
    color: white;
    text-align: center;
    font-size: 16px;
}

.leftJustify {
    text-align: left;
}

.centerJustify {
    text-align: center;
}

.rightJustify {
    text-align: right;
}

#configText {
    vertical-align: middle;
    font-family: sans-serif;
    line-height: 2;
}
            
.containerHeader {
    width: 100%;
    display: table;
    color: black;
    font-size: 115%;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 12px;
}

#containerHeaderText {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

#containerHeaderText a {
    text-decoration: none;
    color: black;
    margin-right: -5px;
}

.containerBody {
    width: 100%;
    display: table;
    font-family: sans-serif;
}

.containerBodyInfo {
    width: 100%;
    display: table;
    font-family: sans-serif;
}

.column1 {
    vertical-align: middle;
    display: table-cell;
    width: 33%;
    height: 200px;
}

.column2 {
    vertical-align: middle;
    display: table-cell;
    width: 66%;
    height: 200px;
}

.column2 img {
    max-width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.column1Weather {
    display: table-cell;
    width: 33%;
    height: 200px;
}

.mainText {
    font-weight: bold;
    text-align: center;
}
            
.subText {
    padding-top: 10px;
    text-align: center;
    font-size: 85%;
    line-height: 150%;
}
 
.subsubText {
    font-size: 70%;
    text-align: center;
    font-style: italic;
    line-height: 100%;
}

#main {
    position:absolute;
    top: 56px;
    bottom: 20px;
    width: 100%;
    background-color: #e6e6e6;
}

#mainWithTopNav {
    position:absolute;
    top: 88px;
    bottom: 20px;
    width: 100%;
    background-color: #e6e6e6;
}

.container {
    display: inline-block; 
    padding: 8px;
    vertical-align: middle;
    width: 100%;
    height: 90%;
}

#map {
    height: 100%;
    width: 100%;
}

#iw-container {
    padding: 0;
    height: auto;
    overflow: hidden;
}

#iw-container .iw-title {
    font-family: "Courier New", Courier, monospace;
    background-color: #990000;
    color: white;
    font-size: 3vh;
    padding: 5px;
}

#iw-container .iw-content {
    background-color: white;
    color: black;
    font-size: 2vh;
    padding: 5px;
}

#iw-container .iw-header {
    font-weight: bold;
}

.gm-style-iw {
   width: 350px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}

.textContainer {
    width: 100%;
    display: table;
    padding-top: 10px;
    font-family: sans-serif;
    line-height: 2;
    padding-bottom: 8px;
}

.textContainer textarea {
    width:99%;
    margin: 5px;
}

fieldset {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Fixed sideNav, full height */
.confignav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 88px;
  right: 0;
  background-color: white;
  overflow-y: hidden;
  transition: 1.0s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Fixed sideNav, full height */
.sideNav {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    border: none;
    font-size: 25px;
    line-height: 56px;
}

/* Style the sideNav links and the dropdown button */
#sideNavContent1 a, #sideNavContent2 a /*, #sideNavContent1 .dropdown-btn, #sideNavContent2 .dropdown-btn*/ {
    color: black;
    display: block;
    background-color: white;
    width: 225px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container a {
  font-size: 66%;
  height: 66%;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: lightgray;
  padding-left: 16px;
}

/* Optional: Style the caret down icon */
#dropdown, #dropup {
  float: right;
  padding-right: 8px;
  line-height: 48px;
}

#sideNavContent1 button, #sideNavContent2 button {
    border: none;
    outline: none;
    font-size: 25px;
    color: black;
    display: block;
    background-color: white;
    width: 225px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
}

/* Style the sideNav links and the dropdown button */
.sideNavSymbol {
    position: relative;
    top: 4px;
    left: 4px;
}

/* Style the sidenav links and the dropdown button */
#closeNav {
    position: absolute;
    left: 185px;
    top: 16px;
}

/* Style the sidenav links and the dropdown button */
#sideNavLogo {
    position: absolute;
    top: 12px;
}

.material-icons#arrow_forward {
    color: white;
}

#sideNavHeader {
    font-size: 25px;
    height: 56px;
    width: 100%;
    vertical-align: middle;
    background-color: #990000;
    color: white;
    /*padding-top: 12px;
    padding-bottom: 0px;*/
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

#sideNavContent1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

#sideNavContent2 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid thin lightgray;
}

#sideNavFooterPadding {
    height: 76px;
    width: 100%;
    background-color: white;
}

#sideNavFooter {
    width: 100%;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    background-color: white;
}

#sideNavButtons {
    font-size: 25px;
    line-height: 56px;
    height: 56px;
    border: none;
    padding-left: 16px;
    padding-right: 16px;
}

#sideNavButtons .icon-button {
    background-color: white;
    border: none;
}

#sideNavButtons a {
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

#sideNavFooterText {
    font-family: sans-serif;
    font-size: 6px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #990000;
    color: white;
    height: 20px;
    padding-left: 16px;
    padding-right: 16px;/*: 8px 8px 8px 16px;*/
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}

#users tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

#nodes tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

#routers tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

#sessions tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

.material-icons.md-light {
    color: gray;
}

.material-icons.md-gray {
    color: gray;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

.material-icons.md-brightgreen {
    color: #33cc33;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
    text-shadow: 1px 1px lightgrey;
}

.material-icons.md-green {
    color: green;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

.material-icons.md-yellow {
    color: yellow;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

.material-icons.md-red {
    color: red;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

.material-icons.md-black {
    color: black;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

.material-icons.md-white {
    color: white;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: top;
}

/* On mouse-over */
#sideNavigationMenu a:hover {
  background: lightgrey;
}

/* On mouse-over */
#sideNavigationMenu button:hover {
  background: lightgrey;
}

#closeNav:hover {
  /*background: #990000;*/
  color: white;
  /*text-shadow: 1px 1px black;*/
}

.button {
    background-color: #990000;
    cursor: pointer;
    border-radius: 3px;
    color: white;
    border: solid;
    border-width: thin;
    border-color: #990000;
    padding: 4px 8px;
    margin-right: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    /*box-shadow: 2px 2px 4px lightgray; *//*0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
}

div#box {
  border: solid thin lightgray;
  border-radius: 4px;
  box-shadow: 5px 5px 4px lightgray;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  background-color: white;
}

div#infoBox {
    border: solid thin white;
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: white;
    position: absolute;
    left: 5px;
    bottom: 32px;
    width: 400px;
    max-width: 75%;
    max-height: 33%;
    z-index: 99;
    display: none;
    overflow-y: auto;
}

.grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: max-content;
    padding: 10px;
}

.grid-container-wide {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    padding: 10px;
}

img#image {
    display: block;
    max-height: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.centerButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 #33cc33;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.centerButtonText {
    background-color: #990000;
    color: white;
    font-family: 'Roboto,Arial,sans-serif';
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

#centerButtonIcon {
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.liveButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 #33cc33;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.liveButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.replayButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.replayButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.trackerWidgetTop {
  position: absolute;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 2px;
  top: 8px;
  left: 8px;
  background: #990000;
  color: white;
}

.trackerWidgetBottom {
  position: absolute;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 2px;
  bottom: 8px;
  left: 8px;
  background: #990000;
  color: white;
}

#alertsList tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

#alertsHistoryList tr:not(:first-child):hover {
    cursor:pointer;
    background: #e6e6e6;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #990000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

#loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    background-color: white;
    box-shadow:
      0 0 60px 60px #fff;
}

#loaderStatus {
    z-index: 1;
    border: 6px solid white;
    border-radius: 50%;
    border-top: 6px solid #990000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 8px auto;
}

#loaderTitle {
    font-family: audiowide;
}

#loaderProgress {
    font-size: 50%;
    font-family: sans-serif;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.fadeIn {
  /*position: relative;*/
  /*-webkit-animation-name: fadeIn;*/
  /*-webkit-animation-duration: 500ms;*/
  /*animation-name: fadeIn;*/
  /*animation-duration: 500ms;*/
  display: none;
}

@-webkit-keyframes fadeIn {
  from { opacity:0 } 
  to { opacity:1 }
}

@keyframes fadeIn { 
  from{ opacity:0 } 
  to{ opacity:1 }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#banner {
    position:absolute;
    background-color: red;
    color: white;
    font-family: sans-serif;
    z-index: 1;
    overflow-y: hidden;
    transition: 1.0s;
    border: none;
    width: 100%;
}

#bannerLabel {
    font-weight: bold;
}

#bannerMessage {
    font-weight: normal;
    padding: 4px;
}

.bannerCloseButton {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.bannerCloseButton:hover {
    color: lightgrey;
}

.material-icons.banner {
    color: white;
    vertical-align: bottom;
    display: inline;
}

.onlineText {
    color: #33cc33;
    text-shadow: 1px 1px lightgrey;
}

.degradedText {
    color: red;
    text-shadow: 1px 1px lightgrey;
}

.offlineText {
    color: grey;
    text-shadow: 1px 1px lightgrey;
}

.roadsButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 #33cc33;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.roadsButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.roadsCreateButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.roadsCreateButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.poiButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.poiButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.poiCreateButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.poiCreateButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.structuresButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 #33cc33;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.structuresButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.structuresCreateButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.structuresCreateButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.zonesButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 #33cc33;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.zonesButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.zonesCreateButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.zonesCreateButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.iotButton {
    background-color: #990000;
    color: white;
    border-style: solid;
    border-color: #990000 #990000 #990000 white;
    border-left-width: thick;
    border-top-width: thick;
    border-right-width: thin;
    border-bottom-width: thick;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
}

.iotButtonText {
    background-color: #990000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    width: 34px;
    text-align: center;
}

.gm-style-iw > button {
    display: none !important;
}

#logo {
    float: left;
    display: block;
    padding-left: 5px;
}

/* Adds up to 36px */
#productName {
    font-family: audiowide;
    font-size: 18px;
    color: white;
    padding-top: 8px;
    padding-bottom: 5px;
}

/* Adds up to 20px */
#productDescription {
    font-size: 12px;
    color: white;
    padding-left: 1px;
}

.faqSubtext {
  margin-left: 30px;
  padding-bottom: 12px;
}

.fitwidth {
    width: 32px;
    white-space: nowrap;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-header {
    display: table;
    color: black;
    text-align: left;
    font-weight: bold;
    background-color: white;
    border: none;
    outline: none;
    vertical-align: middle;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.count {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-header-container {
    display: none;
    width: 100%;
    font-family: sans-serif;
    position: relative;
    padding-bottom: 8px;
    line-height: 1.6;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-header-container-button {
    display: none;
    width: 100%;
    font-family: sans-serif;
    position: relative;
    top: -32px;
    line-height: 1.6;
}

#noDataMessage {
    text-align: center;
    vertical-align: middle;
}