﻿.target {
  border: solid 1px #aaa;
  min-height: 200px;
  width: 30%;
  margin-top: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: 300ms all;
  position: relative;
}

.contain {
    background-size: cover;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
}
textarea {
  background-color: white;
}
.active {
  /*box-shadow: 0px 0px 10px 10px rgba(0,0,255,.4);*/
}


#ImageEditorContainer {
  background-color: white;
  float: left;
  padding-bottom: 10px;
}

#ImageEditorContainer button {
  height: 20px;
  width: 30px;
}

#ImageEditorContainer h3{
  margin-left: 10px;
}

#ImageEditorCanvas {
  float: left;
  margin-left: 10px;
  border: solid 1px grey;
}

#RedactButton, #CropButton, #SaveImageButton, #CancelImageButton, #ResetButton {
  width: 120px !important;
  font-weight: bold;
  color: black;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

#SaveImageButton {
  width: 200px !important;
}

#NotesContainer {
  float: left;
}

#Note {
  height: 300px;
  float: left;
  width: 400px;
  background-color: #f9f9f9;
}

.issue-row {
  border-bottom: solid 1px #555555;
  margin-top: 5px;
  margin-bottom: 10px;
}

.issue-image-thumbnail {
  width: 200px;
  height: 150px;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
}

.issue-thumbnail-div {
  float: left;
  width: 200px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  min-height: 45px;
}

.issue-thumbnail-div span 
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  font-size: 16px;
}

.issue-note {
  float: left;
  width: 340px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.issue-details-div 
{
  float: left;
  width: 99%;
  background-color: #ccc;
  border: solid 1px darkgray;
  padding: 2px;
  margin-bottom: 5px;
}

.issue-details-div .label 
{
  width: 80px;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 10px;
}


.issue-details-div .value {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-right: 25px;
  color: black;
}