/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.main-raised {
  margin-top: 5px;
}
.logo {
  overflow: hidden;
  float: left;
}
.logo .logo_img {
  margin-left: 10px;
  float: left;
  width: 140px;
}
.logo .icon {
  float: left;
  z-index: 999999999;
  width: 60px;
}
/***NAVIGATION AREA****/
/* Navbar */
.navbar {
  background-color: #999;
}
.navbar ul li a.menu-item-signout {
  font-size: 0.8em;
  font-weight: normal;
}
.anavbar {
  border-top-width: 0;
  display: block;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.anavbar .navbar-list {
  list-style: none;
  margin-bottom: 0;
}
.anavbar .navbar-list .navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.anavbar .navbar-list .navbar-item .navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-right: 35px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222;
}
.anavbar .navbar-list .navbar-item .navbar-link:hover {
  text-decoration: underline;
}
.anavbar .navbar-list .navbar-item .navbar-link.active {
  color: #33C3F0;
}
anav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(10, 10, 10, 0.01);
  -moz-box-shadow: 0px 1px 15px 1px rgba(10, 10, 10, 0.01);
  box-shadow: 0px 1px 15px 1px rgba(10, 10, 10, 0.01);
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(10, 10, 10, 0.03);
}
anav .menu {
  width: 70%;
  float: right;
}
anav .menu ul {
  padding-top: 20px;
}
anav .menu ul li {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
anav .menu ul li a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Cantarell", sans-serif;
  text-decoration: none;
}
anav .menu ul li a:hover {
  color: #428bca;
  text-decoration: none;
}
anav .menu ul li a.menu-item-signout {
  font-size: 0.8em;
  font-weight: normal;
}
anav .menu ul li a.active {
  color: #428bca;
  text-decoration: none;
}
anav .mobile-nav-button {
  float: right;
  padding-top: 15px;
}
anav #mobile-nav-checkbox {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
anav #mobile-nav-checkbox:checked ~ .container > .mobile-menu {
  display: block;
}
anav .mobile-menu {
  display: none;
}
anav .mobile-menu ul {
  list-style: none;
  float: right;
  padding: 0px;
}
anav .mobile-menu ul li {
  text-transform: uppercase;
  padding: 5px 0px;
  text-align: right;
}
anav .mobile-menu ul li a {
  font-family: "Cantarell", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
anav .mobile-menu ul li a:hover {
  text-decoration: none;
  color: #428bca;
}
anav .mobile-menu ul li a.menu-item-signout {
  font-size: 0.8em;
  font-weight: normal;
}
anav .mobile-menu ul .active {
  color: #428bca;
}
/***END OF NAVIGATION***/
/* FOOTER */
footer ul li {
  display: block;
}
footer ul li a {
  padding: 2px;
}
footer ul li h2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 3px;
}
footer ul li h2 a {
  font-size: 14px;
}
footer .copyright {
  margin-top: 25px;
}
footer .copyright p {
  text-align: center;
  font-size: 1em;
}
canvas.photo-canvas {
  display: block;
}
.eula {
  height: 400px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 20px 10px;
  background: #eee;
}
.eula h2 {
  font-size: 3rem;
}
.eula h3 {
  font-size: 2.6rem;
}
.eula .section {
  padding: 0;
}
.eula .content {
  padding: 0;
}
.card {
  margin-bottom: 30px;
}
.offset {
  height: 1px;
}
.notification {
  color: #ff7518;
  font-style: italic;
  margin: 10px 0;
}
.subscription-active {
  padding: 20px;
  background: #fefefe;
}
.details .model-editor-wrapper {
  padding: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.details .model-editor-wrapper .model-editor .structured-editor {
  overflow-x: auto;
  border-top: 1px solid #eeeeee;
}
.details .model-editor-wrapper .model-editor .model-preview-container {
  overflow-y: auto;
}
.details .model-editor-wrapper .model-editor .model-preview-container .model-preview {
  overflow-y: auto;
}
.details .user-list .user i {
  cursor: pointer;
}
.details .user-list .user .user-photo {
  padding: 1px;
}
.details .user-list .user .user-photo img {
  width: 32px;
  border-radius: 16px;
}
.details .user-details-list .user-details {
  margin-top: 20px;
}
.details .user-details-list .user-details h4 {
  margin-top: 5px;
}
.details .user-details-list .user-details h4 button {
  margin-left: 30px;
}
.details .user-details-list .user-details:first-child {
  margin-top: 0px;
}
.details h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}
.details h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
.details .value-label {
  color: #999;
  font-size: 9px;
  font-weight: bold;
  margin-top: 10px;
}
.details .value {
  margin-top: 0;
}
.details .add-user {
  margin-top: 30px;
}
.form-group .note {
  font-weight: 400;
  font-size: 0.8em;
}
.form-group .danger {
  font-style: italic;
  color: red;
}
.sign-btns button {
  margin-left: 15px;
}
.sign-btns a {
  float: right;
  line-height: 34px;
}
.welcome {
  text-align: center;
  padding-top: 50px;
}
.logo-icon .green-light {
  fill: #98ff98;
}
.logo-icon .green-dark {
  fill: #8bea8b;
}
.logo-icon .black {
  fill: #4a4a4a;
}
.logo-icon.animated .green-light {
  animation-duration: 1s;
  animation-name: drop;
}
.logo-icon.animated .green-dark {
  animation-duration: 2s;
  animation-name: drop;
}
@keyframes drop {
  from {
    height: 0;
  }
}
@keyframes raise {
  from {
    height: 0;
    y: 0;
  }
}
.sign {
  margin-top: 25px;
}
.sign .sign-link {
  text-align: center;
}
.sign .sign-link .signin-logo {
  max-height: 45px;
  max-width: 180px;
}
.sign .sign-or {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  text-transform: lowercase;
  margin: 20px 0;
}
.sign .sign-another {
  margin-top: 20px;
}
.modal {
  background: rgba(0, 0, 0, 0.1);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
}
.overlay .overlay-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px;
}
.overlay .overlay-animation svg {
  animation-duration: 2s;
  animation-name: fadeanim;
  animation-iteration-count: infinite;
  opacity: 0.5;
}
@keyframes fadeanim {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}
.notifications {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  height: 0;
  z-index: 1200;
}
.notifications .fp-notification {
  animation-duration: 5s;
  animation-name: fadeout;
  opacity: 0;
}
.notifications .fp-notification .content {
  background: white;
  border-bottom: 5px solid #98ff98;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
