@charset "UTF-8";
.bodymax {

  /* other stuff we already covered */

  height: 400px;
  max-height: 100%;
  /*width: 100%;
  max-width: 100%;*/
  overflow:auto;
}
.modalBgLoading .loading {
  position: absolute;
  z-index: 65557;
  width: 150px;
  height: 150px;
  background: url(../img/loading.gif) no-repeat center center #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
.editor{
  max-height: 250px;
  max-width: 100%;
  height: 250px;
  background-color: white;
  border-collapse: separate; 
  border: 1px solid rgb(204, 204, 204); 
  padding: 4px; 
  box-sizing: content-box; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px; border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; border-top-left-radius: 3px;
  overflow: scroll;
  outline: auto;
  vertical-align: middle ;
}
.editor img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.editor img:hover{
  position: center;
  top: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor:pointer;
  
}
tbody tr td img:hover {
  position: center;
  top: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor:pointer;
}
tbody tr td img {
  max-width: 780px;
  max-height: 600px;

}
.voiceBtn {
width: 20px;
color: transparent;
background-color: transparent;
transform: scale(2.0, 2.0);
-webkit-transform: scale(2.0, 2.0);
-moz-transform: scale(2.0, 2.0);
border: transparent;
cursor: pointer;
box-shadow: none;
-webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.dropdown-menu a {
cursor: pointer;
}