/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Aug 2017, 5:15:31 PM
    Author     : hoffmam
*/

/*#contentContainer {    
    display:inline-block;
    text-align:center;
	width: 60vmin;
	height: 60vmin;
	overflow: hidden;
	cursor: pointer;
}*/

.imgPreviewGalary {
}

.questionImages,
.previewImage {
  width: 13vw;
  height: 10vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 6vw;
  max-width: 11vw;
  margin: 5px;
  cursor: pointer;
}

.imageId {
  background-color: #ffffff98;
  padding-left: 10px;
  padding-right: 10px;
}

#imageModal {
  z-index: 130;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  width: 100%;
  /* background: white; */
  max-width: initial;
  background: initial;
}

#imageModal .close {
  position: initial;
  font-size: 1.5rem;
  font-weight: 700;
}

#imageModal .modal-body {
  background-size: cover;
  max-width: 47vw;
  height: 40vh;
  background-position: center;
}

#imageModal button {
  width: initial;
}

/* FACELIFT */
#contentContainer {
  display: inline-block;
  text-align: center;
  width: 100%;
  /*height: 90vmin;*/
  /* height: 80vh; */
  overflow: hidden;
  cursor: pointer;
  max-height: 68vh;
}

@media handheld and (orientation: landscape) {
  #contentContainer {
    display: inline-block;
    text-align: center;
    /* FL -width was 60vmin */
    width: 100%;
    height: 60vmin;
    overflow: hidden;
    cursor: pointer;
  }
}

@media handheld and (orientation: portrait) {
  #contentContainer {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 60vmin;
    overflow: hidden;
    cursor: pointer;
  }
}

#thing {
  display: none;
  z-index: 100;
  position: relative;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  background-color: red;
  transition: left 0.5s cubic-bezier(0.42, -0.3, 0.78, 1.25),
    top 0.5s cubic-bezier(0.42, -0.3, 0.78, 1.25);
}

.pin.a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f33;
  background-image: -webkit-linear-gradient(
    top,
    rgba(100, 0, 0, 0),
    rgba(255, 90, 90, 1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(100, 0, 0, 0),
    rgba(255, 90, 90, 1)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(100, 0, 0, 0),
    rgba(255, 90, 90, 1)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(100, 0, 0, 0),
    rgba(255, 90, 90, 1)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(100, 0, 0, 0),
    rgba(255, 90, 90, 1)
  );
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #c00, inset 0 1px 1px rgba(255, 255, 255, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
}

.pin.a:after {
  height: 15px;
  width: 2px;
  content: "";
  background: #aaa;
  display: block;
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 100%;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1),
    inset 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1),
    inset 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1),
    inset 1px 0 rgba(255, 255, 255, 0.3);
}

.pin.b {
  margin-top: 40px;
  background: transparent;
  display: inline-block;
  border-radius: 14px 14px 14px 0;
  width: 8px;
  height: 8px;
  border: 6px solid #f33;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}
