#svgcontent{
  overflow: visible;
}

body.dashboard.mobile{
  overflow:  hidden;
}

.fullScreen {
    width: 99.8%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:2000;
    overflow-x: hidden;
}

div.form-section {
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

#custom-form-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

#custom-form,
#custom-form-photo {
  /*position: absolute;*/
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 25px;
  min-width: 300px;
  min-height: 200px;
  background: #B0B0B0;
  overflow: auto;
  border: 1px outset #777;
  z-index: 2100;
}

div.mobile-modal-page-content{
  position: absolute;
}

#drawingModal div#dropable_photo, #takePhotoModal div#dropable_photo,
#custom-form-holder div#dropable_photo, #takePhotoModal div#dropable_photo{
    padding: 15px 0px 0px;
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #CCC;
    color: #04749A;
    cursor: pointer;
}

div.selection_photo{
	border: 5px solid black;
	display: inline-block;"
}

div.dynamic-photo-item{
	cursor: pointer;
}

/*table.drawing-panel tbody{
	display:block;
	overflow-y: scroll;
	overflow-x:hidden;
	height:330px;
    -webkit-overflow-scrolling: touch;
}*/

div.drawing-toolbar{
    width: 100%;
    display: inline-block;
}

#dynamic_view_photo_container img{
  max-height: 250px;
}

.avoid-clicks{
    pointer-events: none;
}

.drawing-toggle{
  vertical-align: top;
}

[element-type="item"],
[element-type="deficience"],
[element-type="photo"],
[element-type="label"],
[id^="label-"]{
  cursor:pointer;
}

div.drawing-frame{
  /*border-radius: 25px;*/
  border: 2px solid #6c8894;
  /*padding: 10px;*/
  display: inline-block;
}

div#drawing-view{
  text-align: center;
}

div.opacity-tool{
  display: inline-block;
  background-color: #e6e6e6;
  height: 26px;
  vertical-align: top;
  color: black;
  padding-top: 3px;
}

div.opacity-tool span{
  color: #333;
  margin-left: 5px;
}

div.opacity-tool div#opacity-slider{
  display: inline-block;
  width: 135px;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 20px;
}

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}
