#email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn {
  background-color: #fff;
  color: #808080;
  width: 110px;
}

.btn-flat {
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled='false');
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.btn-blue {
  background-color: transparent;
  color: #2b81b9;
  border: 1px solid #2b81b9;
  padding: 4px 21px;
  border-radius: 2px;
}

.btn-blue:hover {
  background-color: #2b81b9;
  color: white;
}

#copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-family: helvetica-medium;
  color: #80809c;
  width: 100%;
  padding-top: 10px;
}

.copyright {
  display: flex;
  width: 120px;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

#store_list td {
  text-align: center;
}

.banner_col1 img {
  max-width: 360px;
  max-height: 250px;
}

.banner_col2 p {
  margin: 0px;
}

.banner_col2 {
  margin: 0px;
  padding-right: 20px;
  float: left;
}

.banner_col3 p {
  margin: 0px;
}

#bannerTable {
  width: 100%;
}

#bannerTable td {
  text-align: left;
}

.menu-link {
  margin-right: 50px;
}

li.message-preview {
  cursor: pointer;
}

li.client_preview .styles {
  font-family: helvetica-medium;
  color: #808080;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: .6px;
}

.client_flag {
  text-transform: uppercase;
  border: 1px solid #9BC531;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0 28px 20px;
  letter-spacing: 2px;
}

.client_flag.production {
  background-color: #9BC531;
  color: #FFFFFF;
}

.client_flag.staging {
  color: #9BC531;
}

.block-view {
  display: block !important;
}


@media screen and (max-width: 1440px) {
  .store-form-container {
    grid-template-columns: repeat(auto-fill, minmax(690px, 1fr)) !important;
  }

  .location-new-form-container {
    grid-template-columns: repeat(auto-fill, minmax(700px, 1fr)) !important;
  }
}

@media screen and (max-width: 1460px) {
  .pn-testing-info-header-container {
    width: auto !important;
  }

  .pn-input-container {
    display: flex;
    flex-direction: column;
  }
}