* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
textarea, input{
  -webkit-touch-callout: text; 
    -webkit-user-select: text; 
     -khtml-user-select: text; 
       -moz-user-select: text; 
        -ms-user-select: text; 
            user-select: text; 
}
html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}
body{
  background-color: rgb(239, 239, 239);
  margin-left: 15px;
}
.grid{
  height: calc(100% - 1px);
  overflow: auto;
}
.mask {
  height: 100%;
  width: 100%;
  z-index: 1001;
  position: absolute;
  top: 0px;
  background-color: #d4d3d3;
  display: flex;
}
.tableauPlaceholder div{
  display: none!important;
}
.maximized{
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99!important;
}
.expand-widget{
  position: absolute;
  color: #6c6d6dba;
  top:5px;
  right:5px;
  z-index: 101;
  opacity: 1;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  height: 30px;
  width: 30px;
}
.close-data{
  position: absolute;
  top: 5px;
  opacity: 1;
  right: 5px;
  z-index: 101;
  height: 30px;
  width: 30px;
  cursor: pointer;
  color:#6c6d6dba;
  border-radius: 50px;
  display: flex;
}
.close-widget{
  color: #6c6d6dba;
  position: absolute;
  top: 5px;
  right: 85px;
  z-index: 101;
  opacity: 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
}
.reset-widget{
  color: #6c6d6dba;
  position: absolute;
  top: 5px;
  right: 45px;
  z-index: 101;
  opacity: 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
}
.gridster ul{
  padding-inline-start: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
}
h1{
  color: #6c6d6d;
  font-family: monospace;
}
.btnMenu{
  position: absolute;
  margin-left: -10px;
  color: #6c6d6d;
  cursor: pointer;
  top: -15px;
  z-index: 100;
}
.btnMenu.newBtn{
  left: -5px;
}
.btnMenu.dataBtn{
  left: -5px;
  top: 30px;
}
.ico-handle{
  font-size: 20px;
  margin: auto;
}
.gridster.edit .gs-resize-handle.gs-resize-handle-both {
  opacity: 0.3!important;
  display: block;
}
.tab-widget.edit{
  opacity: 0.3;
}
.tab-widget{
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: white;
}
.hide-toolbar{
  height: 29px;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 50;
  bottom: 0px;
}
.drag_handle.hide{
  display: none;
}
.drag_handle:hover{
  opacity: 1;
  
}
.drag_handle div:hover, .close-data:hover{
  background-color: #4d5ee0;
  color: white;
  transition: all 0.4s;
}
.drag_handle{
  cursor: move ;
  z-index: 100;
  top: 0px;
  height: 35px;
  font-weight: 900;
  position: absolute;
  width: 100%;
  opacity: 0.01;
  display: flex;
  justify-content: center;
  align-items: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content {
  color: white;
}
.gridster .gs-w {
  border-radius: 6px;
}
.gridster .gs-w.highlight {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.gridster .preview-holder {
  border: none !important;
  border-radius: 5px !important;
  background: #4d5ee0!important;
  opacity: 0.4 !important;
}
.gridster {
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.gridster li {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  overflow: hidden;
}
ul {
  list-style-type: none;
}
li {
  list-style: none;
  font-weight: bold;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.controls {
  margin-bottom: 20px;
}
.editIfr{
  margin-top: -60px;
  height: calc(100% + 60px);
}
.editClose{
  margin-right: 100px;
  margin-top: 2px;
}
div.gridster .gs-w.notrans:not(.preview-holder), div.gridster .resize-preview-holder.notrans {
  -webkit-transition: opacity 0s,left .3s,top .3s,width .25s,height .25s!important;
  -moz-transition: opacity 0s,left .3s,top .3s,width .25s,height .25s!important;
  -o-transition: opacity 0s,left .3s,top .3s,width .25s,height .25s!important;
  transition: opacity 0s,left .3s,top .3s,width .25s,height .25s!important;
}
#drop_zone{
  width: 100%;
  border:2px dashed #bbb;
  margin: -3px;
}
#drop_zone.dragging{
  border:3px dashed #4d5ee0;
}
.file_drop{
  text-align: center;
  line-height: 105px;
  background-color:#efefef;
  color:darkgray;
  width:100%;
  height: 105px;
  margin-top: 20px;
}
.label_settings{
  width: 30%;
  height: 25px;
  margin-top: 3px;
}
.input_settings{
  width: 70%;
  height: 25px;
}
.settings_block{
  width: 100%;
  height: 25px;
  display: flex;
  margin-bottom: 20px;
}
.box__file{
  display: none;
}
.text_drop{
  margin-top: -30px;
  cursor: pointer;
}
#shareCode{
  width: 100%;
}
.link_sample{
  width: 100%;
  margin-top: 10px;
}