@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../vendor/ckeditor-emojione/styles/emojione.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #606060;
  background-color: #F5F5F5; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 11px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle .fa-chevron-down {
  font-size: 8px;
  top: -1px;
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: -1px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu li:focus {
    outline: none; }
  .dropdown-menu > li > a,
  .dropdown-menu > li > span {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: inherit;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.dropdown-menu {
  background-color: #F5F5F5;
  border-color: #EEEEEE;
  -webkit-box-shadow: 0 4px 10px 1px rgba(238, 238, 238, 0.3);
  box-shadow: 0 4px 10px 1px rgba(238, 238, 238, 0.3); }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none; }
  .dropdown-menu > .active > a {
    background: white; }

.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #ededed; }

.panel.panel--purple .dropdown-menu {
  background-color: #7ed4fa;
  border-color: #472D4E;
  -webkit-box-shadow: 0 4px 10px 1px rgba(71, 45, 78, 0.3);
  box-shadow: 0 4px 10px 1px rgba(71, 45, 78, 0.3); }
  .panel.panel--purple .dropdown-menu > li > a:hover, .panel.panel--purple .dropdown-menu > li > a:focus {
    text-decoration: none; }
  .panel.panel--purple .dropdown-menu > .active > a {
    background: #9c6ba9; }

.panel.panel--purple .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #4dc4f8; }

.panel.panel--blue .dropdown-menu {
  background-color: #D8E1EB;
  border-color: #2A3A4C;
  -webkit-box-shadow: 0 4px 10px 1px rgba(42, 58, 76, 0.3);
  box-shadow: 0 4px 10px 1px rgba(42, 58, 76, 0.3); }
  .panel.panel--blue .dropdown-menu > li > a:hover, .panel.panel--blue .dropdown-menu > li > a:focus {
    text-decoration: none; }
  .panel.panel--blue .dropdown-menu > .active > a {
    background: #6585aa; }

.panel.panel--blue .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #b6c7da; }

.panel.panel--blue .dropdown-menu {
  background-color: #DDF6FF;
  border-color: #54C765;
  -webkit-box-shadow: 0 4px 10px 1px rgba(84, 199, 101, 0.3);
  box-shadow: 0 4px 10px 1px rgba(84, 199, 101, 0.3); }
  .panel.panel--blue .dropdown-menu > li > a:hover, .panel.panel--blue .dropdown-menu > li > a:focus {
    text-decoration: none; }
  .panel.panel--blue .dropdown-menu > .active > a {
    background: #c7edcd; }

.panel.panel--blue .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #aae9ff; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after, .nav-tabs > li .tab-close {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-pull-left:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-pull-left:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-pull-left:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-pull-left:after, .nav-tabs > li .fa-pull-left.tab-close {
  margin-right: .3em; }

.fa.fa-pull-right, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-pull-right:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-pull-right:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-pull-right:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-pull-right:after, .nav-tabs > li .fa-pull-right.tab-close {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.pull-left:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.pull-left:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.pull-left:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.pull-left:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.pull-left:after, .nav-tabs > li .pull-left.tab-close {
  margin-right: .3em; }

.fa.pull-right, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.pull-right:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.pull-right:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.pull-right:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.pull-right:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.pull-right:after, .nav-tabs > li .pull-right.tab-close {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before, .ui-tabs-scrollable > .nav-button.left-nav-button:before,
.ui-tabs-scrollable .dropdown .dropdown-toggle.left-nav-button:before {
  content: ""; }

.fa-chevron-right:before, .ui-tabs-scrollable > .nav-button.right-nav-button:before,
.ui-tabs-scrollable .dropdown .dropdown-toggle.right-nav-button:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

ul.messenger {
  margin: 0;
  padding: 0; }
  ul.messenger > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.messenger.messenger-empty {
    display: none; }
  ul.messenger .messenger-message {
    overflow: hidden;
    *zoom: 1; }
    ul.messenger .messenger-message.messenger-hidden {
      display: none; }
    ul.messenger .messenger-message .messenger-phrase {
      padding-right: 5px; }
    ul.messenger .messenger-message .messenger-actions {
      float: right; }
      ul.messenger .messenger-message .messenger-actions a {
        padding-right: 5px;
        cursor: pointer;
        text-decoration: underline; }
    ul.messenger .messenger-message ul {
      margin: 10px 18px 0; }
    ul.messenger .messenger-message ol {
      margin: 10px 18px 0; }
  ul.messenger.messenger-fixed {
    position: fixed;
    z-index: 10000; }
    ul.messenger.messenger-fixed .messenger-message {
      min-width: 0;
      box-sizing: border-box; }
    ul.messenger.messenger-fixed.messenger-on-bottom {
      bottom: 20px; }
    ul.messenger.messenger-fixed.messenger-on-top {
      top: 20px; }
    ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
      left: 50%;
      max-width: 600px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
        right: 20px;
        left: auto; }
      ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
        left: 20px;
        margin-left: 0; }
    ul.messenger.messenger-fixed.messenger-on-right {
      width: 350px; }
      ul.messenger.messenger-fixed.messenger-on-right .messenger-actions {
        float: left; }
    ul.messenger.messenger-fixed.messenger-on-left {
      width: 350px; }
      ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
        float: left; }
    ul.messenger.messenger-fixed .message .messenger-actions {
      float: left; }
  ul.messenger .messenger-spinner {
    display: none; }
  ul.messenger .messenger-clickable {
    cursor: pointer; }

@media (max-width: 960px) {
  ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 10%;
    width: 80%;
    margin-left: 0; } }

@-webkit-keyframes ui-spinner-rotate-right {
  /* line 66, ../../src/sass/messenger-spinner.scss */
  0% {
    -webkit-transform: rotate(0deg); }
  /* line 67, ../../src/sass/messenger-spinner.scss */
  25% {
    -webkit-transform: rotate(180deg); }
  /* line 68, ../../src/sass/messenger-spinner.scss */
  50% {
    -webkit-transform: rotate(180deg); }
  /* line 69, ../../src/sass/messenger-spinner.scss */
  75% {
    -webkit-transform: rotate(360deg); }
  /* line 70, ../../src/sass/messenger-spinner.scss */
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes ui-spinner-rotate-left {
  /* line 74, ../../src/sass/messenger-spinner.scss */
  0% {
    -webkit-transform: rotate(0deg); }
  /* line 75, ../../src/sass/messenger-spinner.scss */
  25% {
    -webkit-transform: rotate(0deg); }
  /* line 76, ../../src/sass/messenger-spinner.scss */
  50% {
    -webkit-transform: rotate(180deg); }
  /* line 77, ../../src/sass/messenger-spinner.scss */
  75% {
    -webkit-transform: rotate(180deg); }
  /* line 78, ../../src/sass/messenger-spinner.scss */
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes ui-spinner-rotate-right {
  /* line 82, ../../src/sass/messenger-spinner.scss */
  0% {
    -moz-transform: rotate(0deg); }
  /* line 83, ../../src/sass/messenger-spinner.scss */
  25% {
    -moz-transform: rotate(180deg); }
  /* line 84, ../../src/sass/messenger-spinner.scss */
  50% {
    -moz-transform: rotate(180deg); }
  /* line 85, ../../src/sass/messenger-spinner.scss */
  75% {
    -moz-transform: rotate(360deg); }
  /* line 86, ../../src/sass/messenger-spinner.scss */
  100% {
    -moz-transform: rotate(360deg); } }

@-moz-keyframes ui-spinner-rotate-left {
  /* line 90, ../../src/sass/messenger-spinner.scss */
  0% {
    -moz-transform: rotate(0deg); }
  /* line 91, ../../src/sass/messenger-spinner.scss */
  25% {
    -moz-transform: rotate(0deg); }
  /* line 92, ../../src/sass/messenger-spinner.scss */
  50% {
    -moz-transform: rotate(180deg); }
  /* line 93, ../../src/sass/messenger-spinner.scss */
  75% {
    -moz-transform: rotate(180deg); }
  /* line 94, ../../src/sass/messenger-spinner.scss */
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes ui-spinner-rotate-right {
  /* line 98, ../../src/sass/messenger-spinner.scss */
  0% {
    transform: rotate(0deg); }
  /* line 99, ../../src/sass/messenger-spinner.scss */
  25% {
    transform: rotate(180deg); }
  /* line 100, ../../src/sass/messenger-spinner.scss */
  50% {
    transform: rotate(180deg); }
  /* line 101, ../../src/sass/messenger-spinner.scss */
  75% {
    transform: rotate(360deg); }
  /* line 102, ../../src/sass/messenger-spinner.scss */
  100% {
    transform: rotate(360deg); } }

@keyframes ui-spinner-rotate-left {
  /* line 106, ../../src/sass/messenger-spinner.scss */
  0% {
    transform: rotate(0deg); }
  /* line 107, ../../src/sass/messenger-spinner.scss */
  25% {
    transform: rotate(0deg); }
  /* line 108, ../../src/sass/messenger-spinner.scss */
  50% {
    transform: rotate(180deg); }
  /* line 109, ../../src/sass/messenger-spinner.scss */
  75% {
    transform: rotate(180deg); }
  /* line 110, ../../src/sass/messenger-spinner.scss */
  100% {
    transform: rotate(360deg); } }

/* line 118, ../../src/sass/messenger-spinner.scss */
.messenger-spinner {
  position: relative;
  border-radius: 100%; }

/* line 122, ../../src/sass/messenger-spinner.scss */
ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
  display: block; }

/* line 126, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

/* line 132, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

/* line 142, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side-left {
  left: 0; }

/* line 145, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-animation-name: ui-spinner-rotate-left;
  -webkit-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -moz-transform-origin: 0 50% 50%;
  -ms-transform-origin: 0 50% 50%;
  -webkit-transform-origin: 0 50% 50%;
  transform-origin: 0 50% 50%; }

/* line 154, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side-right {
  left: 50%; }

/* line 157, ../../src/sass/messenger-spinner.scss */
.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-animation-name: ui-spinner-rotate-right;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%; }

/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
  border-radius: 0;
  cursor: pointer; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap {
  /* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
  /* Mark invalid Bootstrap */ }
  .ui-select-bootstrap .ui-select-search-hidden {
    display: none !important;
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .ui-select-bootstrap .fa, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label:after, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label:after, .ui-select-bootstrap
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label:after, .ui-select-bootstrap
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label:after, .ui-select-bootstrap
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label:after, .ui-select-bootstrap
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label:after, .ui-select-bootstrap
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label:after, .ui-select-bootstrap
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label:after, .ui-select-bootstrap .nav-tabs > li .tab-close, .nav-tabs > li .ui-select-bootstrap .tab-close {
    position: absolute;
    right: 5px;
    font-size: 8px;
    padding-right: 0; }
    .ui-select-bootstrap .fa.fa-search, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-search:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-search:after, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-search:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-search:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-search:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-search:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-search:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-search:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-search:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-search:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-search:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-search:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-search:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-search:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-search:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-search:after, .ui-select-bootstrap .nav-tabs > li .fa-search.tab-close, .nav-tabs > li .ui-select-bootstrap .fa-search.tab-close {
      font-size: 14px;
      top: 5px; }
    .ui-select-bootstrap .fa.fa-chevron-up, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-chevron-up:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-chevron-up:after, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-chevron-up:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-chevron-up:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-chevron-up:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-chevron-up:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-chevron-up:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-chevron-up:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-chevron-up:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-chevron-up:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-chevron-up:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-chevron-up:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-chevron-up:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-chevron-up:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-chevron-up:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-chevron-up:after, .ui-select-bootstrap .nav-tabs > li .fa-chevron-up.tab-close, .nav-tabs > li .ui-select-bootstrap .fa-chevron-up.tab-close {
      top: 8px; }
    .ui-select-bootstrap .fa.fa-chevron-down, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-chevron-down:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-chevron-down:after, .ui-select-bootstrap .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-chevron-down:after, .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-chevron-down:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-chevron-down:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-chevron-down:after, .ui-select-bootstrap
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-chevron-down:after,
    .radio-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-chevron-down:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-chevron-down:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:checked + label.fa-chevron-down:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-chevron-down:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="radio"]:not(:checked) + label.fa-chevron-down:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-chevron-down:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:checked + label.fa-chevron-down:after, .ui-select-bootstrap
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-chevron-down:after,
    .checkbox-inline.checkbox-inline--check .ui-select-bootstrap input[type="checkbox"]:not(:checked) + label.fa-chevron-down:after, .ui-select-bootstrap .nav-tabs > li .fa-chevron-down.tab-close, .nav-tabs > li .ui-select-bootstrap .fa-chevron-down.tab-close {
      top: 8px; }
  .ui-select-bootstrap > .ui-select-match > .btn, .navbar-nav.navbar-nav--buttons.ui-select-bootstrap > li.ui-select-match > a {
    text-align: left !important; }
  .ui-select-bootstrap > .ui-select-choices,
  .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }
  .ui-select-bootstrap .ui-select-choices-row > span {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap; }
  .ui-select-bootstrap.ui-select-multiple {
    height: auto;
    padding: 3px 3px 0 3px; }
    .ui-select-bootstrap.ui-select-multiple input.ui-select-search {
      background-color: transparent !important;
      /* To prevent double background when disabled */
      border: none;
      outline: none;
      height: 1.666666em;
      margin-bottom: 3px; }
    .ui-select-bootstrap.ui-select-multiple .ui-select-match .close {
      font-size: 1.6em;
      line-height: 0.75; }
    .ui-select-bootstrap.ui-select-multiple .ui-select-match-item {
      outline: 0;
      margin: 0 3px 3px 0; }
  .ui-select-bootstrap .ui-select-choices-row > span:hover,
  .ui-select-bootstrap .ui-select-choices-row > span:focus {
    text-decoration: none; }
  .ui-select-bootstrap .ui-select-choices-row.active > span {
    text-decoration: none;
    outline: 0;
    background-color: #54C765; }
  .ui-select-bootstrap .ui-select-choices-row.disabled > span,
  .ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950; }
  .ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 30px; }
  .ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
  .ui-select-bootstrap .ui-select-toggle > a.btn, .ui-select-bootstrap .navbar-nav.navbar-nav--buttons > li.ui-select-toggle > a {
    position: absolute;
    height: 10px;
    right: 10px;
    margin-top: -2px; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(215, 215, 215, 0.5);
  stroke-width: 1px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 3px; }

