﻿#pwa__section {
    width: 100%;
}

#pwa__section, #pwa__row {
  /*background-color: #005582;
  color: white;*/
}

#pwa__row {
    height: 24px;
}

#pwa__onlineStatus {
  display: none;
  color: orangered;
  font-weight: bold;
  padding-top: 10px;
}

#pwa__install_prompt_confirm {
    visibility: hidden;
    color: white;
    font-weight: bold;
}

#pwa__back {
  display: none;
  padding-top: 10px;
}

#pwa__back_button {
  visibility: hidden;
  font-weight: normal;
  cursor: pointer;
  color: white;
  height: 24px;
  margin: 0;
  padding: 0;
    /*margin-bottom: 3px;
    padding: 2px 6px 1px 6px;*/
}

#pwa__install {
  /*text-align: center;*/
  display: none;
  color: white;
  padding-top: 10px;
}

#pwa__dialog_hider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: Black;
    opacity: 0.6;
}

#pwa__dialog_ios, #pwa__dialog_other {
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    width: 300px;
    height: auto;
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
    background-color: white;
    color: #024795;
    border: 1px solid #ccc;
    border: 2px solid black;
    text-align: center;
    z-index: 10000;
}

#pwa__dialog_ios img, #pwa__dialog_other img {
    height: 25px;
    width: auto;
}

#pwa__notification_offline, #pwa__notification_offline_cart {
    display: block;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 10000;
    background-color: #031926;
    color: white;
    margin-bottom: 0;
    transition: height 0.1s;
    font-size: 1em;
}

.pwa__is-offline a {
    cursor: default;
}

.pwa__is-offline .pwa__available-offline {
    cursor: pointer;
}
