html, body {
  font-family: 'Montserrat', sans-serif;
  padding:0;margin:0;
  text-align:center;
  height:100%;
}

a {
  text-decoration:none;
  color:#1abc9c;
}

h1, input::-webkit-input-placeholder, button {
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
}

h1 {
  width: 100%;
  font-size: 18px;
  background: #1abc9c;
  color: white;
  line-height: 150%;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
  text-align:center;
  padding:0;
}

.form {
  width:auto;
  box-sizing: border-box;
  margin: 20px auto 0;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
  padding-bottom: 40px;
  border-radius: 3px;
  display: block;
  color:#333333;
  h1 {
    box-sizing: border-box;
    padding: 20px;
  }
}

.formContent {
  display:block;
  padding:0 25px;
}

#popupYesNo {
  min-width:30% !important;
}
.yesNoContent {
  display:block;width:100%;
}

input {
  width:100%;
  line-height:1.5em;
  font-family: 'Montserrat', sans-serif;
  display: block;
  border: none;
  padding:10px 0;
  border-bottom:1px solid #1abc9c;
  margin:40px 0;
}

input:focus {
  border-bottom:2px solid #1abc9c;
  box-shadow: none;
  outline: none;
}

button {
  width:100%;
  line-height:1.5em;
  font-family: 'Montserrat', sans-serif;
  display: block;
  border: none;
  padding:10px 0;
  margin-bottom:16px;
  background: #1abc9c;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  cursor:pointer;
}

select {
  width:100%;
  line-height:1.5em;
  font-family: 'Montserrat', sans-serif;
  display: block;
  border: none;
  padding:10px 0;
  border-bottom:1px solid #1abc9c;
  background:#ffffff;
}

button.red {
  background: #bc1a38;
}

button.blue {
  background: #1a9cbc;
}

button.orange{
  background: #ff801a;
}

.form {
  background:#ffffff;
}

#backgroundVideo {
  height: 100%;
  width: 100%;
  object-fit:cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.loginContent {
  position:fixed;
  width:auto;
  height:100%;
  right:0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  box-shadow: 0 16px 16px 0 rgba(0,0,0,1);
  max-width:100%;
  overflow-y:auto;
}

.content {
  margin-top:50px;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  box-shadow: 0 16px 16px 0 rgba(0,0,0,1);
  border-radius:4px;
  overflow-y:auto;
  text-align:center;
  display:inline-block;
  min-width:50%;
}

.wrapper {
  margin: 50px;
}

.g_id_signin {
  width:100%;
  margin:0 20px;
}

#logo {
  position: fixed;
  top:0;left:0;
  width:100%;
  height:100%;
  z-index:0;
}

#logo img {
  max-width:100%
}

#clogo {
  background-image:url('../images/detego_studio_w.svg');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  width:100%;
  height:20vh;
  margin-bottom:32px;
  display:block;
}

#g_a11y_announcement { display:none; }

.txt {
  text-align:center;
  display:inline-block;
  width:80%;
}

.spMask {
  position:fixed;
  background:#000;opacity:0.5;
  top:0;left:0;width:100%;height:100%;
  display:none;
}

#mask {
  position:fixed;
  top:0;left:0;width:100%;height:100%;
  background:#000;opacity:0.5;
  z-index:10;
  display:none;
}

.popup {
  position:fixed;
  z-index:12;
  background:#ffffff;
  border-radius:4px;
  display:none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width:40%;
  max-height:90%;
  box-shadow: 0 16px 16px 0 rgba(0,0,0,1);
}

.popup>h1 {
  width: 100%;
  font-size: 18px;
  background: #1abc9c;
  color: white;
  line-height: 150%;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
  text-align:center;
  padding:20px 0;
  margin:0;
}
.popup input {
  margin:8px 0;
}

.expo, .place {
  display:block;
  border:1px solid #cccccc;
  border-radius:4px 4px 0 4px;
  text-align:left;
  padding:8px;
  cursor:pointer;
  background-size:contain;
  background-position:100% 50%;
  background-repeat:no-repeat;
}

.expo:hover, .place:hover {
  background-color:#1a9cbc;
  color:#ffffff;
}

.edit {
  background-image:url('./images/dtg_edit.png');
}

.add {
  background-image:url('./images/dtg_add.png');
}

.listButtons {
  font-weight:bold;
  text-align:center;
  display:inline-block;
  width:50%;
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding:8px;
  cursor:pointer;
  background-size:contain;
  background-position:100% 50%;
  background-repeat:no-repeat;
}

.last {
  border-radius:0 0 4px 4px;
}

.listButtons:hover {
  background-color:#1a9cbc;
}

.expoContainer {
  font-size:12px;
  display:block;
  margin-bottom:16px;
  text-align:right;
}

.placeContainer {
  font-size:12px;
  display:block;
  margin-bottom:16px;
  text-align:right;
}

.expo strong, .place strong {
  font-size:15px;
}

label {
  text-align: left;
  font-size: 13px;
  display: block;
  margin-top:20px;
  color:#828282;
}