.ct-area {
  stroke: none; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

svg {
  display: block; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #0998D6; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #FFF0F3; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #54C765; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #EDF5FF; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #def4dd; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart {
  border-bottom: 1px solid rgba(215, 215, 215, 0.5); }
  .ct-chart .ct-chart-line {
    overflow: visible; }
  .ct-chart.ct-chart--preview .ct-series-a .ct-point, .ct-chart.ct-chart--preview .ct-series-a .ct-line, .ct-chart.ct-chart--preview .ct-series-a .ct-bar, .ct-chart.ct-chart--preview .ct-series-a .ct-slice-donut {
    stroke: #0998D6; }
  .ct-chart.ct-chart--preview .ct-series-a .ct-slice-pie, .ct-chart.ct-chart--preview .ct-series-a .ct-area {
    fill: white; }
  .ct-chart.ct-chart--preview .ct-line {
    fill: none;
    stroke-width: 2px; }

.ct-labels {
  display: none; }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto_light/Roboto-Light-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("OpenSans-Light"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("OpenSans"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("OpenSans-Italic"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("OpenSans-Bold"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/roboto/roboto_black/Roboto-Black-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Extrabold"), local("OpenSans-Extrabold"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.woff") format("woff"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/roboto/roboto_black/Roboto-Black-webfontitalic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("../fonts/roboto/roboto_black/Roboto-Black-webfontitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfontitalic.woff") format("woff"), url("../fonts/roboto/roboto_black/Roboto-Black-webfontitalic.ttf") format("truetype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfontitalic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNeue/324CB0_0_0.eot");
  src: url("../fonts/HelveticaNeue/324CB0_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/324CB0_0_0.woff2") format("woff2"), url("../fonts/HelveticaNeue/324CB0_0_0.woff") format("woff"), url("../fonts/HelveticaNeue/324CB0_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/HelveticaNeue/324CB0_1_0.eot");
  src: url("../fonts/HelveticaNeue/324CB0_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/324CB0_1_0.woff2") format("woff2"), url("../fonts/HelveticaNeue/324CB0_1_0.woff") format("woff"), url("../fonts/HelveticaNeue/324CB0_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/HelveticaNeue/324CB0_2_0.eot");
  src: url("../fonts/HelveticaNeue/324CB0_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/324CB0_2_0.woff2") format("woff2"), url("../fonts/HelveticaNeue/324CB0_2_0.woff") format("woff"), url("../fonts/HelveticaNeue/324CB0_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeue/324CB0_3_0.eot");
  src: url("../fonts/HelveticaNeue/324CB0_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/324CB0_3_0.woff2") format("woff2"), url("../fonts/HelveticaNeue/324CB0_3_0.woff") format("woff"), url("../fonts/HelveticaNeue/324CB0_3_0.ttf") format("truetype"); }

.container {
  width: auto;
  min-width: 1000px;
  max-width: 1370px; }
  @media (min-width: 1100px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 70px;
      padding-right: 70px; } }

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.preview-image, .table-image, .toolbar .toolbar__image {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #E8E8E8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -10px;
  margin-bottom: -10px; }
  .preview-image img, .table-image img, .toolbar .toolbar__image img {
    width: 36px;
    height: 36px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%; }

.single-box {
  margin-top: 80px;
  max-width: 320px; }
  .single-box .single-box__icon {
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 80px; }

.navbar {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 40px;
  background: #646464;
  padding: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  .navbar .navbar-brand,
  .navbar .navbar-nav {
    display: block;
    float: left; }

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px; }
  .navbar-brand:first-child {
    margin-left: 0; }

.navbar-nav {
  margin: 0;
  padding: 0; }
  .navbar-nav > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0; }
    .navbar-nav > li > a {
      display: inline-block; }
      .navbar-nav > li > a.active {
        color: #54C765; }
  .navbar-nav.navbar-nav--right {
    float: right;
    font-size: 12px; }
    .navbar-nav.navbar-nav--right .dropdown-menu {
      right: 0;
      left: auto;
      text-align: right; }
  .navbar-nav.navbar-nav--buttons {
    padding: 5px 0; }
    .navbar-nav.navbar-nav--buttons > li > a {
      border-radius: 20px !important;
      height: 40px !important;
      padding: 14px 18px !important;
      line-height: 12px !important;
      font-size: 12px !important;
      color: #fff; }
      .navbar-nav.navbar-nav--buttons > li > a:active, .navbar-nav.navbar-nav--buttons > li > a:focus, .navbar-nav.navbar-nav--buttons > li > a:hover {
        color: #54C765 !important; }
    .navbar-nav.navbar-nav--buttons > li.active > a {
      background: #464646;
      color: #FFF; }
      .navbar-nav.navbar-nav--buttons > li.active > a .fa, .navbar-nav.navbar-nav--buttons > li.active > a .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="radio"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li.active > a .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="radio"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="checkbox"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="checkbox"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="radio"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="radio"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="checkbox"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li.active > a
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li.active > a input[type="checkbox"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li.active > a .nav-tabs > li .tab-close, .nav-tabs > li .navbar-nav.navbar-nav--buttons > li.active > a .tab-close {
        color: #54C765; }
      .navbar-nav.navbar-nav--buttons > li.active > a:active, .navbar-nav.navbar-nav--buttons > li.active > a:focus, .navbar-nav.navbar-nav--buttons > li.active > a:hover {
        color: #54C765 !important; }
  .navbar-nav.navbar-nav--box {
    padding: 0; }
    .navbar-nav.navbar-nav--box > li > a {
      color: #FFF;
      height: 50px !important;
      padding: 19px 20px !important;
      line-height: 12px !important;
      font-size: 12px !important; }
      .navbar-nav.navbar-nav--box > li > a:active, .navbar-nav.navbar-nav--box > li > a:focus, .navbar-nav.navbar-nav--box > li > a:hover {
        text-decoration: none; }

.navbar-nav .dropdown .dropdown-menu {
  margin-top: 0;
  min-width: 100%;
  color: #fff;
  font-size: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none; }
  .navbar-nav .dropdown .dropdown-menu a {
    padding: 10px 20px; }
    .navbar-nav .dropdown .dropdown-menu a:hover {
      background: #54C765;
      color: #fff; }
    .navbar-nav .dropdown .dropdown-menu a.active {
      color: #54C765; }
      .navbar-nav .dropdown .dropdown-menu a.active:hover {
        color: #fff; }

.navbar-nav .dropdown .dropdown-toggle .fa, .navbar-nav .dropdown .dropdown-toggle .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="radio"]:checked + label:after, .navbar-nav .dropdown .dropdown-toggle .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="radio"]:not(:checked) + label:after, .navbar-nav .dropdown .dropdown-toggle
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.radio-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="checkbox"]:checked + label:after, .navbar-nav .dropdown .dropdown-toggle
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
.radio-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="checkbox"]:not(:checked) + label:after, .navbar-nav .dropdown .dropdown-toggle
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
.checkbox-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="radio"]:checked + label:after, .navbar-nav .dropdown .dropdown-toggle
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="radio"]:not(:checked) + label:after, .navbar-nav .dropdown .dropdown-toggle
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.checkbox-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="checkbox"]:checked + label:after, .navbar-nav .dropdown .dropdown-toggle
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check .navbar-nav .dropdown .dropdown-toggle input[type="checkbox"]:not(:checked) + label:after, .navbar-nav .dropdown .dropdown-toggle .nav-tabs > li .tab-close, .nav-tabs > li .navbar-nav .dropdown .dropdown-toggle .tab-close {
  color: #54C765; }

.navbar-nav .dropdown .dropdown-menu {
  background-color: #646464;
  border-color: #646464;
  -webkit-box-shadow: 0 4px 10px 1px rgba(100, 100, 100, 0.3);
  box-shadow: 0 4px 10px 1px rgba(100, 100, 100, 0.3); }
  .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    text-decoration: none; }
  .navbar-nav .dropdown .dropdown-menu > .active > a {
    background: #b1b1b1; }

.navbar-nav .dropdown .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #646464; }

.navbar-nav .dropdown.open .dropdown-toggle {
  background: #54C765;
  color: #fff; }

.navbar-nav .avatar {
  margin-right: 10px;
  margin-top: -30px;
  top: 10px; }

.brand {
  width: 146px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  white-space: nowrap;
  outline: none; }
  .brand span {
    display: block;
    width: 100%;
    height: 30px;
    background-image: url("../img/amselhof-logo.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px; }
  .brand.brand--inverse span {
    color: #B1B1B1;
    background-image: url("../img/amselhof-logo-invert.png");
    background-size: contain; }
  .brand.brand--large {
    width: 180px; }

.btn, .navbar-nav.navbar-nav--buttons > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  height: 35px;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn .fa, .navbar-nav.navbar-nav--buttons > li > a .fa, .btn .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .btn input[type="radio"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li > a .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="radio"]:checked + label:after, .btn .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .btn input[type="radio"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li > a .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="radio"]:not(:checked) + label:after, .btn
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .btn input[type="checkbox"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="checkbox"]:checked + label:after, .btn
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .btn input[type="checkbox"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="checkbox"]:not(:checked) + label:after, .btn
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .btn input[type="radio"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="radio"]:checked + label:after, .btn
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .btn input[type="radio"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="radio"]:not(:checked) + label:after, .btn
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .btn input[type="checkbox"]:checked + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="checkbox"]:checked + label:after, .btn
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .btn input[type="checkbox"]:not(:checked) + label:after, .navbar-nav.navbar-nav--buttons > li > a
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .navbar-nav.navbar-nav--buttons > li > a input[type="checkbox"]:not(:checked) + label:after, .btn .nav-tabs > li .tab-close, .nav-tabs > li .btn .tab-close, .navbar-nav.navbar-nav--buttons > li > a .nav-tabs > li .tab-close, .nav-tabs > li .navbar-nav.navbar-nav--buttons > li > a .tab-close {
    margin-right: 4px; }
  .btn:focus, .navbar-nav.navbar-nav--buttons > li > a:focus, .btn.focus, .navbar-nav.navbar-nav--buttons > li > a.focus, .btn:active:focus, .navbar-nav.navbar-nav--buttons > li > a:active:focus, .btn:active.focus, .navbar-nav.navbar-nav--buttons > li > a:active.focus, .btn.active:focus, .navbar-nav.navbar-nav--buttons > li > a.active:focus, .btn.active.focus, .navbar-nav.navbar-nav--buttons > li > a.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .navbar-nav.navbar-nav--buttons > li > a:hover, .btn:focus, .navbar-nav.navbar-nav--buttons > li > a:focus, .btn.focus, .navbar-nav.navbar-nav--buttons > li > a.focus {
    color: #333;
    text-decoration: none;
    outline: 0; }
  .btn:active, .navbar-nav.navbar-nav--buttons > li > a:active, .btn.active, .navbar-nav.navbar-nav--buttons > li > a.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .navbar-nav.navbar-nav--buttons > li > a.disabled, .btn[disabled], .navbar-nav.navbar-nav--buttons > li > a[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .navbar-nav.navbar-nav--buttons > li > a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn--sm, .navbar-nav.navbar-nav--buttons > li > a.btn--sm, .action-bar .action-bar__group.action-bar__group--small .btn, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a {
    height: 35px;
    padding: 9px 14px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 18px; }
  .btn.btn--lg, .navbar-nav.navbar-nav--buttons > li > a.btn--lg {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 18px; }

a.btn.disabled, .navbar-nav.navbar-nav--buttons > li > a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .navbar-nav.navbar-nav--buttons > li > a {
  pointer-events: none; }

.btn--link, .modal-body.modal-body--with-tab .btn-toolbar .btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a {
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }
  .btn--link.btn--sm, .action-bar .action-bar__group.action-bar__group--small .btn--link.btn, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a.btn--link, .action-bar .action-bar__group.action-bar__group--small .modal-body.modal-body--with-tab .btn-toolbar .btn, .modal-body.modal-body--with-tab .btn-toolbar .action-bar .action-bar__group.action-bar__group--small .btn, .action-bar .action-bar__group.action-bar__group--small .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a, .modal-body.modal-body--with-tab .btn-toolbar .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a, .modal-body.modal-body--with-tab .btn-toolbar .btn--sm.btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--sm {
    font-size: 12px; }
  .btn--link.btn--padding, .modal-body.modal-body--with-tab .btn-toolbar .btn--padding.btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--padding {
    margin-top: 0;
    padding-top: 0; }
  .btn--link, .modal-body.modal-body--with-tab .btn-toolbar .btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a, .btn--link:active, .modal-body.modal-body--with-tab .btn-toolbar .btn:active, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:active, .btn--link.active, .modal-body.modal-body--with-tab .btn-toolbar .active.btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.active, .btn--link[disabled], .modal-body.modal-body--with-tab .btn-toolbar [disabled].btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a[disabled],
  fieldset[disabled] .btn--link,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .btn, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .btn,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .navbar-nav.navbar-nav--buttons > li > a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn--link, .modal-body.modal-body--with-tab .btn-toolbar .btn, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a, .btn--link:hover, .modal-body.modal-body--with-tab .btn-toolbar .btn:hover, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:hover, .btn--link:focus, .modal-body.modal-body--with-tab .btn-toolbar .btn:focus, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:focus, .btn--link:active, .modal-body.modal-body--with-tab .btn-toolbar .btn:active, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:active {
    text-decoration: none;
    border-color: transparent; }
  .btn--link:hover, .modal-body.modal-body--with-tab .btn-toolbar .btn:hover, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:hover, .btn--link:focus, .modal-body.modal-body--with-tab .btn-toolbar .btn:focus, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:focus {
    background-color: transparent; }
  .btn--link[disabled]:hover, .modal-body.modal-body--with-tab .btn-toolbar [disabled].btn:hover, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a[disabled]:hover, .btn--link[disabled]:focus, .modal-body.modal-body--with-tab .btn-toolbar [disabled].btn:focus, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a[disabled]:focus,
  fieldset[disabled] .btn--link:hover,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .btn:hover, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:hover, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .navbar-nav.navbar-nav--buttons > li > a:hover,
  fieldset[disabled] .btn--link:focus,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .btn:focus, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:focus, .modal-body.modal-body--with-tab .btn-toolbar
  fieldset[disabled] .navbar-nav.navbar-nav--buttons > li > a:focus {
    color: #777777;
    text-decoration: none; }
  .btn--link.btn--with-icon .fa, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn .fa, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon .fa, .btn--link.btn--with-icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="radio"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="radio"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="radio"]:checked + label:after, .btn--link.btn--with-icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="radio"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="radio"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="radio"]:not(:checked) + label:after, .btn--link.btn--with-icon
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="checkbox"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="checkbox"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="checkbox"]:checked + label:after, .btn--link.btn--with-icon
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="checkbox"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="checkbox"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="checkbox"]:not(:checked) + label:after, .btn--link.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="radio"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="radio"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="radio"]:checked + label:after, .btn--link.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="radio"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="radio"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="radio"]:not(:checked) + label:after, .btn--link.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="checkbox"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="checkbox"]:checked + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="checkbox"]:checked + label:after, .btn--link.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .btn--link.btn--with-icon input[type="checkbox"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn input[type="checkbox"]:not(:checked) + label:after, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon input[type="checkbox"]:not(:checked) + label:after, .btn--link.btn--with-icon .nav-tabs > li .tab-close, .nav-tabs > li .btn--link.btn--with-icon .tab-close, .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn .nav-tabs > li .tab-close, .nav-tabs > li .modal-body.modal-body--with-tab .btn-toolbar .btn--with-icon.btn .tab-close, .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon .nav-tabs > li .tab-close, .nav-tabs > li .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a.btn--with-icon .tab-close {
    margin-left: 5px;
    margin-right: 0; }

.btn--primary,
.btn--blue {
  color: #fff;
  background-color: #54C765;
  font-weight: 700;
  min-width: 60px; }
  .btn--primary:focus, .btn--primary.focus, .btn--primary:hover, .btn--primary:active, .btn--primary.active,
  .open > .btn--primary.dropdown-toggle,
  .btn--blue:focus,
  .btn--blue.focus,
  .btn--blue:hover,
  .btn--blue:active,
  .btn--blue.active,
  .open >
  .btn--blue.dropdown-toggle {
    color: #fff;
    background-color: #39af4b; }
    .btn--primary:focus:hover, .btn--primary:focus:focus, .btn--primary:focus.focus, .btn--primary.focus:hover, .btn--primary.focus:focus, .btn--primary.focus.focus, .btn--primary:hover:hover, .btn--primary:hover:focus, .btn--primary:hover.focus, .btn--primary:active:hover, .btn--primary:active:focus, .btn--primary:active.focus, .btn--primary.active:hover, .btn--primary.active:focus, .btn--primary.active.focus,
    .open > .btn--primary.dropdown-toggle:hover,
    .open > .btn--primary.dropdown-toggle:focus,
    .open > .btn--primary.dropdown-toggle.focus,
    .btn--blue:focus:hover,
    .btn--blue:focus:focus,
    .btn--blue:focus.focus,
    .btn--blue.focus:hover,
    .btn--blue.focus:focus,
    .btn--blue.focus.focus,
    .btn--blue:hover:hover,
    .btn--blue:hover:focus,
    .btn--blue:hover.focus,
    .btn--blue:active:hover,
    .btn--blue:active:focus,
    .btn--blue:active.focus,
    .btn--blue.active:hover,
    .btn--blue.active:focus,
    .btn--blue.active.focus,
    .open >
    .btn--blue.dropdown-toggle:hover,
    .open >
    .btn--blue.dropdown-toggle:focus,
    .open >
    .btn--blue.dropdown-toggle.focus {
      color: #fff;
      background-color: #30943f; }
  .btn--primary:active, .btn--primary.active,
  .open > .btn--primary.dropdown-toggle,
  .btn--blue:active,
  .btn--blue.active,
  .open >
  .btn--blue.dropdown-toggle {
    background-image: none; }
  .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled.focus, .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled].focus,
  fieldset[disabled] .btn--primary:hover,
  fieldset[disabled] .btn--primary:focus,
  fieldset[disabled] .btn--primary.focus,
  .btn--blue.disabled:hover,
  .btn--blue.disabled:focus,
  .btn--blue.disabled.focus,
  .btn--blue[disabled]:hover,
  .btn--blue[disabled]:focus,
  .btn--blue[disabled].focus,
  fieldset[disabled]
  .btn--blue:hover,
  fieldset[disabled]
  .btn--blue:focus,
  fieldset[disabled]
  .btn--blue.focus {
    background-color: #54C765; }

.btn--purple {
  color: #fff;
  background-color: #54C765; }
  .btn--purple:focus, .btn--purple.focus, .btn--purple:hover, .btn--purple:active, .btn--purple.active,
  .open > .btn--purple.dropdown-toggle {
    color: #fff;
    background-color: #39af4b; }
    .btn--purple:focus:hover, .btn--purple:focus:focus, .btn--purple:focus.focus, .btn--purple.focus:hover, .btn--purple.focus:focus, .btn--purple.focus.focus, .btn--purple:hover:hover, .btn--purple:hover:focus, .btn--purple:hover.focus, .btn--purple:active:hover, .btn--purple:active:focus, .btn--purple:active.focus, .btn--purple.active:hover, .btn--purple.active:focus, .btn--purple.active.focus,
    .open > .btn--purple.dropdown-toggle:hover,
    .open > .btn--purple.dropdown-toggle:focus,
    .open > .btn--purple.dropdown-toggle.focus {
      color: #fff;
      background-color: #30943f; }
  .btn--purple:active, .btn--purple.active,
  .open > .btn--purple.dropdown-toggle {
    background-image: none; }
  .btn--purple.disabled:hover, .btn--purple.disabled:focus, .btn--purple.disabled.focus, .btn--purple[disabled]:hover, .btn--purple[disabled]:focus, .btn--purple[disabled].focus,
  fieldset[disabled] .btn--purple:hover,
  fieldset[disabled] .btn--purple:focus,
  fieldset[disabled] .btn--purple.focus {
    background-color: #54C765; }

.btn--disabled, .btn--disabled:hover {
  cursor: default;
  color: #fff;
  background-color: #D4D4D4; }

.btn-alike {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: none;
  white-space: nowrap;
  height: 35px;
  padding: 7.5px 14px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 18px; }
  .btn-alike.btn--sm, .action-bar .action-bar__group.action-bar__group--small .btn-alike.btn, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a.btn-alike {
    height: 35px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 18px; }
  .btn-alike.btn--lg {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 18px; }

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464646; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600; }

h3 {
  text-transform: uppercase;
  letter-spacing: 1px; }
  h3 .fa, h3 .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check h3 input[type="radio"]:checked + label:after, h3 .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check h3 input[type="radio"]:not(:checked) + label:after, h3
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check h3 input[type="checkbox"]:checked + label:after, h3
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check h3 input[type="checkbox"]:not(:checked) + label:after, h3
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check h3 input[type="radio"]:checked + label:after, h3
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check h3 input[type="radio"]:not(:checked) + label:after, h3
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check h3 input[type="checkbox"]:checked + label:after, h3
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check h3 input[type="checkbox"]:not(:checked) + label:after, h3 .nav-tabs > li .tab-close, .nav-tabs > li h3 .tab-close {
    font-size: 12px; }

a {
  color: #54C765;
  cursor: pointer; }
  a:focus, a:hover {
    outline: none;
    color: #39af4b; }

.text-body,
.text-default {
  color: #464646; }

.text-purple, .text-brand-primary {
  color: #472D4E; }

.text-pink, .text-brand-secondary {
  color: #2A3A4C; }

.text-blue {
  color: #54C765; }

.text-lightblue {
  color: #D8E1EB; }

.text-darkblue {
  color: #2A3A4C; }

.text-yellow {
  color: #FFBE00; }

.text-red {
  color: #0998D6; }

.text-green {
  color: #54C765; }

.text-green-strong {
  color: #3CB700; }

.text-orange {
  color: #FF6400; }

.text-dark {
  color: #464646; }

.text-light {
  color: #959595; }

.text-xtiny {
  font-size: 8px; }

.text-tiny {
  font-size: 10px; }

.text-small {
  font-size: 12px; }

.text-base,
.text-default {
  font-size: 14px; }

.text-large {
  font-size: 16px; }

.text-semibold {
  font-weight: 600; }

.fa, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
.checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after, .nav-tabs > li .tab-close {
  margin-right: 10px; }
  .fa.fa-single, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-single:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-single:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-single:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-single:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-single:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-single:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-single:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-single:after, .nav-tabs > li .fa-single.tab-close {
    margin-right: 0; }
  .fa.fa-right, .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-right:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-right:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-right:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-right:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-right:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-right:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-right:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-right:after, .nav-tabs > li .fa-right.tab-close {
    margin-right: 0;
    margin-left: 5px; }

.fa-spin-translated {
  -webkit-animation: fa-spin-translated 2s infinite linear;
  animation: fa-spin-translated 2s infinite linear; }

@-webkit-keyframes fa-spin-translated {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg); } }

@keyframes fa-spin-translated {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg); } }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-6 {
  margin-bottom: 60px !important; }

.mb-7 {
  margin-bottom: 70px !important; }

.mb-8 {
  margin-bottom: 80px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.mt-7 {
  margin-top: 70px !important; }

.mt-8 {
  margin-top: 80px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-6 {
  margin-left: 60px !important; }

.ml-7 {
  margin-left: 70px !important; }

.ml-8 {
  margin-left: 80px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-6 {
  margin-right: 60px !important; }

.mr-7 {
  margin-right: 70px !important; }

.mr-8 {
  margin-right: 80px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.pb-7 {
  padding-bottom: 70px !important; }

.pb-8 {
  padding-bottom: 80px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pt-6 {
  padding-top: 60px !important; }

.pt-7 {
  padding-top: 70px !important; }

.pt-8 {
  padding-top: 80px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.pl-6 {
  padding-left: 60px !important; }

.pl-7 {
  padding-left: 70px !important; }

.pl-8 {
  padding-left: 80px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pr-6 {
  padding-right: 60px !important; }

.pr-7 {
  padding-right: 70px !important; }

.pr-8 {
  padding-right: 80px !important; }

.phn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.valign-top {
  vertical-align: top !important; }

.valign-bottom {
  vertical-align: bottom !important; }

.valign-middle {
  vertical-align: middle !important; }

.scroll-locked, .modal-open {
  overflow: hidden; }

.hover-actions .hover-actions__actions {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.hover-actions:hover .hover-actions__actions {
  opacity: 1; }

form label {
  display: block;
  font-size: 12px;
  opacity: .65;
  max-width: 100%;
  margin-bottom: 5px;
  cursor: pointer; }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group .input-group .form-control {
    padding-right: 30px; }
  .form-group .input-group__btn {
    position: absolute;
    bottom: 0;
    right: 0; }
    .form-group .input-group__btn a {
      display: inline-block;
      padding: 5px 0;
      color: inherit; }
  .form-group.form-group--xl .form-control {
    min-width: 400px; }

.form-control {
  display: block;
  width: 100%;
  padding: 2.5px 1px;
  min-height: 26px;
  font-size: 14px;
  line-height: 1.428571429;
  font-weight: 400;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    opacity: .6; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

.form-control-static {
  padding: 2.5px 1px;
  margin-bottom: 0; }

.form-file {
  cursor: pointer;
  text-align: center;
  position: relative; }
  .form-file:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .form-file .fa, .form-file .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .form-file input[type="radio"]:checked + label:after, .form-file .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .form-file input[type="radio"]:not(:checked) + label:after, .form-file
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .form-file input[type="checkbox"]:checked + label:after, .form-file
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .form-file input[type="checkbox"]:not(:checked) + label:after, .form-file
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .form-file input[type="radio"]:checked + label:after, .form-file
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .form-file input[type="radio"]:not(:checked) + label:after, .form-file
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .form-file input[type="checkbox"]:checked + label:after, .form-file
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .form-file input[type="checkbox"]:not(:checked) + label:after, .form-file .nav-tabs > li .tab-close, .nav-tabs > li .form-file .tab-close {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .form-file.form-file--rounded:before {
    border-radius: 50%; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
  .radio-inline:last-child,
  .checkbox-inline:last-child {
    margin-right: 0; }
  .radio-inline input[type="radio"],
  .radio-inline input[type="checkbox"],
  .checkbox-inline input[type="radio"],
  .checkbox-inline input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: auto;
    float: left;
    margin-right: .75em;
    background: transparent; }
    .radio-inline input[type="radio"] + label,
    .radio-inline input[type="checkbox"] + label,
    .checkbox-inline input[type="radio"] + label,
    .checkbox-inline input[type="checkbox"] + label {
      font-size: 14px;
      border-radius: 3px;
      padding: 5px;
      -webkit-transition: background ease-in-out 0.15s;
      -o-transition: background ease-in-out 0.15s;
      transition: background ease-in-out 0.15s; }
    .radio-inline input[type="radio"]:checked, .radio-inline input[type="radio"]:not(:checked),
    .radio-inline input[type="checkbox"]:checked,
    .radio-inline input[type="checkbox"]:not(:checked),
    .checkbox-inline input[type="radio"]:checked,
    .checkbox-inline input[type="radio"]:not(:checked),
    .checkbox-inline input[type="checkbox"]:checked,
    .checkbox-inline input[type="checkbox"]:not(:checked) {
      background: transparent;
      position: relative;
      visibility: hidden;
      margin: 0;
      padding: 0;
      display: none; }
      .radio-inline input[type="radio"]:checked + label::after, .radio-inline input[type="radio"]:not(:checked) + label::after,
      .radio-inline input[type="checkbox"]:checked + label::after,
      .radio-inline input[type="checkbox"]:not(:checked) + label::after,
      .checkbox-inline input[type="radio"]:checked + label::after,
      .checkbox-inline input[type="radio"]:not(:checked) + label::after,
      .checkbox-inline input[type="checkbox"]:checked + label::after,
      .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
        content: ' ';
        display: inline-block;
        width: 12px;
        height: 12px;
        position: relative;
        top: 4px;
        border: 1px solid transparent;
        margin-right: 10px;
        border-radius: 3px;
        float: left; }
  .radio-inline input[type="radio"]:checked + label::after, .radio-inline input[type="radio"]:not(:checked) + label::after,
  .checkbox-inline input[type="radio"]:checked + label::after,
  .checkbox-inline input[type="radio"]:not(:checked) + label::after {
    border-radius: 50%; }
  .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after {
    top: 1px;
    border-width: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    padding-right: 0; }
  .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    content: ""; }
  .radio-inline.radio-inline--right input[type="checkbox"]:checked + label:after, .radio-inline.radio-inline--right input[type="checkbox"]:not(:checked) + label:after, .radio-inline.checkbox-inline--right input[type="checkbox"]:checked + label:after, .radio-inline.checkbox-inline--right input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.radio-inline--right input[type="checkbox"]:checked + label:after,
  .checkbox-inline.radio-inline--right input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--right input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--right input[type="checkbox"]:not(:checked) + label:after {
    margin-right: 0;
    margin-left: 10px;
    float: none;
    top: 1px; }
  .radio-inline.radio-inline--right.checkbox-inline--check input[type="checkbox"]:checked + label:after, .radio-inline.radio-inline--right.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after, .radio-inline.checkbox-inline--right.checkbox-inline--check input[type="checkbox"]:checked + label:after, .radio-inline.checkbox-inline--right.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.radio-inline--right.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.radio-inline--right.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--right.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--right.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after {
    top: -1px; }

.form-inline label {
  top: 1px;
  position: relative; }

.form-inline label,
.form-inline .form-control-static {
  display: inline-block;
  margin-right: 10px; }

.form-inline .input-group,
.form-inline .form-group,
.form-inline .form-control,
.form-inline .ui-select-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: auto; }
  .form-inline .input-group + .form-group,
  .form-inline .input-group + .form-control,
  .form-inline .form-group + .form-group,
  .form-inline .form-group + .form-control,
  .form-inline .form-control + .form-group,
  .form-inline .form-control + .form-control,
  .form-inline .ui-select-container + .form-group,
  .form-inline .ui-select-container + .form-control {
    margin-left: 30px; }

.form-inline.form-inline--inline {
  display: inline-block;
  position: relative;
  margin-top: -4px;
  margin-bottom: -6px; }

.form-classic .form-control {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid transparent; }

.ui-select-container.form-control {
  border-bottom: 0; }

label,
.form-control-static {
  color: #464646; }

.form-control {
  color: #464646;
  border-bottom-color: #DBDBDB; }
  .form-control::-moz-placeholder {
    color: rgba(70, 70, 70, 0.65);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(70, 70, 70, 0.65); }
  .form-control::-webkit-input-placeholder {
    color: rgba(70, 70, 70, 0.65); }
  .form-control:focus {
    border-bottom-color: #939393;
    -webkit-box-shadow: 0 1px 0 0 #939393;
    box-shadow: 0 1px 0 0 #939393; }
  .form-control.has-error, .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form-control.has-error::-moz-placeholder, .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form-control.has-error:-ms-input-placeholder, .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form-control.has-error::-webkit-input-placeholder, .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form-control.has-error:focus, .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.error-text {
  color: #0998D6;
  font-size: 11px; }

.form-file:before {
  background: #F5F5F5;
  opacity: .8; }

.form-classic .form-control {
  border-radius: 4px;
  border-color: #acacac; }
  .form-classic .form-control:focus {
    border-color: #464646;
    -webkit-box-shadow: none;
    box-shadow: none; }

.radio-inline input[type="radio"] + label,
.radio-inline input[type="checkbox"] + label,
.checkbox-inline input[type="radio"] + label,
.checkbox-inline input[type="checkbox"] + label {
  color: #464646;
  opacity: 1; }

.radio-inline input[type="radio"]:checked + label::after, .radio-inline input[type="radio"]:not(:checked) + label::after,
.radio-inline input[type="checkbox"]:checked + label::after,
.radio-inline input[type="checkbox"]:not(:checked) + label::after,
.checkbox-inline input[type="radio"]:checked + label::after,
.checkbox-inline input[type="radio"]:not(:checked) + label::after,
.checkbox-inline input[type="checkbox"]:checked + label::after,
.checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #464646;
  background: #F5F5F5;
  -webkit-box-shadow: inset 0 0 0 2px #F5F5F5;
  box-shadow: inset 0 0 0 2px #F5F5F5; }

.radio-inline input[type="radio"]:checked.has-error + label::after, .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.radio-inline input[type="checkbox"]:checked.has-error + label::after,
.radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.checkbox-inline input[type="radio"]:checked.has-error + label::after,
.checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.radio-inline input[type="radio"]:hover + label,
.radio-inline input[type="checkbox"]:hover + label,
.checkbox-inline input[type="radio"]:hover + label,
.checkbox-inline input[type="checkbox"]:hover + label {
  background: #F5F5F5; }

.radio-inline input[type="radio"]:checked + label,
.radio-inline input[type="checkbox"]:checked + label,
.checkbox-inline input[type="radio"]:checked + label,
.checkbox-inline input[type="checkbox"]:checked + label {
  background: #F5F5F5; }
  .radio-inline input[type="radio"]:checked + label::after,
  .radio-inline input[type="checkbox"]:checked + label::after,
  .checkbox-inline input[type="radio"]:checked + label::after,
  .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #464646; }

.radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #F5F5F5; }
  .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.form--purple label, .panel.panel--purple label,
.form--purple .form-control-static, .panel.panel--purple .form-control-static {
  color: #472D4E; }

.form--purple .form-control, .panel.panel--purple .form-control {
  color: #472D4E;
  border-bottom-color: #472D4E; }
  .form--purple .form-control::-moz-placeholder, .panel.panel--purple .form-control::-moz-placeholder {
    color: rgba(71, 45, 78, 0.65);
    opacity: 1; }
  .form--purple .form-control:-ms-input-placeholder, .panel.panel--purple .form-control:-ms-input-placeholder {
    color: rgba(71, 45, 78, 0.65); }
  .form--purple .form-control::-webkit-input-placeholder, .panel.panel--purple .form-control::-webkit-input-placeholder {
    color: rgba(71, 45, 78, 0.65); }
  .form--purple .form-control:focus, .panel.panel--purple .form-control:focus {
    border-bottom-color: #9c6ba9;
    -webkit-box-shadow: 0 1px 0 0 #9c6ba9;
    box-shadow: 0 1px 0 0 #9c6ba9; }
  .form--purple .form-control.has-error, .panel.panel--purple .form-control.has-error, .form--purple .form-control.ng-invalid:not(.ng-untouched), .panel.panel--purple .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form--purple .form-control.has-error::-moz-placeholder, .panel.panel--purple .form-control.has-error::-moz-placeholder, .form--purple .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder, .panel.panel--purple .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form--purple .form-control.has-error:-ms-input-placeholder, .panel.panel--purple .form-control.has-error:-ms-input-placeholder, .form--purple .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder, .panel.panel--purple .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--purple .form-control.has-error::-webkit-input-placeholder, .panel.panel--purple .form-control.has-error::-webkit-input-placeholder, .form--purple .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder, .panel.panel--purple .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--purple .form-control.has-error:focus, .panel.panel--purple .form-control.has-error:focus, .form--purple .form-control.ng-invalid:not(.ng-untouched):focus, .panel.panel--purple .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.form--purple .error-text, .panel.panel--purple .error-text {
  color: #0998D6;
  font-size: 11px; }

.form--purple .form-file:before, .panel.panel--purple .form-file:before {
  background: #4dc4f8;
  opacity: .8; }

.form--purple .form-classic .form-control, .panel.panel--purple .form-classic .form-control {
  border-radius: 4px;
  border-color: #b28bbc; }
  .form--purple .form-classic .form-control:focus, .panel.panel--purple .form-classic .form-control:focus {
    border-color: #472D4E;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form--purple .radio-inline input[type="radio"] + label, .panel.panel--purple .radio-inline input[type="radio"] + label,
.form--purple .radio-inline input[type="checkbox"] + label, .panel.panel--purple .radio-inline input[type="checkbox"] + label,
.form--purple .checkbox-inline input[type="radio"] + label, .panel.panel--purple .checkbox-inline input[type="radio"] + label,
.form--purple .checkbox-inline input[type="checkbox"] + label, .panel.panel--purple .checkbox-inline input[type="checkbox"] + label {
  color: #472D4E;
  opacity: 1; }

.form--purple .radio-inline input[type="radio"]:checked + label::after, .panel.panel--purple .radio-inline input[type="radio"]:checked + label::after, .form--purple .radio-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--purple .radio-inline input[type="radio"]:not(:checked) + label::after,
.form--purple .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:checked + label::after,
.form--purple .radio-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:not(:checked) + label::after,
.form--purple .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:checked + label::after,
.form--purple .checkbox-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:not(:checked) + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:checked + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #472D4E;
  background: #4dc4f8;
  -webkit-box-shadow: inset 0 0 0 2px #4dc4f8;
  box-shadow: inset 0 0 0 2px #4dc4f8; }

.form--purple .radio-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--purple .radio-inline input[type="radio"]:checked.has-error + label::after, .form--purple .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .form--purple .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--purple .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .form--purple .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--purple .radio-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:checked.has-error + label::after,
.form--purple .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--purple .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--purple .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--purple .checkbox-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:checked.has-error + label::after,
.form--purple .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--purple .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.form--purple .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--purple .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.form--purple .radio-inline input[type="radio"]:hover + label, .panel.panel--purple .radio-inline input[type="radio"]:hover + label,
.form--purple .radio-inline input[type="checkbox"]:hover + label, .panel.panel--purple .radio-inline input[type="checkbox"]:hover + label,
.form--purple .checkbox-inline input[type="radio"]:hover + label, .panel.panel--purple .checkbox-inline input[type="radio"]:hover + label,
.form--purple .checkbox-inline input[type="checkbox"]:hover + label, .panel.panel--purple .checkbox-inline input[type="checkbox"]:hover + label {
  background: #4dc4f8; }

.form--purple .radio-inline input[type="radio"]:checked + label, .panel.panel--purple .radio-inline input[type="radio"]:checked + label,
.form--purple .radio-inline input[type="checkbox"]:checked + label, .panel.panel--purple .radio-inline input[type="checkbox"]:checked + label,
.form--purple .checkbox-inline input[type="radio"]:checked + label, .panel.panel--purple .checkbox-inline input[type="radio"]:checked + label,
.form--purple .checkbox-inline input[type="checkbox"]:checked + label, .panel.panel--purple .checkbox-inline input[type="checkbox"]:checked + label {
  background: #4dc4f8; }
  .form--purple .radio-inline input[type="radio"]:checked + label::after, .panel.panel--purple .radio-inline input[type="radio"]:checked + label::after,
  .form--purple .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--purple .radio-inline input[type="checkbox"]:checked + label::after,
  .form--purple .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--purple .checkbox-inline input[type="radio"]:checked + label::after,
  .form--purple .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--purple .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #472D4E; }

.form--purple .radio-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--purple .radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--purple .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--purple .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.form--purple .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--purple .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--purple .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--purple .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #4dc4f8; }
  .form--purple .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--purple .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--purple .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--purple .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .form--purple .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--purple .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--purple .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--purple .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.form--primary label, .panel.panel--primary label,
.form--primary .form-control-static, .panel.panel--primary .form-control-static {
  color: #54C765; }

.form--primary .form-control, .panel.panel--primary .form-control {
  color: #54C765;
  border-bottom-color: #54C765; }
  .form--primary .form-control::-moz-placeholder, .panel.panel--primary .form-control::-moz-placeholder {
    color: rgba(84, 199, 101, 0.65);
    opacity: 1; }
  .form--primary .form-control:-ms-input-placeholder, .panel.panel--primary .form-control:-ms-input-placeholder {
    color: rgba(84, 199, 101, 0.65); }
  .form--primary .form-control::-webkit-input-placeholder, .panel.panel--primary .form-control::-webkit-input-placeholder {
    color: rgba(84, 199, 101, 0.65); }
  .form--primary .form-control:focus, .panel.panel--primary .form-control:focus {
    border-bottom-color: #c7edcd;
    -webkit-box-shadow: 0 1px 0 0 #c7edcd;
    box-shadow: 0 1px 0 0 #c7edcd; }
  .form--primary .form-control.has-error, .panel.panel--primary .form-control.has-error, .form--primary .form-control.ng-invalid:not(.ng-untouched), .panel.panel--primary .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form--primary .form-control.has-error::-moz-placeholder, .panel.panel--primary .form-control.has-error::-moz-placeholder, .form--primary .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder, .panel.panel--primary .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form--primary .form-control.has-error:-ms-input-placeholder, .panel.panel--primary .form-control.has-error:-ms-input-placeholder, .form--primary .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder, .panel.panel--primary .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--primary .form-control.has-error::-webkit-input-placeholder, .panel.panel--primary .form-control.has-error::-webkit-input-placeholder, .form--primary .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder, .panel.panel--primary .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--primary .form-control.has-error:focus, .panel.panel--primary .form-control.has-error:focus, .form--primary .form-control.ng-invalid:not(.ng-untouched):focus, .panel.panel--primary .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.form--primary .error-text, .panel.panel--primary .error-text {
  color: #0998D6;
  font-size: 11px; }

.form--primary .form-file:before, .panel.panel--primary .form-file:before {
  background: #aae9ff;
  opacity: .8; }

.form--primary .form-classic .form-control, .panel.panel--primary .form-classic .form-control {
  border-radius: 4px;
  border-color: #eef9ef; }
  .form--primary .form-classic .form-control:focus, .panel.panel--primary .form-classic .form-control:focus {
    border-color: #54C765;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form--primary .radio-inline input[type="radio"] + label, .panel.panel--primary .radio-inline input[type="radio"] + label,
.form--primary .radio-inline input[type="checkbox"] + label, .panel.panel--primary .radio-inline input[type="checkbox"] + label,
.form--primary .checkbox-inline input[type="radio"] + label, .panel.panel--primary .checkbox-inline input[type="radio"] + label,
.form--primary .checkbox-inline input[type="checkbox"] + label, .panel.panel--primary .checkbox-inline input[type="checkbox"] + label {
  color: #54C765;
  opacity: 1; }

.form--primary .radio-inline input[type="radio"]:checked + label::after, .panel.panel--primary .radio-inline input[type="radio"]:checked + label::after, .form--primary .radio-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--primary .radio-inline input[type="radio"]:not(:checked) + label::after,
.form--primary .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:checked + label::after,
.form--primary .radio-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:not(:checked) + label::after,
.form--primary .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:checked + label::after,
.form--primary .checkbox-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:not(:checked) + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:checked + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #54C765;
  background: #aae9ff;
  -webkit-box-shadow: inset 0 0 0 2px #aae9ff;
  box-shadow: inset 0 0 0 2px #aae9ff; }

.form--primary .radio-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--primary .radio-inline input[type="radio"]:checked.has-error + label::after, .form--primary .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .form--primary .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--primary .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .form--primary .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--primary .radio-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:checked.has-error + label::after,
.form--primary .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--primary .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--primary .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--primary .checkbox-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:checked.has-error + label::after,
.form--primary .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--primary .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.form--primary .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--primary .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.form--primary .radio-inline input[type="radio"]:hover + label, .panel.panel--primary .radio-inline input[type="radio"]:hover + label,
.form--primary .radio-inline input[type="checkbox"]:hover + label, .panel.panel--primary .radio-inline input[type="checkbox"]:hover + label,
.form--primary .checkbox-inline input[type="radio"]:hover + label, .panel.panel--primary .checkbox-inline input[type="radio"]:hover + label,
.form--primary .checkbox-inline input[type="checkbox"]:hover + label, .panel.panel--primary .checkbox-inline input[type="checkbox"]:hover + label {
  background: #aae9ff; }

.form--primary .radio-inline input[type="radio"]:checked + label, .panel.panel--primary .radio-inline input[type="radio"]:checked + label,
.form--primary .radio-inline input[type="checkbox"]:checked + label, .panel.panel--primary .radio-inline input[type="checkbox"]:checked + label,
.form--primary .checkbox-inline input[type="radio"]:checked + label, .panel.panel--primary .checkbox-inline input[type="radio"]:checked + label,
.form--primary .checkbox-inline input[type="checkbox"]:checked + label, .panel.panel--primary .checkbox-inline input[type="checkbox"]:checked + label {
  background: #aae9ff; }
  .form--primary .radio-inline input[type="radio"]:checked + label::after, .panel.panel--primary .radio-inline input[type="radio"]:checked + label::after,
  .form--primary .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--primary .radio-inline input[type="checkbox"]:checked + label::after,
  .form--primary .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--primary .checkbox-inline input[type="radio"]:checked + label::after,
  .form--primary .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--primary .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #54C765; }

.form--primary .radio-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--primary .radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--primary .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--primary .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.form--primary .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--primary .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--primary .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--primary .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #aae9ff; }
  .form--primary .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--primary .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--primary .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--primary .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .form--primary .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--primary .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--primary .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--primary .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.form--blue label, .panel.panel--blue label,
.form--blue .form-control-static, .panel.panel--blue .form-control-static {
  color: #2A3A4C; }

.form--blue .form-control, .panel.panel--blue .form-control {
  color: #2A3A4C;
  border-bottom-color: #2A3A4C; }
  .form--blue .form-control::-moz-placeholder, .panel.panel--blue .form-control::-moz-placeholder {
    color: rgba(42, 58, 76, 0.65);
    opacity: 1; }
  .form--blue .form-control:-ms-input-placeholder, .panel.panel--blue .form-control:-ms-input-placeholder {
    color: rgba(42, 58, 76, 0.65); }
  .form--blue .form-control::-webkit-input-placeholder, .panel.panel--blue .form-control::-webkit-input-placeholder {
    color: rgba(42, 58, 76, 0.65); }
  .form--blue .form-control:focus, .panel.panel--blue .form-control:focus {
    border-bottom-color: #6585aa;
    -webkit-box-shadow: 0 1px 0 0 #6585aa;
    box-shadow: 0 1px 0 0 #6585aa; }
  .form--blue .form-control.has-error, .panel.panel--blue .form-control.has-error, .form--blue .form-control.ng-invalid:not(.ng-untouched), .panel.panel--blue .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form--blue .form-control.has-error::-moz-placeholder, .panel.panel--blue .form-control.has-error::-moz-placeholder, .form--blue .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder, .panel.panel--blue .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form--blue .form-control.has-error:-ms-input-placeholder, .panel.panel--blue .form-control.has-error:-ms-input-placeholder, .form--blue .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder, .panel.panel--blue .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--blue .form-control.has-error::-webkit-input-placeholder, .panel.panel--blue .form-control.has-error::-webkit-input-placeholder, .form--blue .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder, .panel.panel--blue .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--blue .form-control.has-error:focus, .panel.panel--blue .form-control.has-error:focus, .form--blue .form-control.ng-invalid:not(.ng-untouched):focus, .panel.panel--blue .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.form--blue .error-text, .panel.panel--blue .error-text {
  color: #0998D6;
  font-size: 11px; }

.form--blue .form-file:before, .panel.panel--blue .form-file:before {
  background: #b6c7da;
  opacity: .8; }

.form--blue .form-classic .form-control, .panel.panel--blue .form-classic .form-control {
  border-radius: 4px;
  border-color: #869fbc; }
  .form--blue .form-classic .form-control:focus, .panel.panel--blue .form-classic .form-control:focus {
    border-color: #2A3A4C;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form--blue .radio-inline input[type="radio"] + label, .panel.panel--blue .radio-inline input[type="radio"] + label,
.form--blue .radio-inline input[type="checkbox"] + label, .panel.panel--blue .radio-inline input[type="checkbox"] + label,
.form--blue .checkbox-inline input[type="radio"] + label, .panel.panel--blue .checkbox-inline input[type="radio"] + label,
.form--blue .checkbox-inline input[type="checkbox"] + label, .panel.panel--blue .checkbox-inline input[type="checkbox"] + label {
  color: #2A3A4C;
  opacity: 1; }

.form--blue .radio-inline input[type="radio"]:checked + label::after, .panel.panel--blue .radio-inline input[type="radio"]:checked + label::after, .form--blue .radio-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--blue .radio-inline input[type="radio"]:not(:checked) + label::after,
.form--blue .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:checked + label::after,
.form--blue .radio-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:not(:checked) + label::after,
.form--blue .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:checked + label::after,
.form--blue .checkbox-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:not(:checked) + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:checked + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #2A3A4C;
  background: #b6c7da;
  -webkit-box-shadow: inset 0 0 0 2px #b6c7da;
  box-shadow: inset 0 0 0 2px #b6c7da; }

.form--blue .radio-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--blue .radio-inline input[type="radio"]:checked.has-error + label::after, .form--blue .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .form--blue .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--blue .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .form--blue .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--blue .radio-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:checked.has-error + label::after,
.form--blue .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--blue .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--blue .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--blue .checkbox-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:checked.has-error + label::after,
.form--blue .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--blue .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.form--blue .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--blue .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.form--blue .radio-inline input[type="radio"]:hover + label, .panel.panel--blue .radio-inline input[type="radio"]:hover + label,
.form--blue .radio-inline input[type="checkbox"]:hover + label, .panel.panel--blue .radio-inline input[type="checkbox"]:hover + label,
.form--blue .checkbox-inline input[type="radio"]:hover + label, .panel.panel--blue .checkbox-inline input[type="radio"]:hover + label,
.form--blue .checkbox-inline input[type="checkbox"]:hover + label, .panel.panel--blue .checkbox-inline input[type="checkbox"]:hover + label {
  background: #b6c7da; }

.form--blue .radio-inline input[type="radio"]:checked + label, .panel.panel--blue .radio-inline input[type="radio"]:checked + label,
.form--blue .radio-inline input[type="checkbox"]:checked + label, .panel.panel--blue .radio-inline input[type="checkbox"]:checked + label,
.form--blue .checkbox-inline input[type="radio"]:checked + label, .panel.panel--blue .checkbox-inline input[type="radio"]:checked + label,
.form--blue .checkbox-inline input[type="checkbox"]:checked + label, .panel.panel--blue .checkbox-inline input[type="checkbox"]:checked + label {
  background: #b6c7da; }
  .form--blue .radio-inline input[type="radio"]:checked + label::after, .panel.panel--blue .radio-inline input[type="radio"]:checked + label::after,
  .form--blue .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--blue .radio-inline input[type="checkbox"]:checked + label::after,
  .form--blue .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--blue .checkbox-inline input[type="radio"]:checked + label::after,
  .form--blue .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--blue .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #2A3A4C; }

.form--blue .radio-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--blue .radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--blue .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--blue .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.form--blue .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--blue .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--blue .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--blue .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #b6c7da; }
  .form--blue .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--blue .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--blue .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--blue .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .form--blue .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--blue .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--blue .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--blue .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.form--grey label, .panel.panel--grey label,
.form--grey .form-control-static, .panel.panel--grey .form-control-static {
  color: #464646; }

.form--grey .form-control, .panel.panel--grey .form-control {
  color: #464646;
  border-bottom-color: #939393; }
  .form--grey .form-control::-moz-placeholder, .panel.panel--grey .form-control::-moz-placeholder {
    color: rgba(70, 70, 70, 0.65);
    opacity: 1; }
  .form--grey .form-control:-ms-input-placeholder, .panel.panel--grey .form-control:-ms-input-placeholder {
    color: rgba(70, 70, 70, 0.65); }
  .form--grey .form-control::-webkit-input-placeholder, .panel.panel--grey .form-control::-webkit-input-placeholder {
    color: rgba(70, 70, 70, 0.65); }
  .form--grey .form-control:focus, .panel.panel--grey .form-control:focus {
    border-bottom-color: #939393;
    -webkit-box-shadow: 0 1px 0 0 #939393;
    box-shadow: 0 1px 0 0 #939393; }
  .form--grey .form-control.has-error, .panel.panel--grey .form-control.has-error, .form--grey .form-control.ng-invalid:not(.ng-untouched), .panel.panel--grey .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form--grey .form-control.has-error::-moz-placeholder, .panel.panel--grey .form-control.has-error::-moz-placeholder, .form--grey .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder, .panel.panel--grey .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form--grey .form-control.has-error:-ms-input-placeholder, .panel.panel--grey .form-control.has-error:-ms-input-placeholder, .form--grey .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder, .panel.panel--grey .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--grey .form-control.has-error::-webkit-input-placeholder, .panel.panel--grey .form-control.has-error::-webkit-input-placeholder, .form--grey .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder, .panel.panel--grey .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--grey .form-control.has-error:focus, .panel.panel--grey .form-control.has-error:focus, .form--grey .form-control.ng-invalid:not(.ng-untouched):focus, .panel.panel--grey .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.form--grey .error-text, .panel.panel--grey .error-text {
  color: #0998D6;
  font-size: 11px; }

.form--grey .form-file:before, .panel.panel--grey .form-file:before {
  background: #ededed;
  opacity: .8; }

.form--grey .form-classic .form-control, .panel.panel--grey .form-classic .form-control {
  border-radius: 4px;
  border-color: #acacac; }
  .form--grey .form-classic .form-control:focus, .panel.panel--grey .form-classic .form-control:focus {
    border-color: #464646;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form--grey .radio-inline input[type="radio"] + label, .panel.panel--grey .radio-inline input[type="radio"] + label,
.form--grey .radio-inline input[type="checkbox"] + label, .panel.panel--grey .radio-inline input[type="checkbox"] + label,
.form--grey .checkbox-inline input[type="radio"] + label, .panel.panel--grey .checkbox-inline input[type="radio"] + label,
.form--grey .checkbox-inline input[type="checkbox"] + label, .panel.panel--grey .checkbox-inline input[type="checkbox"] + label {
  color: #464646;
  opacity: 1; }

.form--grey .radio-inline input[type="radio"]:checked + label::after, .panel.panel--grey .radio-inline input[type="radio"]:checked + label::after, .form--grey .radio-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--grey .radio-inline input[type="radio"]:not(:checked) + label::after,
.form--grey .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:checked + label::after,
.form--grey .radio-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:not(:checked) + label::after,
.form--grey .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:checked + label::after,
.form--grey .checkbox-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:not(:checked) + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:checked + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #464646;
  background: #ededed;
  -webkit-box-shadow: inset 0 0 0 2px #ededed;
  box-shadow: inset 0 0 0 2px #ededed; }

.form--grey .radio-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--grey .radio-inline input[type="radio"]:checked.has-error + label::after, .form--grey .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .form--grey .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--grey .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .form--grey .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey .radio-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:checked.has-error + label::after,
.form--grey .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--grey .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey .checkbox-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:checked.has-error + label::after,
.form--grey .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.form--grey .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--grey .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.form--grey .radio-inline input[type="radio"]:hover + label, .panel.panel--grey .radio-inline input[type="radio"]:hover + label,
.form--grey .radio-inline input[type="checkbox"]:hover + label, .panel.panel--grey .radio-inline input[type="checkbox"]:hover + label,
.form--grey .checkbox-inline input[type="radio"]:hover + label, .panel.panel--grey .checkbox-inline input[type="radio"]:hover + label,
.form--grey .checkbox-inline input[type="checkbox"]:hover + label, .panel.panel--grey .checkbox-inline input[type="checkbox"]:hover + label {
  background: #ededed; }

.form--grey .radio-inline input[type="radio"]:checked + label, .panel.panel--grey .radio-inline input[type="radio"]:checked + label,
.form--grey .radio-inline input[type="checkbox"]:checked + label, .panel.panel--grey .radio-inline input[type="checkbox"]:checked + label,
.form--grey .checkbox-inline input[type="radio"]:checked + label, .panel.panel--grey .checkbox-inline input[type="radio"]:checked + label,
.form--grey .checkbox-inline input[type="checkbox"]:checked + label, .panel.panel--grey .checkbox-inline input[type="checkbox"]:checked + label {
  background: #ededed; }
  .form--grey .radio-inline input[type="radio"]:checked + label::after, .panel.panel--grey .radio-inline input[type="radio"]:checked + label::after,
  .form--grey .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey .radio-inline input[type="checkbox"]:checked + label::after,
  .form--grey .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--grey .checkbox-inline input[type="radio"]:checked + label::after,
  .form--grey .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #464646; }

.form--grey .radio-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--grey .radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--grey .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--grey .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.form--grey .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--grey .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--grey .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--grey .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #ededed; }
  .form--grey .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--grey .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--grey .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--grey .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .form--grey .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--grey .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--grey .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--grey .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.form--grey-dark label, .panel.panel--grey-dark label,
.form--grey-dark .form-control-static, .panel.panel--grey-dark .form-control-static {
  color: #fff; }

.form--grey-dark .form-control, .panel.panel--grey-dark .form-control {
  color: #fff;
  border-bottom-color: #fff; }
  .form--grey-dark .form-control::-moz-placeholder, .panel.panel--grey-dark .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .form--grey-dark .form-control:-ms-input-placeholder, .panel.panel--grey-dark .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .form--grey-dark .form-control::-webkit-input-placeholder, .panel.panel--grey-dark .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .form--grey-dark .form-control:focus, .panel.panel--grey-dark .form-control:focus {
    border-bottom-color: white;
    -webkit-box-shadow: 0 1px 0 0 white;
    box-shadow: 0 1px 0 0 white; }
  .form--grey-dark .form-control.has-error, .panel.panel--grey-dark .form-control.has-error, .form--grey-dark .form-control.ng-invalid:not(.ng-untouched), .panel.panel--grey-dark .form-control.ng-invalid:not(.ng-untouched) {
    border-bottom-color: #0998D6; }
    .form--grey-dark .form-control.has-error::-moz-placeholder, .panel.panel--grey-dark .form-control.has-error::-moz-placeholder, .form--grey-dark .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder, .panel.panel--grey-dark .form-control.ng-invalid:not(.ng-untouched)::-moz-placeholder {
      color: rgba(9, 152, 214, 0.65);
      opacity: 1; }
    .form--grey-dark .form-control.has-error:-ms-input-placeholder, .panel.panel--grey-dark .form-control.has-error:-ms-input-placeholder, .form--grey-dark .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder, .panel.panel--grey-dark .form-control.ng-invalid:not(.ng-untouched):-ms-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--grey-dark .form-control.has-error::-webkit-input-placeholder, .panel.panel--grey-dark .form-control.has-error::-webkit-input-placeholder, .form--grey-dark .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder, .panel.panel--grey-dark .form-control.ng-invalid:not(.ng-untouched)::-webkit-input-placeholder {
      color: rgba(9, 152, 214, 0.65); }
    .form--grey-dark .form-control.has-error:focus, .panel.panel--grey-dark .form-control.has-error:focus, .form--grey-dark .form-control.ng-invalid:not(.ng-untouched):focus, .panel.panel--grey-dark .form-control.ng-invalid:not(.ng-untouched):focus {
      -webkit-box-shadow: 0 1px 0 0 #0998D6;
      box-shadow: 0 1px 0 0 #0998D6; }

.form--grey-dark .error-text, .panel.panel--grey-dark .error-text {
  color: #0998D6;
  font-size: 11px; }

.form--grey-dark .form-file:before, .panel.panel--grey-dark .form-file:before {
  background: #7E7E7E;
  opacity: .8; }

.form--grey-dark .form-classic .form-control, .panel.panel--grey-dark .form-classic .form-control {
  border-radius: 4px;
  border-color: white; }
  .form--grey-dark .form-classic .form-control:focus, .panel.panel--grey-dark .form-classic .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form--grey-dark .radio-inline input[type="radio"] + label, .panel.panel--grey-dark .radio-inline input[type="radio"] + label,
.form--grey-dark .radio-inline input[type="checkbox"] + label, .panel.panel--grey-dark .radio-inline input[type="checkbox"] + label,
.form--grey-dark .checkbox-inline input[type="radio"] + label, .panel.panel--grey-dark .checkbox-inline input[type="radio"] + label,
.form--grey-dark .checkbox-inline input[type="checkbox"] + label, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"] + label {
  color: #fff;
  opacity: 1; }

.form--grey-dark .radio-inline input[type="radio"]:checked + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:checked + label::after, .form--grey-dark .radio-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:not(:checked) + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:checked + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:not(:checked) + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:checked + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:not(:checked) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:not(:checked) + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:checked + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked) + label::after {
  border-color: #fff;
  background: #7E7E7E;
  -webkit-box-shadow: inset 0 0 0 2px #7E7E7E;
  box-shadow: inset 0 0 0 2px #7E7E7E; }

.form--grey-dark .radio-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:checked.has-error + label::after, .form--grey-dark .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .form--grey-dark .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:not(:checked).has-error + label::after, .form--grey-dark .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:checked.has-error + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--grey-dark .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:checked.has-error + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:checked.has-error + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:not(:checked).has-error + label::after,
.form--grey-dark .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:checked.has-error + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:checked.has-error + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:checked.ng-invalid:not(.ng-untouched) + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked).has-error + label::after,
.form--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:not(:checked).ng-invalid:not(.ng-untouched) + label::after {
  border-color: #0998D6; }

.form--grey-dark .radio-inline input[type="radio"]:hover + label, .panel.panel--grey-dark .radio-inline input[type="radio"]:hover + label,
.form--grey-dark .radio-inline input[type="checkbox"]:hover + label, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:hover + label,
.form--grey-dark .checkbox-inline input[type="radio"]:hover + label, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:hover + label,
.form--grey-dark .checkbox-inline input[type="checkbox"]:hover + label, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:hover + label {
  background: #7E7E7E; }

.form--grey-dark .radio-inline input[type="radio"]:checked + label, .panel.panel--grey-dark .radio-inline input[type="radio"]:checked + label,
.form--grey-dark .radio-inline input[type="checkbox"]:checked + label, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:checked + label,
.form--grey-dark .checkbox-inline input[type="radio"]:checked + label, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:checked + label,
.form--grey-dark .checkbox-inline input[type="checkbox"]:checked + label, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:checked + label {
  background: #7E7E7E; }
  .form--grey-dark .radio-inline input[type="radio"]:checked + label::after, .panel.panel--grey-dark .radio-inline input[type="radio"]:checked + label::after,
  .form--grey-dark .radio-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .radio-inline input[type="checkbox"]:checked + label::after,
  .form--grey-dark .checkbox-inline input[type="radio"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline input[type="radio"]:checked + label::after,
  .form--grey-dark .checkbox-inline input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline input[type="checkbox"]:checked + label::after {
    background: #fff; }

.form--grey-dark .radio-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--grey-dark .radio-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--grey-dark .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--grey-dark .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label,
.form--grey-dark .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label, .panel.panel--grey-dark .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label,
.form--grey-dark .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label, .panel.panel--grey-dark .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label {
  background: #7E7E7E; }
  .form--grey-dark .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--grey-dark .radio-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--grey-dark .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after,
  .form--grey-dark .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label::after,
  .form--grey-dark .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after, .panel.panel--grey-dark .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label::after {
    background: #3CB700; }

.ui-view-container {
  position: relative;
  height: 65px; }

[ui-view].ng-enter, [ui-view].ng-leave {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

[ui-view].ng-enter {
  opacity: 0; }

[ui-view].ng-enter-active {
  opacity: 1; }

[ui-view].ng-leave {
  display: none; }

[ui-view].ng-leave-active {
  opacity: 0; }

.fade.ng-enter, .fade.ng-leave {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.fade.ng-enter {
  opacity: 0; }

.fade.ng-enter-active {
  opacity: 1; }

.fade.ng-leave {
  display: none; }

.fade.ng-leave-active {
  opacity: 0; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: -1px;
  white-space: nowrap; }
  .nav-tabs > li {
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 10;
    vertical-align: bottom; }
    .nav-tabs > li .nav-link {
      top: 2px;
      padding: 14px 40px;
      line-height: 1.428571429;
      color: #464646;
      font-weight: 600;
      border-radius: 4px 4px 0 0;
      background: #F6F6F6;
      border: 1px solid #F6F6F6;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07); }
    .nav-tabs > li .tab-close {
      display: inline-block;
      padding: 20px;
      margin: -17px -40px -17px 10px;
      position: relative;
      text-align: center;
      cursor: pointer; }
      .nav-tabs > li .tab-close:before {
        position: relative;
        top: 1px;
        content: ""; }
      .nav-tabs > li .tab-close:hover {
        color: #54C765; }
    .nav-tabs > li:first-child {
      margin-left: 0 !important; }
    .nav-tabs > li.active {
      z-index: 11; }
      .nav-tabs > li.active .nav-link, .nav-tabs > li.active .nav-link:hover, .nav-tabs > li.active .nav-link:focus {
        top: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        color: #555555;
        background-color: #fff;
        border-bottom-color: transparent;
        cursor: default; }

.tab-content {
  margin-bottom: 40px; }
  .tab-content > .tab-pane {
    display: none;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    position: relative;
    z-index: 9; }
    .tab-content > .tab-pane.active {
      display: block; }

.tab-indent {
  margin-left: -20px;
  margin-right: -20px; }

.tab-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }
  .tab-header h2 {
    display: inline; }
  .tab-header .tab-header__actions {
    float: right; }

.ui-tabs-scrollable {
  position: relative; }
  .ui-tabs-scrollable > .spacer:not(.hidden-buttons) .nav-tabs {
    margin-left: 30px;
    margin-right: 60px; }
  .ui-tabs-scrollable > .nav-button,
  .ui-tabs-scrollable .dropdown .dropdown-toggle {
    position: absolute;
    z-index: 15;
    height: auto;
    top: 0;
    padding: 17px 10px;
    line-height: 1.428571429;
    color: #464646;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    background: #F5F5F5;
    border: none;
    border-left: 1px solid #F0F0F0; }
    .ui-tabs-scrollable > .nav-button:before,
    .ui-tabs-scrollable .dropdown .dropdown-toggle:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .ui-tabs-scrollable > .nav-button:focus,
    .ui-tabs-scrollable .dropdown .dropdown-toggle:focus {
      outline: none; }
    .ui-tabs-scrollable > .nav-button.left-nav-button,
    .ui-tabs-scrollable .dropdown .dropdown-toggle.left-nav-button {
      left: 0;
      border-top-left-radius: 4px;
      border-left: none;
      border-right: 1px solid #F0F0F0; }
    .ui-tabs-scrollable > .nav-button.right-nav-button,
    .ui-tabs-scrollable .dropdown .dropdown-toggle.right-nav-button {
      right: 0; }
  .ui-tabs-scrollable > .dropdown {
    position: absolute;
    top: 0;
    right: 30px; }
    .ui-tabs-scrollable > .dropdown .dropdown-toggle:before {
      content: ""; }
  .ui-tabs-scrollable.show-drop-down > .nav-button.right-nav-button {
    right: 30px; }

.dropdown-menu > li > a .dropDownTabActiveMark:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  padding-right: 10px;
  font-size: 12px; }

/*make the tabs content be height 100%*/
.ui-tabs-scrollable > .spacer {
  height: 100%; }
  .ui-tabs-scrollable > .spacer > div:first-child {
    height: 100%; }
    .ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
      height: 100%; }
      .ui-tabs-scrollable > .spacer > div:first-child > .tab-content > .active {
        height: 100%;
        overflow: auto; }

.panel {
  padding: 20px 25px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative; }
  .panel .panel__header {
    color: inherit; }
  .panel .panel__footer {
    margin: 20px -25px -20px; }
  .panel.panel--shadow {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07); }
  .panel.panel--no-pad {
    padding-left: 0;
    padding-right: 0; }
  .panel.panel--small {
    padding: 10px 15px;
    margin-bottom: 5px; }
    .panel.panel--small .panel__footer {
      margin: 10px -15px -10px; }
  .panel:focus {
    outline: none; }

.panel-indent {
  margin-left: -25px;
  margin-right: -25px; }

.panel.panel--white {
  color: #464646;
  background: #fff; }
  .panel.panel--white .text-light {
    color: rgba(70, 70, 70, 0.65); }
  .panel.panel--white .panel__header {
    color: #afafaf; }
  .panel.panel--white:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.5);
    box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.5); }

.panel.panel--grey {
  color: #464646;
  background: #F5F5F5; }
  .panel.panel--grey .text-light {
    color: rgba(70, 70, 70, 0.65); }
  .panel.panel--grey .panel__header {
    color: inherit; }
  .panel.panel--grey:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.5);
    box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.5); }

.panel.panel--purple {
  color: #472D4E;
  background: #7ed4fa; }
  .panel.panel--purple .text-light {
    color: rgba(71, 45, 78, 0.65); }
  .panel.panel--purple .panel__header {
    color: inherit; }
  .panel.panel--purple:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(71, 45, 78, 0.5);
    box-shadow: 0 1px 3px 0 rgba(71, 45, 78, 0.5); }

.panel.panel--primary {
  color: #54C765;
  background: #DDF6FF; }
  .panel.panel--primary .text-light {
    color: rgba(84, 199, 101, 0.65); }
  .panel.panel--primary .panel__header {
    color: inherit; }
  .panel.panel--primary:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(84, 199, 101, 0.5);
    box-shadow: 0 1px 3px 0 rgba(84, 199, 101, 0.5); }

.panel.panel--blue {
  color: #2A3A4C;
  background: #D8E1EB; }
  .panel.panel--blue .text-light {
    color: rgba(42, 58, 76, 0.65); }
  .panel.panel--blue .panel__header {
    color: inherit; }
  .panel.panel--blue:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(42, 58, 76, 0.5);
    box-shadow: 0 1px 3px 0 rgba(42, 58, 76, 0.5); }

.panel.panel--grey-dark {
  color: #fff;
  background: #7E7E7E; }
  .panel.panel--grey-dark .text-light {
    color: rgba(255, 255, 255, 0.65); }
  .panel.panel--grey-dark .panel__header {
    color: inherit; }
  .panel.panel--grey-dark:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.5); }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 20px 10px;
    line-height: 1.428571429;
    vertical-align: top;
    border-bottom: 1px solid #EEEEEE;
    text-align: left; }
    .table > thead > tr > th.table-cell--icon,
    .table > thead > tr > td.table-cell--icon,
    .table > tbody > tr > th.table-cell--icon,
    .table > tbody > tr > td.table-cell--icon,
    .table > tfoot > tr > th.table-cell--icon,
    .table > tfoot > tr > td.table-cell--icon {
      width: 20px;
      color: #464646; }
      .table > thead > tr > th.table-cell--icon .fa, .table > thead > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="radio"]:checked + label:after, .table > thead > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after, .table > thead > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after, .table > thead > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after, .table > thead > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="radio"]:checked + label:after, .table > thead > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after, .table > thead > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after, .table > thead > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after, .table > thead > tr > th.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li .table > thead > tr > th.table-cell--icon .tab-close,
      .table > thead > tr > td.table-cell--icon .fa,
      .table > thead > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > thead > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > thead > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > thead > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > thead > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > thead > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > thead > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > thead > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > thead > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > thead > tr > td.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li
      .table > thead > tr > td.table-cell--icon .tab-close,
      .table > tbody > tr > th.table-cell--icon .fa,
      .table > tbody > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tbody > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tbody > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tbody > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tbody > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tbody > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tbody > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tbody > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tbody > tr > th.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li
      .table > tbody > tr > th.table-cell--icon .tab-close,
      .table > tbody > tr > td.table-cell--icon .fa,
      .table > tbody > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tbody > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tbody > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tbody > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tbody > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tbody > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tbody > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tbody > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tbody > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tbody > tr > td.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li
      .table > tbody > tr > td.table-cell--icon .tab-close,
      .table > tfoot > tr > th.table-cell--icon .fa,
      .table > tfoot > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tfoot > tr > th.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tfoot > tr > th.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > th.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tfoot > tr > th.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li
      .table > tfoot > tr > th.table-cell--icon .tab-close,
      .table > tfoot > tr > td.table-cell--icon .fa,
      .table > tfoot > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tfoot > tr > td.table-cell--icon .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="radio"]:checked + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="radio"]:not(:checked) + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="checkbox"]:checked + label:after,
      .table > tfoot > tr > td.table-cell--icon
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check
      .table > tfoot > tr > td.table-cell--icon input[type="checkbox"]:not(:checked) + label:after,
      .table > tfoot > tr > td.table-cell--icon .nav-tabs > li .tab-close, .nav-tabs > li
      .table > tfoot > tr > td.table-cell--icon .tab-close {
        padding: 0; }
    .table > thead > tr > th.table-cell--chart,
    .table > thead > tr > td.table-cell--chart,
    .table > tbody > tr > th.table-cell--chart,
    .table > tbody > tr > td.table-cell--chart,
    .table > tfoot > tr > th.table-cell--chart,
    .table > tfoot > tr > td.table-cell--chart {
      width: 100px; }
    .table > thead > tr > th.table-cell--advance,
    .table > thead > tr > td.table-cell--advance,
    .table > tbody > tr > th.table-cell--advance,
    .table > tbody > tr > td.table-cell--advance,
    .table > tfoot > tr > th.table-cell--advance,
    .table > tfoot > tr > td.table-cell--advance {
      width: 75px; }
    .table > thead > tr > th.table-cell--is-parent,
    .table > thead > tr > td.table-cell--is-parent,
    .table > tbody > tr > th.table-cell--is-parent,
    .table > tbody > tr > td.table-cell--is-parent,
    .table > tfoot > tr > th.table-cell--is-parent,
    .table > tfoot > tr > td.table-cell--is-parent {
      text-transform: uppercase;
      font-weight: 600; }
    .table > thead > tr > th.table-cell--has-parent,
    .table > thead > tr > td.table-cell--has-parent,
    .table > tbody > tr > th.table-cell--has-parent,
    .table > tbody > tr > td.table-cell--has-parent,
    .table > tfoot > tr > th.table-cell--has-parent,
    .table > tfoot > tr > td.table-cell--has-parent {
      position: relative; }
      .table > thead > tr > th.table-cell--has-parent:before, .table > thead > tr > th.table-cell--has-parent:after,
      .table > thead > tr > td.table-cell--has-parent:before,
      .table > thead > tr > td.table-cell--has-parent:after,
      .table > tbody > tr > th.table-cell--has-parent:before,
      .table > tbody > tr > th.table-cell--has-parent:after,
      .table > tbody > tr > td.table-cell--has-parent:before,
      .table > tbody > tr > td.table-cell--has-parent:after,
      .table > tfoot > tr > th.table-cell--has-parent:before,
      .table > tfoot > tr > th.table-cell--has-parent:after,
      .table > tfoot > tr > td.table-cell--has-parent:before,
      .table > tfoot > tr > td.table-cell--has-parent:after {
        display: block;
        content: '';
        background: #979797;
        position: absolute;
        left: 30px; }
      .table > thead > tr > th.table-cell--has-parent:before,
      .table > thead > tr > td.table-cell--has-parent:before,
      .table > tbody > tr > th.table-cell--has-parent:before,
      .table > tbody > tr > td.table-cell--has-parent:before,
      .table > tfoot > tr > th.table-cell--has-parent:before,
      .table > tfoot > tr > td.table-cell--has-parent:before {
        top: 50%;
        height: 1px;
        width: calc(100% - 50px); }
      .table > thead > tr > th.table-cell--has-parent:after,
      .table > thead > tr > td.table-cell--has-parent:after,
      .table > tbody > tr > th.table-cell--has-parent:after,
      .table > tbody > tr > td.table-cell--has-parent:after,
      .table > tfoot > tr > th.table-cell--has-parent:after,
      .table > tfoot > tr > td.table-cell--has-parent:after {
        height: 100%;
        width: 1px;
        top: -50%; }
      .table > thead > tr > th.table-cell--has-parent.table-cell--has-parent--first:after,
      .table > thead > tr > td.table-cell--has-parent.table-cell--has-parent--first:after,
      .table > tbody > tr > th.table-cell--has-parent.table-cell--has-parent--first:after,
      .table > tbody > tr > td.table-cell--has-parent.table-cell--has-parent--first:after,
      .table > tfoot > tr > th.table-cell--has-parent.table-cell--has-parent--first:after,
      .table > tfoot > tr > td.table-cell--has-parent.table-cell--has-parent--first:after {
        top: calc(-50% + 20px);
        height: calc(100% - 20px); }
  .table > thead > tr.active > th,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > th,
  .table > tfoot > tr.active > td {
    background: #F5F5F5; }
  .table > tbody > tr > th a,
  .table > tbody > tr > td a {
    font-weight: 600;
    color: #464646; }
  .table > thead > tr > th {
    vertical-align: bottom;
    font-weight: 600; }
    .table > thead > tr > th.sorting span {
      display: inline-block;
      padding: 6px 16px;
      cursor: pointer;
      border-radius: 4px;
      margin: -6px -16px; }
      .table > thead > tr > th.sorting span .fa, .table > thead > tr > th.sorting span .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="radio"]:checked + label:after, .table > thead > tr > th.sorting span .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="radio"]:not(:checked) + label:after, .table > thead > tr > th.sorting span
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="checkbox"]:checked + label:after, .table > thead > tr > th.sorting span
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="checkbox"]:not(:checked) + label:after, .table > thead > tr > th.sorting span
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="radio"]:checked + label:after, .table > thead > tr > th.sorting span
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="radio"]:not(:checked) + label:after, .table > thead > tr > th.sorting span
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="checkbox"]:checked + label:after, .table > thead > tr > th.sorting span
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .table > thead > tr > th.sorting span input[type="checkbox"]:not(:checked) + label:after, .table > thead > tr > th.sorting span .nav-tabs > li .tab-close, .nav-tabs > li .table > thead > tr > th.sorting span .tab-close {
        font-size: 10px;
        position: relative;
        top: -1px; }
    .table > thead > tr > th.sorting.sorting--active span {
      background: #F5F5F5; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #EEEEEE; }
  .table .table {
    background-color: #F5F5F5; }
  .table .avatar {
    margin-top: -10px;
    margin-bottom: -10px; }
  .table .ct-chart {
    margin-top: -8.5px;
    margin-bottom: -8.5px; }
  .table .advance {
    margin-bottom: -10px; }
  .table.table--hover > tbody > tr:hover > th,
  .table.table--hover > tbody > tr:hover > td {
    background: #F5F5F5; }
  .table.table--client-list .table--client-list__icon {
    width: 20px; }
  .table.table--client-list .table--client-list__licence {
    width: 10%; }
  .table.table--client-list .table--client-list__licence_type {
    width: 10%; }
  .table.table--client-list .table--client-list__users {
    width: 10%; }
  .table.table--client-list .table--client-list__status {
    width: 10%; }
  .table.table--client-list th.table--client-list__activity {
    width: 170px !important; }
  .table.table--client-list td.table--client-list__activity {
    padding: 20px 0;
    height: 65px; }
  .table.table--bot-actions-list .table--bot-actions-list__text {
    width: 85%; }
  .table.table--bot-actions-list td.table--bot-actions-list__text {
    height: 96px; }
  .table.table--logs-actions-list .table--logs-actions-list__date {
    width: 17%; }
  .table.table--logs-actions-list .table--logs-actions-list__description {
    width: 60%; }
  .table.table--user-stats .table--user-stats__lastname {
    width: 20%; }
  .table.table--user-stats .table--user-stats__courses {
    width: 10%; }
  .table.table--user-stats .table--user-stats__interactions {
    width: 10%; }
  .table.table--user-stats .table--user-stats__tests {
    width: 10%; }
  .table.table--user-stats .table--user-stats__chart {
    width: 170px; }
  .table.table--user-stats td {
    height: 62px; }
  .table.table--course-stats .table--course-stats__interaction {
    width: 10%; }
  .table.table--course-stats .table--course-stats__test {
    width: 10%; }
  .table.table--course-stats .table--course-stats__chart {
    width: 170px; }
  .table.table--course-stats td {
    height: 62px; }
  .table.table--users .table--users__avatar {
    width: 10%; }
  .table.table--users .table--users__lastname {
    width: 17%; }
  .table.table--users .table--users__firstname {
    width: 17%; }
  .table.table--users .table--users__enabled {
    width: 7%; }
  .table.table--users .table--users__type {
    width: 15%; }
  .table.table--groups .table--groups__members {
    width: 10%; }
  .table.table--groups .table--groups__courses {
    width: 10%; }
  .table.table--groups .table--groups__status {
    width: 10%; }
  .table.table--courses .table--courses__lections {
    width: 10%; }
  .table.table--courses .table--courses__questions {
    width: 10%; }
  .table.table--courses .table--courses__status {
    width: 15%; }
  .table .last-col {
    text-align: right; }

.tab-indent .table > thead > tr > th:first-child,
.tab-indent .table > thead > tr > td:first-child,
.tab-indent .table > tbody > tr > th:first-child,
.tab-indent .table > tbody > tr > td:first-child,
.tab-indent .table > tfoot > tr > th:first-child,
.tab-indent .table > tfoot > tr > td:first-child,
.panel-indent .table > thead > tr > th:first-child,
.panel-indent .table > thead > tr > td:first-child,
.panel-indent .table > tbody > tr > th:first-child,
.panel-indent .table > tbody > tr > td:first-child,
.panel-indent .table > tfoot > tr > th:first-child,
.panel-indent .table > tfoot > tr > td:first-child {
  padding-left: 45px; }

.tab-indent .table > thead > tr > th:last-child,
.tab-indent .table > thead > tr > td:last-child,
.tab-indent .table > tbody > tr > th:last-child,
.tab-indent .table > tbody > tr > td:last-child,
.tab-indent .table > tfoot > tr > th:last-child,
.tab-indent .table > tfoot > tr > td:last-child,
.panel-indent .table > thead > tr > th:last-child,
.panel-indent .table > thead > tr > td:last-child,
.panel-indent .table > tbody > tr > th:last-child,
.panel-indent .table > tbody > tr > td:last-child,
.panel-indent .table > tfoot > tr > th:last-child,
.panel-indent .table > tfoot > tr > td:last-child {
  padding-right: 45px; }

.pagination {
  margin: 40px; }
  .pagination .pagination__legend {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px; }
  .pagination .pagination__list {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center; }
    .pagination .pagination__list > li {
      display: inline;
      margin: 0 5px;
      text-align: center; }
      .pagination .pagination__list > li > a,
      .pagination .pagination__list > li > span {
        display: inline-block;
        position: relative;
        line-height: 28px;
        text-decoration: none;
        font-weight: 600;
        width: 28px;
        height: 28px;
        border-radius: 50%; }
        .pagination .pagination__list > li > a:hover, .pagination .pagination__list > li > a:focus,
        .pagination .pagination__list > li > span:hover,
        .pagination .pagination__list > li > span:focus {
          z-index: 2;
          background-color: #F5F5F5; }
      .pagination .pagination__list > li.pagination__arrow {
        margin-left: 25px;
        margin-right: 25px; }
        .pagination .pagination__list > li.pagination__arrow > a,
        .pagination .pagination__list > li.pagination__arrow > span {
          width: 36px;
          height: 36px;
          line-height: 36px;
          background: #54C765;
          color: #fff; }
          .pagination .pagination__list > li.pagination__arrow > a:hover, .pagination .pagination__list > li.pagination__arrow > a:focus,
          .pagination .pagination__list > li.pagination__arrow > span:hover,
          .pagination .pagination__list > li.pagination__arrow > span:focus {
            background-color: #39af4b; }
        .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled {
          opacity: .65; }
          .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > a,
          .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > span {
            cursor: not-allowed; }
            .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > a:hover, .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > a:focus,
            .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > span:hover,
            .pagination .pagination__list > li.pagination__arrow.pagination__arrow--disabled > span:focus {
              background-color: #54C765; }
    .pagination .pagination__list > .active > a, .pagination .pagination__list > .active > a:hover, .pagination .pagination__list > .active > a:focus,
    .pagination .pagination__list > .active > span,
    .pagination .pagination__list > .active > span:hover,
    .pagination .pagination__list > .active > span:focus {
      z-index: 3;
      color: #464646;
      background-color: #F5F5F5;
      cursor: default; }
    .pagination .pagination__list > .disabled > span,
    .pagination .pagination__list > .disabled > span:hover,
    .pagination .pagination__list > .disabled > span:focus,
    .pagination .pagination__list > .disabled > a,
    .pagination .pagination__list > .disabled > a:hover,
    .pagination .pagination__list > .disabled > a:focus {
      z-index: 3;
      color: #464646;
      background: none;
      cursor: not-allowed; }
  .pagination.pagination--small {
    font-size: 12px;
    margin: 20px 0;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .pagination.pagination--small .pagination__legend,
    .pagination.pagination--small .pagination__list {
      display: table-cell; }
    .pagination.pagination--small .pagination__legend {
      text-align: left; }
    .pagination.pagination--small .pagination__list {
      text-align: right; }
      .pagination.pagination--small .pagination__list > li {
        margin-left: 2.5px;
        margin-right: 2.5px; }
        .pagination.pagination--small .pagination__list > li > a,
        .pagination.pagination--small .pagination__list > li > span {
          width: 20px;
          height: 20px;
          line-height: 20px; }
        .pagination.pagination--small .pagination__list > li.pagination__arrow {
          margin-left: 5px;
          margin-right: 5px; }
          .pagination.pagination--small .pagination__list > li.pagination__arrow > a,
          .pagination.pagination--small .pagination__list > li.pagination__arrow > span {
            width: 28px;
            height: 28px;
            line-height: 28px; }

.action-bar {
  margin-bottom: 20px; }
  .action-bar:before, .action-bar:after {
    content: " ";
    display: table; }
  .action-bar:after {
    clear: both; }
  .action-bar .action-bar__group {
    float: left;
    margin-right: 20px; }
    .action-bar .action-bar__group:first-child {
      margin-left: 20px; }
      .action-bar .action-bar__group:first-child .btn.btn--link:first-child, .action-bar .action-bar__group:first-child .navbar-nav.navbar-nav--buttons > li > a.btn--link:first-child, .action-bar .action-bar__group:first-child .modal-body.modal-body--with-tab .btn-toolbar .btn:first-child, .modal-body.modal-body--with-tab .btn-toolbar .action-bar .action-bar__group:first-child .btn:first-child, .action-bar .action-bar__group:first-child .modal-body.modal-body--with-tab .btn-toolbar .navbar-nav.navbar-nav--buttons > li > a:first-child, .modal-body.modal-body--with-tab .btn-toolbar .action-bar .action-bar__group:first-child .navbar-nav.navbar-nav--buttons > li > a:first-child {
        padding-left: 0; }
    .action-bar .action-bar__group .btn + .btn, .action-bar .action-bar__group .navbar-nav.navbar-nav--buttons > li > a + .btn, .action-bar .action-bar__group .navbar-nav.navbar-nav--buttons > li > .btn + a, .action-bar .action-bar__group .navbar-nav.navbar-nav--buttons > li > a + a {
      margin-left: 20px; }
    .action-bar .action-bar__group.action-bar__group--small {
      font-size: 12px; }
      .action-bar .action-bar__group.action-bar__group--small .btn + .btn, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a + .btn, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > .btn + a, .action-bar .action-bar__group.action-bar__group--small .navbar-nav.navbar-nav--buttons > li > a + a {
        margin-left: 10px; }
    .action-bar .action-bar__group.action-bar__group--stick-left {
      margin-left: 0; }
    .action-bar .action-bar__group.action-bar__group--right {
      float: right;
      margin-right: 0px; }
  .action-bar.action-bar--bottom {
    margin-bottom: 0;
    margin-top: 20px; }
  .action-bar text-filter {
    margin-top: 4px;
    display: block; }

.loading {
  text-align: center;
  padding: 20px;
  border-radius: 4px; }
  .loading span {
    margin-top: 10px;
    display: block; }
  .loading.loading--inline {
    padding-top: 10px;
    padding-bottom: 10px; }
    .loading.loading--inline .fa, .loading.loading--inline .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .loading.loading--inline input[type="radio"]:checked + label:after, .loading.loading--inline .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .loading.loading--inline input[type="radio"]:not(:checked) + label:after, .loading.loading--inline
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .loading.loading--inline input[type="checkbox"]:checked + label:after, .loading.loading--inline
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .loading.loading--inline input[type="checkbox"]:not(:checked) + label:after, .loading.loading--inline
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .loading.loading--inline input[type="radio"]:checked + label:after, .loading.loading--inline
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .loading.loading--inline input[type="radio"]:not(:checked) + label:after, .loading.loading--inline
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .loading.loading--inline input[type="checkbox"]:checked + label:after, .loading.loading--inline
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .loading.loading--inline input[type="checkbox"]:not(:checked) + label:after, .loading.loading--inline .nav-tabs > li .tab-close, .nav-tabs > li .loading.loading--inline .tab-close {
      font-size: 16px; }
    .loading.loading--inline span {
      display: inline-block;
      margin-top: 0;
      margin-left: 10px; }

.loading {
  background: #F5F5F5; }

.loading--purple .loading, .panel.panel--purple .loading {
  background: #4dc4f8; }

.loading--primary .loading, .panel.panel--primary .loading {
  background: #aae9ff; }

.loading--blue .loading, .panel.panel--blue .loading {
  background: #b6c7da; }

.loading--grey .loading, .panel.panel--grey .loading {
  background: #ededed; }

.avatar {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #54C765;
  color: #fff;
  border-radius: 50%; }
  .avatar .avatar__initials {
    position: absolute;
    width: 100%;
    vertical-align: bottom;
    top: 10px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 600; }
  .avatar.avatar--inline {
    display: inline-block; }
  .avatar.avatar--no-border {
    border: none; }
  .avatar.avatar--tiny {
    width: 20px;
    height: 20px;
    background-position: 4px 13px;
    background-size: 12px 3px; }
    .avatar.avatar--tiny .avatar__initials {
      top: 4px;
      font-size: 8px; }
  .avatar.avatar--small {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-position: 6.5px 19px;
    background-size: 15px 4px; }
    .avatar.avatar--small .avatar__initials {
      top: 6px;
      font-size: 10px; }
  .avatar.avatar--mini {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-position: 6.5px 19px;
    background-size: 15px 4px; }
    .avatar.avatar--mini .avatar__initials {
      top: 8px;
      font-size: 10px; }
  .avatar.avatar--large {
    width: 86px;
    height: 86px;
    border: 3px solid #fff;
    background-size: 40px 12px;
    background-position: 20px 50px; }
    .avatar.avatar--large .avatar__initials {
      top: 20px;
      font-size: 28px;
      font-weight: 400; }
  .avatar.avatar--abs {
    position: absolute;
    right: 20px;
    top: -20px; }

.notification {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #646464;
  border-radius: 4px;
  color: #fff; }
  .notification .notification__message,
  .notification .notification__action {
    padding-right: 10px; }
  .notification .notification__action {
    color: #82BCFF; }
  .notification .notification__close {
    float: right;
    padding: 10px 15px;
    margin: -10px -15px -10px 0;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
    .notification .notification__close:hover {
      background: #7e7e7e; }

.toolbar:before, .toolbar:after {
  content: " ";
  display: table; }

.toolbar:after {
  clear: both; }

.toolbar h3 {
  margin-bottom: 0; }

.toolbar .toolbar__item {
  display: inline-block;
  padding-right: 20px; }
  .toolbar .toolbar__item.toolbar__item--right {
    float: right;
    padding-right: 0;
    padding-left: 20px; }
  .toolbar .toolbar__item a {
    color: inherit; }

.toolbar .toolbar__label {
  padding-right: 5px;
  font-size: 12px;
  opacity: .65;
  margin-right: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  max-width: 600px;
  margin: 60px auto 20px; }

.modal-content {
  position: relative;
  border: none;
  border-radius: 6px;
  outline: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.modal-header,
.modal-body,
.modal-footer {
  padding: 10px 20px;
  position: relative; }

.modal-header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: none;
  background: #F5F5F5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header .modal-title {
    margin: 0;
    line-height: 1.428571429; }
  .modal-header .close {
    margin-top: -2px;
    color: #464646; }

.modal-body,
.modal-footer {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }

.modal-body.modal-body--with-tab {
  padding: 0;
  background-color: #F5F5F5; }
  .modal-body.modal-body--with-tab:before, .modal-body.modal-body--with-tab:after {
    content: " ";
    display: table; }
  .modal-body.modal-body--with-tab:after {
    clear: both; }
  .modal-body.modal-body--with-tab .nav-tabs {
    padding-left: 20px; }
  .modal-body.modal-body--with-tab .tab-pane {
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 0; }
    .modal-body.modal-body--with-tab .tab-pane:before, .modal-body.modal-body--with-tab .tab-pane:after {
      content: " ";
      display: table; }
    .modal-body.modal-body--with-tab .tab-pane:after {
      clear: both; }
  .modal-body.modal-body--with-tab .tab-content {
    margin-bottom: 0; }
  .modal-body.modal-body--with-tab .btn-toolbar {
    margin-right: 20px; }

.modal-body.modal-body--without-header {
  padding-top: 16px; }
  .modal-body.modal-body--without-header button.close {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 999; }

.modal-footer .action-bar {
  margin-bottom: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }
  .list .list__item {
    padding: 15px 0 5px;
    border-bottom: 1px solid transparent;
    position: relative;
    zoom: 1; }
    .list .list__item p {
      font-size: 12px; }
    .list .list__item .list__item__headline {
      margin-bottom: 0;
      line-height: 1.428571429; }
      .list .list__item .list__item__headline a {
        color: #464646; }
    .list .list__item .list__item__media,
    .list .list__item .list__item__body,
    .list .list__item .list__item__append {
      display: table-cell;
      vertical-align: top; }
    .list .list__item .list__item__append {
      width: 40%;
      text-align: right; }
    .list .list__item .list__item__append {
      padding-right: 2px; }
    .list .list__item .list__item__media .avatar {
      margin-right: 10px;
      margin-top: -5px; }
    .list .list__item .list__item__media .fa, .list .list__item .list__item__media .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .list .list__item .list__item__media input[type="radio"]:checked + label:after, .list .list__item .list__item__media .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .list .list__item .list__item__media input[type="radio"]:not(:checked) + label:after, .list .list__item .list__item__media
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .list .list__item .list__item__media input[type="checkbox"]:checked + label:after, .list .list__item .list__item__media
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .list .list__item .list__item__media input[type="checkbox"]:not(:checked) + label:after, .list .list__item .list__item__media
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list .list__item .list__item__media input[type="radio"]:checked + label:after, .list .list__item .list__item__media
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list .list__item .list__item__media input[type="radio"]:not(:checked) + label:after, .list .list__item .list__item__media
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list .list__item .list__item__media input[type="checkbox"]:checked + label:after, .list .list__item .list__item__media
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list .list__item .list__item__media input[type="checkbox"]:not(:checked) + label:after, .list .list__item .list__item__media .nav-tabs > li .tab-close, .nav-tabs > li .list .list__item .list__item__media .tab-close {
      font-size: 16px;
      top: -1px;
      position: relative; }
    .list .list__item .list__item__body {
      width: 10000px;
      zoom: 1; }
    .list .list__item .list__item__actions {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      font-size: 16px;
      padding-left: 10px;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0; }
      .list .list__item .list__item__actions i {
        margin-right: 0; }
      .list .list__item .list__item__actions a {
        display: block;
        float: left;
        margin-top: 10px;
        padding: 5px; }
        .list .list__item .list__item__actions a:hover {
          text-decoration: none; }
    .list .list__item:hover .list__item__actions {
      opacity: 1; }
  .list.list--small .list__item {
    padding-top: 13px;
    padding-bottom: 13px; }
    .list.list--small .list__item .list__item__media .avatar {
      margin-right: 10px;
      margin-top: 0; }
    .list.list--small .list__item .list__item__actions a {
      margin-top: 8px; }
  .list.list--small-media .list__item .list__item__media .fa, .list.list--small-media .list__item .list__item__media .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="radio"]:checked + label:after, .list.list--small-media .list__item .list__item__media .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="radio"]:not(:checked) + label:after, .list.list--small-media .list__item .list__item__media
  .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .radio-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="checkbox"]:checked + label:after, .list.list--small-media .list__item .list__item__media
  .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .radio-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="checkbox"]:not(:checked) + label:after, .list.list--small-media .list__item .list__item__media
  .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="radio"]:checked + label:after, .list.list--small-media .list__item .list__item__media
  .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="radio"]:not(:checked) + label:after, .list.list--small-media .list__item .list__item__media
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
  .checkbox-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="checkbox"]:checked + label:after, .list.list--small-media .list__item .list__item__media
  .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
  .checkbox-inline.checkbox-inline--check .list.list--small-media .list__item .list__item__media input[type="checkbox"]:not(:checked) + label:after, .list.list--small-media .list__item .list__item__media .nav-tabs > li .tab-close, .nav-tabs > li .list.list--small-media .list__item .list__item__media .tab-close {
    font-size: 12px; }
  .list.list--no-border .list__item {
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    .list.list--no-border .list__item .list__item__actions a {
      margin-top: 0px; }
  .list.list--deletable .list__item .list__item__sort,
  .list.list--deletable .list__item .list__item__delete, .list.list--sortable .list__item .list__item__sort,
  .list.list--sortable .list__item .list__item__delete {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0; }
    .list.list--deletable .list__item .list__item__sort,
    .list.list--deletable .list__item .list__item__sort a,
    .list.list--deletable .list__item .list__item__delete,
    .list.list--deletable .list__item .list__item__delete a, .list.list--sortable .list__item .list__item__sort,
    .list.list--sortable .list__item .list__item__sort a,
    .list.list--sortable .list__item .list__item__delete,
    .list.list--sortable .list__item .list__item__delete a {
      color: #959595; }
      .list.list--deletable .list__item .list__item__sort:hover,
      .list.list--deletable .list__item .list__item__sort a:hover,
      .list.list--deletable .list__item .list__item__delete:hover,
      .list.list--deletable .list__item .list__item__delete a:hover, .list.list--sortable .list__item .list__item__sort:hover,
      .list.list--sortable .list__item .list__item__sort a:hover,
      .list.list--sortable .list__item .list__item__delete:hover,
      .list.list--sortable .list__item .list__item__delete a:hover {
        color: #39af4b; }
    .list.list--deletable .list__item .list__item__sort .fa, .list.list--deletable .list__item .list__item__sort .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="radio"]:checked + label:after, .list.list--deletable .list__item .list__item__sort .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="radio"]:not(:checked) + label:after, .list.list--deletable .list__item .list__item__sort
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="checkbox"]:checked + label:after, .list.list--deletable .list__item .list__item__sort
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="checkbox"]:not(:checked) + label:after, .list.list--deletable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="radio"]:checked + label:after, .list.list--deletable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="radio"]:not(:checked) + label:after, .list.list--deletable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="checkbox"]:checked + label:after, .list.list--deletable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--deletable .list__item .list__item__sort input[type="checkbox"]:not(:checked) + label:after, .list.list--deletable .list__item .list__item__sort .nav-tabs > li .tab-close, .nav-tabs > li .list.list--deletable .list__item .list__item__sort .tab-close,
    .list.list--deletable .list__item .list__item__delete .fa,
    .list.list--deletable .list__item .list__item__delete .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="radio"]:checked + label:after,
    .list.list--deletable .list__item .list__item__delete .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="radio"]:not(:checked) + label:after,
    .list.list--deletable .list__item .list__item__delete
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="checkbox"]:checked + label:after,
    .list.list--deletable .list__item .list__item__delete
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="checkbox"]:not(:checked) + label:after,
    .list.list--deletable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="radio"]:checked + label:after,
    .list.list--deletable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="radio"]:not(:checked) + label:after,
    .list.list--deletable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="checkbox"]:checked + label:after,
    .list.list--deletable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--deletable .list__item .list__item__delete input[type="checkbox"]:not(:checked) + label:after,
    .list.list--deletable .list__item .list__item__delete .nav-tabs > li .tab-close, .nav-tabs > li
    .list.list--deletable .list__item .list__item__delete .tab-close, .list.list--sortable .list__item .list__item__sort .fa, .list.list--sortable .list__item .list__item__sort .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="radio"]:checked + label:after, .list.list--sortable .list__item .list__item__sort .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="radio"]:not(:checked) + label:after, .list.list--sortable .list__item .list__item__sort
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="checkbox"]:checked + label:after, .list.list--sortable .list__item .list__item__sort
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="checkbox"]:not(:checked) + label:after, .list.list--sortable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="radio"]:checked + label:after, .list.list--sortable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="radio"]:not(:checked) + label:after, .list.list--sortable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="checkbox"]:checked + label:after, .list.list--sortable .list__item .list__item__sort
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .list.list--sortable .list__item .list__item__sort input[type="checkbox"]:not(:checked) + label:after, .list.list--sortable .list__item .list__item__sort .nav-tabs > li .tab-close, .nav-tabs > li .list.list--sortable .list__item .list__item__sort .tab-close,
    .list.list--sortable .list__item .list__item__delete .fa,
    .list.list--sortable .list__item .list__item__delete .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="radio"]:checked + label:after,
    .list.list--sortable .list__item .list__item__delete .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="radio"]:not(:checked) + label:after,
    .list.list--sortable .list__item .list__item__delete
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="checkbox"]:checked + label:after,
    .list.list--sortable .list__item .list__item__delete
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="checkbox"]:not(:checked) + label:after,
    .list.list--sortable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="radio"]:checked + label:after,
    .list.list--sortable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="radio"]:not(:checked) + label:after,
    .list.list--sortable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="checkbox"]:checked + label:after,
    .list.list--sortable .list__item .list__item__delete
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .list.list--sortable .list__item .list__item__delete input[type="checkbox"]:not(:checked) + label:after,
    .list.list--sortable .list__item .list__item__delete .nav-tabs > li .tab-close, .nav-tabs > li
    .list.list--sortable .list__item .list__item__delete .tab-close {
      padding-top: 16px;
      padding-left: 0;
      padding-right: 0; }
  .list.list--deletable .list__item:active .list__item__sort,
  .list.list--deletable .list__item:active .list__item__delete, .list.list--deletable .list__item:hover .list__item__sort,
  .list.list--deletable .list__item:hover .list__item__delete, .list.list--deletable .list__item:hover .list__item__sort,
  .list.list--deletable .list__item:hover .list__item__delete, .list.list--sortable .list__item:active .list__item__sort,
  .list.list--sortable .list__item:active .list__item__delete, .list.list--sortable .list__item:hover .list__item__sort,
  .list.list--sortable .list__item:hover .list__item__delete, .list.list--sortable .list__item:hover .list__item__sort,
  .list.list--sortable .list__item:hover .list__item__delete {
    opacity: 1; }
  .list.list--deletable .list__item {
    margin-right: 20px; }
    .list.list--deletable .list__item .list__item__delete {
      text-align: center;
      right: -25px; }
  .list.list--sortable {
    min-height: 42px;
    padding-left: 0; }
    .list.list--sortable .list__item {
      margin-left: 20px;
      position: relative; }
      .list.list--sortable .list__item .list__item__sort {
        left: -20px; }
        .list.list--sortable .list__item .list__item__sort,
        .list.list--sortable .list__item .list__item__sort a {
          cursor: move; }
    .list.list--sortable .dndDraggingSource {
      display: none; }
    .list.list--sortable .dndPlaceholder {
      display: block;
      background-color: #ddd;
      min-height: 42px; }

.list .list__item {
  border-bottom-color: #D3D3D3; }
  .list .list__item p {
    color: #959595; }
  .list .list__item .list__item__actions {
    background: #fff; }

.list--purple .list .list__item, .panel.panel--purple .list .list__item {
  border-bottom-color: #4dc4f8; }
  .list--purple .list .list__item p, .panel.panel--purple .list .list__item p {
    color: rgba(71, 45, 78, 0.65); }
  .list--purple .list .list__item .list__item__actions, .panel.panel--purple .list .list__item .list__item__actions {
    background: #7ed4fa; }

.list--blue .list .list__item, .panel.panel--blue .list .list__item {
  border-bottom-color: #b6c7da; }
  .list--blue .list .list__item p, .panel.panel--blue .list .list__item p {
    color: rgba(42, 58, 76, 0.65); }
  .list--blue .list .list__item .list__item__actions, .panel.panel--blue .list .list__item .list__item__actions {
    background: #D8E1EB; }

.list--primary .list .list__item, .panel.panel--primary .list .list__item {
  border-bottom-color: #aae9ff; }
  .list--primary .list .list__item p, .panel.panel--primary .list .list__item p {
    color: rgba(84, 199, 101, 0.65); }
  .list--primary .list .list__item .list__item__actions, .panel.panel--primary .list .list__item .list__item__actions {
    background: #DDF6FF; }

.list--grey .list .list__item, .panel.panel--grey .list .list__item {
  border-bottom-color: #ededed; }
  .list--grey .list .list__item p, .panel.panel--grey .list .list__item p {
    color: rgba(70, 70, 70, 0.65); }
  .list--grey .list .list__item .list__item__actions, .panel.panel--grey .list .list__item .list__item__actions {
    background: #F5F5F5; }

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 12px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert.alert--green {
  background-color: #D4E9CE;
  color: #35532B; }

.alert.alert--blue {
  background-color: #D8E1EB;
  color: #2A3A4C; }

.alert.alert--yellow {
  background-color: #FCF1D0;
  color: #54492A; }

.alert.alert--red {
  background-color: #F1CACE;
  color: #60363A; }

.ce-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }
  .ce-wrap .dndDraggingSource {
    display: none;
    padding: 0; }
  .ce-wrap .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
    list-style-type: none;
    padding: 0; }

.ce {
  position: relative; }
  .ce .ce__table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%; }
  .ce .ce__row-actions {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0; }
    .ce .ce__row-actions a {
      color: #464646;
      display: inline-block;
      padding: 10px 10px;
      margin-left: 5px; }
      .ce .ce__row-actions a i {
        margin-right: 0; }
      .ce .ce__row-actions a:hover {
        text-decoration: none;
        color: #54C765; }
  .ce .ce__row {
    display: table-row;
    position: relative;
    min-height: 42px; }
    .ce .ce__row .ce__cell {
      position: relative;
      display: table-cell;
      border-bottom: 1px solid #EEEEEE;
      padding: 10px 5px;
      vertical-align: top; }
      .ce .ce__row .ce__cell:first-child {
        padding-left: 10px; }
      .ce .ce__row .ce__cell:last-child {
        padding-right: 10px; }
      .ce .ce__row .ce__cell.ce__cell--icon {
        width: 24px;
        font-size: 12px; }
      .ce .ce__row .ce__cell.ce__cell--title {
        width: 250px;
        padding-right: 10px; }
        .ce .ce__row .ce__cell.ce__cell--title h4 {
          margin-bottom: 0;
          line-height: 1.428571429;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .ce .ce__row .ce__cell.ce__cell--title h4 a {
            color: #464646; }
          .ce .ce__row .ce__cell.ce__cell--title h4 .form-control {
            position: relative;
            width: 175px; }
      .ce .ce__row .ce__cell.ce__cell--one-line {
        white-space: nowrap;
        text-overflow: ellipsis; }
    .ce .ce__row:hover .ce__row-actions {
      opacity: 1; }
    .ce .ce__row .ce__row.ce__row--head .ce__cell {
      border: none; }
    .ce .ce__row.ce__row--content .ce__cell {
      padding-top: 0; }
    .ce .ce__row.ce__row--head p {
      margin-bottom: 0; }
    .ce .ce__row.ce__row--head:hover {
      cursor: pointer;
      background: #F5F5F5; }
    .ce .ce__row.ce__row--active {
      background: #F5F5F5; }
      .ce .ce__row.ce__row--active .ce__cell {
        border-bottom-color: #e1e1e1; }
        .ce .ce__row.ce__row--active .ce__cell.ce__cell--title h4 {
          overflow: visible;
          text-overflow: clip;
          white-space: normal;
          margin-bottom: 30px; }
      .ce .ce__row.ce__row--active:hover {
        cursor: default; }
  .ce .ce__element {
    position: relative; }
    .ce .ce__element .ce__element__actions,
    .ce .ce__element .ce__element__status,
    .ce .ce__element .ce__element__checkbox {
      position: absolute;
      z-index: 888; }
    .ce .ce__element .ce__element__checkbox {
      display: none;
      left: 0;
      right: 0;
      top: 100%;
      background: #7E7E7E;
      padding: 1px 0 0 10px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 12px !important;
      text-align: right; }
      .ce .ce__element .ce__element__checkbox label {
        margin-right: 1px;
        top: 0; }
    .ce .ce__element .ce__element__status {
      right: 5px;
      bottom: 5px;
      line-height: 1;
      color: #3CB700; }
    .ce .ce__element .ce__element__actions {
      line-height: 1;
      display: none;
      top: 5px;
      right: 5px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    .ce .ce__element .ce__element__media {
      margin-top: -5px;
      margin-bottom: -5px;
      margin-left: -10px; }
      .ce .ce__element .ce__element__media:before, .ce .ce__element .ce__element__media:after {
        content: " ";
        display: table; }
      .ce .ce__element .ce__element__media:after {
        clear: both; }
      .ce .ce__element .ce__element__media .ce__element__media__label {
        padding-top: 15px;
        margin-left: 60px; }
      .ce .ce__element .ce__element__media .ce__element__media__img {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 10px; }
        .ce .ce__element .ce__element__media .ce__element__media__img img {
          max-height: 100%;
          max-width: 100%; }
        .ce .ce__element .ce__element__media .ce__element__media__img .form-file {
          display: block;
          width: 50px;
          height: 50px; }
    .ce .ce__element.ce__element--focus .ce__element__checkbox {
      display: block; }
    .ce .ce__element:hover .ce__element__actions {
      display: block; }
    .ce .ce__element.ce__element--text {
      cursor: text; }
  .ce .ce__icon-actions a {
    padding-left: 10px; }
    .ce .ce__icon-actions a .fa, .ce .ce__icon-actions a .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:checked + label:after, .ce .ce__icon-actions a .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:not(:checked) + label:after, .ce .ce__icon-actions a
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:checked + label:after, .ce .ce__icon-actions a
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:not(:checked) + label:after, .ce .ce__icon-actions a
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:checked + label:after, .ce .ce__icon-actions a
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:not(:checked) + label:after, .ce .ce__icon-actions a
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:checked + label:after, .ce .ce__icon-actions a
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:not(:checked) + label:after, .ce .ce__icon-actions a .nav-tabs > li .tab-close, .nav-tabs > li .ce .ce__icon-actions a .tab-close {
      position: relative; }
      .ce .ce__icon-actions a .fa.fa-plus, .ce .ce__icon-actions a .radio-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-plus:after, .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:checked + label.fa-plus:after, .ce .ce__icon-actions a .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-plus:after, .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:not(:checked) + label.fa-plus:after, .ce .ce__icon-actions a
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-plus:after,
      .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:checked + label.fa-plus:after, .ce .ce__icon-actions a
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-plus:after,
      .radio-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:not(:checked) + label.fa-plus:after, .ce .ce__icon-actions a
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label.fa-plus:after,
      .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:checked + label.fa-plus:after, .ce .ce__icon-actions a
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label.fa-plus:after,
      .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="radio"]:not(:checked) + label.fa-plus:after, .ce .ce__icon-actions a
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label.fa-plus:after,
      .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:checked + label.fa-plus:after, .ce .ce__icon-actions a
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label.fa-plus:after,
      .checkbox-inline.checkbox-inline--check .ce .ce__icon-actions a input[type="checkbox"]:not(:checked) + label.fa-plus:after, .ce .ce__icon-actions a .nav-tabs > li .fa-plus.tab-close, .nav-tabs > li .ce .ce__icon-actions a .fa-plus.tab-close {
        font-size: 8px;
        top: -2px; }
    .ce .ce__icon-actions a:active, .ce .ce__icon-actions a:focus, .ce .ce__icon-actions a:hover {
      text-decoration: none; }
  .ce.ce--sortable > .ce__table {
    padding-left: 20px; }
  .ce.ce--sortable .ce__sort {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 99; }

.phone {
  position: relative;
  background: #3D3D3D;
  border-radius: 10px;
  width: 274px;
  height: 497px;
  padding: 6px;
  color: #464646; }
  .phone .phone__header {
    position: relative;
    height: 36px;
    margin-bottom: 6px; }
    .phone .phone__header:before, .phone .phone__header:after {
      position: absolute;
      display: block;
      content: '';
      left: 50%;
      top: 50%;
      border-radius: 5px; }
    .phone .phone__header:before {
      background: #A1A1A1;
      width: 10px;
      height: 10px;
      -webkit-transform: translate(-45px, -5px);
      -ms-transform: translate(-45px, -5px);
      -o-transform: translate(-45px, -5px);
      transform: translate(-45px, -5px); }
    .phone .phone__header:after {
      background: #121212;
      height: 10px;
      width: 50px;
      -webkit-transform: translate(-25px, -5px);
      -ms-transform: translate(-25px, -5px);
      -o-transform: translate(-25px, -5px);
      transform: translate(-25px, -5px); }
  .phone .phone__reload,
  .phone .phone__close {
    position: absolute;
    top: 50%;
    background: #121212; }
    .phone .phone__reload .fa, .phone .phone__reload .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .phone .phone__reload input[type="radio"]:checked + label:after, .phone .phone__reload .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .phone .phone__reload input[type="radio"]:not(:checked) + label:after, .phone .phone__reload
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .phone .phone__reload input[type="checkbox"]:checked + label:after, .phone .phone__reload
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .phone .phone__reload input[type="checkbox"]:not(:checked) + label:after, .phone .phone__reload
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .phone .phone__reload input[type="radio"]:checked + label:after, .phone .phone__reload
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .phone .phone__reload input[type="radio"]:not(:checked) + label:after, .phone .phone__reload
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .phone .phone__reload input[type="checkbox"]:checked + label:after, .phone .phone__reload
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .phone .phone__reload input[type="checkbox"]:not(:checked) + label:after, .phone .phone__reload .nav-tabs > li .tab-close, .nav-tabs > li .phone .phone__reload .tab-close,
    .phone .phone__close .fa,
    .phone .phone__close .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check
    .phone .phone__close input[type="radio"]:checked + label:after,
    .phone .phone__close .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check
    .phone .phone__close input[type="radio"]:not(:checked) + label:after,
    .phone .phone__close
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check
    .phone .phone__close input[type="checkbox"]:checked + label:after,
    .phone .phone__close
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check
    .phone .phone__close input[type="checkbox"]:not(:checked) + label:after,
    .phone .phone__close
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .phone .phone__close input[type="radio"]:checked + label:after,
    .phone .phone__close
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .phone .phone__close input[type="radio"]:not(:checked) + label:after,
    .phone .phone__close
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check
    .phone .phone__close input[type="checkbox"]:checked + label:after,
    .phone .phone__close
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check
    .phone .phone__close input[type="checkbox"]:not(:checked) + label:after,
    .phone .phone__close .nav-tabs > li .tab-close, .nav-tabs > li
    .phone .phone__close .tab-close {
      font-size: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      vertical-align: middle;
      color: #E4E4E4; }
  .phone .phone__close {
    border-radius: 4px;
    right: 0;
    -webkit-transform: translate(0, -12.5px);
    -ms-transform: translate(0, -12.5px);
    -o-transform: translate(0, -12.5px);
    transform: translate(0, -12.5px);
    width: 25px;
    height: 25px; }
  .phone .phone__reload {
    border-radius: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .phone .phone__body {
    height: 384px;
    background: #69AFE9;
    margin-bottom: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none; }
  .phone .phone__footer {
    position: relative;
    height: 53px; }
  .phone.phone--loaded .phone__body {
    background: #F1F5F7; }

.messages {
  background: #FFF;
  padding: 20px 6px;
  min-height: 100%; }

.message {
  font-size: 15px;
  line-height: 21px;
  color: #646464;
  margin-bottom: 10px; }
  .message:before, .message:after {
    content: " ";
    display: table; }
  .message:after {
    clear: both; }
  .message .message__message {
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-right: 20%;
    margin-left: 5px; }
    .message .message__message p:last-child {
      margin-bottom: 0; }
  .message ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .message ul li {
      position: relative;
      margin: 0 0 10px;
      padding: 0 0 0 22.5px;
      color: #54C765; }
      .message ul li:after {
        display: block;
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #54C765;
        border-radius: 3px; }
  .message.message--right .message__message {
    margin-right: 5px;
    margin-left: 20%;
    float: right; }
  .message.message--image {
    width: 45%; }
    .message.message--image img {
      display: block;
      margin: 0;
      max-width: 100%;
      height: auto; }
    .message.message--image .message__message {
      font-size: 0;
      line-height: 0;
      padding: 0px;
      overflow: hidden;
      border-bottom-left-radius: 2px; }
  .message.message--question .message__message {
    border-bottom-left-radius: 2px;
    margin-left: 0; }
  .message.message--box {
    width: 100%; }
    .message.message--box .message__message {
      width: 100%;
      border-bottom-left-radius: 2px;
      margin-left: 0;
      margin-right: 0; }
      .message.message--box .message__message:after {
        display: none; }
  .message .message__message {
    background: #F1F1F1;
    color: 646464;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: HelveticaNeueLTPro, "Helvetica Neue", Helvetica; }
  .message.message--right .message__message {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px; }

.message.message--blue .message__message {
  background: #40C0F0;
  color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: HelveticaNeueLTPro, "Helvetica Neue", Helvetica; }

.message.message--blue.message--right .message__message {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px; }

.message.message--blue-outline .message__message {
  background: transparent;
  color: #54C765;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: HelveticaNeueLTPro, "Helvetica Neue", Helvetica; }

.message.message--blue-outline.message--right .message__message {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px; }

.movable {
  position: fixed;
  z-index: 9999;
  right: 70px;
  top: 30%;
  cursor: move; }
  .movable.animated, .movable.animated-out {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .movable.animated {
    animation-name: rollIn; }
  .movable.animated-out {
    animation-name: rollOut; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(120%, 10%, 0) rotate3d(0, 0, 1, 30deg); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes rollOut {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate3d(120%, 10%, 0) rotate3d(0, 0, 1, 30deg); } }

.stats .stats__item {
  padding: 20px;
  text-align: center; }
  .stats .stats__item .stats__item__top {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }

.stats .stats__value {
  display: block;
  font-size: 38px;
  line-height: 30px;
  font-weight: 600; }

.stats .stats__label,
.stats .stats__mutation {
  display: block; }

.stats .stats__label {
  font-size: 16px;
  padding-top: 10px; }

.stats .stats__mutation {
  display: block;
  font-size: 10px;
  text-align: right; }
  .stats .stats__mutation.stats__mutation--positive {
    color: #54C765; }
  .stats .stats__mutation.stats__mutation--negative {
    color: #0998D6; }

.stats.stats--inline {
  display: table;
  width: 100%; }
  .stats.stats--inline .stats__item {
    padding: 0;
    vertical-align: top;
    display: table-cell; }
  .stats.stats--inline .stats__mutation {
    padding-top: 5px;
    text-align: center; }

.user_statistics tr > td:first-child {
  padding-left: 0; }

.user_statistics tr > td:last-child {
  padding-right: 0; }

.user_statistics tr > td.meta {
  padding-top: 0; }

.user_statistics .sub-table {
  display: table;
  width: 100%; }
  .user_statistics .sub-table .list-inline {
    display: table-row; }
    .user_statistics .sub-table .list-inline li {
      display: table-cell;
      width: 30%;
      color: #959595; }
      .user_statistics .sub-table .list-inline li:first-child {
        padding-left: 0; }
      .user_statistics .sub-table .list-inline li:last-child {
        padding-right: 0; }
      .user_statistics .sub-table .list-inline li:nth-child(1), .user_statistics .sub-table .list-inline li:nth-child(3) {
        width: 15%; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

div.progress {
  position: relative;
  overflow: hidden;
  height: 10px;
  border-radius: 2px;
  background: #F5F5F5; }
  div.progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    background-color: #3CB700;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  div.progress.progress--small {
    height: 5px; }

.advance {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-left: 20px;
  border-bottom: 1px solid #EEEEEE;
  padding: 10px; }
  .advance h4 {
    margin-bottom: 5px; }
  .advance p {
    margin-bottom: 0; }
  .advance td {
    padding: 6px; }
  .advance td.title {
    width: 40%; }
  .advance td.progress {
    width: 55%; }
  .advance td.check-icon {
    width: 5%;
    color: #3CB700;
    font-size: 20px;
    text-align: right; }
  .advance .advance__right,
  .advance .advance__left {
    display: table-cell;
    vertical-align: top; }
  .advance .advance__left {
    width: 40%; }
  .advance .advance__right {
    width: 60%; }
  .advance .advance__step {
    position: absolute;
    top: 2px;
    padding-top: 10px;
    font-size: 12px; }
    .advance .advance__step:before {
      position: absolute;
      content: '';
      display: block;
      width: 1px;
      height: 6px;
      background: #7E7E7E;
      top: 2px;
      left: 4px; }
    .advance .advance__step.advance__step--reached .fa, .advance .advance__step.advance__step--reached .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="radio"]:checked + label:after, .advance .advance__step.advance__step--reached .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="radio"]:not(:checked) + label:after, .advance .advance__step.advance__step--reached
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="checkbox"]:checked + label:after, .advance .advance__step.advance__step--reached
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="checkbox"]:not(:checked) + label:after, .advance .advance__step.advance__step--reached
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="radio"]:checked + label:after, .advance .advance__step.advance__step--reached
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="radio"]:not(:checked) + label:after, .advance .advance__step.advance__step--reached
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="checkbox"]:checked + label:after, .advance .advance__step.advance__step--reached
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .advance .advance__step.advance__step--reached input[type="checkbox"]:not(:checked) + label:after, .advance .advance__step.advance__step--reached .nav-tabs > li .tab-close, .nav-tabs > li .advance .advance__step.advance__step--reached .tab-close {
      color: #FFBE00; }
    .advance .advance__step.advance__step--first {
      left: 10%; }
    .advance .advance__step.advance__step--second {
      left: 45%; }
    .advance .advance__step.advance__step--third {
      left: 70%; }
    .advance .advance__step.advance__step--fourth {
      left: 90%; }
  .advance .advance__legend {
    color: #959595;
    position: relative;
    height: 30px; }
    .advance .advance__legend.advance__legend--top .advance__step {
      padding-top: 0;
      padding-bottom: 10px; }
      .advance .advance__legend.advance__legend--top .advance__step:before {
        top: auto;
        bottom: 2px; }
  .advance .advance__group {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .advance .advance__group .advance__progress,
    .advance .advance__group .advance__percentage {
      display: table-cell;
      vertical-align: top; }
    .advance .advance__group .advance__progress {
      width: 80%;
      padding-right: 20px; }
      .advance .advance__group .advance__progress .progress {
        top: 5px;
        margin-bottom: 10px; }
    .advance .advance__group .advance__percentage {
      width: 20%; }
      .advance .advance__group .advance__percentage span {
        font-size: 24px;
        line-height: 20px;
        font-weight: 700; }
  .advance.advance--steps .advance__right,
  .advance.advance--steps .advance__left {
    vertical-align: middle; }
  .advance.advance--small {
    display: block;
    margin-left: 0;
    border-bottom: none;
    padding: 0;
    height: 30px; }
    .advance.advance--small .advance__step {
      position: relative;
      padding-top: 5px;
      display: inline-block; }
      .advance.advance--small .advance__step:before {
        display: none; }
      .advance.advance--small .advance__step .fa, .advance.advance--small .advance__step .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="radio"]:checked + label:after, .advance.advance--small .advance__step .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="radio"]:not(:checked) + label:after, .advance.advance--small .advance__step
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="checkbox"]:checked + label:after, .advance.advance--small .advance__step
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="checkbox"]:not(:checked) + label:after, .advance.advance--small .advance__step
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="radio"]:checked + label:after, .advance.advance--small .advance__step
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="radio"]:not(:checked) + label:after, .advance.advance--small .advance__step
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="checkbox"]:checked + label:after, .advance.advance--small .advance__step
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .advance.advance--small .advance__step input[type="checkbox"]:not(:checked) + label:after, .advance.advance--small .advance__step .nav-tabs > li .tab-close, .nav-tabs > li .advance.advance--small .advance__step .tab-close {
        margin: 0; }
    .advance.advance--small .advance__legend {
      font-size: 10px; }

.calendar {
  width: 100%;
  position: relative; }
  .calendar > div:focus {
    outline: none; }
  .calendar a {
    color: inherit; }
  .calendar table {
    table-layout: fixed;
    width: 100%; }
    .calendar table .fa, .calendar table .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .calendar table input[type="radio"]:checked + label:after, .calendar table .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .calendar table input[type="radio"]:not(:checked) + label:after, .calendar table
    .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .radio-inline.checkbox-inline--check .calendar table input[type="checkbox"]:checked + label:after, .calendar table
    .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .radio-inline.checkbox-inline--check .calendar table input[type="checkbox"]:not(:checked) + label:after, .calendar table
    .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .calendar table input[type="radio"]:checked + label:after, .calendar table
    .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .calendar table input[type="radio"]:not(:checked) + label:after, .calendar table
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
    .checkbox-inline.checkbox-inline--check .calendar table input[type="checkbox"]:checked + label:after, .calendar table
    .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
    .checkbox-inline.checkbox-inline--check .calendar table input[type="checkbox"]:not(:checked) + label:after, .calendar table .nav-tabs > li .tab-close, .nav-tabs > li .calendar table .tab-close {
      padding: 0; }
    .calendar table th,
    .calendar table td {
      padding: 2px;
      text-align: center; }
    .calendar table th {
      padding-top: 7px; }

.uib-datepicker-popup {
  border-radius: 4px;
  margin-bottom: 10px; }

.chart {
  margin-bottom: 20px;
  margin-top: 60px; }
  .chart .chart_chart,
  .chart .ct-chart {
    margin-bottom: 10px; }
  .chart .chart__legend {
    margin-bottom: 10px; }
  .chart .chart__graph {
    margin-bottom: 10px;
    text-align: right; }
    .chart .chart__graph .line {
      display: inline-block;
      margin-left: 20px; }
      .chart .chart__graph .line:before {
        width: 10px;
        height: 10px;
        display: inline-block;
        content: '';
        margin-right: 10px; }
      .chart .chart__graph .line:nth-child(2):before {
        background: #54C765; }
      .chart .chart__graph .line:nth-child(1):before {
        background: #0998D6; }

.sortable .sort {
  display: block;
  opacity: 0;
  color: #959595;
  cursor: move; }
  .sortable .sort:hover {
    color: #54C765; }

.sortable:hover .ce__sort {
  opacity: 1; }

.data-table .row {
  margin-left: -20px;
  margin-right: -20px; }
  .data-table .row > div {
    padding-right: 0;
    padding-left: 0; }

.data-table .inProgress {
  display: none !important; }

.data-table table tbody tr td, .data-table table tbody tr th, .data-table table thead tr td, .data-table table thead tr th {
  padding: 10px 10px; }
  .data-table table tbody tr td:first-child, .data-table table tbody tr th:first-child, .data-table table thead tr td:first-child, .data-table table thead tr th:first-child {
    padding-left: 30px; }
  .data-table table tbody tr td:last-child, .data-table table tbody tr th:last-child, .data-table table thead tr td:last-child, .data-table table thead tr th:last-child {
    padding-right: 30px; }

.data-table table tbody tr th:last-child, .data-table table tbody tr td:last-child, .data-table table thead tr th:last-child, .data-table table thead tr td:last-child {
  text-align: right; }

.data-table table tbody tr th:nth-child(2), .data-table table tbody tr td:nth-child(2), .data-table table thead tr th:nth-child(2), .data-table table thead tr td:nth-child(2) {
  text-align: left; }

.data-table table thead tr th {
  padding: 10px; }
  .data-table table thead tr th span {
    line-height: 30px; }

.data-table table tbody tr {
  cursor: pointer; }
  .data-table table tbody tr:hover td {
    background: #F5F5F5; }
  .data-table table tbody tr td {
    border-bottom: 1px solid #F5F5F5; }
    .data-table table tbody tr td.data-table__check-col {
      width: 14px; }
      .data-table table tbody tr td.data-table__check-col div {
        width: 14px; }
      .data-table table tbody tr td.data-table__check-col .fa, .data-table table tbody tr td.data-table__check-col .radio-inline.checkbox-inline--check input[type="radio"]:checked + label:after, .radio-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="radio"]:checked + label:after, .data-table table tbody tr td.data-table__check-col .radio-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after, .radio-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="radio"]:not(:checked) + label:after, .data-table table tbody tr td.data-table__check-col
      .radio-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .radio-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="checkbox"]:checked + label:after, .data-table table tbody tr td.data-table__check-col
      .radio-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .radio-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="checkbox"]:not(:checked) + label:after, .data-table table tbody tr td.data-table__check-col
      .checkbox-inline.checkbox-inline--check input[type="radio"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="radio"]:checked + label:after, .data-table table tbody tr td.data-table__check-col
      .checkbox-inline.checkbox-inline--check input[type="radio"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="radio"]:not(:checked) + label:after, .data-table table tbody tr td.data-table__check-col
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:checked + label:after,
      .checkbox-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="checkbox"]:checked + label:after, .data-table table tbody tr td.data-table__check-col
      .checkbox-inline.checkbox-inline--check input[type="checkbox"]:not(:checked) + label:after,
      .checkbox-inline.checkbox-inline--check .data-table table tbody tr td.data-table__check-col input[type="checkbox"]:not(:checked) + label:after, .data-table table tbody tr td.data-table__check-col .nav-tabs > li .tab-close, .nav-tabs > li .data-table table tbody tr td.data-table__check-col .tab-close {
        margin: 0;
        color: #54C765; }

.data-table [name="udt-toolbar"] .btn-group {
  display: inline-block;
  margin: 0 3px; }

.data-table [name="udt-toolbar"] [name="udt-toolbar-pagination"] .pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
  .data-table [name="udt-toolbar"] [name="udt-toolbar-pagination"] .pagination li {
    display: inline-block;
    padding: 0 5px; }

.data-table .btn, .data-table .navbar-nav.navbar-nav--buttons > li > a {
  background: transparent; }

.udt-toolbar {
  margin-bottom: 10px;
  float: right; }

/*# sourceMappingURL=application.css.map */