.intiaroWidget .hiResPictureButton {
  box-shadow: 2px 2px 4px -1px #757575;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #8c8c94;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  padding: 10px 20px;
  text-decoration: none; }

.intiaroWidget .hiResPictureButton:hover {
  background-color: #d5d8e4; }

.intiaroWidget .download3DButton {
  box-shadow: 2px 2px 4px -1px #757575;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #8c8c94;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  padding: 10px 20px;
  text-decoration: none; }

.intiaroWidget .download3DButton:hover {
  background-color: #d5d8e4; }

.intiaroPopup {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10000;
  width: 10%;
  min-width: 300px;
  max-height: 70%;
  overflow: auto;
  box-shadow: 2px 2px 4px -1px #757575;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #8c8c94;
  display: inline-block;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none; }
  .intiaroPopup .tabWrapper {
    border: 1px solid white;
    border-bottom-color: lightgrey;
    margin-bottom: 10px; }
    .intiaroPopup .tabWrapper .tab {
      outline: none;
      opacity: 1;
      color: darkgray;
      width: auto;
      margin-bottom: -1px;
      border-radius: 5px 5px 0px 0px;
      border: 1px solid lightgrey;
      border-bottom-color: lightgray;
      background-color: #eeeeee; }
    .intiaroPopup .tabWrapper .opened {
      color: black;
      border-bottom-color: white;
      background-color: white; }
  .intiaroPopup .popup-title {
    display: block;
    font-size: 18px;
    margin: 25px 0px;
    line-height: 22px; }
  .intiaroPopup .popup-header {
    display: block;
    margin: 16px 0px;
    font-size: 12px;
    color: black;
    line-height: 14px; }
  .intiaroPopup input[type=text], .intiaroPopup input[type=password] {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #f1f1f1; }
  .intiaroPopup input[type=text]:focus, .intiaroPopup input[type=password]:focus {
    background-color: #ddd;
    outline: none; }
  .intiaroPopup .btn {
    border-radius: 5px;
    background-color: white;
    border: 1px solid lightgrey;
    color: black;
    padding: 10px 10px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.9; }
  .intiaroPopup .download-silo-button {
    width: 49%; }
  .intiaroPopup .open-silo-button {
    width: 49%; }
  .intiaroPopup .popup-close-button {
    text-align: center;
    padding: 10px;
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    border-width: 0px 0px 1px 1px;
    border-color: #8c8c94;
    border-radius: 0px 5px 0px 5px; }
  .intiaroPopup .cancel {
    opacity: 0.8;
    background-color: #dc0000; }
  .intiaroPopup .register {
    opacity: 0.8;
    background-color: #007800; }
  .intiaroPopup .disabled {
    opacity: 1;
    cursor: no-drop;
    color: #eeeeee;
    background-color: lightgray;
    outline: none; }
  .intiaroPopup .btn:hover, .intiaroPopup .open-button:hover {
    opacity: 1; }
  .intiaroPopup .intiaroSelect {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #f1f1f1; }