.scrollWrapper {
  overflow-y: auto;
  display: block;
  max-height: 600px;
  width: 100%;
  margin-top:8px;
}

#preview {
  display:inline-block;width:100%;height:25vh;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;
}

#tooltip, .ttHelp {
  width: 120px;
  background-color: #1abc9c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  display:none;
  z-index: 20;
  border-bottom:2px solid #ffffff;
}

#tooltip::after, .ttHelp::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #1abc9c transparent;
}

.thumbnailContainer {
  display:inline-block;
  margin:8px;
  padding:8px;
  border:1px solid #cccccc;
  border-radius:4px;
  cursor:pointer;
  text-align:right;
  background-color:#ffffff;
}

.thumbnail {
  width:128px;
  height:128px;
  display:block;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  margin:8px;
}

.thumbnailContainer:hover {
  background-color:#1a9cbc;
}

.thumbnailContainer .editICon {
  position:absolute;
  visibility:hidden;
  display:inline-block;
  background-size:cover;
  background-repeat:no-repeat;
  width:32px;
  height:32px;
  transform: translate(-100%, 0%);
  -webkit-filter: drop-shadow(1px 1px 0 rgba(0,0,0,0.5)) drop-shadow(-1px -1px 0 rgba(0,0,0,0.5));
  filter: drop-shadow(1px 1px 0 rgba(0,0,0,0.5)) drop-shadow(-1px -1px 0 rgba(0,0,0,0.5));
}

#paintingList .editICon {
  background-image:url('./images/dtg_edit.png');
}

.thumbnailContainer:hover .editICon {
  visibility:visible;
}

.map {
  width:90%;height:90%;
}

#map {
  width:80%;
  display:inline-block;
  float:left;
}

#mapTools {
  width:20%;
  height:100%;
  display:inline-block;
  text-align:center;
}

#mapPaintingList {
  width:100%;
  display:inline-block;
  overflow-y:auto;
  overflow-x:hidden;
  z-index:100;
}

#mapPaintingList>.thumbnailContainer {
  z-index:101;
}

#spacer {
  display:block;
  width: 162px;
  height: 162px;
  display: inline-block;
  margin: 8px;
  border: 2px dashed #cccccc;
  background:#eeeeee;
  border-radius: 4px;
}

.dragging::after, .infoBox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
}

#mapPaintingList .editICon {
  background-image:url('./images/dtg_move.png');
}

#mapTools input, #mapTools button {
  width:80%;
  display:inline-block;
}
.ibContent {
  display:inline-block;
  width:80%;
  margin:0 10%;
  border:1pw solid red;
}
.infoThumbnail {
  display:block;
  width:100%;height:128px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  background-color:#eeeeee;
  margin:16px 0;
}

.slider {
  margin:16px 0;
}
#dragTest {

}

#fullScreenButton {
  background-image:url('./images/dtg_fs.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  display:block;
  width:40px;
  height:40px;
}

.floatingIcon {
  position:fixed;
  display:block;
  width:48px;
  height:48px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  background-color:#1abc9c;
  border-radius:50%;

  z-index:100;
}

#user {
  background-image:url('./images/dtg_user.png');
  top:16px;right:16px;
}

#basket {
  background-image:url('./images/dtg_basket.png');
  bottom:16px;right:16px;
}

.badge {
  background-color:#ea4335;
  color:#ffffff;
  border-radius:50%;
  display:block;
  font-weight:bold;
  width:1.3em;height:1.3em;
  line-height:1.3em;
  position:fixed;
  right:10px;
  bottom:50px;
}

input[type=file] {
  display:none !important;
}



#uplCard {
  width: 600px;
  height: 260px;
}

#uplCard h3 {
  font-size: 22px;
  font-weight: 600;
}

#uplDrop_box {
  width:90%;
  padding: 30px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 3px dashed #a3a3a3;
  border-radius: 5px;
  transition: border, background 0.5s ease-out 0.1s;
}

#uplDrop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

#uplDrop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

.drag {
  border: 3px dashed #1a9cbc !important;
  background-color:#e6f3f3;
}

.close {
  position:absolute;
  left:100%;
  transform: translate(-48px, 0);
  margin:20px 20px 0 0;
  display:inline-block;
  width:28px;height:28px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
  background-image:url('./images/dtg_close.png');
}

.basketLine {
  display:block;width:100%;border-bottom:1px solid #cccccc;padding:8px 0;
}
.product {
  display:inline-block;width:70%;
}
.cost {
  display:inline-block;width:30%;
}

.help { display:block;border:1px solid #cccccc;border-radius:4px;margin:8px;padding:8px; }
.logoOc { display:block;width:10vw;height:6vw;position:fixed;bottom:2vw;left:2vw;background-color:rgba(255,255,255,0.75);border-radius:8px;background-image:url('../images/oc.png');background-size:80%;background-position:50% 50%;background-repeat:no-repeat; }

#backgroundVideo { background-image:url('./images/bg.png');background-size:cover;background-position:50% 50%; }