﻿html,
body {
  height: 100%;
  overflow: hidden;
}
.loader {
  /*display: none;
    &.animated {
        display: block;
    }*/
}
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 250px auto;
}
.fan {
  -moz-transition: all 10s ease-in-out;
  -webkit-transition: all 10s ease-in-out;
  -o-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
}
.fan:hover {
  transform: rotate(10800deg);
  -webkit-transform: rotate(10800deg);
  -moz-transform: rotate(10800deg);
  -o-transform: rotate(10800deg);
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #059dcf;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
body {
  background-color: #444C5D;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}
.logo {
  position: fixed;
  top: 2px;
  left: 64px;
  z-index: 999;
}
.sgs-logo {
  position: fixed;
  right: 35px;
  bottom: 30px;
  z-index: 999;
}
.top-bar {
  z-index: 999;
  position: absolute;
  right: 95px;
  top: 0;
  height: 76px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.top-bar .toggle {
  display: none;
}
.top-bar select {
  font-family: 'Ubuntu', sans-serif;
  margin-right: 15px;
  padding: 10px 20px;
  color: white;
  border: 1px white solid;
  background: transparent;
  width: 200px;
  font-weight: 500;
  font-size: 18px;
}
.top-bar select option {
  color: black;
}
.top-bar .used-materials {
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 22px;
  text-decoration: none;
}
.top-bar .icons a {
  margin-left: 15px;
}
.imageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}
.imageWrapper > .baseImage,
.imageWrapper > .overlay {
  position: absolute;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}
.imageWrapper > .overlays {
  position: absolute;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}
.imageWrapper > .overlays > .overlay-button {
  display: block;
  position: absolute;
  background-image: url(/Content/images/overlay-button.png);
  width: 99px;
  height: 99px;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0.75;
}
.imageWrapper > .overlays > .overlay-button:hover {
  opacity: 1;
}
.imageWrapper > .overlays > .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dialog {
  margin-top: 100px;
}
.modal {
  box-shadow: none;
  border: none;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  color: white;
  background: rgba(17, 144, 188, 0.96);
  text-align: center;
  text-transform: uppercase;
  border: none;
  height: 50px;
  padding: 10px;
}
.modal .modal-header h4 {
  font-size: 22px;
}
.modal .close {
  font-size: 50px;
  font-weight: 300;
  color: white;
  margin: -15px 0 -15px 0;
}
.modal .modal-content {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.modal .modal-body {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.modal-backdrop {
  background-color: transparent;
}
#materialsModal .modal-body {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}
#materialsModal .materials {
  height: 550px;
  overflow: hidden;
  position: relative;
}
#materialsModal .material-button {
  margin-bottom: 10px;
}
#materialsModal .material-button .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  margin: 0 auto 5px auto;
  padding: 5px;
}
#materialsModal .material-button .thumb:hover {
  background-image: url('/Content/materials/active.png');
}
#materialsModal .material-button .text {
  display: block;
  text-align: center;
  font-size: 18px;
}
#materialsModal .material-button.active .thumb {
  background-image: url('/Content/materials/active.png');
}
#materialsModal .material-button.active .text {
  color: #059dcf;
  font-weight: bold;
}
#overviewModal .modal-body {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#overviewModal .materials {
  height: 550px;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
#overviewModal .material-button {
  margin: 10px;
  overflow: hidden;
}
#overviewModal .material-button .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/Content/materials/active.png');
  width: 125px;
  height: 125px;
  margin: 0 auto 5px auto;
  padding: 5px;
  float: left;
}
#overviewModal .material-button .text {
  margin-left: 175px;
  padding: 0px;
  margin-top: 10px;
  /*padding: 5px 0 0 15px;*/
}
#overviewModal .material-button .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #059dcf;
}
.panel-default {
  background-color: rgba(0, 0, 0, 0);
  /*background-color: none;*/
  border-width: 0px;
}
.panel-default > .panel-heading {
  background-color: #000000;
  color: white;
  margin: 10px 10px 10px 10px;
  height: 35px;
}
.panel-default > .panel-heading a {
  text-decoration: none;
}
.input-overview-dialog {
  background-color: #059dcf;
  border-radius: 5px;
  border: none;
  width: 110px;
  height: 40px;
  margin-right: 5px;
  text-align: right;
  font-size: 24px;
  padding: 0 10px;
}
.overview-hr {
  margin: 0px;
}
.bold {
  font-weight: bold;
}
.font-size-1 {
  font-size: 16px;
  padding: 0px;
}
.font-size-2 {
  font-size: 14px;
  padding: 0px;
}
.font-size-3 {
  font-size: 13px;
  padding: 0px;
}
.overview-line {
  line-height: 2.0;
}
.button-panel {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.modal-footer {
  background-color: rgba(0, 0, 0, 0.75);
  border: none;
}
#emailModal input,
textarea {
  color: black;
}
.vresize {
  resize: vertical;
  min-height: 110px;
}
.right {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .logo {
    left: 16px;
  }
  .logo img {
    width: 96px;
    height: 96px;
  }
  .sgs-logo {
    bottom: 10px;
    right: 10px;
  }
  .sgs-logo img {
    width: 61px;
    height: 40px;
  }
  .top-bar {
    top: 10px;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    height: auto;
  }
  .top-bar .toggle {
    display: block;
    color: #ffffff;
  }
  .top-bar .selector,
  .top-bar .used-materials,
  .top-bar .icons {
    display: none;
  }
  .top-bar.open .toggle {
    margin-bottom: 10px;
    text-align: right;
  }
  .top-bar.open .selector {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .top-bar.open .used-materials {
    display: block;
  }
  .top-bar.open .icons {
    display: block;
  }
  #materialsModal .materials {
    height: auto;
  }
  #overviewModal .materials {
    height: auto;
  }
}