@charset 'UTF-8';

#desktop {
  width: 1366px;
  float: left;
}

#mobilePortrait {
  float: left;
  font-size: 14px;
  overflow: hidden;
  width: 97%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: portrait) {

  #desktop,
  #mobileLandscape {
    display: none;
  }

  #mobilePortrait {
    display: block;
  }

  .content {
    width: 414px !important;
  }
}

@media only screen and (min-width: 896px) and (max-height: 414px) and (orientation: landscape) {

  #desktop,
  #mobilePortrait {
    display: none;
  }

  #mobileLandscape {
    display: block;
  }

  .content {
    width: 896px !important;
  }
}

@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: portrait) {

  #desktop,
  #mobileLandscape {
    display: none;
  }

  #mobilePortrait {
    display: block;
  }

  .content {
    width: 375px !important;
    ;
  }
}

@media only screen and (min-width: 812px) and (max-height: 375px) and (orientation: landscape) {

  #desktop,
  #mobilePortrait {
    display: none;
  }

  #mobileLandscape {
    display: block;
  }

  .content {
    width: 812px !important;
  }
}

@media only screen and (min-width: 360px) and (max-height: 800px) and (orientation: portrait) {

  #desktop,
  #mobileLandscape {
    display: none;
  }

  #mobilePortrait {
    display: block;
  }

  .content {
    width: 360px !important;
  }
}

@media only screen and (min-width: 800px) and (max-height: 360px)and (orientation: landscape) {

  #desktop,
  #mobilePortrait {
    display: none;
  }

  #mobileLandscape {
    display: block;
  }

  .content {
    width: 800px !important;
  }
}

@media only screen and (min-width: 1366px) {

  #mobileLandscape,
  #mobilePortrait {
    display: none;
  }

  #desktop {
    display: block;
  }
}

.inputOutput {
  width: 565px;
  height: 615px;
  float: left;
  margin-left: 5px;
}

.inputOutput textarea {
  margin-top: 2px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 0.5em;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid gray;
  padding: 5px;
  font-family: Muli;
  text-align: center;
  resize: none;
}

.artistAndArtworkContainer {
  font-size: 14px;
  width: 100%;
  float: left;
  padding-top: 5px;
}

.artistAndArtworkContainer span,
.artistAndArtworkContainer a {
  float: left;
  margin-left: 15px;
}

.displayInterpretations {
  background-color: black;
  float: left;
}

.writeWhatYouSeeHeader {
  width: 86%;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.navigationBar {
  width: 688px;
  padding: 8px;
  margin-bottom: 5px;
  float: left;
}

.navigationBar div {
  width: 588px;
  float: left;
}

.navigationBar img {
  width: 25px;
  cursor: pointer;
  margin: 0;
}

.navButton {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

.navButton:hover {
  background-color: gainsboro;
}

.leftButton {
  float: left;
}

.rigntButton {
  float: right;
}

.artworkContainers {
  width: 600px;
  height: 580px;
  float: left;
  /*margin-left: 25px;*/
  border: 1px solid gray;
  margin-top: 3px;
}

.artContainer {
  height: 500px;
  margin-left: 5px;
  float: left;
}


.artContainer img {
  float: left;
  margin-left: 15px;
  max-width: 565px;
  max-height: 480px;
}

#desktop .saveCancelButton {
  float: right !important;
  margin-bottom: 5px !important;
  margin-top: -7px;
  margin-right: 10px;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  background-color: #DCDCDC;
  cursor: pointer;
  white-space: nowrap;
}

#desktop .saveCancelButton:hover {
  background-color: #ADD8E6;
  color: #FF4500;
}

#entryAndDisplayHeader {
  float: left;
  width: 100%;
  margin-top: 5px;
}

#exhibitionsNamesSelect {
  width: 503px;
}

#exhibitionLabel {
  float: left;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 3px;
}

.speedLabel {
  float: left;
  font-size: 14px;
  margin-left: 10px;
}

#display {
  margin-left: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1250px;
}

#excludeCheckboxLabel {
  float: right;
  font-size: 14px;
  padding-right: 5px;
}

#excludeCheckbox {
  float: right;
}

#excludeCheckboxContainer {
  float: left;
  width: 100%;
  margin-top: -10px;
}

#stopWorker,
#startWorker,
#persistAndRefresh,
#modifyInterpretation,
#cancelInterpretationModification,
#saveInterpretationModification,
#wwysSubmit {
  font-size: 14px !important;
  float: left !important;
  margin-left: 5px !important;
  width: 75px;
  margin-top: -5px;
  margin-bottom: 5px !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background-color: #DCDCDC;
  cursor: pointer;
  white-space: nowrap;
}

