/*! * taibika-visual, v3.0.0
 * Copyright (c)2016 Kaba MIC AWM.
 */

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clickable {
  cursor: pointer;
}
ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.unstyled li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 568px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 920px) and (min-width: 568px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 920px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-sm-block,
.visible-sm-inline-block,
.visible-sm-inline,
.visible-md-block,
.visible-md-inline-block,
.visible-md-inline,
.visible-lg-block,
.visible-lg-inline-block,
.visible-lg-inline,
.visible-xl-block,
.visible-xl-inline-block,
.visible-xl-inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 920px) and (min-width: 568px) {
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 920px) {
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
}
body {
  color: #333;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased !important;
}
body [class^="kaba-icon-"],
body [class*=" kaba-icon-"] {
  font-size: 1em;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.no-decoration {
  text-decoration: none;
}
a.no-decoration:hover {
  text-decoration: none;
}
span.success,
i.success {
  color: #54a229 !important;
}
span.warning,
i.warning {
  color: #ff8700 !important;
}
span.error,
i.error {
  color: #df7800 !important;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
  font-weight: 200;
}
:-moz-placeholder /* Firefox 18- */ {
  color: #b4b4b4;
  font-weight: 200;
}
::-moz-placeholder /* Firefox 19+ */ {
  color: #b4b4b4;
  font-weight: 200;
}
:-ms-input-placeholder {
  color: #b4b4b4;
  font-weight: 200;
}
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.row {
  letter-spacing: -0.31em;
/* Webkit: collapse white-space between units */
  *letter-spacing: normal;
/* reset IE < 8 */
  *word-spacing: -0.43em;
/* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
/* Webkit: fixes text-rendering: optimizeLegibility */
/*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
/*
  Use flexbox when possible to avoid `letter-spacing` side-effects.

  NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
  `-moz-` prefix version is omitted.
  */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
/* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.opera-only :-o-prefocus,
.row {
  word-spacing: -0.43em;
}
.col {
  display: inline-block;
  *display: inline;
/* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.row [class *= "col"] {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
}
.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.col-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.col-1-12,
.col-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.col-1-8,
.col-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.col-1-6,
.col-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.col-1-5 {
  width: 20%;
  *width: 19.969%;
}
.col-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.col-1-4,
.col-6-24 {
  width: 25%;
  *width: 24.969%;
}
.col-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.col-1-3,
.col-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.col-3-8,
.col-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.col-2-5 {
  width: 40%;
  *width: 39.969%;
}
.col-5-12,
.col-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.col-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.col-1-2,
.col-12-24 {
  width: 50%;
  *width: 49.969%;
}
.col-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.col-7-12,
.col-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.col-3-5 {
  width: 60%;
  *width: 59.969%;
}
.col-5-8,
.col-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.col-2-3,
.col-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.col-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.col-3-4,
.col-18-24 {
  width: 75%;
  *width: 74.969%;
}
.col-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.col-4-5 {
  width: 80%;
  *width: 79.969%;
}
.col-5-6,
.col-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.col-7-8,
.col-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.col-11-12,
.col-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.col-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.col-1,
.col-1-1,
.col-5-5,
.col-24-24 {
  width: 100%;
}
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 568px) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-5-5,
  .col-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-md-1,
  .col-md-1-1,
  .col-md-5-5,
  .col-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-5-5,
  .col-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-5-5,
  .col-xl-24-24 {
    width: 100%;
  }
}
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid-flexCells > .grid-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.grid-top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid-justifyCenter {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-cell-top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.grid-cell-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.grid-cell-center {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.grid-cell-autoSize {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.grid-fit > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid-full > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.grid-1of2 > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid-1of3 > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.grid-1of4 > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media screen and (min-width: 568px) {
  .grid-sm-fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .grid-sm-full > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .grid-sm-1of2 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid-sm-1of3 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .grid-sm-1of4 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 920px) {
  .grid-md-fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .grid-md-full > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .grid-md-1of2 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid-md-1of3 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .grid-md-1of4 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1023px) {
  .grid-lg-fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .grid-lg-full > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .grid-lg-1of2 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid-lg-1of3 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .grid-lg-1of4 > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.grid-gutters {
  margin: -1em 0 1em -1em;
}
.grid-gutters > .grid-cell {
  padding: 1em 0 0 1em;
}
.grid-guttersLg {
  margin: -1.5em 0 1.5em -1.5em;
}
.grid-guttersLg > .grid-cell {
  padding: 1.5em 0 0 1.5em;
}
.grid-guttersXl {
  margin: -2em 0 2em -2em;
}
.grid-guttersXl > .grid-cell {
  padding: 2em 0 0 2em;
}
@media screen and (min-width: 568px) {
  .grid-sm-gutters {
    margin: -1em 0 1em -1em;
  }
  .grid-sm-gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .grid-sm-guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .grid-sm-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .grid-sm-guttersXl {
    margin: -2em 0 2em -2em;
  }
  .grid-sm-guttersXl > .grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media screen and (min-width: 920px) {
  .grid-md-gutters {
    margin: -1em 0 1em -1em;
  }
  .grid-md-gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .grid-md-guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .grid-md-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .grid-md-guttersXl {
    margin: -2em 0 2em -2em;
  }
  .grid-md-guttersXl > .grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media screen and (min-width: 1023px) {
  .grid-lg-gutters {
    margin: -1em 0 1em -1em;
  }
  .grid-lg-gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .grid-lg-guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .grid-lg-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .grid-lg-guttersXl {
    margin: -2em 0 2em -2em;
  }
  .grid-lg-guttersXl > .grid-cell {
    padding: 2em 0 0 2em;
  }
}
.u-full {
  width: 100% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
.u-1of2 {
  width: 50% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
.u-1of3 {
  width: 33.3333% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
.u-2of3 {
  width: 66.6667% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
.u-1of4 {
  width: 25% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
.u-3of4 {
  width: 75% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}
@media screen and (min-width: 568px) {
  .u-sm-full {
    width: 100% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-sm-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-sm-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-sm-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-sm-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-sm-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media screen and (min-width: 920px) {
  .u-md-full {
    width: 100% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-md-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-md-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-md-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-md-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-md-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media screen and (min-width: 1023px) {
  .u-lg-full {
    width: 100% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-lg-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-lg-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-lg-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-lg-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .u-lg-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
.btn {
/* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased !important;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 1em;
  color: #333;
  border: none rgba(0,0,0,0);
/*IE9 + everything else*/
  background-color: #dedede;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.btn:active {
  background: #ededed;
}
.btn-hover,
.btn:hover,
.btn:focus,
.btn:active {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn-active,
.btn:active {
  background: #ededed;
}
.btn[disabled],
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  border: none;
  background-image: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-hidden {
  display: none;
}
.btn-block,
form input[type="submit"].btn-block {
  width: 100%;
  text-align: left;
}
.btn-block i,
form input[type="submit"].btn-block i {
  float: right;
  font-size: 18px;
  color: #ff8c00;
  margin-right: 0;
}
.btn-fill {
  width: 100%;
  height: 100%;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected {
  background-color: #fff;
  color: #333;
}
.commands .btn.btn-transparent,
.commands .btn.btn-secondary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.commands .btn.btn-transparent:hover,
.commands .btn.btn-secondary:hover {
  background: none;
}
.btn.btn-transparent {
  background: transparent;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-transparent:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dedede;
}
.btn.btn-transparent:active,
.btn.btn-transparent.active {
  background: #dedede;
}
.btn.btn-secondary {
  background: transparent;
  color: #333;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.btn.btn-secondary:hover {
  background: #dedede;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background: #dedede;
}
.btn.btn-link {
  background: transparent;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  text-transform: none;
  padding: 0;
}
.btn.btn-link:hover {
  color: #666;
}
.btn.btn-white {
  background: #fff;
  color: #333;
}
.btn.btn-white:active {
  background: #ededed;
}
.btn.btn-icon-more:before {
  margin-right: 4px;
  color: #ff8700;
  font-family: 'Kaba_Iconfont';
  display: inline-block;
  text-decoration: none;
  content: "\e619";
  text-transform: none;
}
.btn.btn-icon-more-right {
  position: relative;
}
.btn.btn-icon-more-right:before {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ff8700;
  font-family: 'Kaba_Iconfont';
  display: inline-block;
  text-decoration: none;
  content: "\e619";
  font-size: 0.8em;
  text-transform: none;
}
.btn-orange {
  background: #ff8700;
  color: rgba(255,255,255,0.9);
}
.btn-orange:hover {
  color: #fff;
}
.btn-success {
  background: #1cb841;
}
.btn-error {
  background: #ca3c3c;
}
.btn-warning {
  background: #df7514;
}
.btn.dirty {
  position: relative;
  -webkit-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -moz-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -o-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -ms-animation: form-dirty-padLeft 0.5s ease-in forwards;
  animation: form-dirty-padLeft 0.5s ease-in forwards;
  background: transparent;
  color: #b4b4b4;
  border: none rgba(0,0,0,0);
  cursor: not-allowed;
}
.btn.dirty:hover,
.btn.dirty:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.dirty:before {
  position: absolute;
  font-family: 'Kaba_Iconfont';
  font-size: 16px;
  line-height: 16px;
  height: 17px;
  width: 16px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  left: 5px;
  content: "\e617";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #b4b4b4;
  -webkit-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -moz-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -o-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -ms-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
}
.btn.success {
  display: inline-block;
  padding: 0.8em 1em;
  color: #54a229 !important;
  text-transform: uppercase;
}
.btn.success:before {
  font-family: 'Kaba_Iconfont';
  font-size: 16px;
  line-height: 16px;
  margin-right: 0.2em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  left: 5px;
  content: "\e618";
  color: #54a229 !important;
  -webkit-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -moz-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -o-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -ms-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  animation: form-dirty-fadeIn 0.5s ease-in forwards;
}
.btn.error {
  display: inline-block;
  padding: 0.8em 1em;
  color: #df7800 !important;
  text-transform: uppercase;
}
.btn.error:before {
  font-family: 'Kaba_Iconfont';
  font-size: 16px;
  line-height: 16px;
  margin-right: 0.2em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  left: 5px;
  content: "\e622";
  color: #df7800 !important;
  -webkit-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -moz-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -o-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  -ms-animation: form-dirty-fadeIn 0.5s ease-in forwards;
  animation: form-dirty-fadeIn 0.5s ease-in forwards;
}
.btn-icon-label {
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-weight: normal;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
}
body.scrollable {
  overflow-y: auto;
}
.container {
  position: absolute;
  top: 0;
  margin-top: 60px;
  right: auto;
  bottom: 0;
  left: auto;
  width: 1200px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.sidebar {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar-left-center {
  height: 100%;
}
.drawer {
  z-index: 100000;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.drawer .drawer-close-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 9px 5px 4px;
  background-color: #ededed;
}
.drawer .drawer-close-btn i {
  font-size: 22px;
  color: #df7800;
  margin: 0;
}
.drawer .drawer-close-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #dedede;
}
.drawer aside {
  overflow-x: hidden;
}
.container {
  width: 100%;
  z-index: 1;
  overflow-y: scroll;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.content {
  width: 100%;
}
@media screen and (min-width: 920px) and (max-width: 1023px) {
  .sidebar {
    position: absolute;
    top: 0;
    margin-top: 60px;
    right: auto;
    bottom: 0;
    left: auto;
    width: 238px;
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 920px) {
  .container {
    margin-top: 70px;
  }
  .container-center,
  .sidebar-left-center {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container-center {
    position: relative;
    padding-left: 243px !important;
    padding-right: 0;
    max-width: 957px;
  }
  .container-center-stretch {
    position: relative;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
  .container-center-stretch .content {
    max-width: none;
  }
  .container-center-stretch .content div:first-child .card {
    margin-left: 0px;
  }
  .container-center-stretch .content div:last-child .card {
    margin-right: 0px;
  }
  .content {
    min-width: 486px;
    max-width: 486px;
    position: relative;
    top: 0;
  }
  .content.content-list {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .sidebar {
    position: absolute;
    top: 0;
    margin-top: 60px;
    right: auto;
    bottom: 0;
    left: auto;
    width: 238px;
    height: auto;
    overflow: auto;
  }
  .content {
    min-width: calc(100% + 5px);
    max-width: calc(100% + 5px);
  }
}
@media screen and (min-width: 1200px) {
  .container-center {
    padding-right: 0;
  }
  .content {
    min-width: 962px;
    max-width: 962px;
  }
  .content.content-list {
    min-width: 957px;
    max-width: 957px;
  }
}
.header {
  height: 81px;
}
@media screen and (min-width: 568px) {
  .header {
    height: 60px;
  }
}
.sidebar-left,
.sidebar-right {
  background: #fff;
}
.sidebar-left .nav,
.sidebar-right .nav {
  list-style-type: none;
  margin: 5px 5px 5px 0;
  padding: 10px 0;
  display: block;
}
.sidebar-left .nav > li,
.sidebar-right .nav > li {
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  padding: 4px 5px 4px 15px;
}
.sidebar-left .nav > li:before,
.sidebar-right .nav > li:before {
  position: absolute;
  font-family: 'Kaba_Iconfont';
  vertical-align: bottom;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  content: "\e651";
  z-index: -1;
}
.sidebar-left .nav > li a,
.sidebar-right .nav > li a {
  color: #464646;
  cursor: pointer;
  text-decoration: none;
  padding-left: 28px;
  display: inline-block;
}
.sidebar-left .nav > li a:hover,
.sidebar-right .nav > li a:hover {
  color: #333;
  text-decoration: none;
}
.sidebar-left .nav > li.active,
.sidebar-right .nav > li.active {
  font-weight: bold;
}
.sidebar-left .nav > li.active:before,
.sidebar-right .nav > li.active:before {
  content: "\e650";
}
.sidebar-left .nav > li.active a,
.sidebar-right .nav > li.active a {
  color: #333;
}
.sidebar-left .nav > li.active a:hover,
.sidebar-right .nav > li.active a:hover {
  cursor: default;
  text-shadow: none;
}
.sidebar-left .nav.nav-back,
.sidebar-right .nav.nav-back {
  display: none;
  margin-top: 5px;
  min-height: 30px;
  overflow: hidden;
}
.sidebar-left .nav.nav-back > li,
.sidebar-right .nav.nav-back > li {
  padding: 6px 5px 4px 15px;
}
.sidebar-left .nav.nav-back > li:before,
.sidebar-right .nav.nav-back > li:before {
  color: #ff8700;
  content: "\e61a";
  margin-top: -2px;
  z-index: -1;
}
.sidebar-left .nav.nav-header,
.sidebar-right .nav.nav-header {
  margin: 0;
  padding: 6px 0 0;
}
.sidebar-left .nav.nav-header li,
.sidebar-right .nav.nav-header li {
  font-style: normal;
}
.sidebar-left .dropdown.nav-dropdown,
.sidebar-right .dropdown.nav-dropdown {
  margin: 5px 10px 5px 15px;
  width: 208px;
}
.sidebar-left .dropdown.nav-dropdown .btn,
.sidebar-right .dropdown.nav-dropdown .btn {
  width: 210px;
  text-transform: none;
}
.show-right .sidebar-right {
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
  box-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
@media screen and (min-width: 920px) {
  .sidebar-left .nav,
  .sidebar-right .nav {
    margin: 0 0 10px 0;
  }
  .sidebar-left .nav.nav-back,
  .sidebar-right .nav.nav-back {
    display: block;
  }
  .sidebar-left .dropdown.nav-dropdown,
  .sidebar-right .dropdown.nav-dropdown {
    display: none;
  }
}
.content .content-title > .title,
.content .content-footer > .title {
  display: block;
  margin: 0;
  padding: 12px 20px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #333;
  background: #ededed;
}
.content .content-title > .title.error,
.content .content-footer > .title.error {
  border-left: solid 3px #d50000;
}
.content .content-title > .title.warning,
.content .content-footer > .title.warning {
  border-left: solid 3px $brightOrange;
}
.content .content-title > .title.success,
.content .content-footer > .title.success {
  border-left: solid 3px #54a229;
}
.content .content-title > .title > span,
.content .content-footer > .title > span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 27px;
}
.content .content-title .nav-back,
.content .content-footer .nav-back {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-right: 10px solid #fff;
  border-bottom: 1px solid #fff;
}
.content .content-title .nav-back a,
.content .content-footer .nav-back a {
  background: #ededed;
}
.content .content-title .nav-back .btn,
.content .content-footer .nav-back .btn {
  padding: 0;
  color: #ff8700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .content-title .nav-back .btn:hover,
.content .content-footer .nav-back .btn:hover {
  background: #dedede;
}
.content .content-title .nav-back [class^="icon-"],
.content .content-footer .nav-back [class^="icon-"],
.content .content-title .nav-back [class^="kaba-icon-"],
.content .content-footer .nav-back [class^="kaba-icon-"] {
  font-size: 1.8em;
  line-height: 48px;
}
@media screen and (max-width: 920px) {
  .toolbar-wrapper {
    margin: 0 !important;
  }
}
@media screen and (min-width: 920px) {
  .content .content-title > .title,
  .content .content-footer > .title {
    margin: 0 5px;
  }
  .content .content-title .nav-back,
  .content .content-footer .nav-back {
    display: none;
  }
  .content .content-title .nav-back + .title,
  .content .content-footer .nav-back + .title {
    margin-left: 5px;
  }
  .content.content-list .content-title > .title,
  .content.content-list .content-footer > .title {
    margin: 0 0 0 5px;
  }
  .content.content-list .list-filter .content-title > .title,
  .content.content-list .list-filter .content-footer > .title {
    margin: 0;
  }
}
.react-autocomplete-Autocomplete,
.react-autocomplete-Results,
.react-autocomplete-Autocomplete__search {
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
}
.react-autocomplete-Autocomplete__results {
  max-height: 200px;
  overflow: auto;
  font-size: inherit;
  padding: inherit;
  height: auto;
}
.react-autocomplete-Results {
  font-size: 15px;
  padding: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  border: solid 1px #dedede;
  border-top: none;
  background: #fff;
  z-index: 10000;
}
.react-autocomplete-Result {
  cursor: pointer;
  padding: 8px 6px;
  margin: 0;
}
.react-autocomplete-Result a {
  text-decoration: none;
}
.form-group > .react-autocomplete-Results {
  margin: 0 15px 0 14px;
}
.form-control > .react-autocomplete-Results {
  margin: 0px 0 0 -1px;
}
.form-control.extra-margin > .react-autocomplete-Results {
  margin: 30px 0 0 -1px;
}
.react-autocomplete-Result--active {
  background-color: #f4f4f4;
  font-weight: bold;
}
.btn-group-container {
  position: relative;
}
.btn-group-container .dropdown-menu {
  min-width: 100%;
  position: absolute;
  right: 0 !important;
}
.btn-group {
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 0px 1px #dedede;
  box-shadow: inset 0px 0px 0px 1px #dedede;
  padding: 1px;
}
.btn-group .btn {
  position: relative;
  margin-left: -4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:first-child {
  margin-left: 0;
}
.btn-group .btn:first-child:before {
  background: none;
}
.btn-group:hover,
.btn-group :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn-hover,
.btn-group .btn:hover,
.btn-group .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .dropdown-toggle {
  overflow: hidden;
  padding: 0.8em 0.5em;
  border-left: 1px solid $gray;
}
.btn-group .dropdown-toggle:before {
  color: #fff;
  font-family: 'Kaba_Iconfont';
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  margin-left: 0.1em;
  content: "\e625";
}
.btn-group .dropdown-toggle.btn-white:after {
  background: #ededed;
}
.btn-group .dropdown-toggle.btn-white:before {
  color: #ff8700;
}
.btn-group.btn-group-secondary {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  padding: 1px;
}
.btn-group.btn-group-secondary .btn {
  margin-left: 0;
}
.btn-group.btn-group-secondary .btn.btn-secondary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.btn-group-secondary .dropdown-toggle {
  border-left: 1px solid #fff;
}
.btn-group.btn-group-secondary .dropdown-toggle:hover {
  text-decoration: none;
}
.btn-group.btn-group-secondary .dropdown-toggle:before {
  color: #ff8700;
}
.btn-group.btn-group-secondary .dropdown-toggle:after {
  background: #b4b4b4;
}
.btn-group.btn-group-transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.btn-group.btn-group-transparent:hover,
.btn-group.btn-group-transparent :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.btn-group-transparent .dropdown-toggle:hover {
  text-decoration: none;
}
.btn-group.btn-group-transparent .dropdown-toggle:before {
  color: #ff8700;
}
.btn-group.btn-group-transparent .dropdown-toggle:after {
  background: #b4b4b4;
}
.btn-group.btn-block {
  position: relative;
}
.btn-group.btn-block .btn-group-lead {
  left: 0;
  position: absolute;
  right: 30px;
}
.btn-group.btn-block .dropdown-lead {
  width: 100%;
  text-align: left;
}
.btn-group.btn-block .dropdown-toggle {
  width: 30px;
  float: right;
}
.dropdown-menu {
  list-style-type: none;
  margin: -1px 0 0 0;
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.dropdown-menu.no-css-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  max-height: 1000px;
  overflow: auto;
  z-index: 1;
}
.dropdown-menu.workspace-selector {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
  max-height: 250px;
}
.dropdown-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu.open {
  max-height: 1000px;
  overflow: auto;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  -ms-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
  z-index: 1;
}
.dropdown-menu.open.workspace-selector {
  max-height: 250px;
}
.dropdown-menu .btn {
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .btn:hover {
  background-color: #ededed;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu li input[type="checkbox"],
.dropdown-menu li input[type="radio"] {
  width: 34px;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.dropdown-menu li a,
.dropdown-menu li label {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  padding: 0.8em 1em;
  color: rgba(0,0,0,0.8);
/* rgba supported */
  text-decoration: none;
  display: block;
}
.dropdown-menu li label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 40px;
  text-transform: none;
  font-weight: bold;
  color: #333;
}
.dropdown-menu li label:hover {
  background-color: #fff;
}
.dropdown-menu li.checkbox input[type="checkbox"] {
  display: none;
}
.dropdown-menu li.checkbox label:before {
  font-family: "Kaba_Iconfont";
  content: "\e623";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.dropdown-menu li.checkbox input[type=checkbox]:checked + label:before {
  background-color: #ff8700;
  content: "\e624";
  color: #fff;
}
.dropdown-menu.dropdown-primary {
  background-color: #50d1ff;
}
.dropdown-menu.dropdown-primary li a:hover {
  background-color: #00ace9;
}
.dropdown-block {
  width: 100%;
}
.btn-group.btn-block + .dropdown-menu.dropdown-block {
  margin-top: -3px;
}
.dropdown.nav-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.nav-dropdown .btn {
  position: relative;
  min-width: 150px;
  text-align: left;
  height: 34px;
  margin: 2px 0 0;
  line-height: 1.3em;
  padding-right: 35px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.dropdown.nav-dropdown .btn:after {
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 8px;
  content: "\e61d";
  font-family: "Kaba_Iconfont";
}
.dropdown.nav-dropdown .btn:hover,
.dropdown.nav-dropdown .btn:focus,
.dropdown.nav-dropdown .btn:active {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2) !important;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2) !important;
}
.dropdown.nav-dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  z-index: 1000;
  border: none;
  border-top: solid 1px #dedede;
}
.dropdown.nav-dropdown .dropdown-menu.open {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.dropdown.nav-dropdown .dropdown-menu li a,
.dropdown.nav-dropdown .dropdown-menu li label {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.dropdown.nav-dropdown .dropdown-menu li.active {
  color: #ff8700;
  list-style-type: disc;
  margin-left: 24px;
  list-style-position: outside;
  font-size: 22px;
  line-height: 15px;
}
.dropdown.nav-dropdown .dropdown-menu li.active a {
  color: #666;
  padding-left: 0;
  margin-left: -8px;
}
.dropdown.nav-dropdown .dropdown-menu li.active a:hover {
  background-color: #fff;
  cursor: default;
}
.dropdown.nav-dropdown.with-title .btn.btn-selected {
  margin-top: 25px;
}
.dropdown.nav-dropdown.with-title .span-selected {
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  display: inline-block;
  height: 30px;
  font-size: 15px;
  width: 250px;
  margin-top: 28px;
}
.dropdown.nav-dropdown.with-title .title {
  position: absolute;
  top: 9px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  color: #666;
}
.dropdown.nav-dropdown.with-title .dropdown-menu {
  z-index: 1001;
}
.dropdown.nav-dropdown.with-title .dropdown-menu li a span {
  cursor: pointer;
}
.dropdown.filter-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.filter-dropdown .btn {
  position: relative;
  min-width: 250px;
  text-align: left;
  height: 34px;
  line-height: 1.2em;
  padding-right: 35px;
  border: solid 1px #ededed;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 250px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-weight: normal;
}
.dropdown.filter-dropdown .btn:after {
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 8px;
  content: "\e61c";
  font-family: "Kaba_Iconfont";
  color: #ff8700;
}
.dropdown.filter-dropdown .btn.dropdown-open:after {
  content: "\e61b";
}
.dropdown.filter-dropdown .btn.dropdown-close:after {
  content: "\e61c";
}
.dropdown.filter-dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
  border: none;
  margin-top: 1px;
}
.dropdown.filter-dropdown .dropdown-menu > li ul li {
  border: solid 1px #ededed;
  border-top: none;
  background: #fff;
}
.dropdown.filter-dropdown .dropdown-menu > li ul li label {
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-weight: normal;
}
.dropdown.nav-dropdown .btn:after {
  top: 9px;
}
.nav-sm {
  margin-top: 10px;
  margin-bottom: -2px;
  letter-spacing: 0;
}
.nav-sm .dropdown.nav-dropdown {
  width: 100%;
}
.nav-sm .dropdown.nav-dropdown .btn {
  width: 100%;
  height: 51px;
  background: #ededed;
  margin: 0;
  border: none;
  font-size: 15px;
  line-height: 29px;
}
.nav-sm .dropdown.nav-dropdown .btn:after {
  top: 10px;
  right: 12px;
  content: "\e61d";
  font-family: "Kaba_Iconfont";
}
.nav-sm .dropdown.nav-dropdown .dropdown-menu {
  position: relative;
  margin-left: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border: none;
}
.content-list .nav-sm {
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 920px) {
  .dropdown.nav-dropdown .btn {
    min-width: 250px;
  }
  .dropdown.nav-dropdown .btn:after {
    top: 10px;
  }
  .dropdown.nav-dropdown.with-title .btn {
    width: 200px;
    min-width: 200px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown.nav-dropdown.with-title .btn:hover,
  .dropdown.nav-dropdown.with-title .btn:focus,
  .dropdown.nav-dropdown.with-title .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .dropdown.nav-dropdown.with-title .span-selected {
    width: 200px;
  }
  .dropdown.nav-dropdown.with-title .btn.btn-selected {
    font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
    font-weight: normal;
    padding-left: 5px;
    line-height: 3px;
    height: 25px;
    margin-top: 25px;
  }
  .dropdown.nav-dropdown.with-title .btn.btn-selected:after {
    top: 11px;
    right: 0;
    font-size: 22px;
    color: #ff8700;
  }
  .dropdown.nav-dropdown.with-title .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown.nav-dropdown.with-title .dropdown-menu li a {
    font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
    font-weight: normal;
    padding: 0.2em 0.4em;
  }
  .dropdown.filter-dropdown .btn:after {
    top: 10px;
  }
  .nav-sm {
    display: none;
  }
}
/*
*  Our customized styles for react-simpletabs
*
*  React Simpletabs - Just a simple tabs component built with React
*  @version v0.6.1
*  @link https://github.com/pedronauck/react-simpletabs
*  @license MIT
*  @author Pedro Nauck (https://github.com/pedronauck)
*
*/
.tabs-navigation {
  margin-left: 5px;
}
.tabs-menu {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}
li.tabs-menu-item {
  float: left;
  margin-right: 0;
  background: #dedede;
}
li.tabs-menu-item a {
  display: block;
  padding: 12px 20px 9px;
  color: #333;
  text-decoration: none;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
  border-top: 1px solid transparent;
  border-left: 1px solid #fff;
}
li.tabs-menu-item.is-active a {
  font-weight: bold;
  background: #fff;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
li.tabs-menu-item.is-active + li.tabs-menu-item a {
  border-left: 1px solid #dedede;
}
.tab-panel {
  padding: 0;
}
.tabs.disabled .tabs-menu-item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.tabs.standalone .tabs-navigation {
  margin: 25px 5px 10px 5px;
  border-bottom: solid 1px #dedede;
}
.tabs.standalone .tabs-navigation .tabs-menu {
  margin-bottom: -1px;
}
.tabs.standalone li.tabs-menu-item.is-active {
  margin-right: -1px;
}
.tabs.standalone li.tabs-menu-item.is-active a {
  border: 1px solid #dedede;
  border-bottom: 1px solid #fff;
}
.tabs.standalone li.tabs-menu-item.is-active:not(:first-child) {
  margin-left: -1px;
}
.tabs.standalone li.tabs-menu-item {
  margin-right: 1px;
}
.tabs.standalone li.tabs-menu-item a {
  padding: 0 20px;
  line-height: 42px;
  border-left: none;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.card {
  position: relative;
  background-color: #ededed;
  margin: 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card.active {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin-top: 9px;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card.inactive {
  -webkit-animation: moveOut 0.3s ease-out forwards;
  -moz-animation: moveOut 0.3s ease-out forwards;
  -o-animation: moveOut 0.3s ease-out forwards;
  -ms-animation: moveOut 0.3s ease-out forwards;
  animation: moveOut 0.3s ease-out forwards;
}
.card.was-inactive {
  -webkit-animation: moveIn 0.3s ease-in forwards;
  -moz-animation: moveIn 0.3s ease-in forwards;
  -o-animation: moveIn 0.3s ease-in forwards;
  -ms-animation: moveIn 0.3s ease-in forwards;
  animation: moveIn 0.3s ease-in forwards;
}
.card.active-as-parent {
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card.active-as-parent > *:not(.card-content),
.card.active-as-parent .sub.inactive {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.card.active-as-parent .card-content > div:not(.active),
.card.active-as-parent .card-content > section:not(.active) {
  background-color: #f9f9f9;
}
.card.active-as-parent .card-content > div.active,
.card.active-as-parent .card-content > section.active {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background-color: #ededed;
}
.card .card-header,
.card .sub-header {
  position: relative;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  padding: 20px;
  max-height: 62px;
/* fix max-height to image height + border */
}
.card .card-header.no-padding,
.card .sub-header.no-padding {
  padding: 0;
}
.card .card-header .image,
.card .sub-header .image {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
}
.card .card-header .image.absolute,
.card .sub-header .image.absolute {
  position: absolute;
  top: 10px;
}
.card .card-header .image.circle,
.card .sub-header .image.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card .card-header .image img,
.card .sub-header .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.card .card-header .image + .title,
.card .sub-header .image + .title {
  display: inline-block;
}
.card .card-header .commands,
.card .sub-header .commands {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  right: 10px;
  color: #333;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.card .card-header .commands [class^="icon-"],
.card .sub-header .commands [class^="icon-"],
.card .card-header .commands [class^="kaba-icon-"],
.card .sub-header .commands [class^="kaba-icon-"] {
  font-size: 22px;
  color: #ff8700;
}
.card .card-header .commands span,
.card .sub-header .commands span {
  color: #b4b4b4;
}
.card .card-header .commands a:visited,
.card .sub-header .commands a:visited {
  color: inherit;
}
.card .card-header.l-80,
.card .sub-header.l-80,
.card .card-header.l-120,
.card .sub-header.l-120 {
  margin-top: 10px;
}
.card .card-header.l-80 .image,
.card .sub-header.l-80 .image,
.card .card-header.l-120 .image,
.card .sub-header.l-120 .image,
.card .card-header.l-80 .icon,
.card .sub-header.l-80 .icon,
.card .card-header.l-120 .icon,
.card .sub-header.l-120 .icon {
  width: 50px;
  height: 50px;
  margin-left: 0;
}
.card .card-header.l-80 .image.absolute,
.card .sub-header.l-80 .image.absolute,
.card .card-header.l-120 .image.absolute,
.card .sub-header.l-120 .image.absolute,
.card .card-header.l-80 .icon.absolute,
.card .sub-header.l-80 .icon.absolute,
.card .card-header.l-120 .icon.absolute,
.card .sub-header.l-120 .icon.absolute {
  position: absolute;
  margin-top: -10px;
}
.card .card-header.l-80 .image + .title,
.card .sub-header.l-80 .image + .title,
.card .card-header.l-120 .image + .title,
.card .sub-header.l-120 .image + .title,
.card .card-header.l-80 .icon + .title,
.card .sub-header.l-80 .icon + .title,
.card .card-header.l-120 .icon + .title,
.card .sub-header.l-120 .icon + .title {
  margin-left: 65px;
}
.card .card-header.l-80 .icon,
.card .sub-header.l-80 .icon,
.card .card-header.l-120 .icon,
.card .sub-header.l-120 .icon {
  border: none;
}
.card .card-header.l-80 .icon [class^="icon-"],
.card .sub-header.l-80 .icon [class^="icon-"],
.card .card-header.l-120 .icon [class^="icon-"],
.card .sub-header.l-120 .icon [class^="icon-"] {
  font-size: 24px;
}
.card .card-header.l-80 .icon [class^="kaba-icon-"],
.card .sub-header.l-80 .icon [class^="kaba-icon-"],
.card .card-header.l-120 .icon [class^="kaba-icon-"],
.card .sub-header.l-120 .icon [class^="kaba-icon-"] {
  font-size: 36px;
  width: 100%;
  height: 100%;
  margin-left: 3px;
}
.card .card-header.l-120 .image,
.card .sub-header.l-120 .image,
.card .card-header.l-120 .icon,
.card .sub-header.l-120 .icon {
  width: 100px;
  height: 100px;
}
.card .card-header.l-120 .image + .title,
.card .sub-header.l-120 .image + .title,
.card .card-header.l-120 .icon + .title,
.card .sub-header.l-120 .icon + .title {
  margin-left: 105px;
}
.card .sub-header {
  font-size: 16px;
}
.card .sub-header.l-100 {
  margin-top: 20px;
}
.card .sub-header.l-100 .image.absolute {
  margin-top: -20px;
}
.card .sub-header.l-100 .image + .title {
  margin-left: 65px;
}
.card .sub-header.l-80,
.card .sub-header.l-120 {
  margin-top: 10px;
}
.card .sub-header.l-80 .commands,
.card .sub-header.l-120 .commands {
  margin-top: -10px;
}
.card .card-content,
.card .sub-content {
  padding: 20px;
  zoom: 1;
}
.card .card-content:before,
.card .sub-content:before,
.card .card-content:after,
.card .sub-content:after {
  content: "";
  display: table;
}
.card .card-content:after,
.card .sub-content:after {
  clear: both;
}
.card .card-content > .image,
.card .sub-content > .image,
.card .card-content > .icon,
.card .sub-content > .icon,
.card .card-content .image.image-primary,
.card .sub-content .image.image-primary {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
}
.card .card-content > .image.absolute,
.card .sub-content > .image.absolute,
.card .card-content > .icon.absolute,
.card .sub-content > .icon.absolute,
.card .card-content .image.image-primary.absolute,
.card .sub-content .image.image-primary.absolute {
  position: absolute;
}
.card .card-content > .image.circle,
.card .sub-content > .image.circle,
.card .card-content > .icon.circle,
.card .sub-content > .icon.circle,
.card .card-content .image.image-primary.circle,
.card .sub-content .image.image-primary.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card .card-content > .image img,
.card .sub-content > .image img,
.card .card-content > .icon img,
.card .sub-content > .icon img,
.card .card-content .image.image-primary img,
.card .sub-content .image.image-primary img {
  display: block;
  width: 100%;
  height: 100%;
}
.card .card-content > .icon,
.card .sub-content > .icon {
  border: none;
}
.card .card-content > .icon [class^="icon-"],
.card .sub-content > .icon [class^="icon-"] {
  font-size: 24px;
}
.card .card-content > .icon [class^="kaba-icon-"],
.card .sub-content > .icon [class^="kaba-icon-"] {
  font-size: 36px;
  width: 100%;
  height: 100%;
}
.card .card-content .sub {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
  border-top: solid 2px #fff;
}
.card .card-content .sub:first-child {
  border: 0;
  margin-top: -15px;
}
.card .card-content .sub:last-child {
  margin-bottom: -15px;
}
.card .sub-content {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.card .card-header + .card-content {
  padding-top: 0;
}
.card.active .card-content > .image.editable,
.card.active .sub-content > .image.editable,
.card.active .card-content > .icon.editable,
.card.active .sub-content > .icon.editable,
.card.active .card-content .image.image-primary.editable,
.card.active .sub-content .image.image-primary.editable {
  cursor: pointer;
}
.card.active .card-content > .image.editable:before,
.card.active .sub-content > .image.editable:before,
.card.active .card-content > .icon.editable:before,
.card.active .sub-content > .icon.editable:before,
.card.active .card-content .image.image-primary.editable:before,
.card.active .sub-content .image.image-primary.editable:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
}
.card.active .card-content > .image.editable:after,
.card.active .sub-content > .image.editable:after,
.card.active .card-content > .icon.editable:after,
.card.active .sub-content > .icon.editable:after,
.card.active .card-content .image.image-primary.editable:after,
.card.active .sub-content .image.image-primary.editable:after {
  position: absolute;
  font-size: 24px;
  left: 14px;
  top: 12px;
  color: rgba(255,255,255,0.7);
  font-family: 'Kaba_Iconfont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: "\e607";
}
.card.active .card-content > .image.editable:hover:before,
.card.active .sub-content > .image.editable:hover:before,
.card.active .card-content > .icon.editable:hover:before,
.card.active .sub-content > .icon.editable:hover:before,
.card.active .card-content .image.image-primary.editable:hover:before,
.card.active .sub-content .image.image-primary.editable:hover:before {
  background: rgba(0,0,0,0.7);
}
.card.active .card-content > .image.editable:hover:after,
.card.active .sub-content > .image.editable:hover:after,
.card.active .card-content > .icon.editable:hover:after,
.card.active .sub-content > .icon.editable:hover:after,
.card.active .card-content .image.image-primary.editable:hover:after,
.card.active .sub-content .image.image-primary.editable:hover:after {
  color: rgba(255,255,255,0.9);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.card .commands .material-icon {
  height: 36px;
  width: 38px;
}
.card .commands .btn-transparent {
  padding: 4px 0;
}
.card .commands .btn-transparent [class^="icon-"] {
  color: #ff8700;
}
.card.active .form-footer {
  -webkit-animation: card-form-footer-moveIn 0.5s ease-in forwards;
  -moz-animation: card-form-footer-moveIn 0.5s ease-in forwards;
  -o-animation: card-form-footer-moveIn 0.5s ease-in forwards;
  -ms-animation: card-form-footer-moveIn 0.5s ease-in forwards;
  animation: card-form-footer-moveIn 0.5s ease-in forwards;
}
.card.active > .commands {
  -webkit-animation: card-footer-moveIn 0.5s ease-in forwards;
  -moz-animation: card-footer-moveIn 0.5s ease-in forwards;
  -o-animation: card-footer-moveIn 0.5s ease-in forwards;
  -ms-animation: card-footer-moveIn 0.5s ease-in forwards;
  animation: card-footer-moveIn 0.5s ease-in forwards;
}
.card .active-visible-block,
.card .card-content .sub .active-visible-block,
.card .active-visible-inline-block,
.card .card-content .sub .active-visible-inline-block,
.card .active-visible-inline,
.card .card-content .sub .active-visible-inline {
  display: none !important;
}
.card.active .active-hidden,
.card .card-content .sub.active .active-hidden {
  display: none !important;
}
.card.active .active-visible-block,
.card .card-content .sub.active .active-visible-block {
  display: block !important;
}
.card.active .active-visible-inline-block,
.card .card-content .sub.active .active-visible-inline-block {
  display: inline-block !important;
}
.card.active .active-visible-inline,
.card .card-content .sub.active .active-visible-inline {
  display: inline !important;
}
.card.cant-activate .cant-activate-hidden,
.card .card-content .sub.cant-activate .cant-activate-hidden {
  display: none !important;
}
@media screen and (min-width: 920px) {
  .card {
    margin: 5px;
    margin-top: 10px;
  }
  .card.inactive {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: #f9f9f9;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .card.was-inactive {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
@-moz-keyframes card-form-success-slideUp {
  75% {
    height: 33px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes card-form-success-slideUp {
  75% {
    height: 33px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes card-form-success-slideUp {
  75% {
    height: 33px;
  }
  100% {
    height: 0;
  }
}
@keyframes card-form-success-slideUp {
  75% {
    height: 33px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes card-form-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 33px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: 33px;
  }
}
@-webkit-keyframes card-form-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 33px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: 33px;
  }
}
@-o-keyframes card-form-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 33px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: 33px;
  }
}
@keyframes card-form-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 33px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: 33px;
  }
}
@-moz-keyframes card-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
  }
}
@-webkit-keyframes card-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
  }
}
@-o-keyframes card-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
  }
}
@keyframes card-footer-moveIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: auto;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
  }
}
@-moz-keyframes moveIn {
  0% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
  }
  25% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
  }
  25% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
}
@-o-keyframes moveIn {
  0% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
  }
  25% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
  }
  25% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
}
@-moz-keyframes moveOut {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
  75% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
    margin: 0;
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
  75% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
    margin: 0;
  }
}
@-o-keyframes moveOut {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
  75% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
    margin: 0;
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-height: 1000;
  }
  75% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    max-height: 1000;
  }
  100% {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0;
    margin: 0;
  }
}
form,
.list-filter {
  margin: 0 -20px;
}
form fieldset,
.list-filter fieldset {
  border-color: #fff;
  letter-spacing: normal;
}
form fieldset legend,
.list-filter fieldset legend {
  display: block;
  font-size: 12px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  color: #666;
}
form .form-error,
.list-filter .form-error {
  padding: 0 15px;
  margin-bottom: 15px;
  display: none;
}
form .form-group,
.list-filter .form-group {
  position: relative;
  padding: 0 20px;
  border-left: solid 2px transparent;
  margin-bottom: 15px;
}
form .form-group label,
.list-filter .form-group label,
form .form-group .help-block,
.list-filter .form-group .help-block {
  margin-bottom: 2px;
}
form .form-group.has-info label,
.list-filter .form-group.has-info label,
form .form-group.info label,
.list-filter .form-group.info label,
form .form-group.has-info label span,
.list-filter .form-group.has-info label span,
form .form-group.info label span,
.list-filter .form-group.info label span,
form .form-group.has-info .help-block,
.list-filter .form-group.has-info .help-block,
form .form-group.info .help-block,
.list-filter .form-group.info .help-block {
  color: #0099cf;
}
form .form-group.has-info label .help-block,
.list-filter .form-group.has-info label .help-block,
form .form-group.info label .help-block,
.list-filter .form-group.info label .help-block,
form .form-group.has-info label span .help-block,
.list-filter .form-group.has-info label span .help-block,
form .form-group.info label span .help-block,
.list-filter .form-group.info label span .help-block,
form .form-group.has-info .help-block .help-block,
.list-filter .form-group.has-info .help-block .help-block,
form .form-group.info .help-block .help-block,
.list-filter .form-group.info .help-block .help-block {
  margin-left: 4px;
}
form .form-group.has-error label,
.list-filter .form-group.has-error label,
form .form-group.error label,
.list-filter .form-group.error label,
form .form-group.has-error label span,
.list-filter .form-group.has-error label span,
form .form-group.error label span,
.list-filter .form-group.error label span,
form .form-group.has-error .help-block,
.list-filter .form-group.has-error .help-block,
form .form-group.error .help-block,
.list-filter .form-group.error .help-block {
  color: #d50000;
}
form .form-group.has-error label .help-block,
.list-filter .form-group.has-error label .help-block,
form .form-group.error label .help-block,
.list-filter .form-group.error label .help-block,
form .form-group.has-error label span .help-block,
.list-filter .form-group.has-error label span .help-block,
form .form-group.error label span .help-block,
.list-filter .form-group.error label span .help-block,
form .form-group.has-error .help-block .help-block,
.list-filter .form-group.has-error .help-block .help-block,
form .form-group.error .help-block .help-block,
.list-filter .form-group.error .help-block .help-block {
  margin-left: 4px;
}
form .form-group.has-success label,
.list-filter .form-group.has-success label,
form .form-group.success label,
.list-filter .form-group.success label,
form .form-group.has-success label span,
.list-filter .form-group.has-success label span,
form .form-group.success label span,
.list-filter .form-group.success label span,
form .form-group.has-success .help-block,
.list-filter .form-group.has-success .help-block,
form .form-group.success .help-block,
.list-filter .form-group.success .help-block {
  color: #54a229;
}
form .form-group.has-success label .help-block,
.list-filter .form-group.has-success label .help-block,
form .form-group.success label .help-block,
.list-filter .form-group.success label .help-block,
form .form-group.has-success label span .help-block,
.list-filter .form-group.has-success label span .help-block,
form .form-group.success label span .help-block,
.list-filter .form-group.success label span .help-block,
form .form-group.has-success .help-block .help-block,
.list-filter .form-group.has-success .help-block .help-block,
form .form-group.success .help-block .help-block,
.list-filter .form-group.success .help-block .help-block {
  margin-left: 4px;
}
form .form-group.has-warning label,
.list-filter .form-group.has-warning label,
form .form-group.warning label,
.list-filter .form-group.warning label,
form .form-group.has-warning label span,
.list-filter .form-group.has-warning label span,
form .form-group.warning label span,
.list-filter .form-group.warning label span,
form .form-group.has-warning .help-block,
.list-filter .form-group.has-warning .help-block,
form .form-group.warning .help-block,
.list-filter .form-group.warning .help-block {
  color: #df7800;
}
form .form-group.has-warning label .help-block,
.list-filter .form-group.has-warning label .help-block,
form .form-group.warning label .help-block,
.list-filter .form-group.warning label .help-block,
form .form-group.has-warning label span .help-block,
.list-filter .form-group.has-warning label span .help-block,
form .form-group.warning label span .help-block,
.list-filter .form-group.warning label span .help-block,
form .form-group.has-warning .help-block .help-block,
.list-filter .form-group.has-warning .help-block .help-block,
form .form-group.warning .help-block .help-block,
.list-filter .form-group.warning .help-block .help-block {
  margin-left: 4px;
}
form .form-group.form-input:before,
.list-filter .form-group.form-input:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 19px;
  bottom: 0;
  height: 8px;
  width: 1px;
  background: #b4b4b4;
}
form .form-group > span:not(.help-block),
.list-filter .form-group > span:not(.help-block) {
  min-height: 24px;
}
form .form-group span.placeholder,
.list-filter .form-group span.placeholder {
  color: #666;
}
form .form-group.warning,
.list-filter .form-group.warning,
form .row.warning,
.list-filter .row.warning,
form .form-group.has-warning,
.list-filter .form-group.has-warning,
form .row.has-warning,
.list-filter .row.has-warning {
  border-left: solid 2px #ff8700;
}
form .form-group.success,
.list-filter .form-group.success,
form .row.success,
.list-filter .row.success,
form .form-group.has-success,
.list-filter .form-group.has-success,
form .row.has-success,
.list-filter .row.has-success {
  border-left: solid 2px #54a229;
}
form .form-group.error,
.list-filter .form-group.error,
form .row.error,
.list-filter .row.error,
form .form-group.has-error,
.list-filter .form-group.has-error,
form .row.has-error,
.list-filter .row.has-error {
  border-left: solid 2px #d50000;
}
form .form-group.info,
.list-filter .form-group.info,
form .row.info,
.list-filter .row.info,
form .form-group.has-info,
.list-filter .form-group.has-info,
form .row.has-info,
.list-filter .row.has-info {
  border-left: solid 2px #0099cf;
}
form .row,
.list-filter .row {
  margin: 0 0 15px;
  padding: 0 15px 0;
}
form .row .form-group,
.list-filter .row .form-group {
  margin-bottom: 0;
  padding: 0 5px;
}
form .row .form-group.warning,
.list-filter .row .form-group.warning,
form .row .form-group.has-warning,
.list-filter .row .form-group.has-warning,
form .row .form-group.success,
.list-filter .row .form-group.success,
form .row .form-group.has-success,
.list-filter .row .form-group.has-success,
form .row .form-group.has-error,
.list-filter .row .form-group.has-error,
form .row .form-group.info,
.list-filter .row .form-group.info,
form .row .form-group.has-info,
.list-filter .row .form-group.has-info {
  border-left: none;
}
form .row .form-group.form-input:before,
.list-filter .row .form-group.form-input:before {
  left: 4px;
}
form .form-footer,
.list-filter .form-footer {
  padding: 10px 20px 10px 20px;
  text-align: right;
  height: 33px;
}
form .form-footer .btn,
.list-filter .form-footer .btn {
  margin-left: 10px;
}
form div.description,
.list-filter div.description {
  display: block;
  margin-top: 0;
  margin-bottom: 35px;
}
form label,
.list-filter label,
form label span,
.list-filter label span,
form .help-block,
.list-filter .help-block {
  display: block;
  font-size: 12px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  color: #666;
}
form label [class^="icon-"],
.list-filter label [class^="icon-"],
form label span [class^="icon-"],
.list-filter label span [class^="icon-"],
form .help-block [class^="icon-"],
.list-filter .help-block [class^="icon-"],
form label [class^="kaba-icon-"],
.list-filter label [class^="kaba-icon-"],
form label span [class^="kaba-icon-"],
.list-filter label span [class^="kaba-icon-"],
form .help-block [class^="kaba-icon-"],
.list-filter .help-block [class^="kaba-icon-"] {
  font-size: 1.2em;
  margin-left: 4px;
  position: absolute;
}
form .help-block,
.list-filter .help-block {
  display: inline;
}
form label span,
.list-filter label span {
  display: inline;
}
form .form-group > span:not(.help-block),
.list-filter .form-group > span:not(.help-block),
form .form-group > a,
.list-filter .form-group > a {
  display: inline-block;
  padding: 4px 0 2px 0;
  position: relative;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
  background: transparent;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px;
}
form input,
.list-filter input,
form textarea,
.list-filter textarea {
  position: relative;
  display: block;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
  color: #333;
  background: transparent;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 4px 4px;
  min-height: 30px;
}
form input:not([type="checkbox"]),
.list-filter input:not([type="checkbox"]),
form input:not([type="radio"]),
.list-filter input:not([type="radio"]),
form textarea,
.list-filter textarea,
form .editor,
.list-filter .editor,
form select,
.list-filter select {
  background: #fff;
}
form .form-group > ul,
.list-filter .form-group > ul,
form .form-group > ol,
.list-filter .form-group > ol {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  margin: 8px 0 0;
  padding: 0 0 0 14px;
  font-size: 14px;
}
form .form-group > ul li,
.list-filter .form-group > ul li,
form .form-group > ol li,
.list-filter .form-group > ol li {
  margin: 4px 0;
}
form .form-group > ul.unstyled,
.list-filter .form-group > ul.unstyled,
form .form-group > ol.unstyled,
.list-filter .form-group > ol.unstyled {
  list-style-type: none;
  padding: 0;
}
form input,
.list-filter input,
form textarea,
.list-filter textarea,
form .editor,
.list-filter .editor {
  border-bottom: solid 1px #b4b4b4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .editor,
.list-filter .editor {
  padding: 0 5px;
  font-size: 14px;
}
form textarea,
.list-filter textarea {
  resize: none;
}
form textarea.h50,
.list-filter textarea.h50 {
  height: 50px;
}
form textarea.h100,
.list-filter textarea.h100 {
  height: 100px;
}
form textarea.h150,
.list-filter textarea.h150 {
  height: 150px;
}
form textarea.h200,
.list-filter textarea.h200 {
  height: 200px;
}
form input[type="submit"],
.list-filter input[type="submit"] {
  width: inherit;
}
form .radio,
.list-filter .radio {
  margin: 6px 0 6px 0;
}
form .radio input[type="radio"] + span,
.list-filter .radio input[type="radio"] + span {
  color: #333;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
}
form .radio input[type="radio"],
.list-filter .radio input[type="radio"] {
  display: none;
}
form .radio input[type="radio"] + span:before,
.list-filter .radio input[type="radio"] + span:before {
  margin-top: -1px;
  background: 0 0;
  color: #333;
  content: "\e637";
  display: inline-block;
  font-family: "Kaba_Iconfont";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  width: inherit;
}
form .radio input[type="radio"]:checked + span:before,
.list-filter .radio input[type="radio"]:checked + span:before {
  margin-top: -1px;
  content: "\e638";
  color: #ff8700;
}
form .radio input[type="radio"]:disabled + span:before,
.list-filter .radio input[type="radio"]:disabled + span:before {
  color: #b4b4b4;
  margin-top: -1px;
  content: "\e637";
}
form .radio input[type="radio"]:disabled + span,
.list-filter .radio input[type="radio"]:disabled + span {
  color: #b4b4b4;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
}
form .checkbox .checkbox-radio-label span,
.list-filter .checkbox .checkbox-radio-label span {
  color: #333;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
}
form .checkbox .checkbox-radio-label span + span,
.list-filter .checkbox .checkbox-radio-label span + span {
  padding-left: 3px;
  color: #333;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
}
form .checkbox input[type="checkbox"],
.list-filter .checkbox input[type="checkbox"] {
  display: none;
}
form .checkbox input[type="checkbox"] + span,
.list-filter .checkbox input[type="checkbox"] + span {
  background: transparent;
  color: #333;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
}
form .checkbox input[type="checkbox"] + span:before,
.list-filter .checkbox input[type="checkbox"] + span:before {
  background: transparent;
  color: #333;
  content: "\e623";
  display: inline-block;
  font-family: "Kaba_Iconfont";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
  text-decoration: none;
  text-transform: none;
  vertical-align: bottom;
  width: inherit;
}
form .checkbox input[type=checkbox]:checked + span:before,
.list-filter .checkbox input[type=checkbox]:checked + span:before {
  content: "\e624";
}
form input[type="radio"],
.list-filter input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  width: inherit;
}
form select,
.list-filter select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 4px 4px;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
  line-height: normal;
  border: 0;
  border-bottom: solid 1px #b4b4b4;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form .form-dropdown:after,
.list-filter .form-dropdown:after {
  position: absolute;
  font-size: 22px;
  bottom: 4px;
  right: 22px;
  content: "\e61d";
  font-family: "Kaba_Iconfont";
  color: #ff8700;
  pointer-events: none;
}
form .form-dropdown.form-select:before,
.list-filter .form-dropdown.form-select:before {
  display: none;
}
form .form-dropdown.disabled:after,
.list-filter .form-dropdown.disabled:after {
  display: none;
}
form .form-dropdown.no-icon:after,
.list-filter .form-dropdown.no-icon:after {
  display: none;
}
form .row .form-dropdown:after,
.list-filter .row .form-dropdown:after {
  right: 4px;
}
form .form-footer .label-success,
.list-filter .form-footer .label-success {
  display: none;
}
form .form-group.form-input.focus:before {
  background: #ff8700;
}
form .form-group.form-input.focus input,
form .form-group.form-input.focus textarea,
form .form-group.form-input.focus .editor {
  border-bottom: solid 1px #ff8700;
}
form.dirty .form-footer .btn.btn-reset {
  color: #dedede;
  cursor: not-allowed;
}
form.dirty .form-footer .btn.btn-submit {
  position: relative;
  -webkit-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -moz-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -o-animation: form-dirty-padLeft 0.5s ease-in forwards;
  -ms-animation: form-dirty-padLeft 0.5s ease-in forwards;
  animation: form-dirty-padLeft 0.5s ease-in forwards;
  background: transparent;
  color: #b4b4b4;
  border: none rgba(0,0,0,0);
  cursor: not-allowed;
}
form.dirty .form-footer .btn.btn-submit:hover,
form.dirty .form-footer .btn.btn-submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.dirty .form-footer .btn.btn-submit:before {
  position: absolute;
  font-family: 'Kaba_Iconfont';
  font-size: 16px;
  line-height: 16px;
  height: 17px;
  width: 16px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  left: 5px;
  content: "\e617";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -moz-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -o-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  -ms-animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
  animation: form-dirty-fadeIn 0.5s ease-in forwards, spin 1.5s infinite linear;
}
form.readonly .form-footer {
  display: none;
}
form.success .form-footer {
  -webkit-animation: card-form-success-slideUp 1s ease-in forwards;
  -moz-animation: card-form-success-slideUp 1s ease-in forwards;
  -o-animation: card-form-success-slideUp 1s ease-in forwards;
  -ms-animation: card-form-success-slideUp 1s ease-in forwards;
  animation: card-form-success-slideUp 1s ease-in forwards;
  display: block;
}
form.success .form-footer .btn.btn-reset,
form.success .form-footer .btn.btn-submit {
  display: none;
}
form.success .form-footer .label-success {
  display: inline-block;
  padding: 0.8em 1em;
  color: #54a229;
  text-transform: uppercase;
  -webkit-animation: form-success-fadeOut 1s ease-in forwards;
  -moz-animation: form-success-fadeOut 1s ease-in forwards;
  -o-animation: form-success-fadeOut 1s ease-in forwards;
  -ms-animation: form-success-fadeOut 1s ease-in forwards;
  animation: form-success-fadeOut 1s ease-in forwards;
}
form.success .form-footer .label-success:before {
  font-family: 'Kaba_Iconfont';
  font-size: 16px;
  line-height: 16px;
  margin-right: 0.2em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  left: 5px;
  content: "\e618";
}
form.editable.error .form-error {
  display: block;
}
form.l-100 > .form-group {
  padding-left: 100px;
}
form.l-100 > .row {
  padding-left: 85px;
}
form.l-80 > .form-group,
form.l-80 > .form-error {
  padding-left: 80px;
}
form.l-80 > .form-group.form-input:before,
form.l-80 > .form-error.form-input:before {
  left: 80px;
}
form.l-80 > .row {
  margin: 0 0 15px;
  padding: 0 15px 0 75px;
}
form.l-120 > .form-group,
form.l-120 > .form-error {
  padding-left: 120px;
}
form.l-120 > .form-group.form-input:before,
form.l-120 > .form-error.form-input:before {
  left: 120px;
}
form.l-120 > .row {
  margin: 0 0 15px;
  padding: 0 15px 0 75px;
}
input:focus,
textarea:focus,
select:focus,
.editor:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: solid 1px #b4b4b4;
  outline: none;
}
select:focus {
  border-bottom: solid 1px #df7800;
}
@-moz-keyframes form-success-fadeOut {
  70% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes form-success-fadeOut {
  70% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes form-success-fadeOut {
  70% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes form-success-fadeOut {
  70% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes form-dirty-padLeft {
  50% {
    padding-left: 25px;
  }
  100% {
    padding-left: 25px;
  }
}
@-webkit-keyframes form-dirty-padLeft {
  50% {
    padding-left: 25px;
  }
  100% {
    padding-left: 25px;
  }
}
@-o-keyframes form-dirty-padLeft {
  50% {
    padding-left: 25px;
  }
  100% {
    padding-left: 25px;
  }
}
@keyframes form-dirty-padLeft {
  50% {
    padding-left: 25px;
  }
  100% {
    padding-left: 25px;
  }
}
@-moz-keyframes form-dirty-fadeIn {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes form-dirty-fadeIn {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes form-dirty-fadeIn {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes form-dirty-fadeIn {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.alert {
  padding: 10px;
}
.alert-danger {
  color: #df7800;
  background: #ffc179;
  border: solid 1px #df7800;
}
.navbar {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #dedede;
}
.navbar .brand {
  position: absolute;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 0px;
  height: 0px;
  -webkit-box-shadow: inset 0 -1px 0 #dedede;
  box-shadow: inset 0 -1px 0 #dedede;
}
.navbar .btn {
  background: transparent;
  color: #fff;
  text-transform: none;
  height: 50px;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn:hover,
.navbar .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn.btn-white {
  background: #fff;
  color: #333;
}
.navbar a.btn {
  line-height: 50px;
}
.navbar .commands {
  float: right;
  display: inline-block;
  border-left: solid 10px #fff;
  padding: 0 10px;
}
.navbar .commands .btn {
  color: #333;
  padding: 0.5em 0.2em;
  margin-left: 5px;
}
.navbar .commands .btn:first-child {
  margin-left: 0;
}
.navbar .commands .btn [class^="icon-"],
.navbar .commands .btn [class^="kaba-icon-"] {
  font-size: 22px;
}
.navbar .navbar-left,
.navbar .navbar-right {
  width: 50px;
  padding: 5px 5px;
}
.navbar .navbar-left {
  width: 60px;
  position: relative;
  color: transparent;
  border-right: solid 10px #fff;
  padding-right: 15px;
}
.navbar .navbar-left:before {
  position: absolute;
  top: 8px;
  left: -6px;
  color: #333;
  font-family: 'Kaba_Iconfont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: "\e60d";
  font-size: 30px;
}
.navbar .navbar-right {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar .navbar-right [class^="icon-"] {
  font-size: 18px;
}
.navbar .navbar-right .count {
  display: none;
}
.navbar .navbar-right.warning {
  background: #d50000;
}
@media screen and (min-width: 920px) {
  .header .brand {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAA8CAIAAADuehFRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABwBJREFUeNrsnTFMHEcUhu0olRE2hWlIcecqhMZEgpTBYCUSbsCyizQQ3NmOMEQUsWQ5cFiWnMIyBoW4icCkSAPiaBIpFjK4igxSSBFCKqAIDZFyMoLW+bknRpN5s3N7yxnfof/XKfLNze7O7Hzz5p+3i3LyRMNnJyiq8vUObwFFlCmKKFMUUaYookwRZYoiyhRFlCmKKFNEmaKIMkURZYoiyhRFlCmiTFFEmaKIMkWF9C5vwRGrsT5VU11ll2xsbW/8vV3sUdDK2kZuZ88uqak+1VifDtexlX6vNl1XW5J+5XZ2V9Y2o36N3zDp6cLSKlEudz263X2hucEuyYzPDH07HTikp7Nl4v51Xf7hldsOPc8nvwYKdgmYaO25Fzjz4M0rJelX+EKzYwNOr9FytN+pNvTF1c87PgbiONuXD6ZoMI6VojjGSDsc93e1OxxDAKjzYtPb7QIa4HAs0Rfg6sroFEI4vfIxdCNejieziyM//Oys4IM+MqCJ+zeSwVES4dKPvur2/tTX1Q6HY5ek6s7CqMBxJbA9RLmsOYZh8HJ87c4T7VuieA1QfgTq777k8Go3zJmoWGrgLrBzyIxP0ysfK441nV6OsXzDh4R46mqfm19OsJc6pABx2IuL/8nOLx/sHfeKtchEuawFgmdHBzTH8JHekUZIjrPd1NssLVB1+dbD6CB6w+u8geDj/xueA29zveAVcc6Fl72BNAsNRgVzjHisF2Vw3NozrIccmye929M4og5ic8Gr//7XZtQq8dvMAy/HCPaYJCayhnd7aJhOIJbE/xDlcuRYoxnFMYjvU4BiRwiwRlSYBDFRtjUszBZw7D02Mz7T2nNP58W9uz20Cp+Myjx6cy9EubI1OzagBxUEX7vznXcJBi6OD0E1YQX/1fEvKpkQnFp3vX4XJwfEURlxvdvb98HfTMlM0w9TYDOI8vERnKVekfPEDHsfpHlzxpIEMBNAL/rx08yYVOvPxnSTxFSc+6Q3ah/p3e3BTJvgrR1/TP9DlCuDY28WYuHlatQDYb2pAluT2UV7Qde06UCeQGbCxGwYILbjt9POQ/ofolxGghmNyqYhiHrzAEO+gdfRTmfu9kNmvG2WGHTv+yEw9IEG60Au1iI8GRL4H6JcXupoawonXwGNw03Ubk/H7/zjhpnE2yx5U0KfVp5u6DkmCTu9Vuj8hjeFXJT/IcplpzhUOfYjsNvTGpn6SUfW+NssMevaD8gcczIbiPfaveiVQYRzltD/EOVylNeGGpq9uz2dr9Cpg8TbrPwO8smI7yGI5JvFUXjPiTUh8AqrDszx/U9pUJYcjXxMUIF7k5LZ0QFpk/zDXiLzz2P365gHVKiGrzI2pj6+SjWMn56juF/yqxlRHCgl5mUrXM65kN0YabNcWhpseiHV7A7is/9er687b0KAxptCNikOvazDAHg5s/d/eokHMWfUvT0THRGBnTe+yr3CndcPHQEx1oSwgdEtT5ZmTvjgurE+XVNdhb5d+KgBHZAXVVuaP5ibX0bjcju70o2a06fQw+z8Ur7OsICCCIE6zyfuylsB6bpamdO41wZNnB+HP82+gCMENE5vcbZzn97CHTTjjQOlDRtb28Io6lzufYiv5qaYk+NXiRO4tOnF4M2r8oRMqomTEz+KZkh90x3AFOchcDKOZSnH7fK+gwFoCsY2HLX+bKzgMo0KOoiiJFlSzGv3MdbOnEQIj4OpgeooDAZuBAg4/37K3hOcr0+h0JgnDAxoAL6PD3Yk+AnI7mM69wI1zbYA7Do93Nz6B+VP5xZb1HYYh8NRCe6mEGfDR8YPjK6sbeBwVNDRSPcCk1CmnxMw0AZphtMdLJqBv5hILMxYY0mjXreI4zj7uy+9xbc6A7u9+OEW0a3YGXVYr4yw19kWueUESfKYKvxXEjIefb6m517tIRY6hYiIi0urqB/nbRWtVN1Z+6tcNw438buTQLgDThu8L8EVzAMUfBntyKTXiqJMsHcH+UZQBsQYUYRbewOLtRiF9lwEi3bAw62XednR1oTAacpxns6Lzfoq4Gxx6U83lJ6uQgDLjE/bl8Z18ZFgmfcVabkRJgyYS9t/ZIaaWMoRA2Im553ulJBjL7UFada7vTLhWGcGi10rvHm90qOM4QQQr//4EdbHTD4MM5wcCtd/GbVrotyeqbCAqGOWfqmArxg2YxhAOYYE1SSX5FwdSzx+gscwLxZiOFGCj8RpOdu/v36PEphg59LiPcylcceBi6lmD0DuFSrsOh23u5Pk1qnDw7ziV28iLGrP5I0IR5+B0ZlBeNFiz2MsaByd5P+3jzoeYl6ZIsoURZQpiihTFFGmiDJFEWWKIsoURZQpokxRRJmiiDJFEWWKIsoUUaYookxRRJmiiDJFlCmqYvSfAAMAq+JLCE6MvFkAAAAASUVORK5CYII=") no-repeat;
    width: 238px;
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-right: solid 10px #fff;
  }
  .header .navbar .nav {
    margin-left: 248px;
    height: 60px;
  }
  .header .navbar ul.nav {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header .navbar ul.nav > li {
    position: relative;
    float: left;
    height: 60px;
  }
  .header .navbar ul.nav > li.active:after {
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 0;
    content: '';
    height: 2px;
    background: #fff;
  }
  .header .navbar ul.nav > li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 1em;
    background: transparent;
    color: #fff;
    text-transform: none;
    text-decoration: none;
  }
  .header .btn {
    height: 60px;
  }
  .header a.btn {
    line-height: 60px;
  }
  .header .commands {
    float: right;
    display: inline-block;
    padding: 0 10px;
  }
  .header .commands .btn {
    color: #333;
    padding: 0.8em 0.2em;
  }
  .header .commands .btn [class^="icon-"],
  .header .commands .btn [class^="kaba-icon-"] {
    font-size: 24px;
  }
  .header .navbar-left,
  .header .navbar-right {
    padding: 0.8em 1em;
  }
  .header .navbar-left,
  .header .navbar-back {
    display: inline-block;
    width: 180px;
    text-align: left;
    padding-left: 1em;
    color: #fff;
  }
  .header .navbar-left:before,
  .header .navbar-back:before {
    display: none;
  }
  .header .navbar-left {
    display: none;
  }
  .header .navbar-right {
    display: none;
  }
  .header .navbar-right .count {
    display: inline;
  }
}
.navbar .nav {
  display: inline-block;
  position: relative;
  height: 50px;
}
.navbar .nav.nav-right {
  display: none;
}
.navbar .nav .navbar-home {
  font-size: 20px;
  width: auto;
  padding: 0;
  border-right: none;
  color: #333;
  background: transparent;
  margin: 0 5px;
}
.navbar .nav .navbar-home [class^="icon-"],
.navbar .nav .navbar-home [class^="kaba-icon-"] {
  font-size: 24px;
}
.navbar .nav .navbar-home + .title {
  padding-left: 3px;
}
.navbar .nav ul.menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar .nav ul.menu > li {
  position: relative;
  float: left;
  height: 40px;
}
.navbar .nav ul.menu > li.active {
  display: none;
}
.navbar .nav ul.menu > li.active a {
  cursor: default;
}
.navbar .nav ul.menu > li.active:after {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 0;
  content: '';
  height: 2px;
  background: #0099cf;
}
.navbar .nav ul.menu > li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 1em;
  background: transparent;
  color: #0099cf;
  text-transform: none;
  text-decoration: none;
}
.navbar .nav .dropdown {
  display: none;
}
.navbar .nav .commands {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #0099cf;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.navbar .nav .commands a {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
}
.navbar .nav .commands a:visited {
  color: inherit;
}
@media screen and (min-width: 920px) {
  .navbar .nav {
    display: inline-block;
    background: transparent;
    border-bottom: none;
  }
  .navbar .nav.nav-right {
    float: right;
    position: relative;
    display: inline;
    margin-left: 0;
    margin-right: 10px;
  }
  .navbar .nav .navbar-home {
    font-size: 24px;
    padding-left: 5px;
  }
  .navbar .nav .navbar-home [class^="icon-"],
  .navbar .nav .navbar-home [class^="kaba-icon-"] {
    font-size: 24px;
  }
  .navbar .nav .dropdown {
    display: inline-block;
  }
  .navbar .nav .dropdown .btn {
    height: 40px;
    margin-top: 10px;
    padding-top: 11px;
    font-size: 15px;
  }
  .navbar .nav .dropdown ul li {
    font-size: 15px;
  }
  .navbar .nav ul.menu {
    display: inline-block;
  }
  .navbar .nav ul.menu > li {
    height: 60px;
  }
  .navbar .nav ul.menu > li.active {
    display: inline-block;
  }
  .navbar .nav ul.menu > li.active:after {
    background: #fff;
  }
  .navbar .nav ul.menu > li a {
    line-height: 60px;
    color: #fff;
  }
  .navbar .nav .commands {
    display: none;
  }
}
.list-filter {
  position: relative;
  margin: 0 0 1px 0;
}
.list-filter .btn {
  background: #ededed;
}
.list-filter .btn:hover {
  background: #dedede;
}
.list-filter .list-filter-upper-wrapper {
  position: relative;
  overflow: hidden;
}
.list-filter .content-title .title {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.list-filter .search {
  background: #fff;
  padding: 9px 1px;
  position: relative;
  border: none;
  margin-top: -1px;
  border-bottom: solid 1px #ededed;
  z-index: 1;
}
.list-filter .search:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 1px;
  background: #ededed;
}
.list-filter .search input {
  background: #fff;
  border: none;
  padding: 6px 5px 6px 50px;
  color: #333;
}
.list-filter .filters {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  background: #ededed;
  padding: 0 10px;
  position: relative;
}
.list-filter .filters:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ededed transparent;
  position: absolute;
  left: 17px;
  top: -7px;
}
.list-filter .filters .filter-dropdown {
  margin-right: 10px;
}
.list-filter .filters .filter-dropdown .btn {
  height: 40px;
  text-transform: none;
  background: #fff;
}
.list-filter .filter-toggle {
  display: none;
}
.list-filter.has-filter .search {
  margin-right: 60px;
}
.list-filter .filter-toggle,
.list-filter .search-toggle {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-left: solid 1px #fff;
  z-index: 2;
}
.list-filter .filter-toggle .btn,
.list-filter .search-toggle .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: block;
  padding: 0.6em 0.3em;
}
.list-filter .filter-toggle .btn i,
.list-filter .search-toggle .btn i {
  font-size: 22px;
}
.list-filter .filter-toggle .btn .filter-label,
.list-filter .search-toggle .btn .filter-label {
  font-size: 10px;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list-filter .filter-toggle .btn:hover,
.list-filter .search-toggle .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-filter .filter-toggle [class^="icon-"],
.list-filter .search-toggle [class^="icon-"],
.list-filter .filter-toggle [class^="kaba-icon-"],
.list-filter .search-toggle [class^="kaba-icon-"] {
  margin: 0;
  font-size: 1.8em;
}
.list-filter .search-toggle {
  left: 0;
  top: 1px;
  border: none;
}
.list-filter.filters-open .filters {
  margin: 0;
  margin-top: 10px;
  max-height: 1000px;
  padding: 10px;
  overflow: visible;
  -webkit-animation: filters-slideDown 0.5s ease-in forwards;
  -moz-animation: filters-slideDown 0.5s ease-in forwards;
  -o-animation: filters-slideDown 0.5s ease-in forwards;
  -ms-animation: filters-slideDown 0.5s ease-in forwards;
  animation: filters-slideDown 0.5s ease-in forwards;
}
.list-filter.filters-close .filters {
  margin: 0;
  max-height: 0;
  padding: 0 10px;
  -webkit-animation: filters-slideUp 0.3s ease-out forwards;
  -moz-animation: filters-slideUp 0.3s ease-out forwards;
  -o-animation: filters-slideUp 0.3s ease-out forwards;
  -ms-animation: filters-slideUp 0.3s ease-out forwards;
  animation: filters-slideUp 0.3s ease-out forwards;
}
.list-filter.search-active .search {
  border-bottom: solid 1px #ff8700;
}
.list-filter.search-active .search:after {
  background: #ff8700;
}
.list-filter.filters-open .filter-toggle .btn {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ededed;
}
.list-filter.filters-open .filter-toggle .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  backgroundGray: #ededed;
}
.list-filter.filter-active.filters-open .filter-toggle .btn,
.list-filter.search-active.search-open .search-toggle .btn {
  background: #fff;
  color: #ff8700;
}
.list-filter.filter-active.filters-open .filter-toggle .btn:hover,
.list-filter.search-active.search-open .search-toggle .btn:hover {
  color: #ff8700;
}
.list-filter.filter-active .filter-toggle .btn,
.list-filter.search-active .search-toggle .btn {
  background: #ff8700;
  color: rgba(255,255,255,0.9);
}
.list-filter.filter-active .filter-toggle .btn:hover,
.list-filter.search-active .search-toggle .btn:hover {
  color: #fff;
}
.list-filter .content-title + .search {
  position: absolute;
  top: 0;
  right: -100%;
  margin-right: 49px;
  width: 100%;
  -webkit-transition: right 0.3s ease, margin-right 0.3s ease;
  -moz-transition: right 0.3s ease, margin-right 0.3s ease;
  -o-transition: right 0.3s ease, margin-right 0.3s ease;
  -ms-transition: right 0.3s ease, margin-right 0.3s ease;
  transition: right 0.3s ease, margin-right 0.3s ease;
}
.list-filter .content-title + .search .search-toggle {
  border-left: solid 1px #fff;
}
.list-filter.has-filter .content-title + .search {
  margin-right: 100px;
}
.list-filter.search-open .search-toggle .btn {
  background: transparent !important;
  color: #ff8700;
}
.list-filter.search-open .search-toggle .btn .filter-label {
  display: none;
}
.list-filter.search-open .search-toggle .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  text-shadow: none !important;
}
.list-filter.search-open .content-title + .search {
  margin-right: 0;
  right: -1px;
}
.list-filter.search-open .content-title + .search:after {
  left: 1px;
}
.list-filter.search-open .content-title + .search .search-toggle .btn:hover {
  cursor: pointer;
}
.list-filter.search-open .content-title .title {
  color: #ededed;
}
@media screen and (min-width: 920px) {
  .list-filter {
    margin: 0 0 5px 5px;
  }
  .list-filter .content-title .nav-back + .title {
    margin: 0;
  }
  .list-filter.search-open .content-title + .search {
    right: -1px;
  }
  .list-filter.search-open.has-navback .content-title + .search {
    right: -1px;
  }
}
@-moz-keyframes filters-slideDown {
  0% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
  10% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
}
@-webkit-keyframes filters-slideDown {
  0% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
  10% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
}
@-o-keyframes filters-slideDown {
  0% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
  10% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
}
@keyframes filters-slideDown {
  0% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
  10% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
}
@-moz-keyframes filters-slideUp {
  0% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
  50% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
}
@-webkit-keyframes filters-slideUp {
  0% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
  50% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
}
@-o-keyframes filters-slideUp {
  0% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
  50% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
}
@keyframes filters-slideUp {
  0% {
    margin-top: 10px;
    padding: 10px;
    max-height: 1000px;
  }
  50% {
    margin-top: 10px;
    padding: 10px;
    max-height: 0;
  }
  100% {
    margin-top: 0;
    padding: 0 10px;
    max-height: 0;
  }
}
.list {
  margin: 5px 0 5px 0;
}
.list > .list-header {
  margin-bottom: 10px;
}
.list > .list-header.list-header-btn-hero {
  margin-bottom: 11px;
  padding: 0 1px;
}
.list > ul {
  position: relative;
  display: table;
  border-collapse: collapse;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list > ul > li.row-group {
  display: table-row-group;
}
.list > ul > li:not(.row-group),
.list > ul li.row-group > div {
  background: #ededed;
  display: table-row;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  font-size: 15px;
  border-bottom: solid 2px #fff;
  height: 70px;
}
.list > ul > li:not(.row-group).warning > *:first-child,
.list > ul li.row-group > div.warning > *:first-child {
  -webkit-box-shadow: inset 3px 0 0 0 #df7800;
  box-shadow: inset 3px 0 0 0 #df7800;
}
.list > ul > li:not(.row-group).error > *:first-child,
.list > ul li.row-group > div.error > *:first-child {
  -webkit-box-shadow: inset 3px 0 0 0 #d50000;
  box-shadow: inset 3px 0 0 0 #d50000;
}
.list > ul > li:not(.row-group).info > *:first-child,
.list > ul li.row-group > div.info > *:first-child {
  -webkit-box-shadow: inset 3px 0 0 0 #129be0;
  box-shadow: inset 3px 0 0 0 #129be0;
}
.list > ul > li:not(.row-group).clickable,
.list > ul li.row-group > div.clickable {
  cursor: pointer;
}
.list > ul > li:not(.row-group).separator,
.list > ul li.row-group > div.separator {
  height: 10px;
  background: transparent;
  border: 0;
}
.list > ul > li:not(.row-group).separator.separator-gray,
.list > ul li.row-group > div.separator.separator-gray {
  background: #ededed;
}
.list > ul > li:not(.row-group).separator.separator-gray > div,
.list > ul li.row-group > div.separator.separator-gray > div {
  padding: 0;
}
.list > ul > li:not(.row-group) > div,
.list > ul li.row-group > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.list > ul > li:not(.row-group) .image-cell,
.list > ul li.row-group > div .image-cell {
  width: 50px;
  padding: 7px 10px 3px;
}
.list > ul > li:not(.row-group) .image-cell [class^="icon-"],
.list > ul li.row-group > div .image-cell [class^="icon-"],
.list > ul > li:not(.row-group) .image-cell [class^="kaba-icon-"],
.list > ul li.row-group > div .image-cell [class^="kaba-icon-"] {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 40px;
  color: #000;
}
.list > ul > li:not(.row-group) .image-cell [class^="icon-"]:before,
.list > ul li.row-group > div .image-cell [class^="icon-"]:before,
.list > ul > li:not(.row-group) .image-cell [class^="kaba-icon-"]:before,
.list > ul li.row-group > div .image-cell [class^="kaba-icon-"]:before {
  padding: 9px 0px 12px 2px;
  margin: 0;
}
.list > ul > li:not(.row-group) .image-cell .image,
.list > ul li.row-group > div .image-cell .image {
  padding: 0;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: solid 1px #dedede;
}
.list > ul > li:not(.row-group) .image-cell .image.circle,
.list > ul li.row-group > div .image-cell .image.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.list > ul > li:not(.row-group) .image-cell .image img,
.list > ul li.row-group > div .image-cell .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.list > ul > li:not(.row-group) .title,
.list > ul li.row-group > div .title {
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  color: #333;
  font-size: 15px;
  position: absolute;
}
.list > ul > li:not(.row-group) .title [class^="icon-"],
.list > ul li.row-group > div .title [class^="icon-"],
.list > ul > li:not(.row-group) .title [class^="kaba-icon-"],
.list > ul li.row-group > div .title [class^="kaba-icon-"] {
  color: #ff8700;
}
.list > ul > li:not(.row-group) .description,
.list > ul li.row-group > div .description {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  color: #666;
  font-size: 12px;
  position: absolute;
  margin-top: 25px;
}
.list > ul > li:not(.row-group) .commands,
.list > ul li.row-group > div .commands {
  text-align: right;
}
.list > ul > li:not(.row-group) > .btn,
.list > ul li.row-group > div > .btn,
.list > ul > li:not(.row-group) > .btn-group,
.list > ul li.row-group > div > .btn-group {
  float: right;
  padding: 0.8em 0.6em;
}
.list > ul > li:not(.row-group) > .btn [class^="icon-"],
.list > ul li.row-group > div > .btn [class^="icon-"],
.list > ul > li:not(.row-group) > .btn-group [class^="icon-"],
.list > ul li.row-group > div > .btn-group [class^="icon-"],
.list > ul > li:not(.row-group) > .btn [class^="kaba-icon-"],
.list > ul li.row-group > div > .btn [class^="kaba-icon-"],
.list > ul > li:not(.row-group) > .btn-group [class^="kaba-icon-"],
.list > ul li.row-group > div > .btn-group [class^="kaba-icon-"] {
  color: #ff8700;
}
.list > ul > li:not(.row-group) > .btn-group-container,
.list > ul li.row-group > div > .btn-group-container {
  float: right;
}
.list > ul > li:not(.row-group) .dropdown-menu,
.list > ul li.row-group > div .dropdown-menu {
  position: absolute;
  right: 10px;
}
.list > ul > li:not(.row-group).list-header,
.list > ul li.row-group > div.list-header {
  display: none;
  border-bottom: none;
  background: #fff;
  height: auto;
}
.list > ul > li:not(.row-group).list-header div,
.list > ul li.row-group > div.list-header div {
  color: #666;
  padding: 10px 10px 5px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
}
.list .list-item-enter {
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.list .list-item-enter > div {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list .list-item-enter.list-item-enter-active {
  background-color: #ededee;
}
.list .list-item-enter.list-item-enter-active > div {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.list .list-item-leave {
  background-color: #ededed;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.list .list-item-leave > div {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list .list-item-leave.list-item-leave-active {
  background-color: #f2f2f2;
}
.list .list-item-leave.list-item-leave-active > div {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
@media screen and (min-width: 920px) {
  .list {
    margin: 5px 0 5px 5px;
  }
  .list > ul > li:not(.row-group) .title,
  .list li.row-group > div .title {
    position: static;
  }
  .list > ul > li:not(.row-group) .description,
  .list li.row-group > div .description {
    position: static;
    margin-top: 0;
  }
  .list > ul > li:not(.row-group).list-header,
  .list li.row-group > div.list-header {
    display: table-row;
  }
  .list > ul > li:not(.row-group) .commands > .btn,
  .list li.row-group > div .commands > .btn,
  .list > ul > li:not(.row-group) .commands > .btn-group,
  .list li.row-group > div .commands > .btn-group {
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 920px) {
  .list > ul > li:not(.row-group) .title,
  .list li.row-group > div .title,
  .list > ul > li:not(.row-group) .description,
  .list li.row-group > div .description {
    display: block;
    position: static;
  }
  .list > ul > li:not(.row-group) .description,
  .list li.row-group > div .description {
    margin-top: 0px;
    padding-top: 0px;
  }
}
body.headroom .header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.headroom--unpinned .header {
  margin-top: -60px;
}
body.headroom--unpinned .sidebar,
body.headroom--unpinned .container {
  margin-top: 0px;
}
@media screen and (min-width: 920px) {
  body.headroom .header,
  body.headroom .sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body.headroom--unpinned .header {
    margin-top: -70px;
  }
  body.headroom--unpinned .sidebar,
  body.headroom--unpinned .container {
    margin-top: 10px;
  }
  body.headroom--unpinned .sidebar.sidebar-right {
    margin-top: 0;
  }
}
.offline-state {
  -webkit-transform: translate(0, -1000px);
  -moz-transform: translate(0, -1000px);
  -o-transform: translate(0, -1000px);
  -ms-transform: translate(0, -1000px);
  transform: translate(0, -1000px);
}
.offline-state.offline-state-offline {
  -webkit-animation: offline-state-dropIn 1.5s ease-in forwards;
  -moz-animation: offline-state-dropIn 1.5s ease-in forwards;
  -o-animation: offline-state-dropIn 1.5s ease-in forwards;
  -ms-animation: offline-state-dropIn 1.5s ease-in forwards;
  animation: offline-state-dropIn 1.5s ease-in forwards;
}
.offline-state.offline-state-online {
  -webkit-animation: offline-state-dropOut 5s ease-in forwards;
  -moz-animation: offline-state-dropOut 5s ease-in forwards;
  -o-animation: offline-state-dropOut 5s ease-in forwards;
  -ms-animation: offline-state-dropOut 5s ease-in forwards;
  animation: offline-state-dropOut 5s ease-in forwards;
}
@-moz-keyframes offline-state-dropIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  2% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@-webkit-keyframes offline-state-dropIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  2% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@-o-keyframes offline-state-dropIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  2% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes offline-state-dropIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  2% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@-moz-keyframes offline-state-dropOut {
  0% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  66% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  99% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
}
@-webkit-keyframes offline-state-dropOut {
  0% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  66% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  99% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
}
@-o-keyframes offline-state-dropOut {
  0% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  66% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  99% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
}
@keyframes offline-state-dropOut {
  0% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  66% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  99% {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
  100% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -1000px);
    -moz-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
}
.material-button,
.material-icon {
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: -moz-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: -o-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: -ms-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}
.material-button a,
.material-icon a {
  text-decoration: none;
}
.material-button a:hover,
.material-icon a:hover {
  text-decoration: none;
}
.material-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
}
.material-icon.material-icon-36 {
  height: 36px;
  width: 36px;
}
.material-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #db4437;
  height: 56px;
  width: 56px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
}
.material-button.material-hoverable:hover {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 6px 12px rgba(0,0,0,0.32);
  box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 6px 12px rgba(0,0,0,0.32);
  -webkit-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
}
.second-icon,
.first-icon {
  left: 5px;
  position: absolute;
  top: 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.material-button .second-icon,
.material-button .first-icon {
  margin-left: 16px;
  margin-top: 16px;
}
.material-hoverable .second-icon,
.material-hoverable:hover .first-icon,
.material-showSecond .first-icon,
.material-showFirst .second-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.material-hoverable:not([class^="material-toggle-"]):hover .second-icon,
.material-showSecond .second-icon,
.material-showFirst .first-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.image-upload canvas {
  display: block;
}
.notification-inbox .notification-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 12px 15px;
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #b4b4b4;
}
.notification-inbox .notification-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notification-inbox .notification-list .notification {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #dedede;
  border-left: 3px solid #129be0;
}
.notification-inbox .notification-list .notification.clickable {
  cursor: pointer;
}
.notification-inbox .notification-list .notification .image-cell {
  min-width: 30px;
  margin-right: 10px;
}
.notification-inbox .notification-list .notification .image-cell [class^="icon-"],
.notification-inbox .notification-list .notification .image-cell [class^="kaba-icon-"] {
  font-size: 24px;
}
.notification-inbox .notification-list .notification .commands {
  min-width: 30px;
  margin-left: auto;
}
.notification-inbox .notification-list .notification .commands [class^="icon-"],
.notification-inbox .notification-list .notification .commands [class^="kaba-icon-"] {
  font-size: 18px;
}
.notification-inbox .notification-list .notification .notification-body .info {
  color: #808080;
  margin-bottom: 5px;
}
.notification-inbox .notification-list .notification .notification-body .message {
  font-size: 16px;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
}
.notification-inbox .notification-list .notification.critical,
.notification-inbox .notification-list .notification.high {
  border-left-color: #d50000;
}
.notification-inbox .notification-list .notification.critical .image-cell,
.notification-inbox .notification-list .notification.high .image-cell {
  color: #d50000;
}
.notification-inbox .notification-list .notification.medium {
  border-left-color: #ff8700;
}
.notification-inbox .notification-list .notification.medium .image-cell {
  color: #ff8700;
}
@media screen and (min-width: 920px) {
  .notification-inbox .notification-list .notification .image-cell {
    margin-right: 5px;
  }
}
.editor.editor-markdown {
  padding: 4px;
  font-size: 15px;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
}
.editor.editor-markdown p {
  margin: 2px 0;
}
.editor.editor-markdown p:first-child {
  margin: 0 0 2px 0;
}
.stream-item.stream-item-callout.stream-item-left .stream-item-content {
  position: relative;
}
.stream-item.stream-item-callout.stream-item-left .stream-item-content:after {
  z-index: 1001;
  position: absolute;
  left: -14px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 16px 0;
  border-color: transparent #fff transparent transparent;
}
.stream-item.stream-item-callout.stream-item-right .stream-item-content {
  position: relative;
}
.stream-item.stream-item-callout.stream-item-right .stream-item-content:after {
  z-index: 1001;
  position: absolute;
  right: -11px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 0;
  border-color: #fff transparent transparent transparent;
}
.stream-item p {
  margin: 4px 0;
}
.stream-item p:first-item {
  margin-top: 0;
}
.stream-item p:last-item {
  margin-bottom: 0;
}
@media screen and (min-width: 920px) {
  .stream-item.stream-item-left {
    margin-right: 25%;
  }
  .stream-item.stream-item-right {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .stream-item.stream-item-left {
    margin-right: 35%;
  }
  .stream-item.stream-item-right {
    margin-left: 35%;
  }
  .stream-form.stream-form-left {
    margin-right: 35%;
  }
  .stream-form.stream-form-right {
    margin-left: 35%;
  }
}
.owasp-container {
  position: relative;
}
.owasp {
  position: absolute;
  width: 100%;
  margin-top: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.owasp div:not(.owasp-label) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  border: solid 1px #dedede;
  background-color: #dedede;
  margin-right: 2px;
}
.owasp div:not(.owasp-label):last-child {
  margin-right: 0;
}
.owasp .owasp-label {
  position: absolute;
  top: -24px;
  right: 5px;
  border: none;
}
.owasp.owasp-1 div.filled {
  background-color: #d50000;
}
.owasp.owasp-1 .owasp-label {
  color: #d50000;
}
.owasp.owasp-2 div.filled {
  background-color: #ff8700;
}
.owasp.owasp-2 .owasp-label {
  color: #ff8700;
}
.owasp.owasp-3 div.filled,
.owasp.owasp-4 div.filled {
  background-color: #54a229;
}
.owasp.owasp-3 .owasp-label,
.owasp.owasp-4 .owasp-label {
  color: #54a229;
}
.report {
  padding: 20px;
  padding-top: 100px;
  font-size: 14px;
  font-family: 'Roboto Slab', Garamond, 'Times New Roman', serif;
}
.report .report-print-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #dedede;
  text-align: right;
  z-index: 1000;
  padding: 20px;
}
.report .report-title {
  padding: 40px;
  margin: 0 0 20px;
  background: #b4b4b4;
  position: relative;
}
.report .report-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid #fff;
  width: 0;
}
.report .report-title h1 {
  font-family: MorebiRounded, FreeSans, Arimo, 'Droid Sans', Helvetica, Arial, sans-serif;
  font-size: 40px;
  margin: 0;
  font-weight: 300;
}
.report .report-section {
  margin: 0 0 20px;
  padding: 40px;
  background: #ededed;
}
.report label {
  position: absolute;
  color: #666;
  max-width: 180px;
  margin-top: 4px;
  font-family: 'Roboto Slab', Garamond, 'Times New Roman', serif;
}
.report input {
  margin-left: 200px;
  margin-bottom: 10px;
  width: calc(100% - 210px);
  background: transparent;
  border: 0;
  border-bottom: solid 2px #000;
  font-family: 'Roboto Slab', Garamond, 'Times New Roman', serif;
  padding: 4px;
}
.report input.fullsize {
  margin-left: 0;
  width: calc(100% - 10px);
}
.report p {
  margin: 0 0 10px;
}
@media print {
  .container {
    overflow: hidden !important;
    overflow-y: hidden !important;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .report {
    padding-top: 20px;
    overflow: hidden;
  }
  .report .report-print-header {
    display: none;
  }
}
.media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.media .media-figure {
  margin-right: 1em;
}
.media .media-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.media.media-reverse > .media-figure {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 1em;
  margin-right: 0;
}
.media.media-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.status-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 320px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.status-panel.status-panel-404 {
  background: url("../img/statusCodes/404.png") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.status-panel.status-panel-403 {
  background: url("../img/statusCodes/403.png") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.nav .app-logo {
  display: none;
  left: -47px;
  top: 12px;
  width: 34px;
  height: 34px;
  background: #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  border: solid 1px #fff;
}
.nav .app-logo:before {
  color: #fff;
  font-family: 'Kaba_Iconfont';
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  margin: 0;
  content: "\e908";
}
.nav .app-logo.app-logo-customer {
  background: #b4b4b4;
}
.nav .app-logo.app-logo-customer:before {
  content: "\e907";
}
.nav .app-logo.app-logo-partner {
  background: #b0851e;
}
.nav .app-logo.app-logo-partner:before {
  content: "\e908";
}
.nav .app-logo.app-logo-rmo {
  background: #002957;
}
.nav .app-logo.app-logo-rmo:before {
  content: "\e909";
}
.nav .app-logo.app-logo-admin {
  background: #0099cf;
}
.nav .app-logo.app-logo-admin:before {
  content: "\e90a";
}
.nav .app-logo.app-logo-support {
  background: #464646;
}
.nav .app-logo.app-logo-support:before {
  content: "\e902";
}
@media screen and (min-width: 920px) {
  .nav .app-logo {
    display: inline-block;
  }
}
.login-page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 100%;
  position: relative;
  background-color: #fff;
  background: url("../img/auth_bg.png") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.login-page .login-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  padding: 2em;
  overflow: hidden;
  width: 100%;
}
.login-page .login-content .grid-guttersXl {
  margin: -2em 2em 0 -2em;
}
.login-page .login-content .sections .section {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(237,237,237,0.8);
}
.login-page .login-content .sections .section .brand {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 60px;
  width: 238px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAA8CAYAAABhGIYGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABmdJREFUeNrsnE9+2joQx/XadwBuULr1JuQEhROE7LwrnCD4BIQTEE4A7LKDnoD0BHE32cY9wfMN8ixLNsJoxrIRvOT19/18SFrwH2nQb2Y0kvNZAAA+HJ9hAgAgXAAAhAsAgHABgHABABAuAADCBQDCBQBAuAAACBcACBcAAOECACBcAACECwCECwCAcAEAEC4A/yf+hgn+IIKwl/3sWD5JxMtj4uE6kji7Vmo5Rx7fcz7++Pxu9rN7ZgulWVtih7a060tht5fHJwgXNGGevfqW92fZ695RtKPs55I54jofwMfsiMEuB/HA4c7yvtMz28e1LRvCjrHuv81u0r7fc+cQhE+ZeKNTGvoJYxk0iLR1oo2sESsIJ4RoRS6AIBx+IBsMCdGKvI9KoILMRuhMBcIFZ0uzOdGuMtE+EGllXaRc6uPeuw06OmvhuNNpfZUvebSV0xIPKT+EC1xFu6sR7ZhJz+tE6SLu98DEQXQdwsFFhnBnmOOCS4m201i0QdjXc1M3UQThDx+FmzPZodvAuaj0/+VxW76jilaRr+ZAuKAuNdwIroLMD8Z5wzvK468bnrPNRHHr0A8ZBbm5tBTWgk3nm7HURaj0HF8NUmXADfYdkxpK0Q7IgamKNFRBihJaTxeymvDLIWN4rhHtU+4wzAh5eA2uIHWrRX/R9B/CBZxoey1FK8V+R5z7oAXyQHw+JYo7bfpxr0XLXW+WtWdArmPzBamt7suMSf97EC64FBtGtFKs45oUkCpIpcYgnzGRan6y4wnCXU3ES7Xzua+de9uFv5+zqmp67CnFhnBBq0G/ZNLCYrDHzPl9Ji2NSsGr31Qleth6bVdFuFemD0Vq/LW2EMYXpBaVKB15TP8hXNBYtCN2wNdvCVwy564O3lFp5hMZtc+3ths5Fo2oviRHkVo5gdXZ038IF1jmg6Oao4Za3Nw1uqRY7FBRtyvaFHeUYxkItV5KsdO7wDh7cAWpiHn/POk/hAss3DQQycg66OsLUjEhtET4Lu6oe10z8061PEQ5of3yEZU5bIn7cmu1Q59bOyFcoOZhzVhaxOtSkBKksOkI2a64o0Q0YNLXwgk9W9LYqaDXrsc1911dIv2HcAFH6iReviA1q51P8pGqfXFHXlft6nqocVrPug9FcWvC9CVxmkP7TP8t/OVxjlTssjELALEx9/lWDga500V5uXm566UYBNJjKeMVc4K4fARKnSM98CJPV4JwY5w/NFK1hCxAqEFwo/+3KNMeea29l/1ZFh9Uu75b2rKptD3O+7tv4z7a7O2w0X2v2sr05Hab+PmOdoKvtlbbEwt+u6PQUW1JzG2lTa4btG9DOIBUR84JkYZHDtceOUTvmR6nNhslQm3SSB37MmccwLXTc78MPrc8Fg9XR7rjc7F/tlEa44ceCGk5t1HrbVIg28rxG32dWBcSij2sXcOo28qX3NPGXWsBjwhPK+/zVbc1PZiD7O+fGI5CHn+r3+tVjjc9aWL827TDVOx3Cg3LSBCEkeFo1qUnP7TJUjTfAuiDceksgnBQI95do8ijnNaraPZ4W4cRwcTjcsuU7Ys9EDy3mGqYY/1dpModPVivLIWBK/1Zt+LV77RQF4YX6uaRUA3mdcUDPun0yWas31rgayPC2zznPL/GcdrT16+OIcI4v6Y8lipK0Hb4Rqabqq+/jTbbbDI71TO34OEgwqv7t9kcvyLWSSfC0zOpF8RekOKfM+bon+pszjXHTQS/N1SUUVcN1NRhB8vhoKArmEVq1SHTFJkKq+cmfe1q+WJ5765mvuPbJj5YWdNOJeRxw7mxLdp6m+NdGCpzOKUv01MKVZ+8C1YNtoVlzrPOPzv2XKklKqVGRL2xRO9FjWO40+K0R0O1RW121EbVvnsjyiU6uneMwoWtjT2L4xpYMowmAz/9D0Q7ZhxKE/FSBamPKFpqKevUzKEjTtgO6VO4qR7kb0Jt7I4qn+3yz4Lw1WGQRuXxyhlsD45VUWklDpcQYu3F3kqD29noY+bi8DGuVLfvrYzE+/v8o8+ZEm2MjbSwaGOsB/q00kYXgZ5LuGkr0R6Kt65QFlv/EsZxXeAjwC1lXXm4fl8AAP4c8HeVAYBwAQAQLgAAwgUAwgUAQLgAAAgXAAgXAADhAgAgXAAgXAAAhAsAgHABABAuABAuAADCBQBAuABAuAAACBcA0JB/BRgAClxmMJRzxCUAAAAASUVORK5CYII=") no-repeat;
}
.login-page .login-content .sections .section.section-transparent {
  background-color: transparent;
}
.login-page .login-content .sections .section #brandCanvas {
  width: inherit;
}
.login-page .login-content .sections .section canvas.kabaEdgeCanvas {
  display: block;
}
.login-page .login-content .sections .section .section-content {
  padding: 15px;
}
.login-page .login-content .sections .section .section-content .app-logo {
  display: inline-block;
  margin: 0 10px 15px 15px;
  width: 30px;
  height: 30px;
  background: #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}
.login-page .login-content .sections .section .section-content .app-logo:before {
  color: #fff;
  font-family: 'Kaba_Iconfont';
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  margin: 0;
  content: "\e908";
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-customer-app {
  background: #b4b4b4;
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-customer-app:before {
  content: "\e907";
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-partner-app {
  background: #b0851e;
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-partner-app:before {
  content: "\e908";
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-rmo-app {
  background: #002957;
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-rmo-app:before {
  content: "\e909";
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-admin-app {
  background: #0099cf;
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-admin-app:before {
  content: "\e90a";
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-support-app {
  background: #464646;
}
.login-page .login-content .sections .section .section-content .app-logo.app-logo-support-app:before {
  content: "\e902";
}
.login-page .login-content .sections .section .section-content form {
  margin: 0 -15px;
}
.login-page .login-content .sections .section .section-content form .form-error {
  display: block;
}
.login-page .login-content .sections .section .section-content form .form-group {
  padding: 0 15px 0 8px;
  margin-left: 5px;
}
.login-page .login-content .sections .section .section-content form .form-group.form-input:before {
  left: 8px;
}
.login-page .login-content .sections .section .section-content form .form-group label .help-block {
  margin-left: 4px;
  font-style: italic;
}
.login-page .login-content .sections .section .section-content form legend {
  font-family: 'MorebiRounded', 'FreeSans', 'Arimo', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
  margin: 0 15px 15px;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}
.login-page .login-content .sections .section .section-content form legend.inline {
  display: inline-block;
  margin: -3px 0 15px 55px;
}
.login-page .login-content .sections .section .section-content form legend.inline span,
.login-page .login-content .sections .section .section-content form legend.inline small {
  display: block;
}
.login-page .login-content .sections .section .section-content form legend.inline small {
  font-style: normal;
  font-size: 10px;
}
.login-page .login-content .sections .section .section-content form input:not([type="checkbox"]),
.login-page .login-content .sections .section .section-content form input:not([type="radio"]),
.login-page .login-content .sections .section .section-content form input:not([type="submit"]) {
  background: #fff;
  min-height: 44px;
}
.login-page .login-content .sections .section .section-content .login-actions,
.login-page .login-content .sections .section .section-content .form-actions {
  margin: 0 15px;
  min-height: 35px;
}
.login-page .login-content .sections .section .section-content .login-actions .btn,
.login-page .login-content .sections .section .section-content .form-actions .btn {
  text-align: left;
}
.login-page .login-content .sections .section .section-content .login-actions ul,
.login-page .login-content .sections .section .section-content .form-actions ul {
  list-style-type: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.login-page .login-content .sections .section .section-content .login-actions ul li,
.login-page .login-content .sections .section .section-content .form-actions ul li {
  margin-bottom: 4px;
}
.login-page .login-content .sections .section .section-content .login-actions ul li a,
.login-page .login-content .sections .section .section-content .form-actions ul li a {
  font-size: 14px;
  font-family: 'Roboto Slab', 'Garamond', 'Times New Roman', serif;
  color: #333;
}
@media screen and (min-width: 625px) {
  .login-page .login-content .sections .section.section-small {
    width: 350px;
    margin: auto;
  }
  .login-page .login-content .sections .section .section-content {
    padding: 10px;
  }
  .login-page .login-content .sections .section .section-content .form-actions {
    padding: 0;
  }
  .login-page .login-content .sections .section .section-content .register-link {
    padding: 0 15px;
  }
  .login-page .login-content .sections .section .section-header + .section-content {
    padding: 30px 10px 10px;
  }
  .login-page .login-content .sections .section .section-header + .section-content.compact {
    padding: 10px 10px 10px;
  }
}
@media screen and (max-width: 50em) {
  .login-page {
    -webkit-background-size: 100vh;
    -moz-background-size: 100vh;
    background-size: 100vh;
  }
}
@media screen and (min-width: 920px) {
  .login-page .login-content .grid-guttersXl {
    margin: -2em 0 0 -2em;
  }
}