* {
  -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 */
}
  @font-face {
    font-family: 'Henny Penny';
    font-style: normal;
    font-weight: 400;
    src: local('Henny Penny'), local('HennyPenny-Regular'),
        url('../fonts/henny-penny-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/henny-penny-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  body{
    overflow-y: hidden;
  }

  .sidenav.collapsed {
    width: 0px;
  }

 .sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #212121;
  overflow: hidden;
}

.ban {
  height: 35px;
  margin-top: 55px;
  width: 100%;
  display: inline-block;
  background-color: #f0f1f5;
  vertical-align: top;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #8e9198;
}

#tableauEdit{
  margin-top: -65px;
}

#tableauAsk {
  margin-left: 14px;
}

#main {
  margin-left: 250px;
  height: 100%;
}

#main.collapsed{
  margin-left: 0px;
}

#myCarousel {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #f59315;
  /* height: 100%; */
}
.one a{
  cursor: pointer;
}
/* Toolbar */

.toolbar {
  position: absolute;
  display:flex;
  left: 250px;
  z-index: 10;
  height: 55px;
  width: 70%;
}


.toolbar.collapsed {
  left: 0px;
}

.burger.mbtn.fas {
  font-weight: 800;
  margin-left: 20px; 
}

.search.mbtn.fas{
  font-weight: 800;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.5;
}

.round.fas{
  cursor: default;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 8px;
  opacity: 0.5;
  font-size: 16;
}

.ask.mbtn.loading, .edit.mbtn.loading{
  font-weight: 800;
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
}

.ask.loading:before, .edit.loading:before{
  content: "\f1ce";
}

.ask:before{
  content: "\f4ad";
}

.edit:before{
  content: "\f044";
}

.separator.burg {
  margin-left: 20px;
}

.help.fas.mbtn {
  font-weight: 800;
}

.separator {
  height: 55px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #f3f3f3;
  margin-left: 3%;
}

.fas.mbtn {
  color: #727987;
  font-size: 22;
  font-weight: 100;
  margin-left: 2.5%;
  margin-top: 20px;
  height: 20px;
}

.fas.filter, .fas.ship, .fas.roro{
  font-weight: 800;
}

.fas.mbtn:hover{
  opacity: 0.7;
  cursor: pointer;
}

.fas.mbtn.disabled{
  opacity: 0.3;
  cursor: not-allowed;
}

.fas.pressed{
  color: #f59315;
}

.fas.mbtn.selected.navi{
  opacity: 1;
  color: #f59315;
  cursor: pointer;
}

.bread.collapsed{
  left: 55px;
}

.bread{
  cursor: default;
  font-size: 14px;
  background-color: #f0f1f5;
  color: #818a92;
  font-weight: 300;
}

.texter.collapsed{
  left: 111px;
}

.texter{
  margin-top: 19;
  font-size: 17px;
  color: #b5b5b5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.modal .theme {
  background-color: #f59315;
  color:white;
}

.modal-header.theme {
  height: 53px;
}

.modal .modal-content{
  border: 0px solid rgba(0,0,0,.2);
}

.action.glow:not(.disabled) {
  color:#f59315;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

/* side nav */
.logo{
  background-color: #f59315;
  height:55px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bolder;
  line-height: 60px;
  color:white;
  /* font-family: 'Henny Penny'; */
  background-image: url(/img/favicon-32x32.png?tm=2);
  background-repeat: no-repeat;
  background-position: right 15px bottom 10px;
}

.menu-entry{
  color:#9098a0;
  font-size: 14px;
  margin-left: 0;
  height: 30px;
  cursor: pointer;
}

.menu-entry.selected, .selected .menu.mbtn.fas{
  color:#f59315;
}

.menu.mbtn.fas{
  font-weight: 600;
  margin-left: 20px;
  margin-right: 15px;
  opacity: 1;
  font-size: 16;
  margin-top: 9px;
}

.menus-separator{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #f59315;
  margin-top: 5px;
}

.tweet{
  -ms-overflow-style: none;  
  scrollbar-width: none; 
  height: calc(100% - 340px);
  overflow-y: auto; 
}

.tweet::-webkit-scrollbar {
  display: none;
}

.tab-widget {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity:0.01;
}

.border-hide{
  height: 205px;
  width: 100%;
  position: absolute;
  border-style: solid;
  border-color: #212121;
  border-width: 10px;
  pointer-events: none;
}

i.menu {
  width: 20px;
}

.myhighlight{
  background-color: rgba(255,255,255,1);
  border: 4px solid #eb8f50;
  border-radius: 8px;
}

.myhighlight.low {
  background-color:rgba(255,255,255,0.2);
  left:10px !important;
  width: 230px !important;
}

.introjs-tooltipReferenceLayer.low{
  left: 10px !important;
}

.introjs-tooltip {
  max-width: 400px;
  width: 400px;
}

div.introjs-progressbar{
  background-color: #f59315;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffffff;
  }
  100% {
      text-shadow: 0 0 20px #ff9002, 0 0 30px #ff9002;
  }
}
@keyframes spinner {
  0% {transform-origin: 50% 11px; transform: rotate(0deg);}
  100% {transform-origin: 50% 11px; transform: rotate(360deg);}
}

@media only screen 
    and (max-device-width: 414px) 
    and (max-device-height: 896px)  { 

.search.mbtn.fas, .texter, .burg{
  display:none;
}  

.toolbar {
  margin-top: -7px;
}

.fas.mbtn{
  font-size: 30;
  margin-left: 3%;
  margin-top: 20px;
}

.menu-entry{
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.menus-separator{
  margin-bottom: 10px;
}

@keyframes spinner {
  0% {transform-origin: 50% 15px; transform: rotate(0deg);}
  100% {transform-origin: 50% 15px; transform: rotate(360deg);}
}

}