.cm_editor_inline_frame {
    border:0px solid #ccc;
    margin:0;
    width:100%;
    height:100px;
 }
	
.cm_editor_inline_block {
  width: 400px;
  cursor: move;
  min-height: 6.5em;
  margin: 0px 0px 0px 0px;
  position: absolute;
  /*background-color: #ec72e6;*/
  color: white;
  top: 0px;
  left: 0px;
  border-radius: 0.75em;
  padding: 10px 5px 5px 5px;
  box-shadow: 0px 0px 7px 0px black;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.cm_editor_selected_element {
	border: 1px dotted #ffd400;
    background-color: #fff4ce;
}

.cm_editor_btn_close {
    width: 24px;
    height: 10px;
    position: relative;
    top: -15px;
	float: right;
	cursor: pointer;
	margin-bottom: 4px;
	font-size: 20px;
	color: black;
}


.main_sheet {
	height: 80%;
	overflow-y: auto;
}

.search_panel {
	height: 20%;
	background-color: #fff;
    position: fixed;
    bottom: 0px;
    overflow-y: auto;
}

.field_edit_block {
	margin-left: 6px;
	cursor: pointer;
}

.get_search_help {
	float: right;
	margin-left: 3px;
	cursor: pointer;
}

.gsc-adBlock {
	display:none;
}

.hide_dots {
    display: block;
    overflow-anchor: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 2.6em;
}

.cell_field {
	width: 100%;
	min-height: 10px;
}

