/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import "animate.css";
@import "../js/libs/simplebar/simplebar.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: 100% inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Questrial";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Questrial-regular.eot"), url("../fonts/Questrial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Questrial-regular.woff2") format("woff2"), url("../fonts/Questrial-regular.woff") format("woff"), url("../fonts/Questrial-regular.ttf") format("truetype"), url("../fonts/Questrial-regular.svg#Questrial") format("svg");
}
*, html, body {
  font-family: "GTWalsheimProLight", "Questrial", sans-serif !important;
}

#home {
  position: relative;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}
#home.has-header .media-container {
  height: calc(100% - 40px); /* 40px change with $header-height scss variable */
}
#home .media-container {
  position: relative;
  height: 100%;
  width: 100%;
}

#home:not(.has-header) .header {
  display: none !important;
}

.header {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  z-index: 15;
}
.header .sidebar-toggle {
  float: left;
  height: 40px;
  width: 40px;
  background-image: url("../img/menu.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
  cursor: pointer;
}
.header .fullscreen-btn {
  float: right;
  height: 40px;
  width: 40px;
  background-image: url("../img/fullScreen.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
  cursor: pointer;
}

.ariane {
  float: left;
  direction: rtl;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 100px);
}
.ariane .ariane-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ariane .ariane-item:not(:last-child) {
  padding-right: 20px;
  margin-right: 6px;
  background-image: url("../img/right-arrow.png");
  background-size: 12px;
  background-position: center right;
  background-repeat: no-repeat;
}

.sidebar {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 200px;
  background-color: white;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  z-index: 10;
}
.sidebar.opened {
  left: 0;
  box-shadow: 5px 0 12px rgba(0, 0, 0, 0.24);
}
.sidebar .logo {
  height: auto;
  width: 100%;
  cursor: pointer;
}
.sidebar .logo img {
  height: auto;
  width: 100%;
}
.sidebar .menu.keepAllOpened .sub-menu {
  display: block !important;
  height: auto !important;
}
.sidebar .menu.keepAllOpened .item-arrow-collapse {
  display: none !important;
}

.simplebar-track.simplebar-vertical {
  left: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: #333;
}

.menu-item {
  position: relative;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f0f0f0;
  color: #333;
}
.menu-item:hover {
  background-color: #D6D6D6;
}
.menu-item.lvl-0 > .clickable-zone .item-label {
  text-transform: uppercase;
  width: calc(100% - 65px);
}
.menu-item.active:not(.lvl-0) {
  background-color: white;
  font-weight: bold;
}
.menu-item .clickable-zone {
  height: 40px;
  width: 100%;
  cursor: pointer;
}
.menu-item .clickable-zone .item-icon {
  float: left;
  height: 40px;
  width: 40px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-item .clickable-zone .item-label {
  display: block;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-item .clickable-zone .item-arrow-collapse {
  float: right;
  height: 40px;
  width: 20px;
  background-image: url("../img/right-arrow.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-item .clickable-zone .item-arrow-collapse.opened {
  transform: rotate(90deg);
}
.menu-item .sub-menu {
  position: relative;
  max-height: 0;
  width: 100%;
  transition: max-height 0.5s;
  overflow: hidden;
}

.media {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
}
.media iframe {
  height: 0;
  min-height: 100%;
  max-height: 100%;
  width: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

body.ios .media {
  height: calc(100% - 70px);
}

.presentation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;
}
.presentation iframe {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow: hidden;
  position: fixed !important;
}
html div[ng-view], body div[ng-view] {
  position: relative;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}/*# sourceMappingURL=style.css.map */