@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* $gray-light:             lighten($gray-base, 46.9%) !default; // #777 */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #222; }

h1 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 32px; }

h2 {
  font-weight: 400;
  font-size: 23px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

h6 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

p {
  font-size: 12px; }

.situation {
  list-style: none;
  margin-top: 10px;
  padding-left: 0; }
  .situation li > a,
  .situation li {
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block; }
    .situation li > a:not(:last-child),
    .situation li:not(:last-child) {
      position: relative;
      margin-right: 28px; }
      .situation li > a:not(:last-child):after,
      .situation li:not(:last-child):after {
        position: absolute;
        display: block;
        width: 24px;
        text-align: center;
        left: 100%;
        bottom: 10px;
        font-size: 23px;
        color: #929292;
        content: ' > '; }
    .situation li > a .type,
    .situation li .type {
      color: #929292;
      display: block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 6px; }
    .situation li > a .name,
    .situation li .name {
      color: #222;
      display: block;
      font-size: 23px;
      font-weight: 300; }
    .situation li > a:link:hover,
    .situation li:link:hover {
      background-color: #d8d8d8; }

.breadcrumbs {
  font-size: 16px;
  color: #666;
  margin: 10px 0; }
  .breadcrumbs .active {
    color: #262626; }

.spinner {
  animation: rotator 1.4s linear infinite;
  height: 66px;
  width: 66px; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #853962;
  animation: dash 1.4s ease-in-out infinite; }

/* @keyframes colors {
	0% { stroke: #4285F4; }
	25% { stroke: #DE3E35; }
	50% { stroke: #F7C223; }
	75% { stroke: #1B9A59; }
  100% { stroke: #4285F4; }
} */
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.btn-menu {
  z-index: 110; }

.menu-slide {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  background-color: #4a4741;
  z-index: 100;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .menu-slide .logo {
    display: block;
    margin: 10px auto;
    text-align: center;
    opacity: 0.5; }
  .menu-slide .back-button {
    height: 34px;
    margin-bottom: 10px; }
  .menu-slide .nav-pills li a {
    padding-left: 25px; }

.menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5); }

.slidein,
.slideout {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.33s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.33s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.33s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.33s; }

.slidein.ng-hide-remove,
.slideout.ng-hide-add.ng-hide-add-active {
  left: -260px;
  display: block !important; }

.slideout.ng-hide-add,
.slidein.ng-hide-remove.ng-hide-remove-active {
  left: 0;
  display: block !important; }

.fadein,
.fadeout {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s; }

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important; }

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important; }

