* {
  -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;
}
.maximized .widget-btn{
  width: 80px;
}
.widget-btn{
  opacity: 0;
  position: absolute;
  height: 40px;
  width: 120px;
  border-radius: 20px;
  right: 5px;
  background-color: #e9eced;
  top: 5px;
  transition: all 0.4s;
  visibility: hidden;
}
.drag_handle:hover .widget-btn{
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.drag_handle:hover{
  opacity: 1; 
}
.expand-widget:hover,.reset-widget:hover, .close-widget:hover, .close-data{
  background-color: #878a98;
  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 {
  transition: all 0.4s;
  border: none !important;
  border-radius: 5px !important;
  background: #0019d8!important;
  opacity: 0.7 !important;
  z-index: 100 !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 #878a98;
}
.file_drop{
  text-align: center;
  line-height: 105px;
  background-color:#efefef;
  color:darkgray;
  width:98%;
  height: 105px;
}
.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;
}
.link_sample{
  width: 100%;
  margin-top: 10px;
}
#predefined{
  max-height: 325px;
  min-height: 325px;
  overflow: auto;
  margin-bottom: 10px;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(300px);
  scroll-snap-type: y mandatory;
}
.thumbn {
  float: left;
  height:150px;
  width:200px;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  box-shadow: 9px 9px 5px -8px #0000009c;
  scroll-snap-align: start;
}
.thumb_pic{
  height: calc(100% - 25px);
  width: 100%;
}
.thumb_text{
  transition: .5s ease;
  transition-delay: 0.6s;
  opacity: 1;
  height:25px;
}
.thumbn:hover img,.thumbn:hover .thumb_text{
  transition: .5s ease;
  transition-delay: 0.6s;
  opacity: 0.5;
}
.thumbn img{
  transition: .5s ease;
  transition-delay: 0.6s;
  opacity: 1;
}
.thumbn:hover .thumb_btn{
  transition: .5s ease;
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
}
.thumb_btn {
  transition: .5s ease;
  transition-delay: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.thumb_btn_txt {
  background-color: #878a98;
  border-radius: 0.25rem;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
summary{
  cursor: pointer;
}
#search:focus{
  outline-width: 0px;
}
#search {
  background-image: url(searchicon.png);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 200px;
  font-size: 16px;
  padding: 12px 0px 3px 40px;
  border: 0px solid #ddd;
  margin-bottom: 12px;
  margin-top: 10px;
}
.thumb_btn.spin {
  transition: all 0.75s 0.25s!important;
  -webkit-transition: all 0.75s 0.25s!important;
  transform: translate(-50%, -50%) scale(0,0) rotate(360deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0,0) ;
}