@import url('libs/scrollpane.css');

* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */

  -webkit-text-size-adjust: 100%;

  margin: 0;
  padding: 0;
}

*:not(input) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -user-select: none;
}

span {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
}

/* FF thick font fix */
html,body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    /*font-weight: lighter !important;*/
  }
}
/**/

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0;
  padding:0;
  font-family: 'Arial', sans-serif;
  width: 100%; height: 100%;
  overflow: hidden;
  background: #000;
}

body {
  width: 100%; height: 100%;
  overflow: hidden;
}


#truste {
  display: none;
}

#consent_blackbar {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
}

#consent_blackbar button {
  padding: 6px 14px;
  margin: 0px 5px 20px 5px;
  border: none;
  border-radius: 5px;
  background: #FFF;
  cursor: pointer;
  outline: 0;
}

#consent_blackbar button:hover {
  background: #DDD;
}

#truste-consent-track {
  background: rgba(0,0,0,0.9) !important;
}