.nav-menu-static {
  background-color: #ffffff;
  min-height: 100vh;
  height: 100%;
  width: 80px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .nav-menu-static ul.nav-primary {
    padding-left: 0;
    list-style: none; }
    .nav-menu-static ul.nav-primary a {
      color: #4f223b;
      text-align: center;
      display: block;
      padding: 14px 4px; }
      .nav-menu-static ul.nav-primary a svg {
        stroke: #1f1f1f;
        shape-rendering: auto;
        stroke-width: 8px;
        display: block;
        margin: 0 auto 4px;
        width: 20px;
        height: 20px; }
      .nav-menu-static ul.nav-primary a:hover, .nav-menu-static ul.nav-primary a:focus, .nav-menu-static ul.nav-primary a:active {
        color: #853962;
        text-decoration: none;
        border-left: 4px solid #853962;
        padding-left: 0;
        background-color: #fcf9fb; }
        .nav-menu-static ul.nav-primary a:hover svg, .nav-menu-static ul.nav-primary a:focus svg, .nav-menu-static ul.nav-primary a:active svg {
          stroke: #853962;
          shape-rendering: auto;
          stroke-width: 12px;
          display: block;
          margin: 0 auto 4px;
          width: 20px;
          height: 20px; }
      .nav-menu-static ul.nav-primary a.active, .nav-menu-static ul.nav-primary a:active {
        color: #853962;
        text-decoration: none;
        border-left: 4px solid #853962;
        padding-left: 0; }

/* 	& + ui-view{
		margin-left: 256px;
	}
}*/
.nav-secondary {
  position: fixed;
  width: 240px;
  top: 0;
  left: 80px;
  bottom: 0;
  min-height: 100vh;
  background-color: #fcf9fb;
  border-left: 1px solid #f5e7ee;
  border-right: 1px solid #f5e7ee;
  padding: 6px 12px;
  padding-top: 15px; }
  .nav-secondary a.btn-link {
    padding: 0; }
  .nav-secondary h3 {
    font-size: 9.6px;
    text-transform: uppercase;
    color: #929292;
    letter-spacing: 0.2px; }
  .nav-secondary hr {
    background: #d5d3cf;
    margin-left: -12px;
    margin-right: -12px;
    display: block;
    height: 1px;
    border-top: none; }
  .nav-secondary .nav {
    margin-left: -12px;
    margin-right: -12px; }
    .nav-secondary .nav:first-child {
      margin-top: 12px; }
    .nav-secondary .nav:last-child {
      margin-bottom: 6px; }
    .nav-secondary .nav li {
      margin: 0; }
      .nav-secondary .nav li a {
        font-weight: 400;
        text-transform: none;
        color: #2c1320; }
        .nav-secondary .nav li a[disabled=disabled] {
          color: #929292; }
      .nav-secondary .nav li.active {
        color: #853962;
        padding-left: 0; }
        .nav-secondary .nav li.active a {
          font-weight: 600; }
      .nav-secondary .nav li:hover {
        background-color: #f9f2f6;
        cursor: pointer; }

.container-fluid {
  margin-left: 340px;
  max-width: 1024px; }

/* @media (min-width: 1200px + $static-menu-width){
	.container{
		margin-left: auto;
	}
} */
/*! angularjs-slider - v5.4.3 -
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -
 https://github.com/angular-slider/angularjs-slider -
 2016-08-07 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rzslider.with-legend {
  margin-bottom: 40px; }

.rzslider[disabled] {
  cursor: not-allowed; }

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3; }

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

.rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move; }

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: ''; }

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff; }

.rzslider .rz-pointer.rz-active {
  z-index: 4; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff; }

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default; }

.rzslider .rz-bubble.rz-selection {
  top: 16px; }

.rzslider .rz-bubble.rz-limit {
  color: #55637d; }

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%; }

.rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0; }

.rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0); }

.rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0); }

.rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -40px; }

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

.rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important; }

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle; }

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: initial;
  left: 22px;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  right: 12px;
  bottom: initial;
  left: initial; }

.notifcation-wrapper {
  width: 260px;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900; }

.notification {
  margin: 2px 5px 2px 0;
  max-height: auto;
  background-color: #2c1320;
  color: white; }
  .notification.notification-success {
    color: #50E3C2 !important; }
  .notification.notification-warning {
    color: #f39c12 !important; }
  .notification.notification-error {
    color: #FF5959 !important; }
  .notification .notification-header {
    padding: 5px; }
    .notification .notification-header h3 {
      color: white;
      font-size: 14px;
      font-weight: 100;
      margin-top: 4px; }
  .notification .notification-content {
    color: white;
    padding: 5px; }
  .notification .progress {
    height: 3px;
    margin-bottom: 0;
    background-color: #853962; }

.notification.ng-enter,
.notification.ng-leave {
  transition: 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

.notification.ng-enter {
  opacity: 0;
  transform: scale(0);
  max-height: 0; }

/* The finishing CSS styles for the enter animation */
.notification.ng-enter.ng-enter-active {
  opacity: 1;
  transform: scale(1);
  max-height: 300px; }

.notification.ng-leave {
  opacity: 1;
  transform: scale(1);
  max-height: 300px; }

.notification.ng-leave.ng-leave-active {
  opacity: 0;
  transform: scale(0);
  max-height: 0; }

/* Progress Bar */
.progress-loader {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto; }
  .progress-loader.has-loader,
  .has-loader .progress-loader {
    display: block; }

.progress-loader {
  width: 100%;
  background-color: rgba(208, 145, 179, 0.5);
  background-color: transparent;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden; }
  .progress-loader .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: rgba(208, 145, 179, 0.16);
    transition: width .3s linear; }
  .progress-loader .indeterminate {
    background-color: rgba(208, 145, 179, 0.16); }
    .progress-loader .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress-loader .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.container-fluid {
  margin-left: 320px;
  padding-left: 20px;
  padding-right: 25px; }

i {
  margin-right: 5px;
  line-height: 0 !important; }

html {
  height: 100%; }

body {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
  color: #4f223b;
  margin: 0;
  padding: 0;
  background-color: #853962;
  background: #853962;
  background: -moz-radial-gradient(center, ellipse cover, #853962 0%, #4f223b 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #853962 0%, #4f223b 100%);
  background: radial-gradient(ellipse at center, #853962 0%, #4f223b 100%); }

div.quote-block {
  display: table;
  color: #FFF; }

div.quote {
  font-size: 48px;
  font-weight: 300;
  padding: 0% 15%;
  text-align: right;
  height: 100vh;
  display: table-cell;
  vertical-align: middle; }
  div.quote span {
    display: block; }

span.author {
  display: block;
  font-size: 18px;
  float: right;
  padding-top: 20px;
  font-style: italic;
  text-transform: uppercase; }

.login-block {
  background-color: #FFF;
  height: 100vh;
  display: table;
  padding-top: 0; }

.login-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }

svg {
  width: 70px;
  height: 70px; }

div#loader {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50vh; }

.cls-1 {
  fill: #D5F3FF; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.container-narrow {
  max-width: 960px; }

.primary-container {
  width: 960px;
  margin: 0 auto; }

.progress-loader-wrapper {
  height: 0;
  z-index: 1000;
  overflow: visible;
  position: relative; }
  .progress-loader-wrapper .progress-loader {
    height: 3px;
    background-color: transparent;
    bottom: auto; }
    .progress-loader-wrapper .progress-loader .indeterminate {
      background-color: #853962; }

.main-viewport {
  background-color: #FFF;
  display: block;
  min-height: 100vh; }
  .main-viewport.wrapper-primary {
    background-color: #853962; }
    .main-viewport.wrapper-primary .header {
      padding-top: 54px; }
      .main-viewport.wrapper-primary .header .btn.btn-inverse {
        background-color: #d5f2ff;
        font-weight: normal;
        color: #853962; }
        .main-viewport.wrapper-primary .header .btn.btn-inverse:active, .main-viewport.wrapper-primary .header .btn.btn-inverse:focus, .main-viewport.wrapper-primary .header .btn.btn-inverse:hover {
          background-color: #bceaff; }

/* .background-surface{
	position:absolute;
	top: 80px + 36px;
	left:0;
	right:0;
	z-index: -1;
	height:120px;
} */
.progress-overlay {
  background: rgba(248, 249, 250, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 15px;
  min-height: 4px; }

fieldset {
  margin-bottom: 40px; }
  fieldset legend {
    font-size: 16px;
    color: #4f223b;
    border: none;
    position: relative; }

dl {
  font-size: 11px; }
  dl dt {
    color: #929292;
    margin-bottom: 5px;
    font-weight: normal; }
  dl dd {
    margin-bottom: 5px; }

dl.definition-list-vertical dd {
  margin-bottom: 10px; }

dl.definition-list-horizontal dt:before {
  content: "";
  display: block; }

dl.definition-list-horizontal dt {
  margin-right: 5px;
  width: 120px; }

dl.definition-list-horizontal dt, dl.definition-list-horizontal dd {
  display: inline-block;
  margin-bottom: 5px; }

.header {
  background-color: #853962;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  padding-top: 8px;
  margin-top: 34px;
  margin-bottom: 10px; }
  .header .wrapper {
    min-height: 90px; }
    .header .wrapper h1 {
      font-size: 42px;
      margin-bottom: 5px; }
    .header .wrapper h3 {
      margin-top: 5px;
      margin-bottom: 5px; }
  .header.header-overlay {
    margin-bottom: 0; }
    .header.header-overlay:after {
      display: block;
      content: '';
      height: 80px;
      width: 100%;
      position: absolute;
      top: 100;
      left: 0;
      right: 0;
      background-color: #853962;
      z-index: -1; }

.table-recap {
  text-align: center;
  padding-bottom: 20px; }
  .table-recap .number {
    margin-top: 8px;
    font-weight: 100;
    font-size: 54px;
    line-height: 60px;
    display: block; }
  .table-recap .text {
    margin-bottom: 4px;
    display: block;
    min-height: 34px; }

.text-hint {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  height: 100%; }

ui-view.root-viewport {
  display: block;
  height: 100%;
  width: 100%; }

.splashscreen {
  height: 100%;
  display: block;
  position: fixed !important;
  position: absolute;
  color: #2c1320;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .splashscreen .logo {
    max-width: 70px;
    text-align: center;
    margin: 0 auto;
    color: white; }
    .splashscreen .logo img {
      margin: 0 auto 8px;
      display: block; }
    .splashscreen .logo.advini {
      padding-top: 90px;
      padding-bottom: 40px; }
    .splashscreen .logo.winelogics {
      padding-bottom: 20px; }
  .splashscreen .login-wrapper .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5); }
    .splashscreen .login-wrapper .loader .spinner-wrapper {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .splashscreen.has-loader .loader {
    display: block !important; }

.header.header-edit h3 {
  font-size: 22px; }

.header.header-edit .button-tabs {
  padding-top: 30px;
  padding-bottom: 125px; }

.navbar {
  border: none;
  margin-bottom: 0;
  background-color: #58544d;
  z-index: 200; }
  .navbar .navbar-nav {
    float: left;
    font-size: 12px;
    text-transform: uppercase; }
    .navbar .navbar-nav.navbar-right {
      float: right; }
    .navbar .navbar-nav li {
      float: left;
      position: relative; }
      .navbar .navbar-nav li.active:after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #58544d; }

.form-horizontal label {
  text-align: right; }

@media screen and (min-width: 1311px) {
  .form-horizontal .help-block {
    text-align: right; } }

.form-inverse {
  color: white; }

.form-group {
  margin-bottom: 24px; }
  .form-group .control-label {
    color: #888;
    font-size: 12px;
    display: block;
    min-height: 23px;
    line-height: 1.33333;
    padding-top: 6px;
    margin-bottom: 5px; }
    .form-group .control-label:first-letter {
      text-transform: uppercase; }
  .form-group.required .control-label {
    font-weight: bold;
    color: #222; }
    .form-group.required .control-label:after {
      content: '\00a0*';
      color: #FF5959;
      display: inline-block; }
  .form-group.form-group-overhead-label {
    padding-top: 16px;
    position: relative; }
    .form-group.form-group-overhead-label label {
      position: absolute;
      top: 24px;
      left: 12px;
      font-size: 12px;
      color: #929292;
      transition: 0.2s ease all; }
    .form-group.form-group-overhead-label label.active {
      top: -4px; }
  .form-group .help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
    font-style: italic;
    color: #bbb;
    text-align: right;
    padding-right: 12px; }
  .form-group .control-unit,
  .form-group .control-counter {
    font-size: 12px;
    line-height: 22px;
    padding-top: 7px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bbb; }
    .form-group .control-unit.over,
    .form-group .control-counter.over {
      color: #FF5959; }
  .form-group.answer p {
    padding-top: 7px;
    margin-bottom: 0; }
  .form-group textarea {
    resize: vertical; }
  .form-group.has-error {
    color: #FF5959; }
    .form-group.has-error .help-block,
    .form-group.has-error .control-label,
    .form-group.has-error .control-counter {
      color: #FF5959; }
    .form-group.has-error .form-control {
      border-bottom: 1px solid #FF5959; }

.fyi-field {
  padding-top: 6px; }

.img-preview {
  max-height: 200px; }

.has-fixed-submit {
  padding-bottom: 44px; }

.stack-top {
  margin-top: 0; }

.wl-select .form-control {
  height: auto;
  min-height: 30px;
  padding-right: 34px;
  padding-top: 2px;
  padding-bottom: 0; }
  .wl-select .form-control:after {
    content: '\e252';
    font-family: 'Glyphicons Halflings';
    display: block;
    position: absolute;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 9px;
    width: 32px;
    top: 0;
    right: 0; }
  .wl-select .form-control .placeholder {
    color: #929292;
    line-height: 1.33333;
    margin-top: 5px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .wl-select .form-control .item-wrapper {
    line-height: 22px; }
  .wl-select .form-control .wl-select-multiple-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 0 0 0 5px;
    line-height: 20px;
    color: #97416f;
    background-color: #f5e7ee;
    cursor: pointer; }
    .wl-select .form-control .wl-select-multiple-item:active, .wl-select .form-control .wl-select-multiple-item:hover, .wl-select .form-control .wl-select-multiple-item:focus {
      background-color: #edd5e2;
      color: #2c1320; }
    .wl-select .form-control .wl-select-multiple-item .glyphicon {
      vertical-align: -1px;
      opacity: 0.5;
      padding-right: 0; }

.wl-select.open .form-control {
  border-color: #853962; }

.wl-select .dropdown-menu {
  width: 100%;
  max-height: 480px;
  overflow-y: scroll;
  /* hidden elements */ }
  .wl-select .dropdown-menu::-webkit-scrollbar {
    display: block; }
  .wl-select .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .wl-select .dropdown-menu::-webkit-scrollbar-track {
    background-color: rgba(0, 170, 255, 0.5);
    background-color: #eee;
    background-color: transparent;
    border-width: 0; }
  .wl-select .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #929292;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    background-clip: padding-box; }
  .wl-select .dropdown-menu::-webkit-scrollbar-button, .wl-select .dropdown-menu::-webkit-scrollbar-track-piece, .wl-select .dropdown-menu::-webkit-scrollbar-corner, .wl-select .dropdown-menu::-webkit-resizer {
    display: none; }

.wl-select .search {
  position: relative; }
  .wl-select .search .glyphicon {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 30px !important;
    text-align: center;
    height: 23px;
    width: 23px; }
  .wl-select .search input {
    border: none;
    border-bottom: 1px solid #f8f8f8;
    display: block;
    width: 100%;
    padding-left: 34px; }
    .wl-select .search input:focus {
      outline: 0; }

.wl-select li {
  padding-left: 0;
  padding-right: 0;
  line-height: 30px; }
  .wl-select li .dropdown-header {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400; }
  .wl-select li.select-element {
    font-weight: 400;
    padding: 0px 20px;
    line-height: 30px;
    cursor: pointer; }
    .wl-select li.select-element.active, .wl-select li.select-element:active, .wl-select li.select-element:hover, .wl-select li.select-element:focus {
      background-color: #fcf9fb;
      color: #853962; }

.wl-select.disabled {
  opacity: .7;
  cursor: not-allowed; }

ul.dropdown-menu {
  padding-bottom: 0;
  padding-top: 0; }
  ul.dropdown-menu li button,
  ul.dropdown-menu li a {
    color: #2c1320;
    display: block;
    width: 100%;
    border: none;
    background: none;
    text-align: inherit;
    line-height: 28px !important;
    padding: 6px 12px;
    white-space: nowrap; }
    ul.dropdown-menu li button:active, ul.dropdown-menu li button:focus, ul.dropdown-menu li button:hover,
    ul.dropdown-menu li a:active,
    ul.dropdown-menu li a:focus,
    ul.dropdown-menu li a:hover {
      background-color: #fcf9fb !important; }
    ul.dropdown-menu li button[disabled],
    ul.dropdown-menu li a[disabled] {
      color: #929292; }

.form-footer {
  padding: 3px 20px 2px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6a2e4e; }

.checkbox-element .check,
.radio-element .check {
  display: inline-block;
  position: relative;
  height: 16px;
  top: 2px;
  width: 16px;
  line-height: 14px;
  margin-right: 10px;
  border: 1px solid #a6a6a6;
  text-align: center;
  overflow: hidden; }

.checkbox-element label,
.radio-element label {
  cursor: pointer; }

.checkbox-element {
  padding: 4px 20px 0 0; }
  .checkbox-element .check {
    color: white; }
    .checkbox-element .check.valid {
      border-color: #853962;
      background-color: #853962; }
  .checkbox-element.disabled {
    opacity: 0.7;
    color: #929292; }
  .checkbox-element.disabled .check,
  .checkbox-element.disabled .check.valid {
    border-color: #CCC;
    background-color: #f8f8f8;
    cursor: not-allowed; }
    .checkbox-element.disabled .check .glyphicon,
    .checkbox-element.disabled .check.valid .glyphicon {
      color: #999; }

li.checkbox-element {
  cursor: pointer; }
  li.checkbox-element .check {
    margin-left: 10px; }

.radio-element {
  padding: 7px 20px 7px 0;
  line-height: 18px; }
  .radio-element .check {
    border-radius: 8px;
    color: white; }
    .radio-element .check.valid {
      border-color: #853962;
      background-color: #853962; }
      .radio-element .check.valid:after {
        content: '';
        height: 6.15385px;
        width: 6.15385px;
        line-height: 6.15385px;
        border-radius: 2.66667px;
        background-color: white;
        position: absolute;
        top: 4px;
        left: 4px; }
  .radio-element.disabled {
    opacity: 0.7;
    color: #929292; }
  .radio-element.disabled .check,
  .radio-element.disabled .check.valid {
    border-color: #CCC;
    background-color: #f8f8f8;
    cursor: not-allowed; }
    .radio-element.disabled .check:after,
    .radio-element.disabled .check.valid:after {
      background-color: #999; }

.error-messages {
  min-height: 0; }

.table {
  border-collapse: inherit; }
  .table .sort {
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: rgba(133, 57, 98, 0.5); }
    .table .sort .wl-ripple {
      background-color: #853962; }
    .table .sort:hover {
      text-decoration: none; }
    .table .sort.sort-desc, .table .sort.sort-asc {
      color: #853962; }
    .table .sort.sort-desc:after {
      font-family: "Glyphicons Halflings";
      content: " \e114 "; }
    .table .sort.sort-asc:after {
      font-family: "Glyphicons Halflings";
      content: " \e113 "; }
  .table .muted {
    color: #c5c5c5; }
  .table thead tr th {
    font-size: 10px; }
  .table tbody tr td {
    border-color: #e7e7e7;
    height: 41px; }
  .table tbody tr .btn {
    opacity: 0; }
  .table tbody tr:hover .btn {
    opacity: 1; }
  .table .form-group {
    margin-bottom: 0; }

.wl-ripple {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  animation-name: ripple;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards; }

@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(8);
    opacity: 0; } }

::-webkit-input-placeholder {
  color: #929292 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #929292 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292 !important; }

:-ms-input-placeholder {
  color: #929292 !important; }

.img-rotate {
  position: relative;
  max-height: 55px;
  width: 110px;
  margin: 0;
  display: block; }
  .img-rotate img {
    max-height: 55px;
    max-width: 110px; }

.zoom-wrapper {
  cursor: zoom-in; }

.image-center img {
  margin: 0 auto; }

.card .card-header-alt,
.card .card-content-alt {
  background-color: #f6fbfe;
  color: #853962; }
  .card .card-header-alt h1, .card .card-header-alt h2, .card .card-header-alt h3, .card .card-header-alt h4, .card .card-header-alt h5, .card .card-header-alt h6,
  .card .card-content-alt h1,
  .card .card-content-alt h2,
  .card .card-content-alt h3,
  .card .card-content-alt h4,
  .card .card-content-alt h5,
  .card .card-content-alt h6 {
    margin: 0;
    font-size: 18px;
    font-weight: normal; }
  .card .card-header-alt p,
  .card .card-content-alt p {
    margin: 0;
    font-weight: normal; }

.card .card-content-alt {
  min-height: 44px;
  padding-top: 0; }

.card .card-content {
  padding-bottom: 24px; }

.card hr {
  margin: 5px -20px 10px -20px; }

.card .card-footer {
  border-top: 1px solid #f8f8f8;
  text-align: right;
  padding: 5px; }

.card-edit {
  margin-top: -135px;
  margin-bottom: 90px;
  padding: 30px 15px 15px;
  min-height: 280px; }

.intertitle {
  color: #853962;
  font-weight: bold; }

.contextual-buttons {
  padding: 6px 4px; }

.question-fliters {
  padding: 10px 0; }

.image-upload-wrapper {
  background-color: #f8f8f8;
  padding: 6px 12px; }

.info {
  padding: 6px 12px 0;
  position: relative;
  min-height: 60px;
  overflow: hidden; }
  .info .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #97416f;
    text-align: center; }
    .info .arrow:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid #97416f; }
    .info .arrow:before {
      position: absolute;
      content: '';
      display: block;
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      border-right: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-top: 60px solid #97416f; }
  .info .glyphicon {
    font-size: 40px;
    line-height: 60px;
    color: #cd8aae; }
  .info.info-primary {
    background-color: #612a48;
    color: white; }

.segment-marketing {
  color: #717171;
  font-size: 11px; }

.strike-through {
  text-decoration: line-through; }

.article-row {
  background-color: #f8f8f8; }

.orderable-wrapper {
  border: 1px solid #DEDEDE;
  background: #F6F6F6;
  margin-bottom: 30px; }

.orderable-element {
  display: block;
  padding-top: 5px;
  padding-bottom: 3px;
  background-color: #FCFCFC;
  border-bottom: 1px solid #DEDEDE;
  padding-right: 20px;
  cursor: move; }

.orderable-element::after {
  font-family: 'Glyphicons Halflings';
  content: '\e236';
  float: right;
  opacity: 0.3;
  padding-top: 1px; }

.orderable-element:active {
  background-color: #FFF;
  -webkit-box-shadow: 4px 3px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 3px 0px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 3px 0px -1px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE; }

.orderable-list-remove {
  float: left;
  padding-right: 10px; }

.orderable-list-remove:after {
  font-family: 'Glyphicons Halflings';
  content: '\e014';
  float: left;
  opacity: 0.3;
  padding-top: 1px;
  cursor: pointer; }

.pill-wrapper {
  margin-left: 20px; }

.pill {
  background: white;
  color: #CCC;
  padding: 4px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-right: 8px;
  text-decoration: none; }

.pill:hover {
  background: #F1F1F1;
  color: #AAA;
  text-decoration: none; }

.pill.active-pill {
  background: #40baee;
  color: white; }

div.progress-tracker .track-progress {
  margin: 0;
  padding: 10px 10px 0 10px;
  background: white;
  height: 80px; }
  div.progress-tracker .track-progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    font: 12px/12px Roboto, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
    border-bottom: 4px #bbb solid;
    line-height: 16px;
    height: 40px;
    width: 20%;
    float: left; }
    div.progress-tracker .track-progress li:after {
      content: "\00a0\00a0";
      float: left;
      width: 14px;
      /*non-breaking space */ }
    div.progress-tracker .track-progress li:before {
      position: relative;
      bottom: -2.5em;
      float: left;
      left: 50%;
      line-height: 1em; }
    @media (max-width: 800px) {
      div.progress-tracker .track-progress li {
        font-size: 0.7em; } }
    @media (max-width: 640px) {
      div.progress-tracker .track-progress li span {
        display: none; } }
  div.progress-tracker .track-progress li.done {
    color: #40baee;
    border-bottom: 4px #40baee solid; }
    div.progress-tracker .track-progress li.done:before {
      content: "";
      background: #40baee;
      height: 1.2em;
      width: 1.2em;
      line-height: 1.2em;
      border: none;
      border-radius: 1.2em; }
  div.progress-tracker .track-progress li.todo:before {
    content: "";
    background: white;
    border: 0.25em solid #bbb;
    height: 0.8em;
    width: 0.8em;
    border-radius: 0.8em;
    -webkit-box-sizing: initial; }
  div.progress-tracker .track-progress em {
    display: none;
    padding-left: 0.75em; }
    @media (max-width: 640px) {
      div.progress-tracker .track-progress em {
        display: inline; } }

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.app-rubric-edit th a {
  text-decoration: none; }

.app-rubric-edit td {
  padding-bottom: 10px !important; }

.heading-edit-wrapper {
  min-height: 180px; }
  .heading-edit-wrapper .heading-edit {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px; }
    .heading-edit-wrapper .heading-edit small {
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.66);
      font-size: 10px;
      margin-bottom: 10px; }

.heading-configure h3 {
  font-weight: 300;
  font-size: 22px; }

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */
.as-sortable-item, .as-sortable-placeholder {
  display: block; }

.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none;
  /* to disable context menu on iOS devices */
  -webkit-touch-callout: none; }

.as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.as-sortable-placeholder {
  background-color: #853962; }

.as-sortable-drag {
  position: absolute;
  background-color: white;
  pointer-events: none;
  z-index: 9999;
  border: 1px solid #853962; }

.as-sortable-hidden {
  display: none !important; }

.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.extra-info {
  position: absolute;
  bottom: 0;
  width: 216px; }

.fixed-footer {
  background-color: white;
  position: fixed;
  bottom: 0px;
  left: 340px;
  right: 20px;
  padding: 10px 10px;
  border-top: 1px solid #dfdfdf; }
  .fixed-footer .btn {
    margin-left: 5px; }

.sortable-table {
  min-height: 34px; }
  .sortable-table .as-sortable-item.sortable-item-question {
    padding-bottom: 5px; }
    .sortable-table .as-sortable-item.sortable-item-question:nth-child(even) {
      background-color: #f9f9f9; }
    .sortable-table .as-sortable-item.sortable-item-question .btn-link {
      text-transform: none;
      color: #97416f; }
      .sortable-table .as-sortable-item.sortable-item-question .btn-link:active, .sortable-table .as-sortable-item.sortable-item-question .btn-link:hover, .sortable-table .as-sortable-item.sortable-item-question .btn-link:focus {
        color: #853962;
        text-decoration: none; }
    .sortable-table .as-sortable-item.sortable-item-question .btn-danger {
      opacity: 0; }
    .sortable-table .as-sortable-item.sortable-item-question:hover .btn-danger {
      opacity: 1; }
  .sortable-table .table-pad {
    padding: 6px 12px; }
  .sortable-table .btn-handle:active, .sortable-table .btn-handle:hover, .sortable-table .btn-handle:focus {
    color: #853962;
    text-decoration: none; }

.section-heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

.tree {
  margin-top: 20px; }
  .tree ul {
    list-style: none;
    padding-left: 5px;
    position: relative; }
    .tree ul li {
      padding-left: 16px;
      position: relative;
      box-sizing: border-box; }
      .tree ul li .glyphicon {
        border: 1px solid #888;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        color: #888; }
        .tree ul li .glyphicon:hover {
          color: #222; }
    .tree ul ul li:before {
      content: '';
      height: 1px;
      width: 12px;
      background-color: #888;
      position: absolute;
      top: 10px;
      left: 4px;
      margin: auto; }
    .tree ul ul:before {
      content: '';
      display: block;
      width: 1px;
      background-color: #888;
      position: absolute;
      top: -14px;
      bottom: 22px;
      left: 8px;
      margin: auto; }
    .tree ul a {
      cursor: pointer; }
      .tree ul a:hover {
        color: #333;
        text-decoration: none; }

.contextual-buttons {
  padding: 6px 0; }

.wl-sidebar-filter-multiple {
  display: block;
  margin-left: -12px;
  margin-right: -12px; }
  .wl-sidebar-filter-multiple .clickable {
    padding: 6px 12px;
    min-height: 40px; }
    .wl-sidebar-filter-multiple .clickable .label {
      color: #903e6a;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 10px; }
    .wl-sidebar-filter-multiple .clickable:active, .wl-sidebar-filter-multiple .clickable:focus, .wl-sidebar-filter-multiple .clickable:hover {
      background-color: #e6e6e6; }
      .wl-sidebar-filter-multiple .clickable:active .label, .wl-sidebar-filter-multiple .clickable:focus .label, .wl-sidebar-filter-multiple .clickable:hover .label {
        color: #773357; }
  .wl-sidebar-filter-multiple .wl-select-multiple-item:active, .wl-sidebar-filter-multiple .wl-select-multiple-item:focus, .wl-sidebar-filter-multiple .wl-select-multiple-item:hover {
    color: #FF5959;
    cursor: pointer; }
  .wl-sidebar-filter-multiple .wl-select-multiple-item:not(:last-child):after {
    color: #929292;
    content: ' • '; }

.loader-ellipsis {
  margin: 0 0 2em;
  height: 20px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top; }
  .loader-ellipsis svg {
    height: 20px; }
  .loader-ellipsis svg path,
  .loader-ellipsis svg rect {
    fill: #929292; }

.hierarchy div.rubric {
  margin-left: 10px; }

.switch {
  cursor: pointer; }
