/* You can add global styles to this file, and also import other style files */

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

  .image-container {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-table;
}
.mol-cell {
    display: inline;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 24px;
}
.mol-cell span {
    font-weight: bold;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: lightgrey;
}
.mol-cell img, .mol-cell iframe {
  display: block;
    border: none;
}

div.table-bottom {
    clear: both;
    height: 20px;
    width: 100%;
}

.close-button {
    float: right;
    font-weight: bold;
  font-size: 25px;
    color: rgb(250, 250, 240);
    visibility: inherit;
    background: inherit;
    border: none;
    z-index: inherit;
}

#popup iframe {
    width: 500px;
    height: 510px;
    margin: 0px;
    padding: 0px;
    border:none;
  box-shadow: 2px 2px 8px #888;
}

  #popup .wrapper {
    width: 500px;
    height: 550px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -300px;
    z-index: 102;
}

 #sketchContainer{
     clear:both;
    margin: 0px;
    padding: 0px;
}

#popup {
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.image-container img{
    background-color: transparent;
    box-shadow: 2px 2px 8px #444;
  transform:rotate(0deg);
  -ms-transform:rotate(0deg); /* Internet Explorer */
  -moz-transform:rotate(0deg); /* Firefox */
  -webkit-transform:rotate(0deg); /* Safari and Chrome */
  -o-transform:rotate(0deg); /* Opera */

  -webkit-transition: -webkit-transform 0.2s linear 0s;
  -moz-transition: -moz-transform 0.2s linear 0s;
  -o-transition: -o-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
}

.image-container img:hover{
     background-color: white;
     box-shadow: 2px 2px 8px #444;
  transform:scale(1.05) rotate(3deg);
  -ms-transform:scale(1.05) rotate(3deg); /* Internet Explorer */
  -moz-transform:scale(1.05) rotate(3deg); /* Firefox */
  -webkit-transform:scale(1.05) rotate(3deg); /* Safari and Chrome */
  -o-transform:scale(1.05) rotate(3deg); /* Opera */

  -webkit-transition: -webkit-transform 0.2s linear 0s;
  -moz-transition: -moz-transform 0.2s linear 0s;
  -o-transition: -o-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
}


.resizable {
  border: none;
  padding: 0px 8px 8px 0px;
  border: 0px;
  resize: both;
  width: 880px;
  height: 460px;
  min-width: 370px;
  min-height: 370px;
  overflow: hidden;
  background-color: transparent;
}
.modal-tall .modal-dialog {
  height: 90%;
}
.modal-tall .modal-content {
  height: 100%;
}
.fullsize-iframe{
  /* position:fixed;  */
  top:0px; 
  left:0px; 
  bottom:0px; 
  right:0px; 
  width:100%; 
  height:400px; 
  border:none; margin:0; padding:0; overflow:hidden; z-index:999999;
}

iframe.diagram-cstm {
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}