#stopWorker:hover,
#startWorker:hover,
#persistAndRefresh:hover,
#modifyInterpretation:hover,
#cancelInterpretationModification:hover,
#saveInterpretationModification:hover,
#wwysSubmit:hover {
  background-color: #ADD8E6;
  color: #FF4500;
}

#wwysSubmit {
  float: left !important;
  margin-right: 110px !important;
}


#persistAndRefresh {
  width: 80px;
}

#mobileSpeedSelect,
#speedSelect {
  margin-left: 10px;
  margin-right: 8px;
}

.interpretationsDisplayContainer {
  float: left;
  font-size: 39px;
  overflow-y: auto;
  overflow-x: auto;
  color: #686767;
  text-align: center;
  width: 450px;
  margin-left: 7px;
  height: 450px;
  border: 1px solid gray;
}

#interpretationsDisplay {
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: 0 !important;
  padding: 20px;
}

#modifyInterpretationTextArea {
  display: none;
  text-align: center;
  word-wrap: break-word;
  border: 1px dashed gainsboro;
  width: 490px;
  color: black;
  font-family: monospace;
}

#editInterpretationView {
  display: none;
}

@media only screen and (min-width: 1920px) {

  #desktop {
    width: 1920px;
    margin-left: 15px;
  }

  .writeWhatYouSeeHeader {
    font-size: 24px;
  }

  .navigationBar div {
    width: 588px;
  }

  .artworkContainers {
    width: 705px;
    height: 685px;
  }

  .artContainer {
    height: 580px;
  }

  .artContainer img {
    max-width: 670px;
    max-height: 550px;
  }

  #wwysSubmit {
    margin-right: 15px !important;
  }

  .interpretationsDisplayContainer {
    width: 542px;
    height: 555px;
  }

}

/*------------------------ mobile ---------------------------*/

#currentExhibitionLabel {
  float: left;
  font-size: 14px !important;
  color: navy;
  width: 80%;
  text-align: center;
  margin-top: 12px;
}

#entryAndDisplayContainers {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#menuContainer {
  width: 100%;
  float: left;
  padding-top: 10px;
  border-bottom: 1px solid #9da2ab;
}

#popupContainer {
  background-color: inherit;
  border: 1px solid #9da2ab;
  overflow-y: auto;
  padding: 10px;
  font-size: 14px;
}

.interpretationContainer {
  padding: 3px;
  text-align: center;
}

#popupContainer hr {
  border: 1px solid #9da2ab;
}

.menu {
  padding: 2px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-left: 20px;
  font-size: 14px;
}

#downloadMenu {
  float: right;
  display: none;
  cursor: pointer;
}

#downloadMenu:hover {
  border: 1px solid #9da2ab;
}

.menu:hover {
  background-color: InfoBackground;
}

#headerContainer {
  width: 100%;
  height: 50px;
  float: left;
  border-bottom: 1px solid #9da2ab;
}

#headerContainer img {
  width: 22px;
  padding: 4px;
  cursor: pointer;
  margin-top: 7px;
  border-radius: 5px;
}

#mobileNavPrev,
#navPrev {
  margin-left: 4px;
  float: left;
}

#mobileNavNext,
#navNext {
  margin-right: 4px;
  float: right;
}

.artworkAndInterpretationsContainer {
  width: 100%;
  float: left;
  text-align: left !important;
}

.artistNameAndArtworkTitle {
  font-size: 12px;
  width: 100%;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  float: left;
}

.artworkContainer {
  float: left;
  width: 100%;
}

.artistName {
  font-weight: bold;
  float: left;
}

.igHandleLink {
  margin-left: 11px;
  color: blue;
}

.interpretationsContainer {
  overflow: hidden;
  text-align: center;
  float: left;
  height: 190px;
  width: 90%;
  font-family: monospace;
  font-size: 14px;
  white-space: pre-wrap;
  padding: 15px;
  margin: 0 !important;
}

.displayInterpretations .interpretationsContainer {
  width: 400px;
  border-radius: 5px;
}

.displayInterpretations .interpretationsContainer pre {
  white-space: normal;
  font-size: 24px;
  font-family: Muli;
}

.artworkContainer img {
  max-width: 95%;
  max-height: 350px;
}

.artworkHolder {
  width: 100%;
  height: 355px;
  float: left;
}

.wwysEntry {
  padding: 6px;
  width: 92%;
  font-family: monospace;
  font-size: 14px;
}

.wwysSubmit {
  float: right;
  font-size: 14px;
  width: 75px;
  margin-bottom: 5px;
  margin-right: 20px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background-color: #DCDCDC;
  cursor: pointer;
  white-space: nowrap;
}

.artwork {
  float: left;
  text-align: center;
  height: 100%;
}

.navigationContainer {
  width: 48px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.navigationContainer img {
  width: 48px;
  vertical-align: middle;
  cursor: pointer;
}