﻿@charset "UTF-8";
.icon-chevron-down,
.caret-c,
.properties-item .panel.panel-default > .panel-heading a {
  background-image: url('../assets/icons/icon-chevron-down.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-chevron-up,
.properties-item .panel.panel-default > .panel-heading a[aria-expanded='true'] {
  background-image: url('../assets/icons/icon-chevron-up.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-chevron-right,
.dropdown-menu .dropdown .caret-c {
  background-image: url('../assets/icons/icon-chevron-right.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.icon-chevron-left {
  background-image: url('../assets/icons/icon-chevron-left.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-new {
  background-image: url('../assets/icons/icon-new.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-help {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-project {
  background-image: url('../assets/icons/folder.png');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-save {
  background-image: url('../assets/icons/icon-save.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-user {
  background-image: url('../assets/icons/icon-user.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-info {
  background-image: url('../assets/icons/icon-info.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-exit {
  background-image: url('../assets/icons/icon-exit.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-cart {
  background-image: url('../assets/icons/icon-cart.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-eye {
  background-image: url('../assets/icons/icon-eye.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-eye-white {
  background-image: url('../assets/icons/icon-eye-white.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-center {
  background-image: url('../assets/icons/icon-center.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-level-up {
  background-image: url('../assets/icons/icon-level-up.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-search {
  background-image: url('../assets/icons/icon-search.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

.label-warning {
  background-color: #cb0700;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  /*margin-top: 6vh;*/
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 30px 40px 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.modal-header:before,
.modal-header:after {
  content: ' ';
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: 0;
}

.modal-title {
  margin: 0;
  font-weight: 600;
  line-height: 20px;
}

.modal-body {
  position: relative;
}

.modal-body-content {
  position: relative;
  padding: 0 40px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 660px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 480px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: ' ';
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #a09b72;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a09b72;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar:before,
.navbar:after {
  content: ' ';
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: ' ';
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 353px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: ' ';
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 3px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  width: 220px;
  border-bottom: 3px solid #750004;
}

@media (max-width: 768px) {
  .navbar > .container-fluid .navbar-brand {
    width: 180px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  max-height: 60px;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
  outline: none;
}

.navbar-nav .dropdown-menu > li > a:focus {
  outline: none;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:active {
    background-image: none;
    outline: none;
  }
}

@media (min-width: 353px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #e2e2e2;
  margin: 0;
}

.navbar-default.completed {
  border-color: #b9b791;
}

.navbar-default .navbar-brand {
  color: #1c1c1c;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #030303;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #1c1c1c;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #030303;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1c1c1c;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e2e2e2;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1c1c1c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #030303;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #1c1c1c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #1c1c1c;
}

.navbar-default .navbar-link:hover {
  color: #030303;
}

.navbar-default .btn-link {
  color: #1c1c1c;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #030303;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.topCeilingHeight {
  margin-top: -3px;
  padding: 5px 0;
  position: absolute;
  top: -30% !important;
  left: 30% !important;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.rightAddVigilant {
  margin-left: 3px;
  padding: 0 5px;
  position: absolute;
  left: 100% !important;
  top: 100% !important;
}

.tooltip.rightHelpQuestion {
  margin-left: 3px;
  padding: 0 5px;
  position: absolute;
  left: 58% !important;
  top: 108% !important;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  min-width: 150px !important;
  padding: 5px 20px;
  color: #1a1a1a;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#changeAvatar > .tooltip-inner {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 14px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}

.tooltip.topCeilingHeight .tooltip-arrow {
  bottom: 0;
  left: 50% !important;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}

.tooltip.rightAddVigilant .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}

.tooltip#changeAvatar > .tooltip-arrow {
  border-bottom-color: #f9f9f9;
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
    border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
    border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.ps-theme-custom {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-theme-custom {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-theme-custom {
    overflow: auto !important;
  }
}

.ps-theme-custom.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-custom.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #eaeaea;
}

.ps-theme-custom.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(151, 151, 151, 0.7);
  height: 11px;
}

.ps-theme-custom.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(151, 151, 151, 0.7);
  width: 4px;
}

.ps-theme-custom > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-theme-custom > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(151, 151, 151, 0.5);
  border-radius: 0px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
    border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-theme-custom > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-theme-custom > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-theme-custom > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 4px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}

.ps-theme-custom > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(151, 151, 151, 0.5);
  border-radius: 0px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
    border-radius 0.2s ease-in-out;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px;
}

.ps-theme-custom > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-theme-custom > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 4px;
}

.ps-theme-custom:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(151, 151, 151, 0.7);
  height: 11px;
}

.ps-theme-custom:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(151, 151, 151, 0.7);
  width: 4px;
}

.ps-theme-custom:hover > .ps-scrollbar-x-rail,
.ps-theme-custom:hover > .ps-scrollbar-y-rail {
  opacity: 1;
}

.ps-theme-custom:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(151, 151, 151, 0.7);
}

.ps-theme-custom:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eaeaea;
  opacity: 1;
}

.ps-theme-custom:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(151, 151, 151, 0.7);
}

.loader-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #bfad87;
  }
  40% {
    stroke: #bfad87;
  }
  66% {
    stroke: #bfad87;
  }
  80%,
  90% {
    stroke: #bfad87;
  }
}

input[type='checkbox'] + label {
  cursor: pointer;
}

.layout-dashboard {
  background: url('../assets/images/dashboard_bg.svg');
  background-size: 20%;
  height: 100vh;
}

.layout-dashboard-content {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

.sidebar + .layout-dashboard-content {
  left: 240px;
}

.sidebar-wrapper {
  position: relative;
  z-index: 1020;
}

.sidebar {
  position: fixed;
  top: 60px;
  height: calc(100% - 111px);
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sidebar-enter {
  transform: translate3d(-240px, 0, 0);
}

.sidebar-enter.sidebar-enter-active {
  transform: translate3d(0, 0, 0);
  transition: transform 300ms ease-out;
}

.sidebar-leave {
  transform: translate3d(0, 0, 0);
}

.sidebar-leave.sidebar-leave-active {
  transform: translate3d(-240px, 0, 0);
  transition: transform 300ms ease-in;
}

.sidebar-toggle {
  height: 60px;
  background: #f9f9f9;
  position: relative;
}

.sidebar-toggle-link {
  padding: 20px 10px;
  text-align: center;
  display: block;
  float: left;
  width: 50%;
  color: rgba(26, 26, 26, 0.3);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-out;
  cursor: pointer;
}

.sidebar-toggle-link:hover,
.sidebar-toggle-link:active {
  color: rgba(26, 26, 26, 0.5);
  text-decoration: none;
}

.sidebar-toggle-link.active {
  color: #1a1a1a;
}

.sidebar-toggle-link:nth-of-type(1).active ~ .slide {
  left: calc((100% / 2) * 0);
}

.sidebar-toggle-link:nth-of-type(2).active ~ .slide {
  left: calc((100% / 2) * 1);
}

.sidebar-toggle-link:first-of-type.active ~ .slide {
  left: 0;
}

.sidebar-toggle-link ~ .slide {
  background: #750004;
  width: calc(100% / 2);
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  transition: left 0.3s ease-out;
}

.sidebar-menu-wrapper {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-menu {
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
}

.sidebar-menu-item > a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  cursor: pointer;
}

.sidebar-menu-item.parent > a {
  color: rgba(26, 26, 26, 0.5);
}

.sidebar-items {
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-items-thumb {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.sidebar-items-thumb.last {
  border-bottom: none;
}

.sidebar-items-thumb--wrapper {
  width: 160px;
  height: 160px;
  padding: 10px 10px 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.sidebar-items-thumb--wrapper img {
  max-width: 80px;
  max-height: 80px;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.sidebar-items-thumb--title {
  display: block;
  bottom: 10px;
  position: absolute;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
}

.sidebar-items-thumb--drag {
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.sidebar-items-thumb--drag-img {
  max-width: 80px;
  max-height: 80px;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.sidebar-items-search {
  padding: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-items-search input {
  width: 180px;
  height: 20px;
  border: none;
  background: none;
  font-weight: 600;
  line-height: 20px;
}

.sidebar-items-search input:focus {
  outline: none;
}

.sidebar-items-search input::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.4);
}

.sidebar-items-search input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(117, 117, 117, 0.4);
}

.sidebar-items-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(117, 117, 117, 0.4);
}

.sidebar-items-search input:-ms-input-placeholder {
  color: rgba(117, 117, 117, 0.4);
}

.sidebar-items-search i {
  vertical-align: top;
  cursor: pointer;
}

.toolbar {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 260px;
  width: 340px;
}

.toolbar .toolbar-view {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.toolbar .toolbar-view:after {
  content: '';
  display: block;
  clear: both;
}

.toolbar .toolbar-view-btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.toolbar .toolbar-view-btn i {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

.toolbar .toolbar-view-btn:hover i,
.toolbar .toolbar-view-btn.active i {
  opacity: 1;
}

.toolbar .toolbar-view-btn:active {
  background: #fbfbfb;
}

.toolbar .toolbar-view-btn.active {
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.toolbar .toolbar-zoom {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.toolbar .toolbar-zoom-btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.toolbar .toolbar-zoom-btn i {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

.toolbar .toolbar-zoom-btn:hover i,
.toolbar .toolbar-zoom-btn.active i {
  opacity: 1;
}

.toolbar .toolbar-zoom-btn:active {
  background: #fbfbfb;
}

.toolbar .toolbar-zoom .toolbar-zoom-btn + .toolbar-zoom-btn {
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}

.modal-new-project .new-project-tabs,
.modal-profile .new-project-tabs {
  height: 60px;
  background: #ffffff;
  position: relative;
  padding: 0 40px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.modal-new-project .new-project-tabs-wrapper {
  height: 100%;
}

.modal-new-project .new-project-tabs-wrapper,
.modal-profile .new-project-tabs-wrapper {
  position: relative;
}

.modal-new-project .new-project-tabs-wrapper:after,
.modal-profile .new-project-tabs-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.modal-new-project .new-project-tabs-link,
.modal-profile .new-project-tabs-link {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  float: left;
  width: 50%;
  color: rgba(26, 26, 26, 0.3);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-out;
  cursor: pointer;
}

.modal-new-project .new-project-tabs-link:hover,
.modal-new-project .new-project-tabs-link:active,
.modal-profile .new-project-tabs-link:hover,
.modal-profile .new-project-tabs-link:active {
  color: rgba(26, 26, 26, 0.5);
  text-decoration: none;
}

.modal-new-project .new-project-tabs-link.active,
.modal-profile .new-project-tabs-link.active {
  color: #1a1a1a;
}

.modal-new-project .new-project-tabs-link:nth-of-type(1).active ~ .slide,
.modal-profile .new-project-tabs-link:nth-of-type(1).active ~ .slide {
  left: calc((100% / 2) * 0);
}

.modal-new-project .new-project-tabs-link:nth-of-type(2).active ~ .slide,
.modal-profile .new-project-tabs-link:nth-of-type(2).active ~ .slide {
  left: calc((100% / 2) * 1);
}

.modal-new-project .new-project-tabs-link:first-of-type.active ~ .slide,
.modal-profile .new-project-tabs-link:first-of-type.active ~ .slide {
  left: 0;
}

.modal-new-project .new-project-tabs-link ~ .slide,
.modal-profile .new-project-tabs-link ~ .slide {
  background: #750004;;
  width: calc(100% / 2);
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  transition: left 0.3s ease-out;
}

.modal-new-project .new-project-tabs-link ~ .slide,
.modal-profile .new-project-tabs-link ~ .slide {
  top: calc(100% - 2px);
}

.modal-new-project .project-shapes .project-shape,
.modal-profile .project-shapes .project-shape {
  margin-top: 35px;
  cursor: pointer;
  text-align: center;
  padding: 20px 15px;
}

.modal-new-project .project-shapes .project-shape.selected,
.modal-profile .project-shapes .project-shape.selected {
  background: rgba(195, 219, 251, 0.2);
  border: 2px solid #81b3e0;
  border-radius: 2px;
  padding: 18px 13px;
}

.modal-new-project .project-shapes .project-shape-title,
.modal-profile .project-shapes .project-shape-title {
  font-weight: 200;
  margin-top: 10px;
  display: block;
}

.modal-new-project .project-shapes div[class^='col-']:nth-of-type(1) > .project-shape,
.modal-new-project .project-shapes div[class^='col-']:nth-of-type(2) > .project-shape,
.modal-new-project .project-shapes div[class^='col-']:nth-of-type(3) > .project-shape,
.modal-profile .project-shapes div[class^='col-']:nth-of-type(1) > .project-shape,
.modal-profile .project-shapes div[class^='col-']:nth-of-type(2) > .project-shape,
.modal-profile .project-shapes div[class^='col-']:nth-of-type(3) > .project-shape {
  margin-top: 0;
}

.modal-save-project-icon {
  margin-bottom: 60px;
}

.modal-save-project-icon img {
  width: 200px;
}

.modal-photo-preview .modal-body-content img {
  max-height: 380px;
}

.on-welcome {
  text-align: center;
}

.on-welcome-title {
  font-size: 6vh;
  font-weight: 600;
  letter-spacing: -1.6px;
  margin-bottom: 4vh;
}

.on-welcome-text {
  margin-bottom: 4vh;
  font-weight: 300;
  font-size: 2.5vh;
  letter-spacing: 0.04em;
}

.on-toolbar-item--img {
  max-width: 60px;
  vertical-align: top;
}

.on-toolbar-item--desc {
  display: inline-block;
  margin-left: 40px;
}

.on-toolbar-item--title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.on-toolbar-item--text {
  font-weight: 300;
}

.on-toolbar-item--note {
  font-weight: 300;
  display: block;
  font-style: italic;
  margin-top: 10px;
}

.on-toolbar .on-toolbar-item + .on-toolbar-item {
  margin-top: 40px;
}

.on-toolbar .on-btn {
  margin-top: 60px;
}

.on-toolbar.on-high .on-toolbar-item--img {
  width: 30px;
}

.on-toolbar.on-high .on-toolbar-item + .on-toolbar-item {
  margin-top: 25px;
}

.on-toolbar.on-high .on-btn {
  margin-top: 30px;
}

.navCont .navLeft {
  float: left;
  display: flex;
  width: 65%;
}

.navCont .navRight {
  float: right;
  display: flex;
  width: 35%;
}

.navCont .navRight li {
  text-align: center;
}

@media (max-width: 1200px) {
  .navCont .navLeft {
    width: 60%;
  }
  .navCont .navRight {
    width: 40%;
  }
}

/*.navCont {*/
/*margin-left: 210px;*/
/*}*/

.question-s .open {
  background: #ededed;
}

.question-s-toggle {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.question-s-glyph {
  height: 100%;
  width: 100%;
  font-size: 1.5em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navCont .navRight li.question-s span {
  font-size: 1.5em;
}

.navCont .navRight li.question-s span:hover {
  cursor: pointer;
}

.navCont .navRight #user-actions-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3px;
}

@media (max-width: 1100px) {
  .navCont .navLeft {
    width: 55%;
  }
  .navCont .navRight {
    width: 45%;
  }
}

@media (max-width: 1000px) {
  .navCont .navLeft {
    width: 50%;
  }
  .navCont .navRight {
    width: 50%;
  }
  .navbar-default .navbar-nav > .step {
    font-size: 70%;
  }
}

@media (max-width: 950px) {
  .step-text {
    display: none;
  }

  .navCont .navLeft .step a {
    bottom: -4px;
  }
  #fieldWithLogin {
    padding-top: 0 !important;
    line-height: 35px;
  }

  .navRight .narrow-menu-item {
    line-height: 35px;
    padding: 0;
  }
  .dropdown-toggle img {
    max-height: 25px;
  }

  .navCont .navRight .icon-help {
    margin-top: -19px;
  }

  .cart-s .shopp-cart .icon-cart {
    display: flex !important;
  }

  .shopp-cart .narrow-menu-item {
    height: 100%;
  }
  .shopp-cart {
    text-align: center;
  }
  .bottle-count {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
  }

  .cart-position {
    margin-top: 17px;
  }

  .navCont .navRight li {
    text-align: right;
  }

  .help-s .narrow-menu-item {
    display: inherit;
    text-align: center;
    line-height: 35px;
  }
  .plus-s .narrow-menu-item {
    display: inherit;
    text-align: center;
  }
  .save-s .narrow-menu-item {
    display: inherit;
    text-align: center;
  }
  .narrow-menu-item .icon-new {
    text-align: center;
  }
  .narrow-menu-item .icon-save {
    text-align: center;
  }
  .narrow-menu-item .help-text {
    text-align: center;
  }
  .narrow-menu-item .glyphicon-share-alt {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .navCont .navLeft {
    width: 35%;
  }
  .navCont .navRight {
    width: 65%;
  }
  .navCont .navRight li.question-s {
    width: 17% !important;
    text-align: center;
  }
}

#logedUser {
  height: 100%;
  width: 100%;
}

@media (max-width: 550px) {
  .dropdown-toggle .caret-c {
    display: none;
  }
  .navCont .navRight .help-s {
    width: 10% !important;
  }
  .navCont .navRight .plus-s {
    width: 19% !important;
  }
  .navCont .navRight .save-s {
    width: 19% !important;
  }
  .navCont .navRight .cart-s {
    width: 19% !important;
  }
  .navCont .navRight .question-s {
    width: 19% !important;
  }
  .navCont .navRight .log-s {
    width: 25% !important;
  }
  .navCont .navRight .activeStep3 {
    width: 15% !important;
  }

  .help-text {
    display: none;
  }
  .help-sign {
    font-weight: bold;
  }

  .shopp-cart .bottle-count {
    margin-right: 4px;
  }
}

.navCont .navRight .question-s {
  width: 19%;
}

.navCont .navRight .help-s {
  width: 19%;
}

.navCont .navRight .plus-s {
  width: 19%;
}

.navCont .navRight .save-s {
  width: 19%;
}

.navCont .navRight .cart-s {
  width: 19%;
  min-width: 62px;
}

.navCont .navRight .undo-button {
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.navCont .navRight .activeStep3 {
  width: 15% !important;
}

.navCont .navRight .activeStep3 > .shopp-cart {
  left: 0px;
}

.navCont .navRight .log-s {
  width: 25%;
  position: absolute;
  right: 0px;
  height: 100%;
}

@media (max-width: 550px) {
  .navCont .navRight .log-s {
    position: relative;
  }
}

.navbar-default .navbar-nav > .step {
  cursor: pointer;
  width: 25%;
  text-align: center;
}

.navbar-default .navbar-nav > .step > a {
  position: relative;
  color: rgba(117, 117, 117, 0.4);
  transition: color 0.3s ease-out;
}

.navbar-default .navbar-nav > .step > a:hover {
  color: rgba(117, 117, 117, 0.8);
}

.navbar-default .navbar-nav > .step > a > .step-number {
  position: absolute;
  display: block;
  height: 27px;
  width: 27px;
  border-radius: 30px;
  background: #e2e2e2;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  bottom: -12px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease-out, color 0.3s ease-out;
  border: 2px solid transparent;
}

.navbar-default .navbar-nav > .step.active a {
  border-bottom: 3px solid #750004;
  color: #1a1a1a;
}

.navbar-default .navbar-nav > .step.active a > .step-number {
  background: #fff;
  border: 2px solid #6e6f71;
  box-sizing: border-box;
  color: #3e3d3f;
  line-height: 23px;
  bottom: -15px;
}

.navbar-default .navbar-nav > .step.completed a {
  border-bottom: #3E3D3F#b9b791;
  color: #1a1a1a;
}

.navbar-default .navbar-nav > .step.completed a > .step-number {
  background: #b9b791;
  bottom: -15px;
}

.shape {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 300px;
  height: 300px;
  background: #93bfec;
  z-index: 1010;
}

.shape-border {
  background: #545454;
  position: absolute;
  cursor: pointer;
}

.shape-border.active {
  background: yellow;
}

.shape-border--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.shape-border--right {
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
}

.shape-border--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.shape-border--left {
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
}

.shape-width-form {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(151, 151, 151, 0.1);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 80px;
  padding: 5px 20px;
  z-index: 2080;
}

.shape-width-form.top {
  top: -90px;
}

.shape-width-form.right {
  right: calc((100% + 10px) * -1);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.shape-width-form.bottom {
  bottom: -90px;
}

.shape-width-form.left {
  left: calc((100% + 10px) * -1);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.boxCont:before {
  content: '';
  display: block;
  padding-top: 50%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/
