/* line 2, /app/public/app/assets/stylesheets/frontend.scss */
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 8, /app/public/app/assets/stylesheets/frontend.scss */
.ipad .navbar-fixed-top {
  top: 20px;
}

/* line 14, /app/public/app/assets/stylesheets/frontend.scss */
.frontend body {
  padding-top: 50px !important;
}
/* line 16, /app/public/app/assets/stylesheets/frontend.scss */
.ipad .frontend body {
  padding-top: 70px !important;
}
/* line 21, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .navbar-arauner-logo {
  background: url(/assets/arauner_logo.png) no-repeat;
  display: block;
  height: 50px;
  width: 234px;
  margin-left: 10px;
}
@media (max-width: 1202px) {
  /* line 21, /app/public/app/assets/stylesheets/frontend.scss */
  .frontend .navbar-arauner-logo {
    display: none;
  }
}
/* line 33, /app/public/app/assets/stylesheets/frontend.scss */
.frontend button {
  margin-right: 7px;
}
/* line 37, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .error {
  font-weight: bold;
  color: red;
}
/* line 42, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .tree {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 5px 4px 0px;
  cursor: pointer;
}
/* line 49, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .tree.tree-green {
  background-image: url("/assets/icon_green_big.png");
}
/* line 52, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .tree.tree-red {
  background-image: url("/assets/icon_red_big.png");
}
/* line 55, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .tree.tree-orange {
  background-image: url("/assets/icon_orange_big.png");
}
/* line 58, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .tree.tree-blue {
  background-image: url("/assets/icon_blue_big.png");
}
/* line 63, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .bootbox {
  z-index: 1500;
  margin-top: 30px;
}
/* line 67, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .bootbox .modal-dialog {
  width: 450px;
}
/* line 72, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .multiselect-container {
  max-height: 720px !important;
  margin-left: -110px;
  width: 360px;
}
/* line 77, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .multiselect-container > li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 83, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .bootbox-confirm .modal-dialog {
  width: 600px !important;
}
/* line 87, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .pointer {
  cursor: pointer;
}
/* line 91, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .align-right {
  text-align: right;
}
/* line 95, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .table-sortable th i {
  visibility: hidden;
}
/* line 98, /app/public/app/assets/stylesheets/frontend.scss */
.frontend .table-sortable th i.visible {
  visibility: visible;
}

/* line 105, /app/public/app/assets/stylesheets/frontend.scss */
.scrollable {
  overflow-y: scroll;
}

/* line 109, /app/public/app/assets/stylesheets/frontend.scss */
.treewater-filter .dropdown-toggle {
  overflow: hidden;
}

/* line 113, /app/public/app/assets/stylesheets/frontend.scss */
.modal-footer {
  padding: 20px 40px;
}

/* line 116, /app/public/app/assets/stylesheets/frontend.scss */
.btn-success {
  float: left;
}
