@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

/*******************************************************************************
 *
 * Theme Override
 *
 * JUST FOR SCSS VARIABLES
 *
 * these will be defined first so they became the defatult values
 *
*******************************************************************************/
/* workarround for missing imports; these need to be included in the "real" applicaiton
@import url("https://fonts.google.com/specimen/Montserrat?selection.family=Montserrat:400,300,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: content-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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #3BAA8A;
  text-decoration: none; }
  a:hover, a:focus {
    color: #27715c;
    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.42857;
  background-color: #fff;
  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: "Roboto", "Arial", sans-serif;
  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: 36px; }

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

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

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

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: #3BAA8A; }

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

.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: #3BAA8A; }

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

.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.42857; }

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.42857;
    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.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.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: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .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 #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .ember-power-select-trigger {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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:focus, .ember-power-select-trigger:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .ember-power-select-trigger::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .ember-power-select-trigger:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .ember-power-select-trigger::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .ember-power-select-trigger::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .ember-power-select-trigger[disabled], .form-control[readonly], .ember-power-select-trigger[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .ember-power-select-trigger {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .ember-power-select-trigger[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .ember-power-select-trigger {
    cursor: not-allowed; }

textarea.form-control, textarea.ember-power-select-trigger {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.ember-power-select-trigger[type="date"],
  input[type="time"].form-control,
  input.ember-power-select-trigger[type="time"],
  input[type="datetime-local"].form-control,
  input.ember-power-select-trigger[type="datetime-local"],
  input[type="month"].form-control,
  input.ember-power-select-trigger[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.ember-power-select-trigger[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.ember-power-select-trigger[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.ember-power-select-trigger[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.ember-power-select-trigger[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.ember-power-select-trigger[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.ember-power-select-trigger[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.ember-power-select-trigger[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.ember-power-select-trigger[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.ember-power-select-trigger,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.ember-power-select-trigger,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .ember-power-select-trigger,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.ember-power-select-trigger,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.ember-power-select-trigger,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.ember-power-select-trigger[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .ember-power-select-trigger {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.ember-power-select-trigger {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.ember-power-select-trigger,
.form-group-sm select[multiple].form-control,
.form-group-sm select.ember-power-select-trigger[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .ember-power-select-trigger,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.ember-power-select-trigger,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.ember-power-select-trigger,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.ember-power-select-trigger[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .ember-power-select-trigger {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.ember-power-select-trigger {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.ember-power-select-trigger,
.form-group-lg select[multiple].form-control,
.form-group-lg select.ember-power-select-trigger[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .ember-power-select-trigger {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .ember-power-select-trigger + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .ember-power-select-trigger + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .ember-power-select-trigger + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .ember-power-select-trigger + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .ember-power-select-trigger {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .ember-power-select-trigger:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .ember-power-select-trigger {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .ember-power-select-trigger:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .ember-power-select-trigger {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .ember-power-select-trigger:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .ember-power-select-trigger {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .ember-power-select-trigger {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .ember-power-select-trigger {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #3BAA8A;
  border-color: #34977b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2e846b;
    border-color: #14382e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2e846b;
    border-color: #256a56; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e846b;
    border-color: #256a56; }
    .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 {
      color: #fff;
      background-color: #256a56;
      border-color: #14382e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.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 {
    background-color: #3BAA8A;
    border-color: #34977b; }
  .btn-primary .badge {
    color: #3BAA8A;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #3BAA8A;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #27715c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  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: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

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

.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.42857;
  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; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .ember-power-select-trigger {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .ember-power-select-trigger:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .ember-power-select-trigger {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .ember-power-select-trigger:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .ember-power-select-trigger:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .ember-power-select-trigger:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3BAA8A; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3BAA8A; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .ember-power-select-trigger {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .ember-power-select-trigger {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .ember-power-select-trigger {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #FFF; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #FFF; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #FFF; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #FFF; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #3BAA8A;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #27715c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #3BAA8A;
    border-color: #3BAA8A;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #3BAA8A; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2e846b; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #3BAA8A;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3BAA8A; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-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; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3BAA8A;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3BAA8A;
  border-color: #3BAA8A; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c6ebe0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #3BAA8A; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #3BAA8A;
    border-color: #3BAA8A; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3BAA8A; }
    .panel-primary > .panel-heading .badge {
      color: #3BAA8A;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3BAA8A; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.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 {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 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; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .btn.btn-xs-icon .btn-text {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs, .btn.btn-xs-icon .btn-text {
    display: block !important; }
  table.visible-xs, .btn.btn-xs-icon table.btn-text {
    display: table !important; }
  tr.visible-xs, .btn.btn-xs-icon tr.btn-text {
    display: table-row !important; }
  th.visible-xs, .btn.btn-xs-icon th.btn-text,
  td.visible-xs,
  .btn.btn-xs-icon td.btn-text {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/***********************************************************************************************************************
 *
 * Bootstrap override
 *
 **********************************************************************************************************************/
/*
 * CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
 *
 * Author: Marc van Nieuwenhuijzen * Company: WebVakman
 * Site: WebVakman.nl
 *	
 */
.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block, .visible-xl {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    width: 1570px; }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl, td.visible-xl {
    display: table-cell !important; }
  .visible-xl-block {
    display: block !important; }
  .visible-xl-inline {
    display: inline !important; }
  .visible-xl-inline-block {
    display: inline-block !important; }
  .hidden-xl {
    display: none !important; } }

.input-group-addon:first-child {
  min-width: 120px; }

.input-group-addon.small {
  min-width: inherit; }

.label-lg {
  font-size: 11px; }

.alert-slim {
  padding: 7px;
  margin-bottom: 0px;
  margin-left: 5px; }

.alert-warning {
  color: #ba6d3b; }

fieldset.modal-footer {
  padding: 15px 0 10px 0;
  margin-top: 20px; }

.navbar.navbar-fixed-top .navbar-right {
  float: right; }

.input-group-addon:first-child {
  min-width: auto; }

/*
 * Overrided varialbes
 */
/*
// Basic Colors
//$navy: #1ab394;       // Primary color
$dark-gray: #c2c2c2;  // Default color
$blue: #1c84c6;       // Success color
$lazur: #23c6c8;      // Info color
$yellow: #f8ac59;     // Warning color
$red: #ED5565;        // Danger color

// Various colors
$text-color: #676a6c;   // Body text
$gray: #f3f3f4;         // Background wrapper color
$light-gray: #D1DADE;   // Default label, badge
$label-badge-color: #5E5E5E;
$light-blue:#f3f6fb;

// Spiner color and margin
$spin-color: $navy;
$spin-margin: 0 auto;


// IBOX colors ( default panel colors)
$border-color: #e7eaec;     // IBox border
$ibox-title-bg:#ffffff;     // IBox Background header
$ibox-content-bg:#ffffff;   // IBox Background content

//Sidebar width
$sidebar-width: 220px;

// Boxed layout width
$boxed-width: 1200px;
$boxed-background: url('patterns/shattered.png');

//Border radius for buttons
$btn-border-radius: 3px;

//Navigation
$nav-bg: #2F4050;
$nav-profile-pattern: url("patterns/header-profile.png");
$nav-text-color: #a7b1c2;
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 100; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600; }

.nav > li > a {
  color: #FFF;
  font-weight: 600;
  padding: 14px 20px 14px 25px; }

/* LMP
.nav.navbar-right > li > a {
  color: #999c9e;
}
*/
.nav > li.active > a {
  color: #ffffff; }

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #fff; }

.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
  background-color: transparent; }

.nav > li > a i {
  margin-right: 6px; }

.navbar {
  border: 0; }

.navbar-default {
  background-color: transparent;
  border-color: #2F4050; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 40px; }

.body-small .navbar-top-links li:last-child {
  margin-right: 0; }

.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px; }

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000; }

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal; }

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

.dropdown-menu > li > a.font-bold {
  font-weight: 600; }

.navbar-top-links .dropdown-menu li {
  display: block; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

.dropdown-messages, .dropdown-alerts {
  padding: 10px 10px 10px 10px; }

.dropdown-messages li a, .dropdown-alerts li a {
  font-size: 12px; }

.dropdown-messages li em, .dropdown-alerts li em {
  font-size: 10px; }

.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px; }

.nav-header {
  padding: 33px 25px;
  background-color: #2F4050;
  background-image: url("patterns/header-profile.png"); }

.pace-done .nav-header {
  transition: all 0.4s; }

ul.nav-second-level {
  background: #293846; }

.nav > li.active {
  border-left: 4px solid #38a284;
  background: #293846; }

.nav.nav-second-level > li.active {
  border: none; }

.nav.nav-second-level.collapse[style] {
  height: auto !important; }

.nav-header a {
  color: #DFE4ED; }

.nav-header .text-muted {
  color: #8095a8; }

.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left; }

.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: block; }

.navbar-form-custom .form-group {
  margin-bottom: 0; }

.nav.navbar-top-links a {
  font-size: 14px; }

.navbar-form-custom .form-control, .navbar-form-custom .ember-power-select-trigger {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000; }

.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px; }

.arrow {
  float: right; }

.fa.arrow:before {
  content: "\f104"; }

.active > a > .fa.arrow:before {
  content: "\f107"; }

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important; }

.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px; }

.nav-third-level li a {
  padding-left: 62px; }

.nav-second-level li:last-child {
  margin-bottom: 10px; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto; }

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px; }

.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.mini-navbar .nav .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px; }

.canvas-menu.mini-navbar .nav-second-level {
  background: #293846; }

.mini-navbar li.active .nav-second-level {
  left: 65px; }

.navbar-default .special_link a {
  background: #3BAA8A;
  color: white; }

.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white; }

.navbar-default .special_link a span.label {
  background: #fff;
  color: #3BAA8A; }

.navbar-default .landing_link a {
  background: #3fb593;
  color: white; }

.navbar-default .landing_link a:hover {
  background: #3BAA8A !important;
  color: white; }

.navbar-default .landing_link a span.label {
  background: #fff;
  color: #3fb593; }

.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0; }

.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030; }

.navbar-fixed-top, .navbar-static-top {
  background: #f3f3f4; }

.fixed-nav #wrapper {
  margin-top: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default; }

.nav.nav-tabs li {
  background: none;
  border: none; }

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 42px; }

body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0; }

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px; }

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px; }

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0; }

body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0; }

body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0; }

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px; }

.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.body-small .navbar-fixed-top {
  margin-left: 0; }

body.mini-navbar .navbar-static-side {
  width: 70px; }

/* TODO LP */
body.mini-navbar .profile-element, body.mini-navbar .nav-label {
  display: none; }

body.canvas-menu .profile-element {
  display: block; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none; }

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px; }

body.mini-navbar .logo-element {
  display: block; }

body.canvas-menu .logo-element {
  display: none; }

body.mini-navbar .nav-header {
  padding: 0;
  background-color: #3BAA8A; }

body.canvas-menu .nav-header {
  padding: 33px 25px; }

body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px; }

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important; }

body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0; }

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%; }

body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0; }

body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0; }

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 220px; }

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px; }

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px; }

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px; }

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px; }

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline; }

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block; }

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0; }

body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none; }

body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px; }

.top-navigation #page-wrapper {
  margin-left: 0; }

.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #3BAA8A;
  font-weight: bold; }

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
  background: #fff; }

.top-navigation .navbar {
  margin-bottom: 0; }

.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c; }

.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  background: #fff;
  color: #3BAA8A; }

.top-navigation .nav > li.active {
  background: #fff;
  border: none; }

.top-navigation .nav > li.active > a {
  color: #3BAA8A; }

.top-navigation .navbar-right {
  margin-right: 10px; }

.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec; }

.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px; }

.navbar .dropdown-menu {
  margin-top: 0; }

.top-navigation .navbar-brand {
  background: #3BAA8A;
  color: #fff;
  padding: 15px 25px; }

.top-navigation .navbar-top-links li:last-child {
  margin-right: 0; }

.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0; }

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
  margin-top: 42px; }

.top-navigation .footer.fixed {
  margin-left: 0 !important; }

.top-navigation .wrapper.wrapper-content {
  padding: 40px; }

.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0; }

.navbar-toggle {
  background-color: #3BAA8A;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px; }

.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px; }

@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none; } }

.menu-visible-lg, .menu-visible-md {
  display: none !important; }

@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important; } }

@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important; } }

@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important; }
  .menu-visible-lg {
    display: block !important; } }

.btn {
  border-radius: 3px; }

.float-e-margins .btn {
  margin-bottom: 5px; }

.btn-w-m {
  min-width: 120px; }

.btn-primary.btn-outline {
  color: #3BAA8A; }

.btn-success.btn-outline {
  color: #1c84c6; }

.btn-info.btn-outline {
  color: #23c6c8; }

.btn-warning.btn-outline {
  color: #f8ac59; }

.btn-danger.btn-outline {
  color: #ED5565; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff; }

.btn-primary {
  background-color: #3BAA8A;
  border-color: #3BAA8A;
  color: #FFFFFF; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
  background-color: #308c71;
  border-color: #308c71;
  color: #FFFFFF; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #40b996;
  border-color: #40b996; }

.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #FFFFFF; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #FFFFFF; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8; }

.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9; }

.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #cacaca; }

.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d; }

.btn-danger {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #FFFFFF; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776; }

.btn-link {
  color: inherit; }

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #3BAA8A;
  text-decoration: none; }

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  background-image: none; }

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: #cacaca; }

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2; }

.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none; }

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  color: #cacaca; }

.form-control, .ember-power-select-trigger, .form-control:focus, .ember-power-select-trigger:focus, .has-error .form-control:focus, .has-error .ember-power-select-trigger:focus, .has-success .form-control:focus, .has-success .ember-power-select-trigger:focus, .has-warning .form-control:focus, .has-warning .ember-power-select-trigger:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .ember-power-select-trigger:focus, .navbar-form-custom .form-control:hover, .navbar-form-custom .ember-power-select-trigger:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-rounded {
  border-radius: 50px; }

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px; }

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important; }

button.dim:active {
  top: 3px; }

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #339378, 0 5px 0 0 #339378, 0 10px 5px #999; }

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #339378, 0 2px 0 0 #339378, 0 5px 3px #999; }

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999; }

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999; }

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999; }

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999; }

button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999; }

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999; }

button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999; }

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999; }

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999; }

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999; }

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px; }

button.dim:active:before {
  top: 7px;
  font-size: 50px; }

.btn:focus {
  outline: none !important; }

.label {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none; }

.badge {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none; }

.label-primary, .badge-primary {
  background-color: #3BAA8A;
  color: #FFFFFF; }

.label-success, .badge-success {
  background-color: #1c84c6;
  color: #FFFFFF; }

.label-warning, .badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF; }

.label-warning-light, .badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff; }

.label-danger, .badge-danger {
  background-color: #ED5565;
  color: #FFFFFF; }

.label-info, .badge-info {
  background-color: #23c6c8;
  color: #FFFFFF; }

.label-inverse, .badge-inverse {
  background-color: #262626;
  color: #FFFFFF; }

.label-white, .badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E; }

.label-white, .badge-disable {
  background-color: #2A2E36;
  color: #8B91A0; }

/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #3BAA8A;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3BAA8A;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #3BAA8A;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
  background-color: #919191; }

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  border-color: #919191; }

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative; }

/* Tags Input Plugin */
.bootstrap-tagsinput {
  border: 1px solid #e5e6e7;
  box-shadow: none; }

/* PAGINATIN */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2; }

.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none; }

/* TOOLTIPS */
.tooltip-inner {
  background-color: #2F4050; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050; }

.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050; }

.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050; }

/* EASY PIE CHART*/
.easypiechart {
  position: relative;
  text-align: center; }

.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block; }

.easypiechart canvas {
  top: 0;
  left: 0; }

.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1; }

.easypiechart img {
  margin-top: -4px; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none; }

.fc-state-default {
  border: 1px solid; }

.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap; }

.fc-state-active {
  background-color: #3BAA8A;
  border-color: #3BAA8A;
  color: #ffffff; }

.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit; }

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal; }

.fc-border-separate tbody {
  background-color: #F8F8F8; }

.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3; }

.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px; }

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px; }

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #3BAA8A;
  /* background color */
  border-color: #3BAA8A;
  /* border color */ }

.fc-event-time, .fc-event-title {
  color: #717171;
  padding: 0 1px; }

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
  color: #fff; }

/* Chat */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec; }

.chat-element:first-child {
  margin-top: 0; }

.chat-element {
  padding-bottom: 15px; }

.chat-element, .chat-element .media {
  margin-top: 15px; }

.chat-element, .media-body {
  overflow: hidden; }

.chat-element .media-body {
  display: block;
  width: auto; }

.chat-element > .pull-left {
  margin-right: 10px; }

.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.chat-element .actions {
  margin-top: 10px; }

.chat-element .photos {
  margin: 10px 0; }

.right.chat-element > .pull-right {
  margin-left: 10px; }

.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px; }

.chat li .chat-body p {
  margin: 0;
  color: #777777; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

/* LIST GROUP */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #3BAA8A;
  border-color: #3BAA8A;
  color: #FFFFFF;
  z-index: 2; }

.list-group-item-heading {
  margin-top: 10px; }

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit; }

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.no-padding .list-group {
  margin-bottom: 0; }

.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative; }

.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px; }

.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important; }

.elements-list .list-group {
  margin-bottom: 0; }

.elements-list a {
  color: inherit; }

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  border-radius: 0; }

.elements-list li.active {
  transition: none; }

.element-detail-box {
  padding: 25px; }

/* FLOT CHART  */
.flot-chart {
  display: block;
  height: 200px; }

.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px; }

.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto; }

.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px; }

.jqsfield {
  color: white;
  text-align: left; }

.fh-150 {
  height: 150px; }

.fh-200 {
  height: 200px; }

.h-150 {
  min-height: 150px; }

.h-200 {
  min-height: 200px; }

.h-300 {
  min-height: 300px; }

.w-150 {
  min-width: 150px; }

.w-200 {
  min-width: 200px; }

.w-300 {
  min-width: 300px; }

.legendLabel {
  padding-left: 5px; }

.stat-list li:first-child {
  margin-top: 0; }

.stat-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.stat-percent {
  float: right; }

.stat-list li {
  margin-top: 15px;
  position: relative; }

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper {
  padding-bottom: 30px; }

.dataTables_length {
  float: left; }

.dataTables_filter label {
  margin-right: 5px; }

.html5buttons {
  float: right; }

.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px; }
  .html5buttons a:hover, .html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2; }

div.dt-button-info {
  z-index: 100; }

@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px; }
  .dataTables_length {
    float: none; } }

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

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

/* ANIMATION */
.css-animation-box h1 {
  font-size: 44px; }

.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px; }

#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px; }

.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px; }

.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px; }

.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px; }

.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase; }

/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #3BAA8A;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace-inactive {
  display: none; }

/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px; }

.widget.style1 h2 {
  font-size: 30px; }

.widget h2, .widget h3 {
  margin-top: 5px;
  margin-bottom: 0; }

.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff; }

.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px; }

.widget .flot-chart {
  height: 100px; }

.vertical-align div {
  display: inline-block;
  vertical-align: middle; }

.vertical-align h2, .vertical-align h3 {
  margin: 0; }

.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.todo-list.small-list {
  font-size: 12px; }

.todo-list.small-list > li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px; }

.todo-list.small-list .btn-xs, .todo-list.small-list .btn-group-xs > .btn, .todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px; }

.todo-list > li {
  background: #f3f3f4;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px; }

.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px; }

.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px; }

.check-link {
  font-size: 16px; }

.todo-completed {
  text-decoration: line-through; }

.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0; }

.glyphicon.fa {
  font-family: "FontAwesome"; }

/* INPUTS */
.inline {
  display: inline-block !important; }

.input-s-sm {
  width: 120px; }

.input-s {
  width: 200px; }

.input-s-lg {
  width: 250px; }

.i-checks {
  padding-left: 0; }

.form-control, .ember-power-select-trigger, .single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px; }

.form-control:focus, .ember-power-select-trigger:focus, .single-line:focus {
  border-color: #3BAA8A; }

.has-success .form-control, .has-success .ember-power-select-trigger, .has-success .form-control:focus, .has-success .ember-power-select-trigger:focus {
  border-color: #3BAA8A; }

.has-warning .form-control, .has-warning .ember-power-select-trigger, .has-warning .form-control:focus, .has-warning .ember-power-select-trigger:focus {
  border-color: #f8ac59; }

.has-error .form-control, .has-error .ember-power-select-trigger, .has-error .form-control:focus, .has-error .ember-power-select-trigger:focus {
  border-color: #ED5565; }

.has-success .control-label {
  color: #3BAA8A; }

.has-warning .control-label {
  color: #f8ac59; }

.has-error .control-label {
  color: #ED5565; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center; }

.spinner-buttons.input-group-btn .btn-xs, .spinner-buttons.input-group-btn .btn-group-xs > .btn {
  line-height: 1.13; }

.spinner-buttons.input-group-btn {
  width: 20%; }

.noUi-connect {
  background: none repeat scroll 0 0 #3BAA8A;
  box-shadow: none; }

.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ED5565;
  box-shadow: none; }

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move; }

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec; }

.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important; }

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1AB394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

/* jqGrid */
.ui-jqgrid {
  -moz-box-sizing: content-box; }

.ui-jqgrid-btable {
  border-collapse: separate; }

.ui-jqgrid-htable {
  border-collapse: separate; }

.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em; }

.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid; }

.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit; }

.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-widget-content {
  box-sizing: content-box; }

.ui-icon-triangle-1-n {
  background-position: 1px -16px; }

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f2fbff; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px; }

.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto; }

.ui-jqgrid .ui-pager-control {
  position: relative; }

.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative; }

.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0; }

.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0; }

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px; }

.ui-jqgrid .form-control, .ui-jqgrid .ember-power-select-trigger {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px; }

.ui-jqgrid-pager {
  height: 32px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0; }

.ui-widget-content {
  border: 1px solid #ddd; }

.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0; }

.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd; }

.ui-jqgrid tr.jqgrow td {
  padding: 6px; }

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px; }

.ui-jqdialog .ui-jqdialog-title {
  float: none !important; }

.ui-jqdialog > .ui-resizable-se {
  position: absolute; }

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 30px; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-handle span {
  font-weight: bold; }

.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold; }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
  content: '-'; }

#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1; }

#nestable2 .dd-item > button:before {
  content: "\f067"; }

#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068"; }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }

#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0; }

#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px; }

#nestable2 span.label {
  margin-right: 10px; }

#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto; }

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

/* Google Maps */
.google-map {
  height: 300px; }

/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px; }

.form-control.error, .error.ember-power-select-trigger {
  border: 1px dotted #cc5965; }

/* ngGrid */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px; }

.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px; }

.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  border-right: none; }

.ngTopPanel {
  background: #F5F5F6; }

.ngRow.even {
  background: #f9f9f9; }

.ngRow.selected {
  background: #EBF2F1; }

.ngRow {
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  background-color: transparent; }

.ngHeaderCell {
  border-right: none; }

/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important; }

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em; }

#toast-container > .toast-warning:before {
  content: "\f0e7"; }

#toast-container > .toast-error:before {
  content: "\f071"; }

#toast-container > .toast-info:before {
  content: "\f005"; }

#toast-container > .toast-success:before {
  content: "\f00C"; }

#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

.toast {
  background-color: #3BAA8A; }

.toast-success {
  background-color: #3BAA8A; }

.toast-error {
  background-color: #ED5565; }

.toast-info {
  background-color: #23c6c8; }

.toast-warning {
  background-color: #f8ac59; }

.toast-top-full-width {
  margin-top: 20px; }

.toast-bottom-full-width {
  margin-bottom: 20px; }

/* Notifie */
.cg-notify-message.universe-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit; }

.universe-notify.alert-warning {
  border-left: 6px solid #f8ac59; }

.universe-notify.alert-success {
  border-left: 6px solid #1c84c6; }

.universe-notify.alert-danger {
  border-left: 6px solid #ED5565; }

.universe-notify.alert-info {
  border-left: 6px solid #3BAA8A; }

/* Image cropper style */
.img-container, .img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%; }

.img-preview-sm {
  height: 130px;
  width: 200px; }

/* Forum styles  */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1; }

.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px; }

.forum-avatar .img-circle {
  height: 48px;
  width: 48px; }

.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center; }

.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1; }

.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1; }

.forum-post-container .media-body .photos {
  margin: 10px 0; }

.forum-photo {
  max-width: 140px;
  border-radius: 3px; }

.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px; }

.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px; }

.mid-icon {
  font-size: 66px; }

.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1; }

.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400; }

.forum-container, .forum-post-container {
  padding: 30px !important; }

.forum-item small {
  color: #999; }

.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px; }

.forum-title {
  margin: 15px 0 15px 0; }

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

.forum-desc {
  color: #999; }

.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center; }

a.forum-item-title {
  display: block;
  font-size: 18px;
  font-weight: 600; }

/* LMP
a.forum-item-title:hover {
  color: inherit;
}
*/
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b; }

.forum-item.active .fa {
  color: #3BAA8A; }

.forum-item.active a.forum-item-title {
  color: #3BAA8A; }

@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none; }
  .forum-desc {
    float: none !important; } }

/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1; }

.vertical-timeline-content .btn {
  float: right; }

#vertical-timeline.light-timeline:before {
  background: #e7eaec; }

.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5; }

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5; }

@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em; }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px; } }

@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent; } }

.vertical-timeline-block {
  position: relative;
  margin: 2em 0; }

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-block:first-child {
  margin-top: 0; }

.vertical-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0; }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0; }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0; } }

.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center; }

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px; }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px; }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden; } }

.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em; }

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px; }

.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500; }

.vertical-date small {
  color: #3BAA8A;
  font-weight: 400; }

.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px; }
  .vertical-timeline-content p {
    font-size: 13px; } }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }
  .center-orientation .vertical-timeline-content .btn {
    float: left; }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px; }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right; }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right; }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden; } }

/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative; }

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff; }

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec; }

.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent; }

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0; }

.tabs-container .tabs-left .panel-body {
  position: static; }

.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
  width: 20%; }

.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }

.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none; }

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block; }

.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec; }

.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none; }

.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff; }

.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px; }

.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  z-index: 1; }

@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important; }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0; } }

/* jsvectormap */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #3BAA8A;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
  color: #3BAA8A !important; }

/* Payments */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec; }

.payment-icon-big {
  font-size: 60px;
  color: #D1DADE; }

.payments-method.panel-group .panel + .panel {
  margin-top: -1px; }

.payments-method .panel-heading {
  padding: 15px; }

.payments-method .panel {
  border-radius: 0; }

.payments-method .panel-heading h5 {
  margin-bottom: 5px; }

.payments-method .panel-heading i {
  font-size: 26px; }

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec; }

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3BAA8A; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3BAA8A; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e7eaec; }

.select2-dropdown {
  border-color: #e7eaec; }
  .select2-dropdown input:focus {
    outline: none; }

.select2-selection {
  outline: none; }

.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #3BAA8A; }

/* Tour */
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit; }

.tour-step-backdrop {
  z-index: 2101; }

.tour-backdrop {
  z-index: 2100;
  opacity: .7; }

.popover[class*=tour-] {
  z-index: 2100; }

body.tour-open .animated {
  animation-fill-mode: initial; }

/* Resizable */
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden; }

.resizable-panels .ibox .ibox-content, .resizable-panels .ibox .filters-panel {
  height: calc(100% - 49px); }

.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4); }

/* Wizard step fix */
.wizard > .content > .body {
  position: relative; }

/* PDF js style */
.pdf-toolbar {
  max-width: 600px;
  margin: 0 auto; }

/* Dropzone */
.dropzone {
  min-height: 140px;
  border: 1px dashed #3BAA8A;
  background: white;
  padding: 20px 20px; }
  .dropzone .dz-message {
    font-size: 16px; }

/* Activity stream */
.stream {
  position: relative;
  padding: 10px 0; }
  .stream:first-child .stream-badge:before {
    top: 10px; }
  .stream:last-child .stream-badge:before {
    height: 30px; }
  .stream .stream-badge {
    width: 50px; }
    .stream .stream-badge i {
      border: 1px solid #e7eaec;
      border-radius: 50%;
      padding: 6px;
      color: #808486;
      position: absolute;
      background-color: #ffffff;
      left: 8px; }
      .stream .stream-badge i.fa-circle {
        color: #ced0d1; }
      .stream .stream-badge i.bg-success {
        color: #ffffff;
        background-color: #1c84c6;
        border-color: #1c84c6; }
      .stream .stream-badge i.bg-primary {
        color: #ffffff;
        background-color: #3BAA8A;
        border-color: #3BAA8A; }
      .stream .stream-badge i.bg-warning {
        color: #ffffff;
        background-color: #f8ac59;
        border-color: #f8ac59; }
      .stream .stream-badge i.bg-info {
        color: #ffffff;
        background-color: #23c6c8;
        border-color: #23c6c8; }
      .stream .stream-badge i.bg-danger {
        color: #ffffff;
        background-color: #ED5565;
        border-color: #ED5565; }
    .stream .stream-badge:before {
      content: '';
      width: 1px;
      background-color: #e7eaec;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px; }
  .stream .stream-info {
    font-size: 12px;
    margin-bottom: 5px; }
    .stream .stream-info img {
      border-radius: 50%;
      width: 18px;
      height: 18px;
      margin-right: 2px;
      margin-top: -4px; }
    .stream .stream-info .date {
      color: #9a9d9f;
      font-size: 80%; }
  .stream .stream-panel {
    margin-left: 55px; }

.stream-small {
  margin: 10px 0; }
  .stream-small .label {
    padding: 2px 6px;
    margin-right: 2px; }

body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden; }

body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%; }

#page-wrapper {
  min-height: auto; }

body.boxed-layout {
  background: url("patterns/shattered.png"); }

body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important; }

.block {
  display: block; }

.clear {
  display: block;
  overflow: hidden; }

a {
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none; }

.border-bottom {
  border-bottom: 1px solid #e7eaec !important; }

.font-bold {
  font-weight: 600; }

.font-normal {
  font-weight: 400; }

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

.font-italic {
  font-style: italic; }

.b-r {
  border-right: 1px solid #e7eaec; }

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0; }

.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px; }

video {
  width: 100% !important;
  height: auto !important; }

/* GALLERY */
.gallery > .row > div {
  margin-bottom: 15px; }

.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%; }

/* Summernote text editor  */
.note-editor {
  height: auto !important; }

.note-editor.fullscreen {
  z-index: 2050; }

.note-editor.note-frame.fullscreen {
  z-index: 2020; }

.note-editor.note-frame .note-editing-area .note-editable {
  color: #676a6c;
  padding: 15px; }

.note-editor.note-frame {
  border: none; }

.note-editor.panel {
  margin-bottom: 0; }

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative; }

.modal-dialog {
  z-index: 2200; }

.modal-body {
  padding: 20px 30px 30px 30px; }

.inmodal .modal-body {
  background: #f8fafb; }

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center; }

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.inmodal .modal-title {
  font-size: 26px; }

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3; }

.modal-footer {
  margin-top: 0; }

/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow-x: hidden; }

.wrapper {
  padding: 0 20px; }

.wrapper-content {
  padding: 20px 10px 40px; }

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px; } }

.title-action {
  text-align: right;
  padding-top: 30px; }

.ibox-content h1, .filters-panel h1, .ibox-content h2, .filters-panel h2, .ibox-content h3, .filters-panel h3, .ibox-content h4, .filters-panel h4, .ibox-content h5, .filters-panel h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px; }

ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0; }

.big-icon {
  font-size: 160px !important;
  color: #e5e6e7; }

/* FOOTER */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0; }

.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 220px; }

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px; }

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important; }

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px; }

body.body-small .footer.fixed {
  margin-left: 0; }

/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px; }

.panel-heading h1, .panel-heading h2 {
  margin-bottom: 5px; }

/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7; }

.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top; }

/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0; }

.blank-panel .panel-heading {
  padding-bottom: 0; }

.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #676a6c; }

.ui-tab .tab-content {
  padding: 20px 0; }

/* GLOBAL  */
.no-padding {
  padding: 0 !important; }

.no-borders {
  border: none !important; }

.no-margins {
  margin: 0 !important; }

.no-top-border {
  border-top: 0 !important; }

.ibox-content.text-box, .text-box.filters-panel {
  padding-bottom: 0;
  padding-top: 15px; }

.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec; }

.border-top-bottom {
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec; }

.border-left {
  border-left: 1px solid #e7eaec; }

.border-right {
  border-right: 1px solid #e7eaec; }

.border-top {
  border-top: 1px solid #e7eaec; }

.border-bottom {
  border-bottom: 1px solid #e7eaec; }

.border-size-sm {
  border-width: 3px; }

.border-size-md {
  border-width: 6px; }

.border-size-lg {
  border-width: 9px; }

.border-size-xl {
  border-width: 12px; }

.full-width {
  width: 100% !important; }

.link-block {
  font-size: 12px;
  padding: 10px; }

.nav.navbar-top-links .link-block a {
  font-size: 12px; }

.link-block a {
  font-size: 10px;
  color: inherit; }

body.mini-navbar .branding {
  display: none; }

img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%; }

.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #3BAA8A; }

.login-panel {
  margin-top: 25%; }

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c; }

.icons-box .infont a {
  color: #a6a8a9; }

.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block; }

.ui-draggable .ibox-title {
  cursor: move; }

.breadcrumb {
  padding: 0;
  margin-bottom: 0; }

.breadcrumb > li a {
  color: inherit; }

.breadcrumb > .active {
  color: inherit; }

code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox.collapsed .ibox-content, .ibox.collapsed .filters-panel {
  display: none; }

.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078"; }

.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077"; }

.ibox:after, .ibox:before {
  display: table; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px; }

.ibox-content, .filters-panel {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

table.table-mail tr td {
  padding: 12px; }

.table-mail .check-mail {
  padding-left: 20px; }

.table-mail .mail-date {
  padding-right: 20px; }

.star-mail, .check-mail {
  width: 40px; }

.unread td a, .unread td {
  font-weight: 600;
  color: inherit; }

.read td a, .read td {
  font-weight: normal;
  color: inherit; }

.unread td {
  background-color: #f9f8f8; }

.ibox-content, .filters-panel {
  clear: both; }

.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none; }

.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left; }

.ibox-title .label {
  float: left;
  margin-left: 4px; }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right; }

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4; }

.ibox-tools a.btn-primary {
  color: #fff; }

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px; }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0; }

/* BACKGROUNDS */
.gray-bg, .bg-muted {
  background-color: #f3f3f4; }

.white-bg {
  background-color: #ffffff; }

.blue-bg, .bg-success {
  background-color: #1c84c6;
  color: #ffffff; }

.navy-bg, .bg-primary {
  background-color: #3BAA8A;
  color: #ffffff; }

.lazur-bg, .bg-info {
  background-color: #23c6c8;
  color: #ffffff; }

.yellow-bg, .bg-warning {
  background-color: #f8ac59;
  color: #ffffff; }

.red-bg, .bg-danger {
  background-color: #ED5565;
  color: #ffffff; }

.black-bg {
  background-color: #262626; }

.panel-primary {
  border-color: #3BAA8A; }

.panel-primary > .panel-heading {
  background-color: #3BAA8A;
  border-color: #3BAA8A; }

.panel-success {
  border-color: #1c84c6; }

.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff; }

.panel-info {
  border-color: #23c6c8; }

.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff; }

.panel-warning {
  border-color: #f8ac59; }

.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff; }

.panel-danger {
  border-color: #ED5565; }

.panel-danger > .panel-heading {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #ffffff; }

.progress-bar {
  background-color: #3BAA8A; }

.progress-small, .progress-small .progress-bar {
  height: 10px; }

.progress-small, .progress-mini {
  margin-top: 5px; }

.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0; }

.progress-bar-navy-light {
  background-color: #3dc7ab; }

.progress-bar-success {
  background-color: #1c84c6; }

.progress-bar-info {
  background-color: #23c6c8; }

.progress-bar-warning {
  background-color: #f8ac59; }

.progress-bar-danger {
  background-color: #ED5565; }

.panel-title {
  font-size: inherit; }

.jumbotron {
  border-radius: 6px;
  padding: 40px; }

.jumbotron h1 {
  margin-top: 0; }

/* COLORS */
.text-navy {
  color: #3BAA8A; }

.text-primary {
  color: #3BAA8A; }

.text-success {
  color: #1c84c6; }

.text-info {
  color: #23c6c8; }

.text-warning {
  color: #f8ac59; }

.text-danger {
  color: #ED5565; }

.text-muted {
  color: #888888; }

.text-white {
  color: #ffffff; }

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block; }

.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191; }

/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar, .metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff; }

/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff; }

a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2; }

a.close-canvas-menu:hover {
  color: #fff; }

.close-canvas-menu {
  display: none; }

.canvas-menu .close-canvas-menu {
  display: block; }

.light-navbar .navbar.navbar-static-top {
  background-color: #fff; }

/* FULL HEIGHT */
.full-height {
  height: 100%; }

.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative; }

.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative; }

.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left; }

.modal-backdrop {
  z-index: 2040 !important; }

.modal {
  z-index: 2050 !important; }

.spiner-example {
  height: 200px;
  padding-top: 70px; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-w-xl {
  padding: 0 40px; }

.p-h-xs {
  padding: 10px 0; }

.p-h-sm {
  padding: 15px 0; }

.p-h-m {
  padding: 20px 0; }

.p-h-md {
  padding: 25px 0; }

.p-h-lg {
  padding: 30px 0; }

.p-h-xl {
  padding: 40px 0; }

.m-xxs {
  margin: 2px 4px; }

.m {
  margin: 15px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg, .filters-panel {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.img-sm {
  width: 32px;
  height: 32px; }

.img-md {
  width: 64px;
  height: 64px; }

.img-lg {
  width: 96px;
  height: 96px; }

.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px; }

.fullscreen-ibox-mode .animated {
  animation: none; }

body.fullscreen-ibox-mode {
  overflow-y: hidden; }

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.ibox.fullscreen .collapse-link {
  display: none; }

.ibox.fullscreen .ibox-content, .ibox.fullscreen .filters-panel {
  min-height: calc(100% - 48px); }

body.modal-open {
  padding-right: inherit !important; }

body.modal-open .wrapper-content.animated {
  -webkit-animation: none;
  -ms-animation-nam: none;
  animation: none; }

body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit; }

/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element, .block {
  display: block !important; }

body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px; }

body.mini-navbar.fixed-sidebar .logo-element {
  display: none; }

.fullscreen-video .animated {
  animation: none; }

/* SEARCH PAGE */
.search-form {
  margin-top: 10px; }

.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE; }

.search-result .search-link {
  color: #006621; }

.search-result p {
  font-size: 12px;
  margin-top: 5px; }

/* CONTACTS */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px; }

.contact-box > a {
  color: inherit; }

.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0; }

.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center; }

.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px; }

.contact-box.center-version address {
  margin-bottom: 0; }

.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px; }

/* INVOICE */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right; }

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right; }

.invoice-total > tbody > tr > td:first-child {
  text-align: right; }

.invoice-total > tbody > tr > td {
  border: 0 none; }

.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%; }

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px; }

.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px; }

.loginscreen.middle-box {
  width: 300px; }

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0; }

.middle-box h1 {
  font-size: 170px; }

.wrapper .middle-box {
  margin-top: 140px; }

.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px; }

.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block; }

.lock-word .first-word {
  margin-right: 160px; }

/* DASBOARD */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px; }

.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px; }

.fist-item {
  border-top: none !important; }

.statistic-box {
  margin-top: 40px; }

.dashboard-header .list-group-item span.label {
  margin-right: 10px; }

.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0; }

ul.clear-list:first-child {
  border-top: none !important; }

/* Intimeline */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8; }

.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px; }

.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px; }

.timeline-item .content:hover {
  background: #f6f6f6; }

/* PIN BOARD */
ul.notes li, ul.tag-list li {
  list-style: none; }

ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative; }

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px; }

ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit; }

ul.notes li {
  margin: 10px 40px 50px 0;
  float: left; }

ul.notes li div p {
  font-size: 12px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7); }

ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg); }

ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  position: relative;
  top: 5px; }

ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  position: relative;
  top: -5px; }

ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  position: relative;
  top: -10px; }

ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  position: relative;
  z-index: 5; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  -webkit-transition: -webkit-transform .15s linear; }

/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px; }

.file-manager h5 {
  text-transform: uppercase; }

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block; }

.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.category-list li {
  display: block; }

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a .text-navy {
  color: #3BAA8A; }

.category-list li a .text-primary {
  color: #1c84c6; }

.category-list li a .text-info {
  color: #23c6c8; }

.category-list li a .text-danger {
  color: #EF5352; }

.category-list li a .text-warning {
  color: #F8AC59; }

.file-manager h5.tag-title {
  margin-top: 20px; }

.tag-list li {
  float: left; }

.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px; }

.file-manager .hr-line-dashed {
  margin: 15px 0; }

.file .icon, .file .image {
  height: 100px;
  overflow: hidden; }

.file .icon {
  padding: 15px 10px;
  text-align: center; }

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px; }

.file-control.active {
  text-decoration: underline; }

.file .icon i {
  font-size: 70px;
  color: #dadada; }

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec; }

.file-name small {
  color: #676a6c; }

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em; }

a.compose-mail {
  padding: 8px 10px; }

.mail-search {
  max-width: 300px; }

/* PROFILE */
.profile-content {
  border-top: none !important; }

.profile-stats {
  margin-right: 10px; }

.profile-image {
  width: 120px;
  float: left; }

.profile-image img {
  width: 96px;
  height: 96px; }

.profile-info {
  margin-left: 120px; }

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec; }

.feed-element:first-child {
  margin-top: 0; }

.feed-element {
  padding-bottom: 15px; }

.feed-element, .feed-element .media {
  margin-top: 15px; }

.feed-element, .media-body {
  overflow: hidden; }

.feed-element > .pull-left {
  margin-right: 10px; }

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.feed-element .actions {
  margin-top: 10px; }

.feed-element .photos {
  margin: 10px 0; }

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px; }

.file-list li a {
  color: inherit; }

.file-list li a:hover {
  color: #3BAA8A; }

.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px; }

/* MAILBOX */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px; }

.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px; }

.mail-box-header h2 {
  margin-top: 0; }

.mailbox-content .tag-list li a {
  background: #ffffff; }

.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px; }

.mail-text {
  border-top: 1px solid #e7eaec; }

.mail-text .note-toolbar {
  padding: 10px 15px; }

.mail-body .form-group {
  margin-bottom: 5px; }

.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8; }

.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px; }

.mailbox-content {
  background: none;
  border: none;
  padding: 10px; }

.mail-ontact {
  width: 23%; }

/* PROJECTS */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle; }

dd.project-people {
  text-align: left;
  margin-top: 5px; }

.project-people img {
  width: 32px;
  height: 32px; }

.project-title a {
  font-size: 14px;
  color: #676a6c;
  font-weight: 600; }

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle; }

.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.project-files li a {
  font-size: 11px;
  color: #676a6c;
  margin-left: 10px;
  line-height: 22px; }

/* FAQ */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff; }

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #3BAA8A;
  display: block; }

.faq-question:hover {
  color: #34977b; }

.faq-answer {
  margin-top: 10px;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px; }

.faq-item .tag-item {
  background: #f3f3f4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase; }

/* Chat view */
.message-input {
  height: 90px !important; }

.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px; }

.chat-user-name {
  padding: 10px; }

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec; }

.chat-user a {
  color: inherit; }

.chat-view {
  z-index: 20012; }

.chat-users, .chat-statistic {
  margin-left: -30px; }

@media (max-width: 992px) {
  .chat-users, .chat-statistic {
    margin-left: 0; } }

.chat-view .ibox-content, .chat-view .filters-panel {
  padding: 0; }

.chat-message {
  padding: 10px 20px; }

.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px; }

.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px; }

.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px; }

.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px; }

.chat-discussion .chat-message.left .message-date {
  float: right; }

.chat-discussion .chat-message.right .message-date {
  float: left; }

.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px; }

.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px; }

.message-date {
  font-size: 10px;
  color: #888888; }

.message-content {
  display: block; }

.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto; }

.chat-users {
  overflow-y: auto;
  height: 400px; }

.chat-message-form .form-group {
  margin-bottom: 0; }

/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c"; }

.jstree-default .jstree-icon.none {
  width: 0; }

/* CLIENTS */
.clients-list {
  margin-top: 20px; }

.clients-list .tab-pane {
  position: relative;
  height: 600px; }

.client-detail {
  position: relative;
  height: 620px; }

.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none; }

.client-link {
  font-weight: 600;
  color: inherit; }

.client-link:hover {
  color: inherit; }

.client-avatar {
  width: 42px; }

.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%; }

.contact-type {
  width: 20px;
  color: #c1c3c4; }

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

.client-detail .vertical-timeline-content p {
  margin: 0; }

.client-detail .vertical-timeline-icon.gray-bg {
  color: #a7aaab; }

.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff; }

/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700; }

.blog h5 {
  margin: 0 0 5px 0; }

.blog .btn {
  margin: 0 0 5px 0; }

.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050; }

.article p {
  font-size: 15px;
  line-height: 26px; }

.article-title {
  text-align: center;
  margin: 40px 0 100px 0; }

.article .ibox-content, .article .filters-panel {
  padding: 40px; }

/* ISSUE TRACKER */
.issue-tracker .btn-link {
  color: #3BAA8A; }

table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px; }

.issue-info {
  width: 50%; }

.issue-info a {
  font-weight: 600;
  color: #676a6c; }

.issue-info small {
  display: block; }

/* TEAMS */
.team-members {
  margin: 10px 0; }

.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px; }

/* AGILE BOARD */
.sortable-list {
  padding: 10px 0; }

.agile-list {
  list-style: none;
  margin: 0; }

.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px; }

.agile-list li:hover {
  cursor: pointer;
  background: #fff; }

.agile-list li.warning-element {
  border-left: 3px solid #f8ac59; }

.agile-list li.danger-element {
  border-left: 3px solid #ED5565; }

.agile-list li.info-element {
  border-left: 3px solid #1c84c6; }

.agile-list li.success-element {
  border-left: 3px solid #3BAA8A; }

.agile-detail {
  margin-top: 5px;
  font-size: 12px; }

/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none; }

del {
  background-color: #ffc6c6; }

/* E-commerce */
.product-box {
  padding: 0;
  border: 1px solid #e7eaec; }

.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8; }

.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600; }

.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9; }

.product-imitation.xl {
  padding: 120px 0; }

.product-desc {
  padding: 20px;
  position: relative; }

.ecommerce .tag-list {
  padding: 0; }

.ecommerce .fa-star {
  color: #D1DADE; }

.ecommerce .fa-star.active {
  color: #f8ac59; }

.ecommerce .note-editor {
  border: 1px solid #e7eaec; }

table.shoping-cart-table {
  margin-bottom: 0; }
  table.shoping-cart-table tr td {
    border: none;
    text-align: right; }
  table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
    text-align: left; }
  table.shoping-cart-table tr td:last-child {
    width: 80px; }

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0; }

.product-name:hover,
.product-name:focus {
  color: #3BAA8A; }

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #3BAA8A;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0; }

.product-detail .ibox-content, .product-detail .filters-panel {
  padding: 30px 30px 50px 30px; }

.image-imitation {
  background-color: #f8f8f9;
  text-align: center;
  padding: 200px 0; }

.product-main-price small {
  font-size: 10px; }

.product-images {
  margin: 0 20px; }

/* Social feed */
.social-feed-separated .social-feed-box {
  margin-left: 62px; }

.social-feed-separated .social-avatar {
  float: left;
  padding: 0; }

.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec; }

.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none; }

.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px; }

.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none; }

.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec; }

.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px; }

.social-action {
  margin: 15px; }

.social-avatar {
  padding: 15px 15px 0 15px; }

.social-comment .social-comment {
  margin-left: 45px; }

.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px; }

.social-avatar .media-body a {
  font-size: 14px;
  display: block; }

.social-body {
  padding: 15px; }

.social-body img {
  margin-bottom: 10px; }

.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9; }

.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px; }

.social-comment:first-child {
  margin-top: 0; }

.social-comment {
  margin-top: 15px; }

.social-comment textarea {
  font-size: 12px; }

/* Vote list */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec; }

.vote-item:last-child {
  border-bottom: 1px solid #e7eaec; }

.vote-item:hover {
  background: #fbfbfb; }

.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center; }

.vote-actions a {
  color: #3BAA8A;
  font-weight: 600; }

.vote-actions {
  font-weight: 600; }

.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px; }

.vote-title:hover, .vote-title:focus {
  color: inherit; }

.vote-info, .vote-title {
  margin-left: 45px; }

.vote-info, .vote-info a {
  color: #b4b6b8;
  font-size: 12px; }

.vote-info a {
  margin-right: 10px; }

.vote-info a:hover {
  color: #3BAA8A; }

.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea; }

.vote-icon.active {
  color: #3BAA8A; }

body.body-small .vote-icon {
  display: none; }

.lightBoxGallery {
  text-align: center; }

.lightBoxGallery img {
  margin: 5px; }

#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100; }

#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px; }

.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%; }

.open-small-chat:hover {
  color: white;
  background: #1ab394; }

.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px; }

.small-chat-box.ng-small-chat {
  display: block; }

.body-small .small-chat-box {
  bottom: 70px;
  right: 20px; }

.small-chat-box.active {
  display: block; }

.small-chat-box .heading {
  background: #2F4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff; }

.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal; }

.small-chat-box .content {
  padding: 15px 15px; }
  .small-chat-box .content .author-name {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 11px; }
  .small-chat-box .content > div {
    padding-bottom: 20px; }
  .small-chat-box .content .chat-message {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 14px;
    max-width: 80%;
    background: #f3f3f4;
    margin-bottom: 10px; }
  .small-chat-box .content .chat-message.active {
    background: #1ab394;
    color: #fff; }
  .small-chat-box .content .left {
    text-align: left;
    clear: both; }
    .small-chat-box .content .left .chat-message {
      float: left; }
  .small-chat-box .content .right {
    text-align: right;
    clear: both; }
    .small-chat-box .content .right .chat-message {
      float: right; }

.small-chat-box .form-chat {
  padding: 10px 10px; }

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus, .metismenu .plus-times {
  float: right; }

.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

.metismenu .glyphicon.arrow:before {
  content: "\e079"; }

.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114"; }

.metismenu .fa.arrow:before {
  content: "\f104"; }

.metismenu .active > a > .fa.arrow:before {
  content: "\f107"; }

.metismenu .ion.arrow:before {
  content: "\f3d2"; }

.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0"; }

.metismenu .fa.plus-minus:before, .metismenu .fa.plus-times:before {
  content: "\f067"; }

.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068"; }

.metismenu .collapse {
  display: none; }

.metismenu .collapse.in {
  display: block; }

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

.mini-navbar .metismenu .collapse {
  opacity: 0; }

.mini-navbar .metismenu .collapse.in {
  opacity: 1; }

.mini-navbar .metismenu .collapse a {
  display: none; }

.mini-navbar .metismenu .collapse.in a {
  display: block; }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #3BAA8A;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3BAA8A;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.sk-spinner-wave div {
  background-color: #3BAA8A;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #3BAA8A;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #3BAA8A;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #3BAA8A;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #3BAA8A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #3BAA8A;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3BAA8A;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #3BAA8A;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; }

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #3BAA8A;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.ibox-content > .sk-spinner, .filters-panel > .sk-spinner {
  display: none; }

.ibox-content.sk-loading, .sk-loading.filters-panel {
  position: relative; }

.ibox-content.sk-loading:after, .sk-loading.filters-panel:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ibox-content.sk-loading > .sk-spinner, .sk-loading.filters-panel > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000; }

body.rtls {
  /* Theme config */ }
  body.rtls #page-wrapper {
    margin: 0 220px 0 0; }
  body.rtls .nav-second-level li a {
    padding: 7px 35px 7px 10px; }
  body.rtls .ibox-title h5 {
    float: right; }
  body.rtls .pull-right {
    float: left !important; }
  body.rtls .pull-left {
    float: right !important; }
  body.rtls .ibox-tools {
    float: left; }
  body.rtls .stat-percent {
    float: left; }
  body.rtls .navbar-right {
    float: left !important; }
  body.rtls .navbar-top-links li:last-child {
    margin-left: 40px;
    margin-right: 0; }
  body.rtls .minimalize-styl-2 {
    float: right;
    margin: 14px 20px 5px 5px; }
  body.rtls .feed-element > .pull-left {
    margin-left: 10px;
    margin-right: 0; }
  body.rtls .timeline-item .date {
    text-align: left; }
  body.rtls .timeline-item .date i {
    left: 0;
    right: auto; }
  body.rtls .timeline-item .content {
    border-right: 1px solid #e7eaec;
    border-left: none; }
  body.rtls .theme-config {
    left: 0;
    right: auto; }
  body.rtls .spin-icon {
    border-radius: 0 20px 20px 0; }
  body.rtls .toast-close-button {
    float: left; }
  body.rtls #toast-container > .toast:before {
    margin: auto -1.5em auto 0.5em; }
  body.rtls #toast-container > div {
    padding: 15px 50px 15px 15px; }
  body.rtls .center-orientation .vertical-timeline-icon i {
    margin-left: 0;
    margin-right: -12px; }
  body.rtls .vertical-timeline-icon i {
    right: 50%;
    left: auto;
    margin-left: auto;
    margin-right: -12px; }
  body.rtls .file-box {
    float: right; }
  body.rtls ul.notes li {
    float: right; }
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: -30px;
    margin-left: auto; }
  body.rtls .dropdown-menu > li > a {
    text-align: right; }
  body.rtls .b-r {
    border-left: 1px solid #e7eaec;
    border-right: none; }
  body.rtls .dd-list .dd-list {
    padding-right: 30px;
    padding-left: 0; }
  body.rtls .dd-item > button {
    float: right; }
  body.rtls .theme-config-box {
    margin-left: -220px;
    margin-right: 0; }
  body.rtls .theme-config-box.show {
    margin-left: 0;
    margin-right: 0; }
  body.rtls .spin-icon {
    right: 0;
    left: auto; }
  body.rtls .skin-settings {
    margin-right: 40px;
    margin-left: 0; }
  body.rtls .skin-settings {
    direction: ltr; }
  body.rtls .footer.fixed {
    margin-right: 220px;
    margin-left: 0; }

@media (max-width: 992px) {
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: 0; } }

body.rtls.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0; }

body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px; }

.body-small.rtls.top-navigation .navbar-header {
  float: none; }

body.rtls.top-navigation #page-wrapper {
  margin: 0; }

body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px; }

.body-small.rtls .navbar-fixed-top {
  margin-right: 0; }

.body-small.rtls .navbar-header {
  float: right; }

body.rtls .navbar-top-links li:last-child {
  margin-left: 20px; }

body.rtls .top-navigation #page-wrapper, body.rtls.mini-navbar .top-navigation #page-wrapper, body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0; }

body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed {
  margin: 0; }

@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px; }
  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px; }
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block; }
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px; }
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; } }

.rtls .ltr-support {
  direction: ltr; }

.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px; }

.rtls #right-sidebar {
  left: -260px;
  right: auto; }

.rtls #right-sidebar.sidebar-open {
  left: 0; }

/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
.theme-config {
  position: absolute;
  top: 90px;
  right: 0;
  overflow: hidden; }

.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s; }

.theme-config-box.show {
  margin-right: 0; }

.spin-icon {
  background: #3BAA8A;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  color: #fff;
  cursor: pointer; }

.skin-settings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f4; }

.skin-settings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px; }

.setings-item {
  padding: 10px 30px; }

.setings-item.skin {
  text-align: center; }

.setings-item .switch {
  float: right; }

.skin-name a {
  text-transform: uppercase; }

.setings-item a {
  color: #fff; }

.default-skin, .blue-skin, .ultra-skin, .yellow-skin {
  text-align: center; }

.default-skin {
  font-weight: 600;
  background: #283A49; }

.default-skin:hover {
  background: #1e2e3d; }

.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0; }

.blue-skin:hover {
  background: #0d8ddb; }

.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%; }

.yellow-skin:hover {
  background: #ce8735; }

.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url("patterns/3.png") repeat scroll 0 0; }

.ultra-skin:hover {
  background: url("patterns/4.png") repeat scroll 0 0; }

body.md-skin {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff; }

.md-skin {
  /*
  .ibox.border-bottom {
    border-bottom: none !important;
  }
*/
  /*  LMP */ }
  .md-skin .nav-header {
    background: url("patterns/4.png") no-repeat; }
  .md-skin .label, .md-skin .badge {
    font-family: 'Roboto'; }
  .md-skin ul.nav-second-level {
    background-color: inherit; }
  .md-skin .font-bold {
    font-weight: 500; }
  .md-skin .wrapper-content {
    padding: 0; }
  .md-skin .page-heading {
    border-bottom: none !important;
    border-top: 0;
    padding: 0 10px 20px 10px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14); }
  .md-skin .full-height-layout .page-heading {
    border-bottom: 1px solid #e7eaec !important; }
  .md-skin .ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin .ibox-title, .md-skin .ibox-content, .md-skin .filters-panel {
    border-style: none; }
  .md-skin .ibox-title h5 {
    font-size: 16px;
    font-weight: 400; }
  .md-skin a.close-canvas-menu {
    color: #ffffff; }
  .md-skin .welcome-message {
    color: #ffffff;
    font-weight: 300; }
  .md-skin #top-search::-moz-placeholder {
    color: #ffffff; }
  .md-skin #top-search::-webkit-input-placeholder {
    color: #ffffff; }
  .md-skin #nestable-output,
  .md-skin #nestable2-output {
    font-family: 'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif; }
  .md-skin .landing-page {
    font-family: 'Roboto', helvetica, arial, sans-serif; }
  .md-skin .landing-page.navbar-default.navbar-scroll {
    background-color: #fff !important; }
  .md-skin .landing-page.navbar-default {
    background-color: transparent !important;
    box-shadow: none; }
  .md-skin .landing-page.navbar-default .nav li a {
    font-family: 'Roboto', helvetica, arial, sans-serif; }
  .md-skin .nav > li > a {
    color: #676a6c;
    padding: 14px 20px 14px 25px; }
  .md-skin .nav.navbar-right > li > a {
    color: #ffffff; }
  .md-skin .nav > li.active > a {
    color: #5b5d5f;
    font-weight: 700; }
  .md-skin .navbar-default .nav > li > a:hover, .md-skin .navbar-default .nav > li > a:focus {
    font-weight: 700;
    color: #5b5d5f; }
  .md-skin .nav .open > a, .md-skin .nav .open > a:hover, .md-skin .nav .open > a:focus {
    background: #3BAA8A; }
  .md-skin .navbar-top-links li {
    display: inline-table; }
  .md-skin .navbar-top-links .dropdown-menu li {
    display: block; }
  .md-skin .pace-done .nav-header {
    transition: all 0.4s; }
  .md-skin .nav > li.active {
    background: #f8f8f9; }
  .md-skin .nav-second-level li a {
    padding: 7px 10px 7px 52px; }
  .md-skin .nav-third-level li a {
    padding-left: 62px; }
  .md-skin .navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px; }
  .md-skin .nav > li > a {
    font-weight: 400; }
  .md-skin .navbar-static-side .nav > li > a:focus, .md-skin .navbar-static-side .nav > li > a:hover {
    background-color: inherit; }
  .md-skin .navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: inherit; }
  .md-skin .nav-header .navbar-fixed-top a {
    color: #ffffff; }
  .md-skin .nav-header .text-muted {
    color: #ffffff; }
  .md-skin .navbar-form-custom .form-control, .md-skin .navbar-form-custom .ember-power-select-trigger {
    font-weight: 300; }
  .md-skin .mini-navbar .nav-second-level {
    background-color: inherit; }
  .md-skin .mini-navbar li.active .nav-second-level {
    left: 65px; }
  .md-skin .canvas-menu.mini-navbar .nav-second-level {
    background: inherit; }
  .md-skin .pace-done .navbar-static-side, .md-skin .pace-done .nav-header, .md-skin .pace-done li.active, .md-skin .pace-done #page-wrapper, .md-skin .pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .md-skin .navbar-fixed-top {
    background: #fff;
    transition-duration: 0.4s;
    z-index: 2030;
    border-bottom: none !important; }
  .md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
    background-color: #3BAA8A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin .navbar-static-side {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin #right-sidebar {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
    z-index: 900; }
  .md-skin .white-bg .navbar-fixed-top, .md-skin .white-bg .navbar-static-top {
    background: #fff !important; }
  .md-skin .contact-box {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none; }
  .md-skin .dashboard-header {
    border-bottom: none !important;
    border-top: 0;
    padding: 20px 20px 20px 20px;
    margin: 30px 20px 0 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 768px) {
    .md-skin .dashboard-header {
      margin: 20px 0 0 0; } }
  .md-skin ul.notes li div {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin .file {
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin .mail-box {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
    margin-bottom: 20px;
    border: none; }
  .md-skin .mail-box-header {
    border: none;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 30px 20px 20px 20px; }
  .md-skin .mailbox-content {
    border: none;
    padding: 20px;
    background: #ffffff; }
  .md-skin .social-feed-box {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin.landing-page .navbar-default {
    background-color: transparent !important;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: none; }
  .md-skin.landing-page .navbar-default.navbar-scroll,
  .md-skin.landing-page.body-small .navbar-default {
    background-color: #ffffff !important; }
  .md-skin.landing-page .nav > li.active {
    background: inherit; }
  .md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px; }
  .md-skin.landing-page .navbar-default .nav li a {
    font-family: 'Roboto', helvetica, arial, sans-serif; }
  .md-skin.landing-page .nav > li > a {
    padding: 25px 10px 15px 10px; }
  .md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,
  .md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
    background: inherit;
    color: #3BAA8A; }
  .md-skin.landing-page.body-small .nav.navbar-right > li > a {
    color: #676a6c; }
  .md-skin .landing_link a, .md-skin .special_link a {
    color: #ffffff !important; }
  .md-skin.canvas-menu.mini-navbar .nav-second-level {
    background: #f8f8f9; }
  .md-skin.mini-navbar .nav-second-level {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .md-skin.mini-navbar .nav-second-level li a {
    padding-left: 0; }
  .md-skin.top-navigation .nav.navbar-right > li > a {
    padding: 15px 20px;
    color: #676a6c; }
  .md-skin.top-navigation .nav > li a:hover, .md-skin .top-navigation .nav > li a:focus,
  .md-skin.top-navigation .nav .open > a,
  .md-skin.top-navigation .nav .open > a:hover,
  .md-skin.top-navigation .nav .open > a:focus {
    color: #3BAA8A;
    background: #ffffff; }
  .md-skin.top-navigation .nav > li.active a {
    color: #3BAA8A;
    background: #ffffff; }
  .md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
    margin-top: 0; }
  .md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0; }
  .md-skin.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0; }
  .md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0; }
  .md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
    background-color: #ffffff; }
  .md-skin.boxed-layout #wrapper {
    background-color: #ffffff; }
  .md-skin.canvas-menu nav.navbar-static-side {
    z-index: 2001;
    background: #ffffff;
    height: 100%;
    position: fixed;
    display: none; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px; }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px; }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }

@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px; }
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }
  .body-small.mini-navbar .navbar-static-side {
    display: block; }
  .lock-word {
    display: none; }
  .navbar-form-custom {
    display: none; }
  .navbar-header {
    display: inline;
    float: left; }
  .sidebar-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important; }
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1; }
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px; }
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block; }
  .navbar-static-side {
    display: none; }
  body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #f3f3f4; } }

@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px; }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8; }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px; }
  .nav.navbar-top-links li.dropdown {
    display: none; }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block; } }

/***********************************************************************************************************************
 *
 * Override
 *
 **********************************************************************************************************************/
.md-skin .navbar-static-side {
  box-shadow: none; }

.md-skin .navbar-static-side:after {
  box-shadow: 5px 0 3px -4px #ccc inset;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px; }

.btn:hover, .btn:focus, .btn.focus {
  box-shadow: 0 5px 7px 0 #999;
  border-color: #000; }

.md-skin .contact-box {
  box-shadow: 0 1px 3px 0 #ccc; }

/* Navbar
 *******************************************************************************/
#page-header {
  max-height: 42px; }

@media (max-width: 677px) {
  #header-user .dropdown-toggle-title {
    display: none; } }

.navbar-default .navbar-brand {
  color: inherit;
  font-family: "Montserrat"; }

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 14px; }

.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.01); }

body.fixed-nav #wrapper .navbar-static-side {
  transition: width 0.7s; }

body.fixed-nav #wrapper #page-wrapper {
  transition: margin 0.7s; }

/* Left Menu
 *******************************************************************************/
#side-menu.nav li a {
  overflow: hidden;
  white-space: nowrap; }
  #side-menu.nav li a span {
    display: inline; }

body.mini-navbar #side-menu > li > a > span {
  opacity: 0;
  transition: opacity 0.7s; }

body:not(.mini-navbar) #side-menu > li > a > span {
  opacity: 1;
  transition: opacity 1s; }

#side-menu > li.active {
  background-color: #f3f3f4; }

/* Breadcrumb
 *******************************************************************************/
.breadcrumb {
  padding: 15px;
  background-color: transparent;
  font-weight: 400; }

.md-skin .navbar-top-links .breadcrumb li a {
  font-weight: 200; }

@media print {
  nav.navbar-static-side {
    display: none !important; }
  body {
    overflow: visible !important; }
  #page-wrapper {
    margin: 0 !important; } }

.navbar-static-side {
  z-index: 3; }

/*
body.fixed-nav #wrapper {
    .navbar-static-side {
        overflow-y: scroll;
    }
    .navbar-static-side::-webkit-scrollbar {
      width: 2px;               // width of the entire scrollbar
    }
    .navbar-static-side::-webkit-scrollbar-track {
      background: #FFF;        // color of the tracking area
    }
    .navbar-static-side::-webkit-scrollbar-thumb {
      background-color: #FFF;    // color of the scroll thumb
      border: 1px solid #009966;  // creates padding around scroll thumb
    }
}

*/
/***********************************************************************************************************************
 *
 * Auxiliar classes
 *
 **********************************************************************************************************************/
.one-decimal {
  min-width: 65px !important;
  width: 65px !important; }

.two-decimals {
  min-width: 75px !important;
  width: 75px !important; }

.three-decimals {
  min-width: 85px !important;
  width: 85px !important; }

.border-no-sides {
  border-left: none !important;
  border-right: none !important; }

.padding-zero {
  padding: 0 !important; }

.top-margin-7 {
  margin-top: 7px; }

.firstLetterUp::first-letter {
  text-transform: uppercase; }

.margin-top-none {
  margin-top: 0 !important; }

.disabled {
  opacity: 0.3; }

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

ul.no-bullets {
  list-style-type: none;
  padding-left: 0; }

ul.no-bullets ul.no-bullets {
  padding-left: 40px; }

dl.icon-labeled dt {
  text-align: left; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ellipsis-hover {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ellipsis-hover-wrapper:hover .ellipsis-hover {
  text-overflow: none;
  overflow: visible;
  white-space: inherit; }

.image-picker input {
  width: 100%; }

.clickable {
  cursor: pointer; }

.unclickable {
  cursor: auto; }

.vertical-inherit {
  vertical-align: inherit; }

.vertical-middle {
  vertical-align: middle; }

.text-light {
  font-weight: 200; }

.joined-columns {
  background-color: crimson; }

.row.joined-columns > div:first-child {
  background-color: aqua;
  padding-right: 0; }

.row.joined-columns > div:last-child {
  background-color: chartreuse;
  padding-left: 0; }

.image-actions {
  position: absolute;
  left: 15px;
  top: 0px; }

.actions-column {
  width: 50px; }

table.no-padding tr td {
  padding: 0; }

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

.avatar {
  width: 128px; }

.hover-wrapper .hover {
  display: none; }

.hover-wrapper:hover .hover {
  display: inline-block; }

.text-sm {
  font-size: 0.9em; }

.p-absolute {
  position: absolute; }

/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

.fa.pull-left {
  margin-right: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.loading-page {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  width: 100%;
  margin-top: -100px;
  margin-bottom: -45px; }

.watch-face {
  height: 75px;
  width: 75px;
  animation: flip 4s cubic-bezier(0.5, 0, 0.5, 1) alternate infinite; }

.circle {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  mix-blend-mode: screen;
  transform: translate(0, 0);
  animation: center 6s infinite; }

.circle:nth-child(odd) {
  background: #009966;
  opacity: 0.1; }

.circle:nth-child(even) {
  background: #009966;
  opacity: 0.2; }

.circle:nth-child(1) {
  animation: circle-1 4s ease alternate infinite; }

.circle:nth-child(2) {
  animation: circle-2 4s ease alternate infinite; }

.circle:nth-child(3) {
  animation: circle-3 4s ease alternate infinite; }

.circle:nth-child(4) {
  animation: circle-4 4s ease alternate infinite; }

.circle:nth-child(5) {
  animation: circle-5 4s ease alternate infinite; }

.circle:nth-child(6) {
  animation: circle-6 4s ease alternate infinite; }

@keyframes flip {
  0% {
    transform: scale(0.15) rotate(180deg); }
  100% {
    transform: scale(1); } }

@keyframes circle-1 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-21px, -30px); } }

@keyframes circle-2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(21px, 30px); } }

@keyframes circle-3 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-36px, 0); } }

@keyframes circle-4 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(36px, 0); } }

@keyframes circle-5 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-21px, 30px); } }

@keyframes circle-6 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(21px, -30px); } }

/* TODO FIX
body.mini-navbar {
    .navbar-default.navbar-static-side {
        .ul-wrapper-overflow {
          // the wrapper acts as the submenus' positioned parent
          position: relative;
        }

        ul {
          // use scrolling if necessary, but don't show a horizontal scrollbar
          overflow-x: hidden;
          overflow-y: auto;
        }

        li {
          // the submenus cannot have a positioned parent inside the scrollable list
          position: static;

          // submenu
          .ul-wrapper-overflow {
            // position on top of the menu item
            position: absolute;
                ul {
                    top: -50px;
                }
          }
        }
    }

    .collapse.in ul {
        display: block !important;
    }
}

#side-menu {
    padding-top: 50px;
}
 */
body.fixed-nav #wrapper .navbar-static-side {
  margin-top: 0; }

#side-menu {
  padding-top: 94px; }

body.fixed-nav:not(.mini-navbar) {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body.fixed-nav:not(.mini-navbar) #wrapper .navbar-static-side {
    margin-top: 0; }
  body.fixed-nav:not(.mini-navbar) .navbar-default.navbar-static-side {
    margin-top: 0;
    padding-top: 0; }
  body.fixed-nav:not(.mini-navbar) #side-menu {
    height: 100vh;
    overflow: auto; }
    body.fixed-nav:not(.mini-navbar) #side-menu .left-submenu:not(.collapsed) {
      background-color: #f8f8f9; }
  body.fixed-nav:not(.mini-navbar) ::-webkit-scrollbar {
    width: 5px; }
  body.fixed-nav:not(.mini-navbar) ::-webkit-scrollbar-track {
    background: transparent; }
  body.fixed-nav:not(.mini-navbar) ::-webkit-scrollbar-thumb {
    background: #CCC; }
  body.fixed-nav:not(.mini-navbar) ::-webkit-scrollbar-thumb:hover {
    background: #777; }

/* Ibox
 *******************************************************************************/
.md-skin .ibox {
  margin-bottom: 15px;
  box-shadow: 0 3px 7px 0 #ccc; }

.md-skin .ibox.collapsed {
  box-shadow: none; }

.md-skin .ibox.collapsed:hover {
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0px rgba(0, 0, 0, 0.1); }

.ibox-content:not(.ibox-heading), .filters-panel:not(.ibox-heading) {
  box-shadow: 0 3px 7px 0 #ccc; }

.md-skin .ibox {
  border: 1px solid #3BAA8A; }

.md-skin .ibox-title {
  border-bottom: 1px solid #3BAA8A; }

.md-skin .card .ibox-content, .md-skin .card .filters-panel,
.md-skin .ibox .ibox-content,
.md-skin .ibox .filters-panel {
  box-shadow: none; }

.ibox .no-padding .extra-padding {
  margin: 20px 20px 0 20px; }

.ibox-content.no-padding .btn:first, .no-padding.filters-panel .btn:first {
  margin-left: 5px; }

.ibox-content > .ibox-content.ibox-heading, .filters-panel > .ibox-content.ibox-heading, .ibox-content > .ibox-heading.filters-panel, .filters-panel > .ibox-heading.filters-panel {
  margin: 0 -20px; }

.ibox-content.ibox-heading .profile-image img, .ibox-heading.filters-panel .profile-image img {
  max-height: 77px;
  width: auto;
  margin: -15px 0px -20px 0px; }

.modal.iboxes .modal-body {
  background-color: #F5F5F5;
  padding: 20px; }

.modal.iboxes .ibox {
  box-shadow: 0 1px 7px 0 #ccc; }

body {
  font-size: 14px;
  color: #172B4D;
  background: #EEE; }

input[type=number] {
  text-align: right; }

.well.god {
  border-color: #009966;
  color: #009966; }

.btn-add {
  position: relative; }
  .btn-add .fa-plus {
    position: absolute;
    bottom: 3px;
    right: 7px;
    text-shadow: -1px -1px #FFF;
    border-radius: 4px;
    font-size: 0.8em; }

a.popover-wrapper,
a.disabled,
a.disabled:hover {
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important; }

a.no-decoration {
  color: inherit !important;
  text-decoration: none !important; }

.left-submenu a.disabled {
  color: #777 !important; }

.h-100 {
  height: 100%; }

.row.equal {
  display: flex;
  flex-wrap: wrap; }

.bordered {
  border: 1px solid #e7eaec; }

.text-grey {
  color: #999; }

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

.card img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px; }

.card-slim img {
  width: auto;
  height: auto;
  max-width: 17px;
  max-height: 17px; }

.pre-wrap {
  white-space: pre-wrap; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.overflow-x-scroll {
  overflow-x: scroll; }

.has-warning.has-feedback .form-control-feedback {
  margin-top: 10px; }

.md-skin .wrapper-content {
  padding-top: 20px;
  padding-bottom: 50px; }

.avatar-letter {
  border: 1px solid #3BAA8A;
  padding: 7px;
  border-radius: 15px; }

.pet-logo {
  margin: 0 auto;
  max-width: 50%; }

.nav.nav-tabs {
  background: #EEE;
  display: table; }

th {
  overflow: hidden; }

.visible-hover-wapper .visible-hover {
  opacity: 0;
  width: 0;
  transition: 0.6s width, 0.3s opacity; }

.visible-hover-wapper:hover .visible-hover {
  opacity: 1;
  width: auto;
  transition: 0.8s width, 0.5s opacity; }

.visible-block {
  display: block; }

.button-action,
.button-submit {
  min-width: 80px; }

.product-imitation i {
  margin: -31px 0px; }

body.fixed-nav #wrapper {
  position: relative; }
  body.fixed-nav #wrapper > nav {
    height: 100%; }
    body.fixed-nav #wrapper > nav .sidebar-collapse {
      padding-bottom: 41px; }
  body.fixed-nav #wrapper #page-wrapper > footer.footer {
    position: fixed;
    z-index: 3;
    padding-left: 240px;
    transition: padding-left 0.7s ease 0s; }

body.mini-navbar #wrapper > #page-wrapper > footer.footer {
  padding-left: 20px; }

/***********************************************************************************************************************
 *
 * Components
 *
 **********************************************************************************************************************/
.u-search-model {
  padding: 15px 0; }

/***********************************************************************************************************************
 *
 * Font awsome override
 *
 **********************************************************************************************************************/
.fa-1_5x {
  font-size: 1.3em; }

.fa-info-circle {
  cursor: help; }

/***********************************************************************************************************************
 *
 * Theme override
 *
 **********************************************************************************************************************/
.btn-primary.btn-outline.disabled,
.btn-primary.btn-outline.disabled:hover,
.btn-primary.btn-outline.disabled:focus,
.btn-primary.btn-outline.disabled:active,
.btn-primary.btn-outline.disabled.active,
.btn-primary.btn-outline[disabled],
.btn-primary.btn-outline[disabled]:hover,
.btn-primary.btn-outline[disabled]:focus,
.btn-primary.btn-outline[disabled]:active,
.btn-primary.btn-outline.active[disabled],
fieldset[disabled] .btn-primary.btn-outline,
fieldset[disabled] .btn-primary.btn-outline:hover,
fieldset[disabled] .btn-primary.btn-outline:focus,
fieldset[disabled] .btn-primary.btn-outline:active,
fieldset[disabled] .btn-primary.btn-outline.active {
  color: #FFF; }

.profile-element img {
  max-width: 48px;
  max-height: 48px;
  background-color: #096; }

.profile-element strong {
  color: #FFF; }

.dropdown-toggle {
  cursor: pointer; }

.badge {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 3px;
  border-radius: 5px; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  z-index: 1000; }

/* Rainbow
 *******************************************************************************/
.rainbow {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 60s infinite linear; }

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(-360deg); } }

/* Top Navbar
 *******************************************************************************/
.md-skin .navbar.navbar-fixed-top {
  min-height: 0;
  color: #FFF; }
  .md-skin .navbar.navbar-fixed-top .navbar-header {
    overflow: hidden;
    max-height: 38px;
    padding-left: 15px; }
    .md-skin .navbar.navbar-fixed-top .navbar-header .navbar-minimalize {
      margin: 5px;
      font-size: 12px; }
    .md-skin .navbar.navbar-fixed-top .navbar-header .navbar-brand {
      color: #FFF;
      height: auto;
      font-weight: 700;
      padding: 9px 15px;
      padding-right: 0px;
      font-size: 15px; }
    .md-skin .navbar.navbar-fixed-top .navbar-header a.navbar-brand:hover {
      color: #333; }
    .md-skin .navbar.navbar-fixed-top .navbar-header img.navbar-brand {
      padding: 10px 0; }
  .md-skin .navbar.navbar-fixed-top .breadcrumb {
    padding: 9px; }
  .md-skin .navbar.navbar-fixed-top .md-skin .navbar-top-links li {
    margin-left: 10px; }
  .md-skin .navbar.navbar-fixed-top .navbar-top-links li a {
    min-height: 0;
    padding: 9px 0;
    color: #FFF; }
  .md-skin .navbar.navbar-fixed-top .dropdown img {
    height: 18px; }
  .md-skin .navbar.navbar-fixed-top .nav > li.active > a {
    color: inherit; }
  .md-skin .navbar.navbar-fixed-top .dropdown-menu li > a {
    color: #3BAA8A;
    padding: 10px 25px; }

.md-skin .navbar.navbar-fixed-top.navbar-inverse {
  background-color: #FFF !important;
  color: #666; }
  .md-skin .navbar.navbar-fixed-top.navbar-inverse .navbar-top-links li a {
    color: #3BAA8A; }

@media (min-width: 992px) {
  img.navbar-brand {
    padding: 15px 0; } }

/* Second Nav
 *******************************************************************************/
.md-skin .u-second-nav-wrapper {
  height: 54px; }

.u-second-nav-wrapper .u-second-nav .navbar-header {
  padding-top: 3px; }

.md-skin .u-second-nav {
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  min-height: 54px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 35px;
  position: fixed;
  top: 38px;
  z-index: 999; }
  .md-skin .u-second-nav .title {
    color: #3BAA8A;
    font-size: 16px; }
    .md-skin .u-second-nav .title i {
      margin-top: 14px; }
  .md-skin .u-second-nav .navbar-toggle {
    margin: 8px 15px;
    border: none; }
  .md-skin .u-second-nav li.nav-separation {
    border-left: 1px solid #eee; }
  .md-skin .u-second-nav .navbar-top-links li a {
    color: #3BAA8A; }
  .md-skin .u-second-nav .navbar-top-links li a:hover {
    color: inherit; }
  .md-skin .u-second-nav .nav.navbar-right.navbar-top-links li a {
    padding: 10px 10px;
    min-height: auto;
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0; }
    .md-skin .u-second-nav .nav.navbar-right.navbar-top-links li a i {
      margin-right: 0; }
  .md-skin .u-second-nav .navbar-toggle {
    background-color: transparent; }

a .fa-stack {
  display: inline-block;
  height: 14px;
  min-width: 21px;
  line-height: 13px; }
  a .fa-stack .fa-stack-1x {
    line-height: 13px;
    width: auto; }
  a .fa-stack .fa-stack-05x {
    font-size: 12px;
    left: 9px;
    top: 9px;
    position: absolute;
    text-shadow: -1px -1px #FFF;
    border-radius: 4px;
    font-size: 0.8em; }

/*
@media(min-width:$screen-sm-min) {
    .u-second-nav .navbar-right {
        margin-right: 150px;
        transition: 0.7s margin-right;
    }

    .mini-navbar .u-second-nav .navbar-right {
        margin-right: 0;
    }
}
*/
/* Form
 *******************************************************************************/
.input-group-addon.small {
  min-width: 65px; }

.form-group {
  margin-bottom: 18px; }

.help-block {
  margin-top: 3px;
  margin-bottom: 0; }

.input-group-btn > .btn {
  height: 38px;
  padding: 9px 12px; }

/***********************************************************************************************************************
 *
 * Theme extentions
 *
 **********************************************************************************************************************/
.btn {
  text-transform: uppercase; }

.help-block {
  color: #AAA; }

/* Modal
 *******************************************************************************/
.modal {
  overflow: auto !important; }

.modal-header {
  border-bottom: 2px solid #3BAA8A; }

.modal-header a.pull-right {
  color: inherit; }

.modal.modal-pills .modal-header {
  padding: 0; }

.modal.modal-pills .modal-header button {
  margin: 13px 15px; }

.modal input[type=number] {
  min-width: 75px; }

.modal-body {
  padding: 20px 30px 10px 30px; }

.modal-body .form-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px 15px 0px 15px;
  margin: 20px -60px -5px -60px; }

.modal .modal-body form fieldset {
  margin-left: -27px;
  margin-right: -27px;
  /* box-shadow: 0px 1px 6px 0 #eee; */
  padding-left: 30px;
  padding-right: 30px; }
  .modal .modal-body form fieldset legend {
    float: left;
    padding-top: 20px; }
    .modal .modal-body form fieldset legend .fa.fa-chevron-down {
      font-size: initial; }

@media (min-width: 768px) {
  .modal-sm {
    width: 600px; }
  .modal-dialog.modal-lg {
    width: 768px;
    margin: 0 auto;
    margin-top: 30px; } }

@media (min-width: 992px) {
  .modal-dialog.modal-md {
    width: 740px; }
  .modal-dialog.modal-lg {
    width: 940px; } }

@media (min-width: 1200px) {
  .modal-sm {
    width: 600px; }
  .modal-md {
    width: 900px; } }

/***********************************************************************************************************************
 *
 * Addons
 *
 **********************************************************************************************************************/
/*
 * Sweet Alert
*******************************************************************************/
.swal2-container {
  z-index: 2060 !important; }

/*
 * Models Table
*******************************************************************************/
.form-horizontal .models-table-wrapper .form-group,
.form-horizontal .models-table-wrapper .table-footer .row {
  margin-left: 0;
  margin-right: 0; }

.u-models-table table.table tr.hilight {
  background-color: #F3F3F3; }

/*
 * Flash Messages
*******************************************************************************/
.flash-messages {
  position: fixed;
  z-index: 2147483647;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  top: 40px;
  padding: 5px 5%; }

.flash-messages .alert {
  padding: 30px;
  font-size: 22px; }

/* calendar */
th.fc-today,
td.fc-today,
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #FFF9C4; }

th.fc-now,
td.fc-now {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #FFF9A1; }

/*
 * Power Select
*******************************************************************************/
.ember-power-select-options .row {
  margin-left: -8px;
  margin-right: -8px; }

.ember-power-select-selected-item .row {
  display: inline-block;
  width: 100%;
  margin-right: 7px; }

/***********************************************************************************************************************
 *
 * Mobile
 *
 **********************************************************************************************************************/
/* XS */
@media (max-width: 767px) {
  .ibox-content.slim, .slim.filters-panel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 1px; }
  .ibox-content.slim .label, .slim.filters-panel .label {
    font-size: 10px; }
  .widget-m-none-xs .widget {
    margin-top: -10px;
    margin-bottom: -10px; }
  .md-skin .u-second-nav {
    padding-top: 5px; }
  .mini-navbar .nav .nav-second-level {
    left: 50px; }
  .navbar-static-side {
    display: none;
    position: absolute; }
  body.mini-navbar .navbar-static-side {
    display: block;
    position: absolute; }
  #wrapper > #page-wrapper > footer.footer {
    padding-left: 20px; }
  body.mini-navbar #wrapper > #page-wrapper > footer.footer {
    padding-left: 90px; } }

/***********************************************************************************************************************
 *
 * Helpers
 *
 **********************************************************************************************************************/
.overflow-hidden {
  overflow: hidden; }

@media (max-width: 767px) {
  #page-wrapper {
    padding: 0;
    min-height: 0px;
    overflow: hidden; }
  .navbar.navbar-fixed-top ul.nav.navbar-top-links li:first-child {
    padding-left: 10px; }
  .u-second-nav-wrapper {
    margin-left: 15px; }
    .u-second-nav-wrapper .u-second-nav {
      padding-left: 35px;
      padding-right: 10px; }
      .u-second-nav-wrapper .u-second-nav .navbar-header {
        width: 100%;
        padding-top: 0; }
      .u-second-nav-wrapper .u-second-nav .navbar-top-links li {
        display: table;
        width: 100%; }
      .u-second-nav-wrapper .u-second-nav .navbar-top-links li:last-child {
        margin-right: 0; }
      .u-second-nav-wrapper .u-second-nav li.nav-separation {
        border-left: none;
        border-top: 1px solid #eee; }
      .u-second-nav-wrapper .u-second-nav .navbar-right {
        margin-right: 50px; }
  body.mini-navbar .u-second-nav-wrapper .u-second-nav {
    padding-right: 80px; }
  .btn-xs-block {
    width: 100%;
    display: block;
    text-align: left;
    float: none !important; }
  .modal-footer .btn i {
    float: right;
    margin-top: 3px;
    margin-left: 5px; }
  .modal-footer .btn + .btn {
    margin-left: 0px; } }

@media (min-width: 1600px) {
  .u-second-nav-wrapper ~ div,
  .u-second-nav-wrapper ~ article,
  .wrapper-content > .flash-message-wrapper,
  .wrapper-content > .flash-message-wrapper + section,
  .wrapper-content > .flash-message-wrapper + article {
    margin-left: 10%;
    margin-right: 10%; } }

@media (min-width: 1200px) {
  .u-second-nav-wrapper ~ div,
  .wrapper-content > .flash-message-wrapper,
  .wrapper-content > .flash-message-wrapper + section,
  .wrapper-content > .flash-message-wrapper + article {
    margin-left: 5%;
    margin-right: 5%; } }

.md-skin .ibox-title h5 {
  font-size: 18px; }

.todo-list.small-list {
  font-size: 12px; }

/* zip
*******************************************************************************/
@media (min-width: 1200px) {
  .zip-first-box-lg {
    max-width: 10vw; }
  .zip-second-box-lg {
    max-width: 5vw; } }

@media print {
  .confidential,
  .card-slim span,
  .card-slim small,
  footer.footer,
  .ibox-tools {
    display: none; }
  .col-sm-1 {
    width: 8%;
    float: left; }
  .col-sm-2 {
    width: 17%;
    float: left; }
  .col-sm-3 {
    width: 25%;
    float: left; }
  .col-sm-4 {
    width: 33%;
    float: left; }
  .col-sm-5 {
    width: 42%;
    float: left; }
  .col-sm-6 {
    width: 50%;
    float: left; }
  .col-sm-7 {
    width: 58%;
    float: left; }
  .col-sm-8 {
    width: 67%;
    float: left; }
  .col-sm-9 {
    width: 75%;
    float: left; }
  .col-sm-10 {
    width: 83%;
    float: left; }
  .col-sm-11 {
    width: 92%;
    float: left; }
  .col-sm-12 {
    width: 100%;
    float: left; } }

/*
 * DARK
 *******************************************************************************/
body.md-skin.dark.fixed-nav:not(.mini-navbar) #side-menu .left-submenu:not(.collapsed) {
  background: #121212; }

body.md-skin.dark {
  background-color: #121212;
  color: darkgray;
  /*
   * HTML
   ***************************************************************************/
  /*
   * BOOTSTRAP
   ***************************************************************************/
  /* btn */
  /* Table */
  /*
   * THEME
   ***************************************************************************/
  /*
   * CUSTOM
   ***************************************************************************/
  /*
   * IBOX
   ***************************************************************************/
  /*
   * U-models-table
   ***************************************************************************/
  /*
   * Power Select
   ***************************************************************************/
  /*
   * Modal
   ***************************************************************************/
  /*
   * List
   */ }
  body.md-skin.dark #wrapper,
  body.md-skin.dark #page-wrapper {
    background-color: #121212; }
  body.md-skin.dark .white-bg {
    background-color: #242424; }
  body.md-skin.dark hr {
    border-top-color: #262626; }
  body.md-skin.dark img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  body.md-skin.dark .bg-white {
    background-color: #242424; }
  body.md-skin.dark i.text-muted {
    color: #383838; }
  body.md-skin.dark .well {
    background-color: #262626;
    border-color: #242424; }
  body.md-skin.dark .nav.nav-tabs {
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
  body.md-skin.dark .tabs-container .panel-body {
    border-color: #121212; }
  body.md-skin.dark .badge.badge-default,
  body.md-skin.dark .label.label-primary {
    background-color: #242424;
    color: #333333; }
  body.md-skin.dark legend {
    color: darkgray;
    border-color: darkgray; }
  body.md-skin.dark .btn-default {
    background-color: #292929;
    border-color: #292929; }
  body.md-skin.dark .btn-default:active,
  body.md-skin.dark .btn-default.active,
  body.md-skin.dark .open > .btn-default.dropdown-toggle {
    background-color: #242424; }
  body.md-skin.dark .btn-default:active:hover,
  body.md-skin.dark .btn-default:active:focus,
  body.md-skin.dark .btn-default:active.focus,
  body.md-skin.dark .btn-default.active:hover,
  body.md-skin.dark .btn-default.active:focus,
  body.md-skin.dark .btn-default.active.focus,
  body.md-skin.dark .open > .btn-default.dropdown-toggle:hover,
  body.md-skin.dark .open > .btn-default.dropdown-toggle:focus,
  body.md-skin.dark .open > .btn-default.dropdown-toggle.focus {
    background-color: #2e2e2e; }
  body.md-skin.dark .btn-default:hover,
  body.md-skin.dark .btn-default:focus,
  body.md-skin.dark .btn-default:active,
  body.md-skin.dark .btn-default.active,
  body.md-skin.dark .open .dropdown-toggle.btn-default,
  body.md-skin.dark .btn-default:active:focus,
  body.md-skin.dark .btn-default:active:hover,
  body.md-skin.dark .btn-default.active:hover,
  body.md-skin.dark .btn-default.active:focus {
    border-color: #2e2e2e; }
  body.md-skin.dark .table-bordered {
    border: 1px solid #121212; }
  body.md-skin.dark .table-bordered > thead > tr > th,
  body.md-skin.dark .table-bordered > thead > tr > td {
    background-color: inherit; }
  body.md-skin.dark .table-bordered > thead > tr > th,
  body.md-skin.dark .table-bordered > thead > tr > td,
  body.md-skin.dark .table-bordered > tbody > tr > th,
  body.md-skin.dark .table-bordered > tbody > tr > td,
  body.md-skin.dark .table-bordered > tfoot > tr > th,
  body.md-skin.dark .table-bordered > tfoot > tr > td {
    border: none; }
  body.md-skin.dark .table-hover > tbody > tr:hover {
    background-color: #1f1f1f; }
  body.md-skin.dark .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #292929; }
  body.md-skin.dark .u-models-table .table > tbody > tr:hover {
    background-color: #1f1f1f; }
  body.md-skin.dark .jumbotron {
    background-color: #353535; }
  body.md-skin.dark .nav > li > a {
    color: darkgray; }
  body.md-skin.dark .text-grey {
    color: #333333; }
  body.md-skin.dark .btn:hover, body.md-skin.dark .btn:focus, body.md-skin.dark .btn.focus {
    box-shadow: 0 3px 7px 0 #121212; }
  body.md-skin.dark .btn-white {
    background-color: #292929;
    border-color: #2e2e2e; }
  body.md-skin.dark footer.footer {
    background-color: #1f1f1f;
    border-top-color: #292929; }
  body.md-skin.dark .contact-box,
  body.md-skin.dark .tabs-container .panel-body,
  body.md-skin.dark .nav.nav-second-level,
  body.md-skin.dark .todo-list.small-list > li,
  body.md-skin.dark .u-second-nav {
    background-color: #1f1f1f; }
  body.md-skin.dark .todo-list > li {
    background-color: #121212;
    border-color: #121212; }
  body.md-skin.dark .contact-box {
    box-shadow: 0 1px 3px 0 #121212; }
  body.md-skin.dark .navbar.navbar-fixed-top,
  body.md-skin.dark .mini-navbar .nav-header,
  body.md-skin.dark .nav > li.active {
    background: #1f1f1f !important; }
  body.md-skin.dark .profile-image,
  body.md-skin.dark .card.contact-box img,
  body.md-skin.dark .customer-card img {
    -webkit-filter: brightness(0.5);
    /* Safari 6.0 - 9.0 */
    filter: brightness(0.5); }
  body.md-skin.dark input,
  body.md-skin.dark button:not(.btn),
  body.md-skin.dark .single-line,
  body.md-skin.dark .form-control,
  body.md-skin.dark .ember-power-select-trigger,
  body.md-skin.dark .input-group-addon,
  body.md-skin.dark .ember-power-select-trigger,
  body.md-skin.dark .form-control,
  body.md-skin.dark .ember-power-select-trigger, body.md-skin.dark .ember-power-select-trigger, body.md-skin.dark .single-line {
    background-color: #2e2e2e;
    border-color: #121212;
    color: #FFF; }
  body.md-skin.dark .tabs-container .nav-tabs > li.active > a,
  body.md-skin.dark .tabs-container .nav-tabs > li.active > a:hover,
  body.md-skin.dark .tabs-container .nav-tabs > li.active > a:focus {
    background-color: #1f1f1f;
    border-color: #292929;
    color: darkgray; }
  body.md-skin.dark .u-second-nav .nav.navbar-right.navbar-top-links li a {
    color: darkgray; }
    body.md-skin.dark .u-second-nav .nav.navbar-right.navbar-top-links li a .fa-stack .fa-stack-05x {
      text-shadow: -1px -1px #1f1f1f;
      background: #1f1f1f; }
  body.md-skin.dark .ibox-content, body.md-skin.dark .filters-panel,
  body.md-skin.dark .filters-panel {
    background-color: #1f1f1f; }
  body.md-skin.dark .ibox {
    box-shadow: 0 3px 7px 0 #121212; }
    body.md-skin.dark .ibox .ibox-title,
    body.md-skin.dark .ibox .ibox-content,
    body.md-skin.dark .ibox .filters-panel {
      background-color: #1f1f1f; }
    body.md-skin.dark .ibox .ibox-heading {
      background-color: #292929; }
  body.md-skin.dark .ibox.collapsed {
    box-shadow: none; }
  body.md-skin.dark .ibox.collapsed:hover {
    box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0px rgba(0, 0, 0, 0.1); }
  body.md-skin.dark .ibox-content, body.md-skin.dark .filters-panel {
    box-shadow: 0 3px 7px 0 #121212; }
  body.md-skin.dark .u-models-table .table > thead > tr:not(.alert):first-child th {
    border-color: #242424; }
  body.md-skin.dark .actions a i {
    color: #454545; }
  body.md-skin.dark .ember-basic-dropdown-content {
    background-color: #242424; }
  body.md-skin.dark .modal-content {
    background-color: #1f1f1f; }
  body.md-skin.dark .modal.iboxes .modal-body {
    background-color: #1f1f1f; }
  body.md-skin.dark .list-group-item {
    border-color: #292929; }

.loginColumns {
  margin: 0 auto !important; }

.todo-list.small-list > li {
  text-align: left; }

/*
 * XS
 */
@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    display: inline-block; }
  .u-search-model {
    margin: 0 20px; } }

.button-action .warning {
  position: relative; }
  .button-action .warning span {
    color: transparent; }
  .button-action .warning i {
    position: absolute;
    padding-top: 2px;
    left: 50%;
    transform: translate(-50%, 0); }

/*
 * CRM - Red
 */
/*
 * Reception - Blue
 */
/*
 * Clinical - Green
 */
/*
 * Referral - Gray
 */
/*
 * Sales - Yellow
 */
/*
 * Procurement - Orange
 */
/*
 * Internments - Cyan
 */
/*
 * Stats
 */
/*
 * Hotel - Purple
 */
/*
 *  HR - Pink
 */
/*
 * System
 */
/*
 * Group
 */
/*
 * Other
 */
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

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

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

th.fc-today,
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
    Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
    and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: bold; }

/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%; }

.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time, .fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

.input-group-addon.small {
  min-width: inherit; }

.label-lg {
  font-size: 11px; }

.alert-slim {
  padding: 7px;
  margin-bottom: 0px;
  margin-left: 5px; }

.avatarIboxSlim {
  width: auto;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  max-width: 32px;
  max-height: 36px;
  height: auto; }

.internment-page .progress {
  height: 10px; }

/*  internments-table
  *******************************************************************************/
.internments-table {
  table-layout: fixed; }
  .internments-table tbody th {
    background-color: #e1eaee; }

.fc-agenda-days th {
  text-align: left; }

.internments-table thead th {
  text-align: center; }

.internments-table.window-1 th {
  width: 55%; }

.internments-table.window-2 th {
  width: 27.5%; }

.internments-table.window-3 th {
  width: 18.33%; }

.internments-table.window-4 th {
  width: 13.75%; }

.internments-table.window-5 th {
  width: 11%; }

.internments-table.window-6 th {
  width: 9.16%; }

.internments-table.window-7 th {
  width: 7.85%; }

.internments-table.window-8 th {
  width: 6.87%; }

.internments-table.window-9 th {
  width: 6.11%; }

.internments-table.window-10 th {
  width: 5.5%; }

.internments-table.window-11 th {
  width: 5%; }

.internments-table.window-12 th {
  width: 5.58%; }

.internments-table th:first-child {
  width: 45%; }

/* SM */
@media (min-width: 768px) {
  .internments-table.window-1 th {
    width: 78%; }
  .internments-table.window-2 th {
    width: 39%; }
  .internments-table.window-3 th {
    width: 26%; }
  .internments-table.window-4 th {
    width: 19.5%; }
  .internments-table.window-5 th {
    width: 15.6%; }
  .internments-table.window-6 th {
    width: 13%; }
  .internments-table.window-7 th {
    width: 11.14%; }
  .internments-table.window-8 th {
    width: 9.75%; }
  .internments-table.window-9 th {
    width: 8.66%; }
  .internments-table.window-10 th {
    width: 7.8%; }
  .internments-table.window-11 th {
    width: 7.09%; }
  .internments-table.window-12 th {
    width: 6.5%; }
  .internments-table th:first-child {
    width: 17%; } }

.current-hour .internments-table th,
.current-hour .internments-table td {
  width: 20%; }

.drug-details {
  display: none; }

.current-hour .pet-event {
  text-align: left; }

.current-hour .drug-details {
  position: relative;
  float: right;
  display: inline; }

/* table24
 ******************************************************************************/
.add-action:hover .fa-add-action:before {
  content: "\f067"; }

#table24 th {
  width: 3%;
  padding: 0; }
  #table24 th i {
    padding-right: 10px; }

#table24 th:first-child {
  width: 28%;
  padding: 2px 10px; }

#table24 tbody tr {
  transition: none; }
  #table24 tbody tr th:first-child {
    text-align: left; }
  #table24 tbody tr td:first-child {
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px;
    color: #777;
    transition: none; }
  #table24 tbody tr td {
    padding: 0;
    text-align: center;
    position: relative;
    border-left: 0;
    border-bottom: 0;
    transition: none;
    padding: 0;
    height: 25px; }
    #table24 tbody tr td .inoperative {
      color: #999; }
    #table24 tbody tr td .action-note {
      position: absolute;
      top: -3px;
      right: 0;
      font-size: 8px;
      z-index: 999;
      color: steelblue; }
    #table24 tbody tr td .fc-event-inner {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      padding-top: 4px; }
    #table24 tbody tr td .pet-event {
      font-size: 12px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-top: 0; }
    #table24 tbody tr td .no-task {
      border-radius: 0;
      cursor: default;
      background-color: #E5E5E5;
      transition: none;
      margin: 0;
      margin-right: -1px !important;
      margin-top: 5px;
      margin-bottom: 5px; }
  #table24 tbody tr td.fc-state-highlight .no-task {
    background: radial-gradient(#E5E5E5, #fcf8e3); }

#table24 tbody tr.drug > td:first-child,
#table24 tbody tr.serum > td:first-child {
  line-height: 14px; }

#table24 tbody tr.ended td:first-child a strong {
  color: #777777 !important; }

#table24 tbody tr.ended td:first-child .pull-right {
  display: none; }

#table24 tbody tr.tbody-head {
  padding: 10px 15px;
  background-color: #e1eaee;
  white-space: nowrap; }

#table24 tbody tr.empty td {
  background-color: transparent; }

#table24 .fc-agenda .ember-view {
  display: inline-block; }

#table24 .fc-agenda .table > thead > tr > th {
  padding: 0; }

#table24 th.fc-today,
#table24 .fc-state-highlight,
#table24 .fc-state-highlight > .table-24-td {
  background-color: #fcf8e3 !important; }

.table-24-td .popover {
  width: 350px; }
  .table-24-td .popover span:first-child {
    margin-left: 0; }
  .table-24-td .popover span {
    display: inline-block; }

.table-24-td .action-details {
  margin-top: 30px;
  background-color: #FFF;
  color: #333; }

.table-24-td .action-details-2 {
  margin-top: 5px;
  padding-top: 10px;
  color: transparent; }

#table24.table-hover > tbody > tr:hover td,
#table24.table-hover > tbody > tr:hover td .no-task,
#table24.table-hover > tbody > tr:hover td .no-task-clickable {
  background-color: #e1eaee;
  border-color: #FFF;
  color: #333 !important; }

#table24.table-hover > tbody > tr.ended:hover td:first-child a strong {
  color: #333 !important; }

.pet-event.btn-info {
  background: #b6b6b6; }

.pet-event.btn-primary {
  opacity: 0.7; }

.fc-agenda-days th.fc-widget-header {
  border-top: 1px solid #ddd !important; }

.hover-menu-item {
  display: none; }

.hover-menu:hover .hover-menu-item {
  display: inline; }

/* FC
 ******************************************************************************/
th.fc-today,
.fc-state-highlight {
  background-color: #FFF9C4; }

/*  Dark Theme
  *******************************************************************************/
body.dark #table24 tbody tr.tbody-head {
  background-color: #333; }

body.dark #table24 tbody tr td .no-task {
  background-color: #555; }

/*  Responsive
  *******************************************************************************/
/* SM */
@media (max-width: 767px) {
  #table24 th,
  #table24 td {
    width: 4%;
    font-size: 11px; } }

/* SM */
@media (min-width: 768px) {
  #table24 th:first-child {
    width: 23.2%; }
  #table24 th {
    width: 3.2%; } }

/* MD */
@media (min-width: 992px) {
  #table24 th:first-child {
    width: 23.2%; }
  #table24 th {
    width: 3.2%; } }

/* LG */
@media (min-width: 1200px) {
  #table24 th:first-child {
    width: 28%; }
  #table24 th {
    width: 3%; } }

/*  Action Modal
  *******************************************************************************/
#modal-calculator-details {
  overflow-y: visible; }

/*  TV
  *******************************************************************************/
.tv .calendar {
  background: #FFF; }

.tv table th {
  width: 3%; }

.tv table th:first-child {
  width: 28%; }

.tv table tbody td {
  padding: 0px; }

/*
.tv .fc-state-past {
    background-color: #FFFDE7;
}
*/
.fc-state-past .btn-info {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.pet-event.action-status-1 {
  background-color: #6BCABA;
  border-color: #6BCABA;
  color: #FFFFFF; }

.tv table {
  font-size: 16px; }

.tv .tv-animal-name {
  font-size: 18px;
  padding: 0 30px 0 10px; }

.tv .tv-animal-name .pull-right {
  font-size: 12px; }

.tv .responsibleVet {
  width: 50px;
  display: inline-block;
  text-align: left; }

.tv .table > tbody > tr > th {
  line-height: 1.4;
  font-size: 15px; }

.tv .fc-agenda-days th {
  text-align: center; }

.tv .fc-agenda-days tbody th {
  text-align: left; }

.tv .fc-event-hori {
  margin: 5px;
  font-size: 8px; }

.tv-clock {
  position: absolute;
  bottom: 5px;
  right: 35px;
  z-index: 999; }
  .tv-clock h2 {
    margin-top: 0;
    margin-bottom: 0; }

/* action
 *******************************************************************************/
.btn-removed {
  border: 1px solid;
  background-color: transparent;
  border-color: #999;
  color: #999; }

.btn-future {
  border: 1px solid;
  background-color: #CCC;
  border-color: #bebebe;
  color: #FFFFFF; }

.btn-bad {
  background-color: #41B5AD;
  color: #FFFFFF; }

.card-wrapper {
  padding: 5px 15px;
  background: #FFF; }

.patient-card section article {
  display: block; }

.patient-card .label-default {
  background: transparent;
  border: 1px solid #ddd; }
  .patient-card .label-default i.fa-info {
    display: none; }
  .patient-card .label-default strong {
    font-weight: 400; }

.customer-card {
  overflow: hidden; }

.barcode {
  font-family: 'Libre Barcode 39';
  font-size: 1.5em; }

body.md-skin.dark {
  /*
     * Calendar
     */
  /*
     * Waitting Room
     */
  /*
     * POS
     */
  /* HOSPI */ }
  body.md-skin.dark .empty-set h2 i {
    color: #292929; }
  body.md-skin.dark .card-wrapper {
    background-color: #1f1f1f; }
  body.md-skin.dark .today {
    background-color: #1f1f1f;
    background-color: #292929; }
  body.md-skin.dark .calendar.table.no-padding {
    background-color: #242424; }
    body.md-skin.dark .calendar.table.no-padding tr.calendar-b-t {
      border-bottom-color: #1f1f1f; }
    body.md-skin.dark .calendar.table.no-padding tr td {
      border-right-color: #1f1f1f; }
    body.md-skin.dark .calendar.table.no-padding .calendar-absent {
      background-color: #1f1f1f; }
  body.md-skin.dark .waiting-rooms .well {
    background-color: #1f1f1f; }
  body.md-skin.dark .pos .tab-content .panel-body {
    box-shadow: 0 3px 7px 0 #121212; }
  body.md-skin.dark .pos .item-type-border .product-box,
  body.md-skin.dark .pos .product-wrapper .product-box {
    box-shadow: none; }
  body.md-skin.dark .pos .product-name {
    color: darkgray; }
  body.md-skin.dark #table24 tbody tr td:first-child {
    background-color: #242424; }
  body.md-skin.dark .navbar-default.navbar-static-side {
    background-color: #242424; }
  body.md-skin.dark .table.lines-list:hover {
    color: #555; }
    body.md-skin.dark .table.lines-list:hover tr.order-line-card.alert.alert-danger {
      color: #555; }
    body.md-skin.dark .table.lines-list:hover tr.order-line-card:hover td {
      color: #999; }

/* U Models Table
*******************************************************************************/
.u-models-table {
  overflow: hidden;
  overflow-x: auto; }

.u-models-table .table > thead {
  cursor: pointer; }

.u-models-table .table > thead > tr > th {
  vertical-align: bottom; }

.u-models-table .table > tbody > tr td.column-icon {
  text-align: center; }

.u-models-table .table .column-id,
.u-models-table .table .column-price,
.u-models-table .table .column-price-medium,
.u-models-table .table .column-price-large {
  text-align: right; }

.u-models-table .table-striped > tbody > tr input[type="date"] {
  padding-left: 5px;
  padding-right: 5px; }

.u-models-table .table-striped > tbody > tr input[type="number"] {
  padding-left: 5px;
  padding-right: 5px; }

.u-models-table .table > tbody > tr:not(.alert) {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 0px; }

.u-models-table .table > thead > tr:last-child th {
  border: none; }

.u-models-table .table > thead > tr:not(.alert):first-child th {
  background: transparent;
  color: #999;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-overflow: unset;
  white-space: normal; }

.u-models-table .table > thead > tr:not(.alert):first-child > th {
  font-size: 13px; }

> td {
  padding: 7px 2px; }
  > td input.form-control, > td input.ember-power-select-trigger {
    padding: 6px 2px;
    text-align: right; }

.u-models-table table.table > tbody > tr > td.column-icon:first-child {
  opacity: 0.6; }

.u-models-table .tableZZ {
  border-collapse: separate;
  border-spacing: 0 2px;
  border: none; }

.u-models-table .table .ember-power-select-trigger {
  overflow: hidden; }

.actions a i {
  color: #777; }

@media (max-width: 767px) {
  .table-actions .hidle {
    display: block; }
  .table-actions .actions a {
    display: none;
    pointer-events: none; }
  tr.selected-row .table-actions .hidle {
    display: none; }
  tr.selected-row .table-actions .actions a:not(.extra-action) {
    display: inline;
    pointer-events: inherit; } }

@media (hover: hover) and (pointer: fine) {
  .table-actions .actions {
    display: none; }
  .table-actions .hidle {
    display: block; }
  .table-actions-wrapper:not(.u-models-table):hover .table-actions .actions {
    display: block; }
  .table-actions-wrapper:not(.u-models-table):hover .table-actions .hidle {
    display: none; }
  .table-actions-wrapper tr:hover .table-actions .actions {
    display: block; }
  .table-actions-wrapper tr:hover .table-actions .hidle {
    display: none; } }

.hide-extra-actions .extra-action {
  display: none; }

.u-models-table .table > tbody > tr > td {
  border: none;
  padding: 12px 5px; }

.u-models-table .table > tbody > tr:hover {
  background-color: #E5E5E5; }

/*
.u-models-table .table > tbody > tr:hover td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 9px;
}
*/
.table-fixed,
.u-models-table table {
  table-layout: fixed; }

.u-models-table table > thead > tr > th {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.u-models-table table > tbody > tr > td {
  overflow-x: hidden; }

.u-models-table .table-footer > .row {
  margin-left: 0;
  margin-right: 0; }

/*******************************************************************************
 *
 * Columns
 *
 ******************************************************************************/
table.table.lines-list > thead > tr th.column-input-date,
.u-models-table table.table > thead > tr th.column-input-date {
  min-width: 122px;
  width: 122px;
  max-width: 122px; }

table.table.lines-list > thead > tr th.column-input-character,
.u-models-table table.table > thead > tr th.column-input-character {
  min-width: 45px;
  width: 45px;
  max-width: 45px; }

table.table.lines-list > thead > tr th.column-input-character-2,
.u-models-table table.table > thead > tr th.column-input-character-2 {
  min-width: 55px;
  width: 55px;
  max-width: 55px; }

table.table.lines-list > thead > tr th.column-input-character-3,
.u-models-table table.table > thead > tr th.column-input-character-3 {
  min-width: 60px;
  width: 60px;
  max-width: 60px; }

table.table.lines-list > thead > tr th.column-border,
.u-models-table table.table > thead > tr th.column-border {
  min-width: 5px;
  width: 5px;
  max-width: 5px;
  padding: 0; }

table.table.lines-list > thead > tr th.column-icon,
table.table.lines-list > thead > tr th.column-icons-1,
table.table.lines-list > thead > tr th.column-icon-responsive,
.u-models-table table.table > thead > tr th.column-icon,
.u-models-table table.table > thead > tr th.column-icons-1,
.u-models-table table.table > thead > tr th.column-icon-responsive {
  min-width: 25px;
  width: 25px;
  max-width: 25px; }

table.table.lines-list > thead > tr th.column-number-2,
.u-models-table table.table > thead > tr th.column-number-2 {
  min-width: 25px;
  width: 25px;
  max-width: 25px; }

table.table.lines-list > thead > tr th.column-number-3,
.u-models-table table.table > thead > tr th.column-number-3 {
  min-width: 25px;
  width: 25px;
  max-width: 25px; }

table.table.lines-list > thead > tr th.column-icons-2,
.u-models-table table.table > thead > tr th.column-icons-2 {
  min-width: 42px;
  width: 42px;
  max-width: 42px; }

table.table.lines-list > thead > tr th.column-icons-3,
.u-models-table table.table > thead > tr th.column-icons-3 {
  min-width: 60px;
  width: 60px;
  max-width: 60px; }

table.table.lines-list > thead > tr th.column-sms,
.u-models-table table.table > thead > tr th.column-sms {
  min-width: 38px;
  width: 38px;
  max-width: 38px; }

table.table.lines-list > thead > tr th.column-quantity,
.u-models-table table.table > thead > tr th.column-quantity {
  min-width: 40px;
  width: 40px;
  max-width: 40px; }

table.table.lines-list > thead > tr th.column-sex,
.u-models-table table.table > thead > tr th.column-sex {
  min-width: 50px;
  width: 50px;
  max-width: 50px; }

table.table.lines-list > thead > tr th.column-status-icon,
table.table.lines-list > thead > tr th.column-method,
.u-models-table table.table > thead > tr th.column-status-icon,
.u-models-table table.table > thead > tr th.column-method {
  min-width: 55px;
  width: 55px;
  max-width: 55px; }

table.table.lines-list > thead > tr th.column-text-2,
.u-models-table table.table > thead > tr th.column-text-2 {
  min-width: 60px;
  width: 60px;
  max-width: 60px; }

table.table.lines-list > thead > tr th.column-price-small,
.u-models-table table.table > thead > tr th.column-price-small {
  min-width: 62px;
  width: 62px;
  max-width: 62px; }

table.table.lines-list > thead > tr th.column-id,
.u-models-table table.table > thead > tr th.column-id {
  min-width: 66px;
  width: 66px;
  max-width: 66px; }

table.table.lines-list > thead > tr th.column-price,
.u-models-table table.table > thead > tr th.column-price {
  min-width: 73px;
  width: 73px;
  max-width: 73px; }

table.table.lines-list > thead > tr th.column-price-medium,
.u-models-table table.table > thead > tr th.column-price-medium {
  min-width: 75px;
  width: 75px;
  max-width: 75px; }

table.table.lines-list > thead > tr th.column-sm,
table.table.lines-list > thead > tr th.column-small,
.u-models-table table.table > thead > tr th.column-sm,
.u-models-table table.table > thead > tr th.column-small {
  min-width: 80px;
  width: 80px;
  max-width: 80px; }

table.table.lines-list > thead > tr th.column-date,
.u-models-table table.table > thead > tr th.column-date {
  min-width: 84px;
  width: 84px;
  max-width: 84px; }

table.table.lines-list > thead > tr th.column-price-large,
.u-models-table table.table > thead > tr th.column-price-large {
  min-width: 90px;
  width: 90px;
  max-width: 90px; }

table.table.lines-list > thead > tr th.column-90,
table.table.lines-list > thead > tr th.column-vat,
.u-models-table table.table > thead > tr th.column-90,
.u-models-table table.table > thead > tr th.column-vat {
  min-width: 90px;
  width: 90px;
  max-width: 90px; }

table.table.lines-list > thead > tr th.column-name,
.u-models-table table.table > thead > tr th.column-name {
  min-width: 100px; }

table.table.lines-list > thead > tr th.column-status,
.u-models-table table.table > thead > tr th.column-status {
  min-width: 100px;
  width: 100px;
  max-width: 100px; }

table.table.lines-list > thead > tr th.column-type,
.u-models-table table.table > thead > tr th.column-type {
  min-width: 110px;
  width: 110px;
  max-width: 110px; }

table.table.lines-list > thead > tr th.column-date-time2,
.u-models-table table.table > thead > tr th.column-date-time2 {
  min-width: 111px;
  width: 111px;
  max-width: 111px; }

table.table.lines-list > thead > tr th.column-lg,
table.table.lines-list > thead > tr th.column-big,
table.table.lines-list > thead > tr th.column-worker,
.u-models-table table.table > thead > tr th.column-lg,
.u-models-table table.table > thead > tr th.column-big,
.u-models-table table.table > thead > tr th.column-worker {
  min-width: 120px;
  width: 120px;
  max-width: 120px; }

table.table.lines-list > thead > tr th.column-invoice,
table.table.lines-list > thead > tr th.column-contact,
.u-models-table table.table > thead > tr th.column-invoice,
.u-models-table table.table > thead > tr th.column-contact {
  min-width: 130px;
  width: 130px;
  max-width: 130px; }

table.table.lines-list > thead > tr th.column-chip,
.u-models-table table.table > thead > tr th.column-chip {
  width: 135px; }

table.table.lines-list > thead > tr th.column-document,
.u-models-table table.table > thead > tr th.column-document {
  min-width: 150px;
  width: 150px;
  max-width: 150px; }

table.table.lines-list > thead > tr th.column-email,
table.table.lines-list > thead > tr th.column-date-time,
.u-models-table table.table > thead > tr th.column-email,
.u-models-table table.table > thead > tr th.column-date-time {
  min-width: 150px;
  width: 150px;
  max-width: 150px; }

table.table.lines-list > thead > tr th.column-date-time.column-date-time-xs,
.u-models-table table.table > thead > tr th.column-date-time.column-date-time-xs {
  min-width: 82px;
  width: 82px;
  max-width: 82px; }

table.table.lines-list > thead > tr th.column-170,
.u-models-table table.table > thead > tr th.column-170 {
  min-width: 170px;
  width: 170px;
  max-width: 170px; }

table.table.lines-list > thead > tr th.column-xl,
.u-models-table table.table > thead > tr th.column-xl {
  min-width: 180px;
  width: 180px;
  max-width: 180px; }

table.table.lines-list > thead > tr th.column-tags,
.u-models-table table.table > thead > tr th.column-tags {
  min-width: 500px;
  width: 500px;
  max-width: 500px; }

table.table.lines-list > thead > tr th.column-number-1,
.u-models-table table.table > thead > tr th.column-number-1 {
  min-width: 18px;
  width: 18px;
  max-width: 18px; }

table.table.lines-list > thead > tr th.column-number-2,
.u-models-table table.table > thead > tr th.column-number-2 {
  min-width: 25px;
  width: 25px;
  max-width: 25px; }

table.table.lines-list > thead > tr th.column-number-3,
.u-models-table table.table > thead > tr th.column-number-3 {
  min-width: 35px;
  width: 35px;
  max-width: 35px; }

table.table.lines-list > thead > tr th.column-number-3,
.u-models-table table.table > thead > tr th.column-number-3 {
  min-width: 45px;
  width: 45px;
  max-width: 45px; }

table.table.lines-list > thead > tr th.column-number-4,
.u-models-table table.table > thead > tr th.column-number-4 {
  min-width: 45px;
  width: 45px;
  max-width: 45px; }

table.table.lines-list > thead > tr th.column-actions-1,
.u-models-table table.table > thead > tr th.column-actions-1 {
  min-width: 40px;
  width: 40px;
  max-width: 40px; }

table.table.lines-list > thead > tr th.column-actions-2,
.u-models-table table.table > thead > tr th.column-actions-2 {
  min-width: 75px;
  width: 75px;
  max-width: 75px; }

table.table.lines-list > thead > tr th.column-actions-3,
.u-models-table table.table > thead > tr th.column-actions-3 {
  min-width: 90px;
  width: 90px;
  max-width: 90px; }

table.table.lines-list > thead > tr th.column-actions-4,
.u-models-table table.table > thead > tr th.column-actions-4 {
  min-width: 117px;
  width: 117px;
  max-width: 117px; }

table.table.lines-list > thead > tr th.column-actions-5,
.u-models-table table.table > thead > tr th.column-actions-5 {
  min-width: 155px;
  width: 155px;
  max-width: 155px; }

table.table.lines-list > thead > tr th.column-actions-6,
.u-models-table table.table > thead > tr th.column-actions-6 {
  min-width: 200px;
  width: 200px;
  max-width: 200px; }

table.table.lines-list > thead > tr th.column-actions-7,
.u-models-table table.table > thead > tr th.column-actions-7 {
  min-width: 200px;
  width: 200px;
  max-width: 200px; }

table.table.lines-list > thead > tr th.column-actions-8,
.u-models-table table.table > thead > tr th.column-actions-8 {
  min-width: 250px;
  width: 250px;
  max-width: 250px; }

table.table.lines-list > thead > tr th.document-name,
.u-models-table table.table > thead > tr th.document-name {
  min-width: 64px; }

.u-models-table table.table > tbody > tr td.column-icons-2 .fa-fw,
.u-models-table table.table > tbody > tr td.column-icons-3 .fa-fw {
  width: 1em; }

.u-models-table table.table > tbody > tr td.column-status-icon {
  text-align: center; }

.u-models-table table.table > tbody > tr td.column-date {
  font-size: 12px; }

/* XS */
@media (max-width: 767px) {
  #modal-periodics-create table.table-periodics-new > thead {
    display: none; }
  #modal-periodics-create table.table-periodics-new > tbody > tr {
    display: flex;
    flex-wrap: wrap; }
    #modal-periodics-create table.table-periodics-new > tbody > tr td:not(:first-child) {
      flex: 1; }
    #modal-periodics-create table.table-periodics-new > tbody > tr td:first-child {
      width: 100%; }
  .u-models-table table.table > thead > tr th.column-sex {
    font-size: 0;
    min-width: 20px;
    width: 20px;
    max-width: 20px; }
  .u-models-table table.table > thead > tr th.column-id {
    min-width: 45px;
    width: 45px;
    max-width: 45px; }
  .u-models-table table.table > thead > tr th.column-date-time2 {
    min-width: 71px;
    width: 71px;
    max-width: 71px; }
  .u-models-table table.table > thead > tr th.column-actions-3 {
    min-width: 90px;
    width: 90px;
    max-width: 90px; }
  .u-models-table table.table > thead > tr th.column-title-hidden-xs {
    font-size: 0 !important; }
  .u-models-table .column-price-medium.text-xs-small {
    font-size: 0.9em !important; }
  .u-models-table .table > tbody > tr > td {
    border: none;
    padding: 18px 5px; } }

/* MD */
@media (min-width: 992px) {
  .u-models-table table.table > thead > tr th.column-icon-responsive {
    min-width: 35px;
    width: 35px;
    max-width: 35px; } }

/* LG */
@media (min-width: 1200px) {
  .actions {
    text-align: center; }
    .actions a {
      margin: 0px 2px; }
    .actions a:first-child {
      margin-left: 0; }
    .actions a:last-child {
      margin-right: 0; }
  .u-models-table table.table > thead > tr th.column-actions-1 {
    min-width: 40px;
    width: 40px;
    max-width: 40px; }
  .u-models-table table.table > thead > tr th.column-icon-responsive {
    min-width: 40px;
    width: 40px;
    max-width: 40px; }
  .u-models-table table.table > thead > tr th.column-actions-2 {
    min-width: 75px;
    width: 75px;
    max-width: 75px; }
  .u-models-table table.table > thead > tr th.column-actions-3 {
    min-width: 110px;
    width: 110px;
    max-width: 110px; }
  .u-models-table table.table > thead > tr th.column-actions-4 {
    min-width: 135px;
    width: 135px;
    max-width: 135px; }
  .u-models-table table.table > thead > tr th.column-actions-5 {
    min-width: 165px;
    width: 165px;
    max-width: 165px; }
  .u-models-table table.table > thead > tr th.column-actions-6 {
    min-width: 200px;
    width: 200px;
    max-width: 200px; }
  .u-models-table table.table > thead > tr th.column-actions-7 {
    min-width: 200px;
    width: 200px;
    max-width: 200px; }
  .u-models-table table.table > thead > tr th.column-actions-8 {
    min-width: 250px;
    width: 250px;
    max-width: 250px; }
  .u-models-table table.table > thead > tr th.document-name {
    min-width: 64px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-desc {
    padding: 6px 4px; }
  #modal-shopping-cart-edit .row.pos > div:first-child {
    padding-right: 5px; }
  #modal-shopping-cart-edit .row.pos > div:last-child {
    padding-left: 5px; } }

@media (min-width: 768px) {
  .btn.btn-icon-only .btn-text {
    display: none !important; } }

@media (min-width: 1200px) {
  .md-skin .pos .ibox-content.no-padding, .md-skin .pos .no-padding.filters-panel {
    padding: 10px !important; }
  .product-desc {
    padding: 5px 10px 4px 10px; } }

@media (min-width: 1600px) {
  .md-skin .pos .ibox-content.no-padding, .md-skin .pos .no-padding.filters-panel {
    padding: 15px !important; } }

.ibox .ibox-title h5 {
  margin: 0; }
  .ibox .ibox-title h5 .fa {
    font-size: 1.2em; }

#side-menu.nav li a {
  font-size: 16px; }
  #side-menu.nav li a i {
    font-size: 0.9em; }

#side-menu.nav li .nav.nav-second-level {
  font-size: 16px; }
  #side-menu.nav li .nav.nav-second-level i {
    font-size: 0.9em; }

.md-skin .ibox-title {
  border-bottom: 1px solid #CCC !important; }

.md-skin .ibox.collapsed > .ibox-title {
  border-bottom: none !important; }

.md-skin .ibox {
  border: none; }

.item-type-bg {
  background-color: #AAA; }

.item-type-bg.task-card {
  background-color: transparent; }

#side-menu.nav > li > ul,
#side-menu.nav > li > a {
  margin-left: 4px; }

#side-menu.nav > li:hover {
  border-left: 4px solid; }

.mini-navbar .nav .nav-second-level {
  left: 66px; }

#side-menu.nav > li:hover > ul,
#side-menu.nav > li:hover > a,
#side-menu.nav > li.active > ul,
#side-menu.nav > li.active > a {
  margin-left: 0; }

/* */
#side-menu.nav > li:first-child > ul,
#side-menu.nav > li:first-child > a {
  border-left: 0; }

.md-skin .u-second-nav .title {
  color: #666; }

/*******************************************************************************
 *
 * Modules
 *
*******************************************************************************/
.item-type-bg.rehabilitation:not(.calendar-absent) {
  background-color: #0288D1; }

.item-type-bg.calendar_content.rehabilitation {
  background-color: rgba(2, 136, 209, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.rehabilitation,
.item-type-border.rehabilitation {
  border-left-color: #0288D1; }

.calendar-absent.item-type-bg.rehabilitation:before {
  color: rgba(2, 136, 209, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.health_plans:not(.calendar-absent) {
  background-color: #E53935; }

.item-type-bg.calendar_content.health_plans {
  background-color: rgba(229, 57, 53, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.health_plans,
.item-type-border.health_plans {
  border-left-color: #E53935; }

.calendar-absent.item-type-bg.health_plans:before {
  color: rgba(229, 57, 53, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.profilaxia:not(.calendar-absent) {
  background-color: #EF7350; }

.item-type-bg.calendar_content.profilaxia {
  background-color: rgba(239, 115, 80, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.profilaxia,
.item-type-border.profilaxia {
  border-left-color: #EF7350; }

.calendar-absent.item-type-bg.profilaxia:before {
  color: rgba(239, 115, 80, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.periodicals:not(.calendar-absent) {
  background-color: #EF7350; }

.item-type-bg.calendar_content.periodicals {
  background-color: rgba(239, 115, 80, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.periodicals,
.item-type-border.periodicals {
  border-left-color: #EF7350; }

.calendar-absent.item-type-bg.periodicals:before {
  color: rgba(239, 115, 80, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.vaccines:not(.calendar-absent) {
  background-color: #EF7350; }

.item-type-bg.calendar_content.vaccines {
  background-color: rgba(239, 115, 80, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.vaccines,
.item-type-border.vaccines {
  border-left-color: #EF7350; }

.calendar-absent.item-type-bg.vaccines:before {
  color: rgba(239, 115, 80, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.wellness:not(.calendar-absent) {
  background-color: #64B5F6; }

.item-type-bg.calendar_content.wellness {
  background-color: rgba(100, 181, 246, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.wellness,
.item-type-border.wellness {
  border-left-color: #64B5F6; }

.calendar-absent.item-type-bg.wellness:before {
  color: rgba(100, 181, 246, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.referral:not(.calendar-absent) {
  background-color: #00796b; }

.item-type-bg.calendar_content.referral {
  background-color: rgba(0, 121, 107, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.referral,
.item-type-border.referral {
  border-left-color: #00796b; }

.calendar-absent.item-type-bg.referral:before {
  color: rgba(0, 121, 107, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.pecuaria:not(.calendar-absent) {
  background-color: #795548; }

.item-type-bg.calendar_content.pecuaria {
  background-color: rgba(121, 85, 72, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.pecuaria,
.item-type-border.pecuaria {
  border-left-color: #795548; }

.calendar-absent.item-type-bg.pecuaria:before {
  color: rgba(121, 85, 72, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.consultations:not(.calendar-absent) {
  background-color: #4CAF50; }

.item-type-bg.calendar_content.consultations {
  background-color: rgba(76, 175, 80, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.consultations,
.item-type-border.consultations {
  border-left-color: #4CAF50; }

.calendar-absent.item-type-bg.consultations:before {
  color: rgba(76, 175, 80, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.drugs:not(.calendar-absent) {
  background-color: #81C784; }

.item-type-bg.calendar_content.drugs {
  background-color: rgba(129, 199, 132, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.drugs,
.item-type-border.drugs {
  border-left-color: #81C784; }

.calendar-absent.item-type-bg.drugs:before {
  color: rgba(129, 199, 132, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.cmdt:not(.calendar-absent) {
  background-color: #81C784; }

.item-type-bg.calendar_content.cmdt {
  background-color: rgba(129, 199, 132, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.cmdt,
.item-type-border.cmdt {
  border-left-color: #81C784; }

.calendar-absent.item-type-bg.cmdt:before {
  color: rgba(129, 199, 132, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.mcdt:not(.calendar-absent) {
  background-color: #81C784; }

.item-type-bg.calendar_content.mcdt {
  background-color: rgba(129, 199, 132, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.mcdt,
.item-type-border.mcdt {
  border-left-color: #81C784; }

.calendar-absent.item-type-bg.mcdt:before {
  color: rgba(129, 199, 132, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.procedures:not(.calendar-absent) {
  background-color: #00bcd4; }

.item-type-bg.calendar_content.procedures {
  background-color: rgba(0, 188, 212, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.procedures,
.item-type-border.procedures {
  border-left-color: #00bcd4; }

.calendar-absent.item-type-bg.procedures:before {
  color: rgba(0, 188, 212, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.surgery:not(.calendar-absent) {
  background-color: #90B4CE; }

.item-type-bg.calendar_content.surgery {
  background-color: rgba(144, 180, 206, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.surgery,
.item-type-border.surgery {
  border-left-color: #90B4CE; }

.calendar-absent.item-type-bg.surgery:before {
  color: rgba(144, 180, 206, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.hospitalization:not(.calendar-absent) {
  background-color: #6bcaba; }

.item-type-bg.calendar_content.hospitalization {
  background-color: rgba(107, 202, 186, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.hospitalization,
.item-type-border.hospitalization {
  border-left-color: #6bcaba; }

.calendar-absent.item-type-bg.hospitalization:before {
  color: rgba(107, 202, 186, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.food:not(.calendar-absent) {
  background-color: #FFB300; }

.item-type-bg.calendar_content.food {
  background-color: rgba(255, 179, 0, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.food,
.item-type-border.food {
  border-left-color: #FFB300; }

.calendar-absent.item-type-bg.food:before {
  color: rgba(255, 179, 0, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.petshop:not(.calendar-absent) {
  background-color: #FFD54F; }

.item-type-bg.calendar_content.petshop {
  background-color: rgba(255, 213, 79, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.petshop,
.item-type-border.petshop {
  border-left-color: #FFD54F; }

.calendar-absent.item-type-bg.petshop:before {
  color: rgba(255, 213, 79, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.consumables:not(.calendar-absent) {
  background-color: #EABA00; }

.item-type-bg.calendar_content.consumables {
  background-color: rgba(234, 186, 0, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.consumables,
.item-type-border.consumables {
  border-left-color: #EABA00; }

.calendar-absent.item-type-bg.consumables:before {
  color: rgba(234, 186, 0, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.complementary_services:not(.calendar-absent) {
  background-color: #EABA00; }

.item-type-bg.calendar_content.complementary_services {
  background-color: rgba(234, 186, 0, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.complementary_services,
.item-type-border.complementary_services {
  border-left-color: #EABA00; }

.calendar-absent.item-type-bg.complementary_services:before {
  color: rgba(234, 186, 0, 0.75); }

.calendar-absent {
  padding: 8px; }

.item-type-bg.hotel:not(.calendar-absent) {
  background-color: #9C27B0; }

.item-type-bg.calendar_content.hotel {
  background-color: rgba(156, 39, 176, 0.25); }

.list-group.clear-list .list-group-item.item-type-border.hotel,
.item-type-border.hotel {
  border-left-color: #9C27B0; }

.calendar-absent.item-type-bg.hotel:before {
  color: rgba(156, 39, 176, 0.75); }

.calendar-absent {
  padding: 8px; }

.calendar-absent.item-type-bg.rehabilitation:before {
  content: "Reabilitação"; }

.calendar-absent.item-type-bg.health_plans:before {
  content: "Planos de Saúde"; }

.calendar-absent.item-type-bg.profilaxia:before {
  content: "Profilaxia"; }

.calendar-absent.item-type-bg.periodicals:before {
  content: "Periódicos"; }

.calendar-absent.item-type-bg.vaccines:before {
  content: "Vacinas"; }

.calendar-absent.item-type-bg.wellness:before {
  content: "Bem estar"; }

.calendar-absent.item-type-bg.referral:before {
  content: "Referências"; }

.calendar-absent.item-type-bg.pecuaria:before {
  content: "Pecuária"; }

.calendar-absent.item-type-bg.consultations:before {
  content: "Consultas"; }

.calendar-absent.item-type-bg.drugs:before {
  content: "Medicação"; }

.calendar-absent.item-type-bg.cmdt:before {
  content: "Exames"; }

.calendar-absent.item-type-bg.mcdt:before {
  content: "Exames"; }

.calendar-absent.item-type-bg.procedures:before {
  content: "Procedimentos"; }

.calendar-absent.item-type-bg.surgery:before {
  content: "Cirurgia"; }

.calendar-absent.item-type-bg.hospitalization:before {
  content: "Hospitalização"; }

.calendar-absent.item-type-bg.food:before {
  content: "Alimentação"; }

.calendar-absent.item-type-bg.petshop:before {
  content: "Petshop"; }

.calendar-absent.item-type-bg.consumables:before {
  content: "Consumíveis"; }

.calendar-absent.item-type-bg.complementary_services:before {
  content: "Serviços complementares"; }

.calendar-absent.item-type-bg.hotel:before {
  content: "Hotel"; }

.module-crm a[href]:hover,
.module-crm a[href]:focus,
.module-crm a[href]:active {
  color: #E53935; }

.module-crm .ibox-title {
  border-bottom-color: #E53935; }
  .module-crm .ibox-title i {
    color: #E53935; }

.module-crm .modal-header,
.module-crm .u-second-nav .navbar-top-links li a:hover,
.module-crm .u-second-nav .navbar-top-links li a:focus,
.module-crm .u-second-nav .navbar-top-links li a:active {
  border-color: #E53935;
  color: #E53935; }

.module-crm .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-crm .u-models-table .table a:not(.badge):hover,
.module-crm .u-models-table .table a:not(.badge):focus,
.module-crm .u-models-table .table a:not(.badge):active {
  color: #E53935; }

.module-crm form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-crm {
  accent-color: #E53935 !important; }

a[href]:not(.btn).module-crm:hover,
a[href]:not(.btn).module-crm:focus,
a[href]:not(.btn).module-crm:active {
  color: #E53935 !important; }

.text-crm {
  color: #E53935 !important; }

.bg-crm {
  background-color: #E53935 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-crm.active,
#side-menu.nav .nav-second-level li.module-crm:hover,
#side-menu.nav li.module-crm.active,
#side-menu.nav li.module-crm:hover,
#side-menu.nav li.module-crm:focus,
#side-menu.nav li.module-crm:active {
  border-color: #E53935; }
  #side-menu.nav .nav-second-level li.module-crm.active > a,
  #side-menu.nav .nav-second-level li.module-crm:hover > a,
  #side-menu.nav li.module-crm.active > a,
  #side-menu.nav li.module-crm:hover > a,
  #side-menu.nav li.module-crm:focus > a,
  #side-menu.nav li.module-crm:active > a {
    color: #E53935 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-crm a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-crm a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-crm a:active {
  border-color: #E53935;
  color: #E53935; }

.module-crm .u-second-nav.navbar {
  box-shadow: #E53935 5px 9px 11px -14px; }

.module-crm .ibox {
  border: 1px solid #E53935; }

.module-crm .ibox-title {
  border-bottom-color: #E53935; }
  .module-crm .ibox-title i {
    color: #E53935; }

.module-crm.ibox {
  border: 1px solid #E53935 !important; }

.module-crm.ibox > .ibox-title {
  border-bottom-color: #E53935; }
  .module-crm.ibox > .ibox-title i {
    color: #E53935; }

/* BTN Primary */
.modal.module-crm .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-crm.btn-primary,
.module-crm.pills .btn-primary {
  background-color: #E53935;
  border-color: #E53935;
  color: #FFF; }

.modal.module-crm .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-crm.btn-primary:hover,
.module-crm.pills .btn-primary:hover,
.module-crm.btn-primary:active,
.module-crm.pills .btn-primary:active {
  background-color: #e2231e;
  border-color: #e2231e;
  color: #FFF !important; }

/* BTN Default */
.module-crm.btn-default:hover,
.module-crm.pills .btn-default:hover,
.module-crm.btn-default:active,
.module-crm.pills .btn-default:active {
  background-color: #ee7b79;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-crm .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-crm.btn-primary.btn-outline,
.module-crm.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #E53935;
  color: #E53935; }

.modal.module-crm .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-crm.btn-primary.btn-outline:hover,
.module-crm.pills .btn-primary.btn-outline:hover {
  background-color: #ee7b79;
  border-color: #000 !important;
  color: #000 !important; }

.module-campaigns a[href]:hover,
.module-campaigns a[href]:focus,
.module-campaigns a[href]:active {
  color: #E53935; }

.module-campaigns .ibox-title {
  border-bottom-color: #E53935; }
  .module-campaigns .ibox-title i {
    color: #E53935; }

.module-campaigns .modal-header,
.module-campaigns .u-second-nav .navbar-top-links li a:hover,
.module-campaigns .u-second-nav .navbar-top-links li a:focus,
.module-campaigns .u-second-nav .navbar-top-links li a:active {
  border-color: #E53935;
  color: #E53935; }

.module-campaigns .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-campaigns .u-models-table .table a:not(.badge):hover,
.module-campaigns .u-models-table .table a:not(.badge):focus,
.module-campaigns .u-models-table .table a:not(.badge):active {
  color: #E53935; }

.module-campaigns form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-campaigns {
  accent-color: #E53935 !important; }

a[href]:not(.btn).module-campaigns:hover,
a[href]:not(.btn).module-campaigns:focus,
a[href]:not(.btn).module-campaigns:active {
  color: #E53935 !important; }

.text-campaigns {
  color: #E53935 !important; }

.bg-campaigns {
  background-color: #E53935 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-campaigns.active,
#side-menu.nav .nav-second-level li.module-campaigns:hover,
#side-menu.nav li.module-campaigns.active,
#side-menu.nav li.module-campaigns:hover,
#side-menu.nav li.module-campaigns:focus,
#side-menu.nav li.module-campaigns:active {
  border-color: #E53935; }
  #side-menu.nav .nav-second-level li.module-campaigns.active > a,
  #side-menu.nav .nav-second-level li.module-campaigns:hover > a,
  #side-menu.nav li.module-campaigns.active > a,
  #side-menu.nav li.module-campaigns:hover > a,
  #side-menu.nav li.module-campaigns:focus > a,
  #side-menu.nav li.module-campaigns:active > a {
    color: #E53935 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-campaigns a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-campaigns a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-campaigns a:active {
  border-color: #E53935;
  color: #E53935; }

.module-campaigns .u-second-nav.navbar {
  box-shadow: #E53935 5px 9px 11px -14px; }

.module-campaigns .ibox {
  border: 1px solid #E53935; }

.module-campaigns .ibox-title {
  border-bottom-color: #E53935; }
  .module-campaigns .ibox-title i {
    color: #E53935; }

.module-campaigns.ibox {
  border: 1px solid #E53935 !important; }

.module-campaigns.ibox > .ibox-title {
  border-bottom-color: #E53935; }
  .module-campaigns.ibox > .ibox-title i {
    color: #E53935; }

/* BTN Primary */
.modal.module-campaigns .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-campaigns.btn-primary,
.module-campaigns.pills .btn-primary {
  background-color: #E53935;
  border-color: #E53935;
  color: #FFF; }

.modal.module-campaigns .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-campaigns.btn-primary:hover,
.module-campaigns.pills .btn-primary:hover,
.module-campaigns.btn-primary:active,
.module-campaigns.pills .btn-primary:active {
  background-color: #e2231e;
  border-color: #e2231e;
  color: #FFF !important; }

/* BTN Default */
.module-campaigns.btn-default:hover,
.module-campaigns.pills .btn-default:hover,
.module-campaigns.btn-default:active,
.module-campaigns.pills .btn-default:active {
  background-color: #ee7b79;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-campaigns .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-campaigns.btn-primary.btn-outline,
.module-campaigns.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #E53935;
  color: #E53935; }

.modal.module-campaigns .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-campaigns.btn-primary.btn-outline:hover,
.module-campaigns.pills .btn-primary.btn-outline:hover {
  background-color: #ee7b79;
  border-color: #000 !important;
  color: #000 !important; }

.module-calendar a[href]:hover,
.module-calendar a[href]:focus,
.module-calendar a[href]:active {
  color: #2196F3; }

.module-calendar .ibox-title {
  border-bottom-color: #2196F3; }
  .module-calendar .ibox-title i {
    color: #2196F3; }

.module-calendar .modal-header,
.module-calendar .u-second-nav .navbar-top-links li a:hover,
.module-calendar .u-second-nav .navbar-top-links li a:focus,
.module-calendar .u-second-nav .navbar-top-links li a:active {
  border-color: #2196F3;
  color: #2196F3; }

.module-calendar .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-calendar .u-models-table .table a:not(.badge):hover,
.module-calendar .u-models-table .table a:not(.badge):focus,
.module-calendar .u-models-table .table a:not(.badge):active {
  color: #2196F3; }

.module-calendar form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-calendar {
  accent-color: #2196F3 !important; }

a[href]:not(.btn).module-calendar:hover,
a[href]:not(.btn).module-calendar:focus,
a[href]:not(.btn).module-calendar:active {
  color: #2196F3 !important; }

.text-calendar {
  color: #2196F3 !important; }

.bg-calendar {
  background-color: #2196F3 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-calendar.active,
#side-menu.nav .nav-second-level li.module-calendar:hover,
#side-menu.nav li.module-calendar.active,
#side-menu.nav li.module-calendar:hover,
#side-menu.nav li.module-calendar:focus,
#side-menu.nav li.module-calendar:active {
  border-color: #2196F3; }
  #side-menu.nav .nav-second-level li.module-calendar.active > a,
  #side-menu.nav .nav-second-level li.module-calendar:hover > a,
  #side-menu.nav li.module-calendar.active > a,
  #side-menu.nav li.module-calendar:hover > a,
  #side-menu.nav li.module-calendar:focus > a,
  #side-menu.nav li.module-calendar:active > a {
    color: #2196F3 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-calendar a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-calendar a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-calendar a:active {
  border-color: #2196F3;
  color: #2196F3; }

.module-calendar .u-second-nav.navbar {
  box-shadow: #2196F3 5px 9px 11px -14px; }

.module-calendar .ibox {
  border: 1px solid #2196F3; }

.module-calendar .ibox-title {
  border-bottom-color: #2196F3; }
  .module-calendar .ibox-title i {
    color: #2196F3; }

.module-calendar.ibox {
  border: 1px solid #2196F3 !important; }

.module-calendar.ibox > .ibox-title {
  border-bottom-color: #2196F3; }
  .module-calendar.ibox > .ibox-title i {
    color: #2196F3; }

/* BTN Primary */
.modal.module-calendar .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-calendar.btn-primary,
.module-calendar.pills .btn-primary {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #FFF; }

.modal.module-calendar .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-calendar.btn-primary:hover,
.module-calendar.pills .btn-primary:hover,
.module-calendar.btn-primary:active,
.module-calendar.pills .btn-primary:active {
  background-color: #0d8aee;
  border-color: #0d8aee;
  color: #FFF !important; }

/* BTN Default */
.module-calendar.btn-default:hover,
.module-calendar.pills .btn-default:hover,
.module-calendar.btn-default:active,
.module-calendar.pills .btn-default:active {
  background-color: #6ab8f7;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-calendar .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-calendar.btn-primary.btn-outline,
.module-calendar.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #2196F3;
  color: #2196F3; }

.modal.module-calendar .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-calendar.btn-primary.btn-outline:hover,
.module-calendar.pills .btn-primary.btn-outline:hover {
  background-color: #6ab8f7;
  border-color: #000 !important;
  color: #000 !important; }

.module-clinical a[href]:hover,
.module-clinical a[href]:focus,
.module-clinical a[href]:active {
  color: #4CAF50; }

.module-clinical .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-clinical .ibox-title i {
    color: #4CAF50; }

.module-clinical .modal-header,
.module-clinical .u-second-nav .navbar-top-links li a:hover,
.module-clinical .u-second-nav .navbar-top-links li a:focus,
.module-clinical .u-second-nav .navbar-top-links li a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-clinical .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-clinical .u-models-table .table a:not(.badge):hover,
.module-clinical .u-models-table .table a:not(.badge):focus,
.module-clinical .u-models-table .table a:not(.badge):active {
  color: #4CAF50; }

.module-clinical form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-clinical {
  accent-color: #4CAF50 !important; }

a[href]:not(.btn).module-clinical:hover,
a[href]:not(.btn).module-clinical:focus,
a[href]:not(.btn).module-clinical:active {
  color: #4CAF50 !important; }

.text-clinical {
  color: #4CAF50 !important; }

.bg-clinical {
  background-color: #4CAF50 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-clinical.active,
#side-menu.nav .nav-second-level li.module-clinical:hover,
#side-menu.nav li.module-clinical.active,
#side-menu.nav li.module-clinical:hover,
#side-menu.nav li.module-clinical:focus,
#side-menu.nav li.module-clinical:active {
  border-color: #4CAF50; }
  #side-menu.nav .nav-second-level li.module-clinical.active > a,
  #side-menu.nav .nav-second-level li.module-clinical:hover > a,
  #side-menu.nav li.module-clinical.active > a,
  #side-menu.nav li.module-clinical:hover > a,
  #side-menu.nav li.module-clinical:focus > a,
  #side-menu.nav li.module-clinical:active > a {
    color: #4CAF50 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-clinical a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-clinical a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-clinical a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-clinical .u-second-nav.navbar {
  box-shadow: #4CAF50 5px 9px 11px -14px; }

.module-clinical .ibox {
  border: 1px solid #4CAF50; }

.module-clinical .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-clinical .ibox-title i {
    color: #4CAF50; }

.module-clinical.ibox {
  border: 1px solid #4CAF50 !important; }

.module-clinical.ibox > .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-clinical.ibox > .ibox-title i {
    color: #4CAF50; }

/* BTN Primary */
.modal.module-clinical .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-clinical.btn-primary,
.module-clinical.pills .btn-primary {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFF; }

.modal.module-clinical .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-clinical.btn-primary:hover,
.module-clinical.pills .btn-primary:hover,
.module-clinical.btn-primary:active,
.module-clinical.pills .btn-primary:active {
  background-color: #449d48;
  border-color: #449d48;
  color: #FFF !important; }

/* BTN Default */
.module-clinical.btn-default:hover,
.module-clinical.pills .btn-default:hover,
.module-clinical.btn-default:active,
.module-clinical.pills .btn-default:active {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-clinical .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-clinical.btn-primary.btn-outline,
.module-clinical.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #4CAF50;
  color: #4CAF50; }

.modal.module-clinical .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-clinical.btn-primary.btn-outline:hover,
.module-clinical.pills .btn-primary.btn-outline:hover {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

.module-charges a[href]:hover,
.module-charges a[href]:focus,
.module-charges a[href]:active {
  color: #EABA00; }

.module-charges .ibox-title {
  border-bottom-color: #EABA00; }
  .module-charges .ibox-title i {
    color: #EABA00; }

.module-charges .modal-header,
.module-charges .u-second-nav .navbar-top-links li a:hover,
.module-charges .u-second-nav .navbar-top-links li a:focus,
.module-charges .u-second-nav .navbar-top-links li a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-charges .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-charges .u-models-table .table a:not(.badge):hover,
.module-charges .u-models-table .table a:not(.badge):focus,
.module-charges .u-models-table .table a:not(.badge):active {
  color: #EABA00; }

.module-charges form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-charges {
  accent-color: #EABA00 !important; }

a[href]:not(.btn).module-charges:hover,
a[href]:not(.btn).module-charges:focus,
a[href]:not(.btn).module-charges:active {
  color: #EABA00 !important; }

.text-charges {
  color: #EABA00 !important; }

.bg-charges {
  background-color: #EABA00 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-charges.active,
#side-menu.nav .nav-second-level li.module-charges:hover,
#side-menu.nav li.module-charges.active,
#side-menu.nav li.module-charges:hover,
#side-menu.nav li.module-charges:focus,
#side-menu.nav li.module-charges:active {
  border-color: #EABA00; }
  #side-menu.nav .nav-second-level li.module-charges.active > a,
  #side-menu.nav .nav-second-level li.module-charges:hover > a,
  #side-menu.nav li.module-charges.active > a,
  #side-menu.nav li.module-charges:hover > a,
  #side-menu.nav li.module-charges:focus > a,
  #side-menu.nav li.module-charges:active > a {
    color: #EABA00 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-charges a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-charges a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-charges a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-charges .u-second-nav.navbar {
  box-shadow: #EABA00 5px 9px 11px -14px; }

.module-charges .ibox {
  border: 1px solid #EABA00; }

.module-charges .ibox-title {
  border-bottom-color: #EABA00; }
  .module-charges .ibox-title i {
    color: #EABA00; }

.module-charges.ibox {
  border: 1px solid #EABA00 !important; }

.module-charges.ibox > .ibox-title {
  border-bottom-color: #EABA00; }
  .module-charges.ibox > .ibox-title i {
    color: #EABA00; }

/* BTN Primary */
.modal.module-charges .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-charges.btn-primary,
.module-charges.pills .btn-primary {
  background-color: #EABA00;
  border-color: #EABA00;
  color: #FFF; }

.modal.module-charges .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-charges.btn-primary:hover,
.module-charges.pills .btn-primary:hover,
.module-charges.btn-primary:active,
.module-charges.pills .btn-primary:active {
  background-color: #d1a600;
  border-color: #d1a600;
  color: #FFF !important; }

/* BTN Default */
.module-charges.btn-default:hover,
.module-charges.pills .btn-default:hover,
.module-charges.btn-default:active,
.module-charges.pills .btn-default:active {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-charges .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-charges.btn-primary.btn-outline,
.module-charges.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #EABA00;
  color: #EABA00; }

.modal.module-charges .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-charges.btn-primary.btn-outline:hover,
.module-charges.pills .btn-primary.btn-outline:hover {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

.module-examion a[href]:hover,
.module-examion a[href]:focus,
.module-examion a[href]:active {
  color: #4CAF50; }

.module-examion .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-examion .ibox-title i {
    color: #4CAF50; }

.module-examion .modal-header,
.module-examion .u-second-nav .navbar-top-links li a:hover,
.module-examion .u-second-nav .navbar-top-links li a:focus,
.module-examion .u-second-nav .navbar-top-links li a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-examion .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-examion .u-models-table .table a:not(.badge):hover,
.module-examion .u-models-table .table a:not(.badge):focus,
.module-examion .u-models-table .table a:not(.badge):active {
  color: #4CAF50; }

.module-examion form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-examion {
  accent-color: #4CAF50 !important; }

a[href]:not(.btn).module-examion:hover,
a[href]:not(.btn).module-examion:focus,
a[href]:not(.btn).module-examion:active {
  color: #4CAF50 !important; }

.text-examion {
  color: #4CAF50 !important; }

.bg-examion {
  background-color: #4CAF50 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-examion.active,
#side-menu.nav .nav-second-level li.module-examion:hover,
#side-menu.nav li.module-examion.active,
#side-menu.nav li.module-examion:hover,
#side-menu.nav li.module-examion:focus,
#side-menu.nav li.module-examion:active {
  border-color: #4CAF50; }
  #side-menu.nav .nav-second-level li.module-examion.active > a,
  #side-menu.nav .nav-second-level li.module-examion:hover > a,
  #side-menu.nav li.module-examion.active > a,
  #side-menu.nav li.module-examion:hover > a,
  #side-menu.nav li.module-examion:focus > a,
  #side-menu.nav li.module-examion:active > a {
    color: #4CAF50 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-examion a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-examion a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-examion a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-examion .u-second-nav.navbar {
  box-shadow: #4CAF50 5px 9px 11px -14px; }

.module-examion .ibox {
  border: 1px solid #4CAF50; }

.module-examion .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-examion .ibox-title i {
    color: #4CAF50; }

.module-examion.ibox {
  border: 1px solid #4CAF50 !important; }

.module-examion.ibox > .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-examion.ibox > .ibox-title i {
    color: #4CAF50; }

/* BTN Primary */
.modal.module-examion .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-examion.btn-primary,
.module-examion.pills .btn-primary {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFF; }

.modal.module-examion .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-examion.btn-primary:hover,
.module-examion.pills .btn-primary:hover,
.module-examion.btn-primary:active,
.module-examion.pills .btn-primary:active {
  background-color: #449d48;
  border-color: #449d48;
  color: #FFF !important; }

/* BTN Default */
.module-examion.btn-default:hover,
.module-examion.pills .btn-default:hover,
.module-examion.btn-default:active,
.module-examion.pills .btn-default:active {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-examion .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-examion.btn-primary.btn-outline,
.module-examion.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #4CAF50;
  color: #4CAF50; }

.modal.module-examion .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-examion.btn-primary.btn-outline:hover,
.module-examion.pills .btn-primary.btn-outline:hover {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

.module-veterinary a[href]:hover,
.module-veterinary a[href]:focus,
.module-veterinary a[href]:active {
  color: #4CAF50; }

.module-veterinary .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-veterinary .ibox-title i {
    color: #4CAF50; }

.module-veterinary .modal-header,
.module-veterinary .u-second-nav .navbar-top-links li a:hover,
.module-veterinary .u-second-nav .navbar-top-links li a:focus,
.module-veterinary .u-second-nav .navbar-top-links li a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-veterinary .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-veterinary .u-models-table .table a:not(.badge):hover,
.module-veterinary .u-models-table .table a:not(.badge):focus,
.module-veterinary .u-models-table .table a:not(.badge):active {
  color: #4CAF50; }

.module-veterinary form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-veterinary {
  accent-color: #4CAF50 !important; }

a[href]:not(.btn).module-veterinary:hover,
a[href]:not(.btn).module-veterinary:focus,
a[href]:not(.btn).module-veterinary:active {
  color: #4CAF50 !important; }

.text-veterinary {
  color: #4CAF50 !important; }

.bg-veterinary {
  background-color: #4CAF50 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-veterinary.active,
#side-menu.nav .nav-second-level li.module-veterinary:hover,
#side-menu.nav li.module-veterinary.active,
#side-menu.nav li.module-veterinary:hover,
#side-menu.nav li.module-veterinary:focus,
#side-menu.nav li.module-veterinary:active {
  border-color: #4CAF50; }
  #side-menu.nav .nav-second-level li.module-veterinary.active > a,
  #side-menu.nav .nav-second-level li.module-veterinary:hover > a,
  #side-menu.nav li.module-veterinary.active > a,
  #side-menu.nav li.module-veterinary:hover > a,
  #side-menu.nav li.module-veterinary:focus > a,
  #side-menu.nav li.module-veterinary:active > a {
    color: #4CAF50 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-veterinary a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-veterinary a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-veterinary a:active {
  border-color: #4CAF50;
  color: #4CAF50; }

.module-veterinary .u-second-nav.navbar {
  box-shadow: #4CAF50 5px 9px 11px -14px; }

.module-veterinary .ibox {
  border: 1px solid #4CAF50; }

.module-veterinary .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-veterinary .ibox-title i {
    color: #4CAF50; }

.module-veterinary.ibox {
  border: 1px solid #4CAF50 !important; }

.module-veterinary.ibox > .ibox-title {
  border-bottom-color: #4CAF50; }
  .module-veterinary.ibox > .ibox-title i {
    color: #4CAF50; }

/* BTN Primary */
.modal.module-veterinary .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-veterinary.btn-primary,
.module-veterinary.pills .btn-primary {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFF; }

.modal.module-veterinary .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-veterinary.btn-primary:hover,
.module-veterinary.pills .btn-primary:hover,
.module-veterinary.btn-primary:active,
.module-veterinary.pills .btn-primary:active {
  background-color: #449d48;
  border-color: #449d48;
  color: #FFF !important; }

/* BTN Default */
.module-veterinary.btn-default:hover,
.module-veterinary.pills .btn-default:hover,
.module-veterinary.btn-default:active,
.module-veterinary.pills .btn-default:active {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-veterinary .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-veterinary.btn-primary.btn-outline,
.module-veterinary.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #4CAF50;
  color: #4CAF50; }

.modal.module-veterinary .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-veterinary.btn-primary.btn-outline:hover,
.module-veterinary.pills .btn-primary.btn-outline:hover {
  background-color: #80c883;
  border-color: #000 !important;
  color: #000 !important; }

.module-internments a[href]:hover,
.module-internments a[href]:focus,
.module-internments a[href]:active {
  color: #6bcaba; }

.module-internments .ibox-title {
  border-bottom-color: #6bcaba; }
  .module-internments .ibox-title i {
    color: #6bcaba; }

.module-internments .modal-header,
.module-internments .u-second-nav .navbar-top-links li a:hover,
.module-internments .u-second-nav .navbar-top-links li a:focus,
.module-internments .u-second-nav .navbar-top-links li a:active {
  border-color: #6bcaba;
  color: #6bcaba; }

.module-internments .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-internments .u-models-table .table a:not(.badge):hover,
.module-internments .u-models-table .table a:not(.badge):focus,
.module-internments .u-models-table .table a:not(.badge):active {
  color: #6bcaba; }

.module-internments form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-internments {
  accent-color: #6bcaba !important; }

a[href]:not(.btn).module-internments:hover,
a[href]:not(.btn).module-internments:focus,
a[href]:not(.btn).module-internments:active {
  color: #6bcaba !important; }

.text-internments {
  color: #6bcaba !important; }

.bg-internments {
  background-color: #6bcaba !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-internments.active,
#side-menu.nav .nav-second-level li.module-internments:hover,
#side-menu.nav li.module-internments.active,
#side-menu.nav li.module-internments:hover,
#side-menu.nav li.module-internments:focus,
#side-menu.nav li.module-internments:active {
  border-color: #6bcaba; }
  #side-menu.nav .nav-second-level li.module-internments.active > a,
  #side-menu.nav .nav-second-level li.module-internments:hover > a,
  #side-menu.nav li.module-internments.active > a,
  #side-menu.nav li.module-internments:hover > a,
  #side-menu.nav li.module-internments:focus > a,
  #side-menu.nav li.module-internments:active > a {
    color: #6bcaba !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-internments a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-internments a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-internments a:active {
  border-color: #6bcaba;
  color: #6bcaba; }

.module-internments .u-second-nav.navbar {
  box-shadow: #6bcaba 5px 9px 11px -14px; }

.module-internments .ibox {
  border: 1px solid #6bcaba; }

.module-internments .ibox-title {
  border-bottom-color: #6bcaba; }
  .module-internments .ibox-title i {
    color: #6bcaba; }

.module-internments.ibox {
  border: 1px solid #6bcaba !important; }

.module-internments.ibox > .ibox-title {
  border-bottom-color: #6bcaba; }
  .module-internments.ibox > .ibox-title i {
    color: #6bcaba; }

/* BTN Primary */
.modal.module-internments .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-internments.btn-primary,
.module-internments.pills .btn-primary {
  background-color: #6bcaba;
  border-color: #6bcaba;
  color: #FFF; }

.modal.module-internments .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-internments.btn-primary:hover,
.module-internments.pills .btn-primary:hover,
.module-internments.btn-primary:active,
.module-internments.pills .btn-primary:active {
  background-color: #58c3b1;
  border-color: #58c3b1;
  color: #FFF !important; }

/* BTN Default */
.module-internments.btn-default:hover,
.module-internments.pills .btn-default:hover,
.module-internments.btn-default:active,
.module-internments.pills .btn-default:active {
  background-color: #a3ded4;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-internments .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-internments.btn-primary.btn-outline,
.module-internments.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #6bcaba;
  color: #6bcaba; }

.modal.module-internments .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-internments.btn-primary.btn-outline:hover,
.module-internments.pills .btn-primary.btn-outline:hover {
  background-color: #a3ded4;
  border-color: #000 !important;
  color: #000 !important; }

.module-home a[href]:hover,
.module-home a[href]:focus,
.module-home a[href]:active {
  color: #9C27B0; }

.module-home .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-home .ibox-title i {
    color: #9C27B0; }

.module-home .modal-header,
.module-home .u-second-nav .navbar-top-links li a:hover,
.module-home .u-second-nav .navbar-top-links li a:focus,
.module-home .u-second-nav .navbar-top-links li a:active {
  border-color: #9C27B0;
  color: #9C27B0; }

.module-home .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-home .u-models-table .table a:not(.badge):hover,
.module-home .u-models-table .table a:not(.badge):focus,
.module-home .u-models-table .table a:not(.badge):active {
  color: #9C27B0; }

.module-home form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-home {
  accent-color: #9C27B0 !important; }

a[href]:not(.btn).module-home:hover,
a[href]:not(.btn).module-home:focus,
a[href]:not(.btn).module-home:active {
  color: #9C27B0 !important; }

.text-home {
  color: #9C27B0 !important; }

.bg-home {
  background-color: #9C27B0 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-home.active,
#side-menu.nav .nav-second-level li.module-home:hover,
#side-menu.nav li.module-home.active,
#side-menu.nav li.module-home:hover,
#side-menu.nav li.module-home:focus,
#side-menu.nav li.module-home:active {
  border-color: #9C27B0; }
  #side-menu.nav .nav-second-level li.module-home.active > a,
  #side-menu.nav .nav-second-level li.module-home:hover > a,
  #side-menu.nav li.module-home.active > a,
  #side-menu.nav li.module-home:hover > a,
  #side-menu.nav li.module-home:focus > a,
  #side-menu.nav li.module-home:active > a {
    color: #9C27B0 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-home a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-home a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-home a:active {
  border-color: #9C27B0;
  color: #9C27B0; }

.module-home .u-second-nav.navbar {
  box-shadow: #9C27B0 5px 9px 11px -14px; }

.module-home .ibox {
  border: 1px solid #9C27B0; }

.module-home .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-home .ibox-title i {
    color: #9C27B0; }

.module-home.ibox {
  border: 1px solid #9C27B0 !important; }

.module-home.ibox > .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-home.ibox > .ibox-title i {
    color: #9C27B0; }

/* BTN Primary */
.modal.module-home .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-home.btn-primary,
.module-home.pills .btn-primary {
  background-color: #9C27B0;
  border-color: #9C27B0;
  color: #FFF; }

.modal.module-home .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-home.btn-primary:hover,
.module-home.pills .btn-primary:hover,
.module-home.btn-primary:active,
.module-home.pills .btn-primary:active {
  background-color: #89229b;
  border-color: #89229b;
  color: #FFF !important; }

/* BTN Default */
.module-home.btn-default:hover,
.module-home.pills .btn-default:hover,
.module-home.btn-default:active,
.module-home.pills .btn-default:active {
  background-color: #c34cd7;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-home .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-home.btn-primary.btn-outline,
.module-home.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #9C27B0;
  color: #9C27B0; }

.modal.module-home .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-home.btn-primary.btn-outline:hover,
.module-home.pills .btn-primary.btn-outline:hover {
  background-color: #c34cd7;
  border-color: #000 !important;
  color: #000 !important; }

.module-hotel a[href]:hover,
.module-hotel a[href]:focus,
.module-hotel a[href]:active {
  color: #9C27B0; }

.module-hotel .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-hotel .ibox-title i {
    color: #9C27B0; }

.module-hotel .modal-header,
.module-hotel .u-second-nav .navbar-top-links li a:hover,
.module-hotel .u-second-nav .navbar-top-links li a:focus,
.module-hotel .u-second-nav .navbar-top-links li a:active {
  border-color: #9C27B0;
  color: #9C27B0; }

.module-hotel .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-hotel .u-models-table .table a:not(.badge):hover,
.module-hotel .u-models-table .table a:not(.badge):focus,
.module-hotel .u-models-table .table a:not(.badge):active {
  color: #9C27B0; }

.module-hotel form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-hotel {
  accent-color: #9C27B0 !important; }

a[href]:not(.btn).module-hotel:hover,
a[href]:not(.btn).module-hotel:focus,
a[href]:not(.btn).module-hotel:active {
  color: #9C27B0 !important; }

.text-hotel {
  color: #9C27B0 !important; }

.bg-hotel {
  background-color: #9C27B0 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-hotel.active,
#side-menu.nav .nav-second-level li.module-hotel:hover,
#side-menu.nav li.module-hotel.active,
#side-menu.nav li.module-hotel:hover,
#side-menu.nav li.module-hotel:focus,
#side-menu.nav li.module-hotel:active {
  border-color: #9C27B0; }
  #side-menu.nav .nav-second-level li.module-hotel.active > a,
  #side-menu.nav .nav-second-level li.module-hotel:hover > a,
  #side-menu.nav li.module-hotel.active > a,
  #side-menu.nav li.module-hotel:hover > a,
  #side-menu.nav li.module-hotel:focus > a,
  #side-menu.nav li.module-hotel:active > a {
    color: #9C27B0 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-hotel a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-hotel a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-hotel a:active {
  border-color: #9C27B0;
  color: #9C27B0; }

.module-hotel .u-second-nav.navbar {
  box-shadow: #9C27B0 5px 9px 11px -14px; }

.module-hotel .ibox {
  border: 1px solid #9C27B0; }

.module-hotel .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-hotel .ibox-title i {
    color: #9C27B0; }

.module-hotel.ibox {
  border: 1px solid #9C27B0 !important; }

.module-hotel.ibox > .ibox-title {
  border-bottom-color: #9C27B0; }
  .module-hotel.ibox > .ibox-title i {
    color: #9C27B0; }

/* BTN Primary */
.modal.module-hotel .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-hotel.btn-primary,
.module-hotel.pills .btn-primary {
  background-color: #9C27B0;
  border-color: #9C27B0;
  color: #FFF; }

.modal.module-hotel .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-hotel.btn-primary:hover,
.module-hotel.pills .btn-primary:hover,
.module-hotel.btn-primary:active,
.module-hotel.pills .btn-primary:active {
  background-color: #89229b;
  border-color: #89229b;
  color: #FFF !important; }

/* BTN Default */
.module-hotel.btn-default:hover,
.module-hotel.pills .btn-default:hover,
.module-hotel.btn-default:active,
.module-hotel.pills .btn-default:active {
  background-color: #c34cd7;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-hotel .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-hotel.btn-primary.btn-outline,
.module-hotel.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #9C27B0;
  color: #9C27B0; }

.modal.module-hotel .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-hotel.btn-primary.btn-outline:hover,
.module-hotel.pills .btn-primary.btn-outline:hover {
  background-color: #c34cd7;
  border-color: #000 !important;
  color: #000 !important; }

.module-houseCalls a[href]:hover,
.module-houseCalls a[href]:focus,
.module-houseCalls a[href]:active {
  color: #2196F3; }

.module-houseCalls .ibox-title {
  border-bottom-color: #2196F3; }
  .module-houseCalls .ibox-title i {
    color: #2196F3; }

.module-houseCalls .modal-header,
.module-houseCalls .u-second-nav .navbar-top-links li a:hover,
.module-houseCalls .u-second-nav .navbar-top-links li a:focus,
.module-houseCalls .u-second-nav .navbar-top-links li a:active {
  border-color: #2196F3;
  color: #2196F3; }

.module-houseCalls .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-houseCalls .u-models-table .table a:not(.badge):hover,
.module-houseCalls .u-models-table .table a:not(.badge):focus,
.module-houseCalls .u-models-table .table a:not(.badge):active {
  color: #2196F3; }

.module-houseCalls form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-houseCalls {
  accent-color: #2196F3 !important; }

a[href]:not(.btn).module-houseCalls:hover,
a[href]:not(.btn).module-houseCalls:focus,
a[href]:not(.btn).module-houseCalls:active {
  color: #2196F3 !important; }

.text-houseCalls {
  color: #2196F3 !important; }

.bg-houseCalls {
  background-color: #2196F3 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-houseCalls.active,
#side-menu.nav .nav-second-level li.module-houseCalls:hover,
#side-menu.nav li.module-houseCalls.active,
#side-menu.nav li.module-houseCalls:hover,
#side-menu.nav li.module-houseCalls:focus,
#side-menu.nav li.module-houseCalls:active {
  border-color: #2196F3; }
  #side-menu.nav .nav-second-level li.module-houseCalls.active > a,
  #side-menu.nav .nav-second-level li.module-houseCalls:hover > a,
  #side-menu.nav li.module-houseCalls.active > a,
  #side-menu.nav li.module-houseCalls:hover > a,
  #side-menu.nav li.module-houseCalls:focus > a,
  #side-menu.nav li.module-houseCalls:active > a {
    color: #2196F3 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-houseCalls a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-houseCalls a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-houseCalls a:active {
  border-color: #2196F3;
  color: #2196F3; }

.module-houseCalls .u-second-nav.navbar {
  box-shadow: #2196F3 5px 9px 11px -14px; }

.module-houseCalls .ibox {
  border: 1px solid #2196F3; }

.module-houseCalls .ibox-title {
  border-bottom-color: #2196F3; }
  .module-houseCalls .ibox-title i {
    color: #2196F3; }

.module-houseCalls.ibox {
  border: 1px solid #2196F3 !important; }

.module-houseCalls.ibox > .ibox-title {
  border-bottom-color: #2196F3; }
  .module-houseCalls.ibox > .ibox-title i {
    color: #2196F3; }

/* BTN Primary */
.modal.module-houseCalls .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-houseCalls.btn-primary,
.module-houseCalls.pills .btn-primary {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #FFF; }

.modal.module-houseCalls .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-houseCalls.btn-primary:hover,
.module-houseCalls.pills .btn-primary:hover,
.module-houseCalls.btn-primary:active,
.module-houseCalls.pills .btn-primary:active {
  background-color: #0d8aee;
  border-color: #0d8aee;
  color: #FFF !important; }

/* BTN Default */
.module-houseCalls.btn-default:hover,
.module-houseCalls.pills .btn-default:hover,
.module-houseCalls.btn-default:active,
.module-houseCalls.pills .btn-default:active {
  background-color: #6ab8f7;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-houseCalls .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-houseCalls.btn-primary.btn-outline,
.module-houseCalls.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #2196F3;
  color: #2196F3; }

.modal.module-houseCalls .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-houseCalls.btn-primary.btn-outline:hover,
.module-houseCalls.pills .btn-primary.btn-outline:hover {
  background-color: #6ab8f7;
  border-color: #000 !important;
  color: #000 !important; }

.module-hr a[href]:hover,
.module-hr a[href]:focus,
.module-hr a[href]:active {
  color: #3F51B5; }

.module-hr .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-hr .ibox-title i {
    color: #3F51B5; }

.module-hr .modal-header,
.module-hr .u-second-nav .navbar-top-links li a:hover,
.module-hr .u-second-nav .navbar-top-links li a:focus,
.module-hr .u-second-nav .navbar-top-links li a:active {
  border-color: #3F51B5;
  color: #3F51B5; }

.module-hr .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-hr .u-models-table .table a:not(.badge):hover,
.module-hr .u-models-table .table a:not(.badge):focus,
.module-hr .u-models-table .table a:not(.badge):active {
  color: #3F51B5; }

.module-hr form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-hr {
  accent-color: #3F51B5 !important; }

a[href]:not(.btn).module-hr:hover,
a[href]:not(.btn).module-hr:focus,
a[href]:not(.btn).module-hr:active {
  color: #3F51B5 !important; }

.text-hr {
  color: #3F51B5 !important; }

.bg-hr {
  background-color: #3F51B5 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-hr.active,
#side-menu.nav .nav-second-level li.module-hr:hover,
#side-menu.nav li.module-hr.active,
#side-menu.nav li.module-hr:hover,
#side-menu.nav li.module-hr:focus,
#side-menu.nav li.module-hr:active {
  border-color: #3F51B5; }
  #side-menu.nav .nav-second-level li.module-hr.active > a,
  #side-menu.nav .nav-second-level li.module-hr:hover > a,
  #side-menu.nav li.module-hr.active > a,
  #side-menu.nav li.module-hr:hover > a,
  #side-menu.nav li.module-hr:focus > a,
  #side-menu.nav li.module-hr:active > a {
    color: #3F51B5 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-hr a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-hr a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-hr a:active {
  border-color: #3F51B5;
  color: #3F51B5; }

.module-hr .u-second-nav.navbar {
  box-shadow: #3F51B5 5px 9px 11px -14px; }

.module-hr .ibox {
  border: 1px solid #3F51B5; }

.module-hr .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-hr .ibox-title i {
    color: #3F51B5; }

.module-hr.ibox {
  border: 1px solid #3F51B5 !important; }

.module-hr.ibox > .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-hr.ibox > .ibox-title i {
    color: #3F51B5; }

/* BTN Primary */
.modal.module-hr .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-hr.btn-primary,
.module-hr.pills .btn-primary {
  background-color: #3F51B5;
  border-color: #3F51B5;
  color: #FFF; }

.modal.module-hr .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-hr.btn-primary:hover,
.module-hr.pills .btn-primary:hover,
.module-hr.btn-primary:active,
.module-hr.pills .btn-primary:active {
  background-color: #3849a2;
  border-color: #3849a2;
  color: #FFF !important; }

/* BTN Default */
.module-hr.btn-default:hover,
.module-hr.pills .btn-default:hover,
.module-hr.btn-default:active,
.module-hr.pills .btn-default:active {
  background-color: #7280ce;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-hr .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-hr.btn-primary.btn-outline,
.module-hr.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #3F51B5;
  color: #3F51B5; }

.modal.module-hr .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-hr.btn-primary.btn-outline:hover,
.module-hr.pills .btn-primary.btn-outline:hover {
  background-color: #7280ce;
  border-color: #000 !important;
  color: #000 !important; }

.module-shifts a[href]:hover,
.module-shifts a[href]:focus,
.module-shifts a[href]:active {
  color: #3F51B5; }

.module-shifts .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-shifts .ibox-title i {
    color: #3F51B5; }

.module-shifts .modal-header,
.module-shifts .u-second-nav .navbar-top-links li a:hover,
.module-shifts .u-second-nav .navbar-top-links li a:focus,
.module-shifts .u-second-nav .navbar-top-links li a:active {
  border-color: #3F51B5;
  color: #3F51B5; }

.module-shifts .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-shifts .u-models-table .table a:not(.badge):hover,
.module-shifts .u-models-table .table a:not(.badge):focus,
.module-shifts .u-models-table .table a:not(.badge):active {
  color: #3F51B5; }

.module-shifts form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-shifts {
  accent-color: #3F51B5 !important; }

a[href]:not(.btn).module-shifts:hover,
a[href]:not(.btn).module-shifts:focus,
a[href]:not(.btn).module-shifts:active {
  color: #3F51B5 !important; }

.text-shifts {
  color: #3F51B5 !important; }

.bg-shifts {
  background-color: #3F51B5 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-shifts.active,
#side-menu.nav .nav-second-level li.module-shifts:hover,
#side-menu.nav li.module-shifts.active,
#side-menu.nav li.module-shifts:hover,
#side-menu.nav li.module-shifts:focus,
#side-menu.nav li.module-shifts:active {
  border-color: #3F51B5; }
  #side-menu.nav .nav-second-level li.module-shifts.active > a,
  #side-menu.nav .nav-second-level li.module-shifts:hover > a,
  #side-menu.nav li.module-shifts.active > a,
  #side-menu.nav li.module-shifts:hover > a,
  #side-menu.nav li.module-shifts:focus > a,
  #side-menu.nav li.module-shifts:active > a {
    color: #3F51B5 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-shifts a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-shifts a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-shifts a:active {
  border-color: #3F51B5;
  color: #3F51B5; }

.module-shifts .u-second-nav.navbar {
  box-shadow: #3F51B5 5px 9px 11px -14px; }

.module-shifts .ibox {
  border: 1px solid #3F51B5; }

.module-shifts .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-shifts .ibox-title i {
    color: #3F51B5; }

.module-shifts.ibox {
  border: 1px solid #3F51B5 !important; }

.module-shifts.ibox > .ibox-title {
  border-bottom-color: #3F51B5; }
  .module-shifts.ibox > .ibox-title i {
    color: #3F51B5; }

/* BTN Primary */
.modal.module-shifts .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-shifts.btn-primary,
.module-shifts.pills .btn-primary {
  background-color: #3F51B5;
  border-color: #3F51B5;
  color: #FFF; }

.modal.module-shifts .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-shifts.btn-primary:hover,
.module-shifts.pills .btn-primary:hover,
.module-shifts.btn-primary:active,
.module-shifts.pills .btn-primary:active {
  background-color: #3849a2;
  border-color: #3849a2;
  color: #FFF !important; }

/* BTN Default */
.module-shifts.btn-default:hover,
.module-shifts.pills .btn-default:hover,
.module-shifts.btn-default:active,
.module-shifts.pills .btn-default:active {
  background-color: #7280ce;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-shifts .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-shifts.btn-primary.btn-outline,
.module-shifts.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #3F51B5;
  color: #3F51B5; }

.modal.module-shifts .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-shifts.btn-primary.btn-outline:hover,
.module-shifts.pills .btn-primary.btn-outline:hover {
  background-color: #7280ce;
  border-color: #000 !important;
  color: #000 !important; }

.module-procurement a[href]:hover,
.module-procurement a[href]:focus,
.module-procurement a[href]:active {
  color: #F16002; }

.module-procurement .ibox-title {
  border-bottom-color: #F16002; }
  .module-procurement .ibox-title i {
    color: #F16002; }

.module-procurement .modal-header,
.module-procurement .u-second-nav .navbar-top-links li a:hover,
.module-procurement .u-second-nav .navbar-top-links li a:focus,
.module-procurement .u-second-nav .navbar-top-links li a:active {
  border-color: #F16002;
  color: #F16002; }

.module-procurement .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-procurement .u-models-table .table a:not(.badge):hover,
.module-procurement .u-models-table .table a:not(.badge):focus,
.module-procurement .u-models-table .table a:not(.badge):active {
  color: #F16002; }

.module-procurement form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-procurement {
  accent-color: #F16002 !important; }

a[href]:not(.btn).module-procurement:hover,
a[href]:not(.btn).module-procurement:focus,
a[href]:not(.btn).module-procurement:active {
  color: #F16002 !important; }

.text-procurement {
  color: #F16002 !important; }

.bg-procurement {
  background-color: #F16002 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-procurement.active,
#side-menu.nav .nav-second-level li.module-procurement:hover,
#side-menu.nav li.module-procurement.active,
#side-menu.nav li.module-procurement:hover,
#side-menu.nav li.module-procurement:focus,
#side-menu.nav li.module-procurement:active {
  border-color: #F16002; }
  #side-menu.nav .nav-second-level li.module-procurement.active > a,
  #side-menu.nav .nav-second-level li.module-procurement:hover > a,
  #side-menu.nav li.module-procurement.active > a,
  #side-menu.nav li.module-procurement:hover > a,
  #side-menu.nav li.module-procurement:focus > a,
  #side-menu.nav li.module-procurement:active > a {
    color: #F16002 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-procurement a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-procurement a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-procurement a:active {
  border-color: #F16002;
  color: #F16002; }

.module-procurement .u-second-nav.navbar {
  box-shadow: #F16002 5px 9px 11px -14px; }

.module-procurement .ibox {
  border: 1px solid #F16002; }

.module-procurement .ibox-title {
  border-bottom-color: #F16002; }
  .module-procurement .ibox-title i {
    color: #F16002; }

.module-procurement.ibox {
  border: 1px solid #F16002 !important; }

.module-procurement.ibox > .ibox-title {
  border-bottom-color: #F16002; }
  .module-procurement.ibox > .ibox-title i {
    color: #F16002; }

/* BTN Primary */
.modal.module-procurement .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-procurement.btn-primary,
.module-procurement.pills .btn-primary {
  background-color: #F16002;
  border-color: #F16002;
  color: #FFF; }

.modal.module-procurement .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-procurement.btn-primary:hover,
.module-procurement.pills .btn-primary:hover,
.module-procurement.btn-primary:active,
.module-procurement.pills .btn-primary:active {
  background-color: #d85602;
  border-color: #d85602;
  color: #FFF !important; }

/* BTN Default */
.module-procurement.btn-default:hover,
.module-procurement.pills .btn-default:hover,
.module-procurement.btn-default:active,
.module-procurement.pills .btn-default:active {
  background-color: #fd8c42;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-procurement .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-procurement.btn-primary.btn-outline,
.module-procurement.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #F16002;
  color: #F16002; }

.modal.module-procurement .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-procurement.btn-primary.btn-outline:hover,
.module-procurement.pills .btn-primary.btn-outline:hover {
  background-color: #fd8c42;
  border-color: #000 !important;
  color: #000 !important; }

.module-referral a[href]:hover,
.module-referral a[href]:focus,
.module-referral a[href]:active {
  color: #00796b; }

.module-referral .ibox-title {
  border-bottom-color: #00796b; }
  .module-referral .ibox-title i {
    color: #00796b; }

.module-referral .modal-header,
.module-referral .u-second-nav .navbar-top-links li a:hover,
.module-referral .u-second-nav .navbar-top-links li a:focus,
.module-referral .u-second-nav .navbar-top-links li a:active {
  border-color: #00796b;
  color: #00796b; }

.module-referral .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-referral .u-models-table .table a:not(.badge):hover,
.module-referral .u-models-table .table a:not(.badge):focus,
.module-referral .u-models-table .table a:not(.badge):active {
  color: #00796b; }

.module-referral form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-referral {
  accent-color: #00796b !important; }

a[href]:not(.btn).module-referral:hover,
a[href]:not(.btn).module-referral:focus,
a[href]:not(.btn).module-referral:active {
  color: #00796b !important; }

.text-referral {
  color: #00796b !important; }

.bg-referral {
  background-color: #00796b !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-referral.active,
#side-menu.nav .nav-second-level li.module-referral:hover,
#side-menu.nav li.module-referral.active,
#side-menu.nav li.module-referral:hover,
#side-menu.nav li.module-referral:focus,
#side-menu.nav li.module-referral:active {
  border-color: #00796b; }
  #side-menu.nav .nav-second-level li.module-referral.active > a,
  #side-menu.nav .nav-second-level li.module-referral:hover > a,
  #side-menu.nav li.module-referral.active > a,
  #side-menu.nav li.module-referral:hover > a,
  #side-menu.nav li.module-referral:focus > a,
  #side-menu.nav li.module-referral:active > a {
    color: #00796b !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-referral a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-referral a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-referral a:active {
  border-color: #00796b;
  color: #00796b; }

.module-referral .u-second-nav.navbar {
  box-shadow: #00796b 5px 9px 11px -14px; }

.module-referral .ibox {
  border: 1px solid #00796b; }

.module-referral .ibox-title {
  border-bottom-color: #00796b; }
  .module-referral .ibox-title i {
    color: #00796b; }

.module-referral.ibox {
  border: 1px solid #00796b !important; }

.module-referral.ibox > .ibox-title {
  border-bottom-color: #00796b; }
  .module-referral.ibox > .ibox-title i {
    color: #00796b; }

/* BTN Primary */
.modal.module-referral .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-referral.btn-primary,
.module-referral.pills .btn-primary {
  background-color: #00796b;
  border-color: #00796b;
  color: #FFF; }

.modal.module-referral .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-referral.btn-primary:hover,
.module-referral.pills .btn-primary:hover,
.module-referral.btn-primary:active,
.module-referral.pills .btn-primary:active {
  background-color: #006054;
  border-color: #006054;
  color: #FFF !important; }

/* BTN Default */
.module-referral.btn-default:hover,
.module-referral.pills .btn-default:hover,
.module-referral.btn-default:active,
.module-referral.pills .btn-default:active {
  background-color: #00c6af;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-referral .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-referral.btn-primary.btn-outline,
.module-referral.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #00796b;
  color: #00796b; }

.modal.module-referral .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-referral.btn-primary.btn-outline:hover,
.module-referral.pills .btn-primary.btn-outline:hover {
  background-color: #00c6af;
  border-color: #000 !important;
  color: #000 !important; }

.module-sales a[href]:hover,
.module-sales a[href]:focus,
.module-sales a[href]:active {
  color: #EABA00; }

.module-sales .ibox-title {
  border-bottom-color: #EABA00; }
  .module-sales .ibox-title i {
    color: #EABA00; }

.module-sales .modal-header,
.module-sales .u-second-nav .navbar-top-links li a:hover,
.module-sales .u-second-nav .navbar-top-links li a:focus,
.module-sales .u-second-nav .navbar-top-links li a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-sales .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-sales .u-models-table .table a:not(.badge):hover,
.module-sales .u-models-table .table a:not(.badge):focus,
.module-sales .u-models-table .table a:not(.badge):active {
  color: #EABA00; }

.module-sales form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-sales {
  accent-color: #EABA00 !important; }

a[href]:not(.btn).module-sales:hover,
a[href]:not(.btn).module-sales:focus,
a[href]:not(.btn).module-sales:active {
  color: #EABA00 !important; }

.text-sales {
  color: #EABA00 !important; }

.bg-sales {
  background-color: #EABA00 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-sales.active,
#side-menu.nav .nav-second-level li.module-sales:hover,
#side-menu.nav li.module-sales.active,
#side-menu.nav li.module-sales:hover,
#side-menu.nav li.module-sales:focus,
#side-menu.nav li.module-sales:active {
  border-color: #EABA00; }
  #side-menu.nav .nav-second-level li.module-sales.active > a,
  #side-menu.nav .nav-second-level li.module-sales:hover > a,
  #side-menu.nav li.module-sales.active > a,
  #side-menu.nav li.module-sales:hover > a,
  #side-menu.nav li.module-sales:focus > a,
  #side-menu.nav li.module-sales:active > a {
    color: #EABA00 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-sales a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-sales a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-sales a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-sales .u-second-nav.navbar {
  box-shadow: #EABA00 5px 9px 11px -14px; }

.module-sales .ibox {
  border: 1px solid #EABA00; }

.module-sales .ibox-title {
  border-bottom-color: #EABA00; }
  .module-sales .ibox-title i {
    color: #EABA00; }

.module-sales.ibox {
  border: 1px solid #EABA00 !important; }

.module-sales.ibox > .ibox-title {
  border-bottom-color: #EABA00; }
  .module-sales.ibox > .ibox-title i {
    color: #EABA00; }

/* BTN Primary */
.modal.module-sales .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-sales.btn-primary,
.module-sales.pills .btn-primary {
  background-color: #EABA00;
  border-color: #EABA00;
  color: #FFF; }

.modal.module-sales .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-sales.btn-primary:hover,
.module-sales.pills .btn-primary:hover,
.module-sales.btn-primary:active,
.module-sales.pills .btn-primary:active {
  background-color: #d1a600;
  border-color: #d1a600;
  color: #FFF !important; }

/* BTN Default */
.module-sales.btn-default:hover,
.module-sales.pills .btn-default:hover,
.module-sales.btn-default:active,
.module-sales.pills .btn-default:active {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-sales .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-sales.btn-primary.btn-outline,
.module-sales.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #EABA00;
  color: #EABA00; }

.modal.module-sales .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-sales.btn-primary.btn-outline:hover,
.module-sales.pills .btn-primary.btn-outline:hover {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

.module-at a[href]:hover,
.module-at a[href]:focus,
.module-at a[href]:active {
  color: #EABA00; }

.module-at .ibox-title {
  border-bottom-color: #EABA00; }
  .module-at .ibox-title i {
    color: #EABA00; }

.module-at .modal-header,
.module-at .u-second-nav .navbar-top-links li a:hover,
.module-at .u-second-nav .navbar-top-links li a:focus,
.module-at .u-second-nav .navbar-top-links li a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-at .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-at .u-models-table .table a:not(.badge):hover,
.module-at .u-models-table .table a:not(.badge):focus,
.module-at .u-models-table .table a:not(.badge):active {
  color: #EABA00; }

.module-at form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-at {
  accent-color: #EABA00 !important; }

a[href]:not(.btn).module-at:hover,
a[href]:not(.btn).module-at:focus,
a[href]:not(.btn).module-at:active {
  color: #EABA00 !important; }

.text-at {
  color: #EABA00 !important; }

.bg-at {
  background-color: #EABA00 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-at.active,
#side-menu.nav .nav-second-level li.module-at:hover,
#side-menu.nav li.module-at.active,
#side-menu.nav li.module-at:hover,
#side-menu.nav li.module-at:focus,
#side-menu.nav li.module-at:active {
  border-color: #EABA00; }
  #side-menu.nav .nav-second-level li.module-at.active > a,
  #side-menu.nav .nav-second-level li.module-at:hover > a,
  #side-menu.nav li.module-at.active > a,
  #side-menu.nav li.module-at:hover > a,
  #side-menu.nav li.module-at:focus > a,
  #side-menu.nav li.module-at:active > a {
    color: #EABA00 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-at a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-at a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-at a:active {
  border-color: #EABA00;
  color: #EABA00; }

.module-at .u-second-nav.navbar {
  box-shadow: #EABA00 5px 9px 11px -14px; }

.module-at .ibox {
  border: 1px solid #EABA00; }

.module-at .ibox-title {
  border-bottom-color: #EABA00; }
  .module-at .ibox-title i {
    color: #EABA00; }

.module-at.ibox {
  border: 1px solid #EABA00 !important; }

.module-at.ibox > .ibox-title {
  border-bottom-color: #EABA00; }
  .module-at.ibox > .ibox-title i {
    color: #EABA00; }

/* BTN Primary */
.modal.module-at .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-at.btn-primary,
.module-at.pills .btn-primary {
  background-color: #EABA00;
  border-color: #EABA00;
  color: #FFF; }

.modal.module-at .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-at.btn-primary:hover,
.module-at.pills .btn-primary:hover,
.module-at.btn-primary:active,
.module-at.pills .btn-primary:active {
  background-color: #d1a600;
  border-color: #d1a600;
  color: #FFF !important; }

/* BTN Default */
.module-at.btn-default:hover,
.module-at.pills .btn-default:hover,
.module-at.btn-default:active,
.module-at.pills .btn-default:active {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-at .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-at.btn-primary.btn-outline,
.module-at.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #EABA00;
  color: #EABA00; }

.modal.module-at .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-at.btn-primary.btn-outline:hover,
.module-at.pills .btn-primary.btn-outline:hover {
  background-color: #ffd638;
  border-color: #000 !important;
  color: #000 !important; }

.module-stats a[href]:hover,
.module-stats a[href]:focus,
.module-stats a[href]:active {
  color: #78909c; }

.module-stats .ibox-title {
  border-bottom-color: #78909c; }
  .module-stats .ibox-title i {
    color: #78909c; }

.module-stats .modal-header,
.module-stats .u-second-nav .navbar-top-links li a:hover,
.module-stats .u-second-nav .navbar-top-links li a:focus,
.module-stats .u-second-nav .navbar-top-links li a:active {
  border-color: #78909c;
  color: #78909c; }

.module-stats .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-stats .u-models-table .table a:not(.badge):hover,
.module-stats .u-models-table .table a:not(.badge):focus,
.module-stats .u-models-table .table a:not(.badge):active {
  color: #78909c; }

.module-stats form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-stats {
  accent-color: #78909c !important; }

a[href]:not(.btn).module-stats:hover,
a[href]:not(.btn).module-stats:focus,
a[href]:not(.btn).module-stats:active {
  color: #78909c !important; }

.text-stats {
  color: #78909c !important; }

.bg-stats {
  background-color: #78909c !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-stats.active,
#side-menu.nav .nav-second-level li.module-stats:hover,
#side-menu.nav li.module-stats.active,
#side-menu.nav li.module-stats:hover,
#side-menu.nav li.module-stats:focus,
#side-menu.nav li.module-stats:active {
  border-color: #78909c; }
  #side-menu.nav .nav-second-level li.module-stats.active > a,
  #side-menu.nav .nav-second-level li.module-stats:hover > a,
  #side-menu.nav li.module-stats.active > a,
  #side-menu.nav li.module-stats:hover > a,
  #side-menu.nav li.module-stats:focus > a,
  #side-menu.nav li.module-stats:active > a {
    color: #78909c !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-stats a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-stats a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-stats a:active {
  border-color: #78909c;
  color: #78909c; }

.module-stats .u-second-nav.navbar {
  box-shadow: #78909c 5px 9px 11px -14px; }

.module-stats .ibox {
  border: 1px solid #78909c; }

.module-stats .ibox-title {
  border-bottom-color: #78909c; }
  .module-stats .ibox-title i {
    color: #78909c; }

.module-stats.ibox {
  border: 1px solid #78909c !important; }

.module-stats.ibox > .ibox-title {
  border-bottom-color: #78909c; }
  .module-stats.ibox > .ibox-title i {
    color: #78909c; }

/* BTN Primary */
.modal.module-stats .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-stats.btn-primary,
.module-stats.pills .btn-primary {
  background-color: #78909c;
  border-color: #78909c;
  color: #FFF; }

.modal.module-stats .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-stats.btn-primary:hover,
.module-stats.pills .btn-primary:hover,
.module-stats.btn-primary:active,
.module-stats.pills .btn-primary:active {
  background-color: #6a8491;
  border-color: #6a8491;
  color: #FFF !important; }

/* BTN Default */
.module-stats.btn-default:hover,
.module-stats.pills .btn-default:hover,
.module-stats.btn-default:active,
.module-stats.pills .btn-default:active {
  background-color: #a4b4bc;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-stats .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-stats.btn-primary.btn-outline,
.module-stats.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #78909c;
  color: #78909c; }

.modal.module-stats .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-stats.btn-primary.btn-outline:hover,
.module-stats.pills .btn-primary.btn-outline:hover {
  background-color: #a4b4bc;
  border-color: #000 !important;
  color: #000 !important; }

.module-group a[href]:hover,
.module-group a[href]:focus,
.module-group a[href]:active {
  color: #78909c; }

.module-group .ibox-title {
  border-bottom-color: #78909c; }
  .module-group .ibox-title i {
    color: #78909c; }

.module-group .modal-header,
.module-group .u-second-nav .navbar-top-links li a:hover,
.module-group .u-second-nav .navbar-top-links li a:focus,
.module-group .u-second-nav .navbar-top-links li a:active {
  border-color: #78909c;
  color: #78909c; }

.module-group .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-group .u-models-table .table a:not(.badge):hover,
.module-group .u-models-table .table a:not(.badge):focus,
.module-group .u-models-table .table a:not(.badge):active {
  color: #78909c; }

.module-group form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-group {
  accent-color: #78909c !important; }

a[href]:not(.btn).module-group:hover,
a[href]:not(.btn).module-group:focus,
a[href]:not(.btn).module-group:active {
  color: #78909c !important; }

.text-group {
  color: #78909c !important; }

.bg-group {
  background-color: #78909c !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-group.active,
#side-menu.nav .nav-second-level li.module-group:hover,
#side-menu.nav li.module-group.active,
#side-menu.nav li.module-group:hover,
#side-menu.nav li.module-group:focus,
#side-menu.nav li.module-group:active {
  border-color: #78909c; }
  #side-menu.nav .nav-second-level li.module-group.active > a,
  #side-menu.nav .nav-second-level li.module-group:hover > a,
  #side-menu.nav li.module-group.active > a,
  #side-menu.nav li.module-group:hover > a,
  #side-menu.nav li.module-group:focus > a,
  #side-menu.nav li.module-group:active > a {
    color: #78909c !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-group a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-group a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-group a:active {
  border-color: #78909c;
  color: #78909c; }

.module-group .u-second-nav.navbar {
  box-shadow: #78909c 5px 9px 11px -14px; }

.module-group .ibox {
  border: 1px solid #78909c; }

.module-group .ibox-title {
  border-bottom-color: #78909c; }
  .module-group .ibox-title i {
    color: #78909c; }

.module-group.ibox {
  border: 1px solid #78909c !important; }

.module-group.ibox > .ibox-title {
  border-bottom-color: #78909c; }
  .module-group.ibox > .ibox-title i {
    color: #78909c; }

/* BTN Primary */
.modal.module-group .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-group.btn-primary,
.module-group.pills .btn-primary {
  background-color: #78909c;
  border-color: #78909c;
  color: #FFF; }

.modal.module-group .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-group.btn-primary:hover,
.module-group.pills .btn-primary:hover,
.module-group.btn-primary:active,
.module-group.pills .btn-primary:active {
  background-color: #6a8491;
  border-color: #6a8491;
  color: #FFF !important; }

/* BTN Default */
.module-group.btn-default:hover,
.module-group.pills .btn-default:hover,
.module-group.btn-default:active,
.module-group.pills .btn-default:active {
  background-color: #a4b4bc;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-group .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-group.btn-primary.btn-outline,
.module-group.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #78909c;
  color: #78909c; }

.modal.module-group .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-group.btn-primary.btn-outline:hover,
.module-group.pills .btn-primary.btn-outline:hover {
  background-color: #a4b4bc;
  border-color: #000 !important;
  color: #000 !important; }

.module-system a[href]:hover,
.module-system a[href]:focus,
.module-system a[href]:active {
  color: #009966; }

.module-system .ibox-title {
  border-bottom-color: #009966; }
  .module-system .ibox-title i {
    color: #009966; }

.module-system .modal-header,
.module-system .u-second-nav .navbar-top-links li a:hover,
.module-system .u-second-nav .navbar-top-links li a:focus,
.module-system .u-second-nav .navbar-top-links li a:active {
  border-color: #009966;
  color: #009966; }

.module-system .u-models-table .table a:not(.badge) {
  color: inherit; }

.module-system .u-models-table .table a:not(.badge):hover,
.module-system .u-models-table .table a:not(.badge):focus,
.module-system .u-models-table .table a:not(.badge):active {
  color: #009966; }

.module-system form.form input:active {
  border-color: var(--colors-info);
  border-width: var(--borderWidths-small);
  box-shadow: rgba(32, 116, 213, 0.25) 0px 0px 16px;
  color: var(--colorsText-black);
  padding-block: 10px;
  padding-inline: 14px; }

input[type="checkbox"].module-system {
  accent-color: #009966 !important; }

a[href]:not(.btn).module-system:hover,
a[href]:not(.btn).module-system:focus,
a[href]:not(.btn).module-system:active {
  color: #009966 !important; }

.text-system {
  color: #009966 !important; }

.bg-system {
  background-color: #009966 !important; }

/*
     * left menu
     */
#side-menu.nav .nav-second-level li.module-system.active,
#side-menu.nav .nav-second-level li.module-system:hover,
#side-menu.nav li.module-system.active,
#side-menu.nav li.module-system:hover,
#side-menu.nav li.module-system:focus,
#side-menu.nav li.module-system:active {
  border-color: #009966; }
  #side-menu.nav .nav-second-level li.module-system.active > a,
  #side-menu.nav .nav-second-level li.module-system:hover > a,
  #side-menu.nav li.module-system.active > a,
  #side-menu.nav li.module-system:hover > a,
  #side-menu.nav li.module-system:focus > a,
  #side-menu.nav li.module-system:active > a {
    color: #009966 !important; }

.u-second-nav .nav.navbar-right.navbar-top-links li.module-system a:hover,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-system a:focus,
.u-second-nav .nav.navbar-right.navbar-top-links li.module-system a:active {
  border-color: #009966;
  color: #009966; }

.module-system .u-second-nav.navbar {
  box-shadow: #009966 5px 9px 11px -14px; }

.module-system .ibox {
  border: 1px solid #009966; }

.module-system .ibox-title {
  border-bottom-color: #009966; }
  .module-system .ibox-title i {
    color: #009966; }

.module-system.ibox {
  border: 1px solid #009966 !important; }

.module-system.ibox > .ibox-title {
  border-bottom-color: #009966; }
  .module-system.ibox > .ibox-title i {
    color: #009966; }

/* BTN Primary */
.modal.module-system .modal-footer .btn-primary:not(.btn-danger):not(.btn-warning),
.module-system.btn-primary,
.module-system.pills .btn-primary {
  background-color: #009966;
  border-color: #009966;
  color: #FFF; }

.modal.module-system .modal-footer .btn-primary:hover:not(.btn-danger):not(.btn-warning),
.module-system.btn-primary:hover,
.module-system.pills .btn-primary:hover,
.module-system.btn-primary:active,
.module-system.pills .btn-primary:active {
  background-color: #008055;
  border-color: #008055;
  color: #FFF !important; }

/* BTN Default */
.module-system.btn-default:hover,
.module-system.pills .btn-default:hover,
.module-system.btn-default:active,
.module-system.pills .btn-default:active {
  background-color: #00e699;
  border-color: #000 !important;
  color: #000 !important; }

/* BTN Primary outline */
.modal.module-system .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning),
.module-system.btn-primary.btn-outline,
.module-system.pills .btn-primary.btn-outline {
  background-color: transparent;
  border-color: #009966;
  color: #009966; }

.modal.module-system .modal-footer .btn-primary.btn-outline:not(.btn-danger):not(.btn-warning):hover,
.module-system.btn-primary.btn-outline:hover,
.module-system.pills .btn-primary.btn-outline:hover {
  background-color: #00e699;
  border-color: #000 !important;
  color: #000 !important; }

.modal-lg .ember-js-pdf__frame {
  height: calc(100vh - 170px); }

/* Appointments
*******************************************************************************/
div[class^="module-"] a[href],
a[class^="module-"] {
  color: inherit; }

/* Appointments
*******************************************************************************/
list-group.clear-list .list-group-item.item-type-border {
  border-left: 3px solid #777; }

.item-type-border {
  border-left: 5px solid #777; }

body {
  background-color: #f3f3f4 !important; }

#page-header {
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin .u-second-nav.navbar.navbar-default {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  left: 0;
  padding-left: 30px; }

.navbar-default.navbar-static-side {
  background-color: #FFF; }

#u-second-nav-collapse .navbar-top-links li:last-child {
  margin-right: 0; }

#godAlert {
  position: fixed;
  left: 0;
  top: -0;
  width: 100%;
  padding: 3px;
  margin: 0;
  border: 1px;
  z-index: 9999; }

.well.well-transparent {
  background-color: transparent; }

.text-strong {
  font-weight: 700; }

.inline-block > div {
  width: 100px;
  display: inline-block; }

/*
 * Bootstrap
 */
img.img-responsive {
  margin: 0 auto; }

/*
 *   Application defaults
 */
* {
  transition: background-color 0.7s; }

a {
  transition: background-color 0.7s, color 0.5s; }

pre {
  border: none !important;
  background: none !important; }

.u-models-table table > thead > tr > th.u-ibox-tip-warpper {
  min-width: 75px;
  width: 75px;
  max-width: 75px;
  text-align: right; }

.u-models-table table > tbody > tr > td.u-ibox-tip-warpper {
  overflow: visible;
  position: relative; }

.u-ibox-tip-warpper .u-ibox-tip {
  display: none;
  position: absolute;
  z-index: 2147483647;
  top: -102px;
  left: -210px;
  width: 300px; }

.u-ibox-tip-warpper:hover .u-ibox-tip {
  display: block; }

.debug-pannel {
  position: fixed;
  right: 0;
  bottom: 70px;
  background-color: #009966;
  color: #FFF;
  padding: 20px;
  z-index: 99999;
  border-radius: 10px 0 0 10px; }

.pills .btn {
  margin: 2px; }

.pills.form-control, .pills.ember-power-select-trigger {
  border-color: transparent; }

.stars.form-control, .stars.ember-power-select-trigger {
  border-color: transparent; }

.wr0 .table-actions {
  display: none; }

.font-xs {
  font-size: 70%; }

.btn.btn-small {
  padding: 0 5px; }

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

.color-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block; }

.appointment-card {
  border: 1px solid #ddd; }
  .appointment-card p {
    font-weight: 500; }

#openAppointmentDetails dl {
  margin-bottom: 5px; }

#openAppointmentDetails pre {
  background: none;
  border: 1px solid #e7eaec;
  font-family: inherit;
  font-size: 12px;
  word-spacing: -0.5px; }

#openAppointmentDetails .appointment-state {
  padding: 5px 30px 15px 30px; }

#openAppointmentDetails .appointment-state-section {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px 5px;
  opacity: 0.7; }

.org-avatar {
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 100px; }

a.label-default:hover {
  background-color: #888; }

.ember-power-select-option {
  transition: background-color 0.5s, color 0.7s; }

.ember-power-select-option[aria-current="true"] {
  background-color: #3BAA8A; }

.addon-text {
  max-width: 75px; }

.well-borders {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

form .row.equal > div {
  padding-bottom: 15px; }
  form .row.equal > div fieldset {
    height: 100%; }
    form .row.equal > div fieldset > div {
      height: 100%; }

.form-group .ember-power-select-trigger {
  height: 38px;
  line-height: 2.5;
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
  border-right: 1px solid #e5e6e7;
  border-left: 1px solid #e5e6e7;
  border-radius: 1px;
  overflow: hidden; }

.form-group .ember-power-select-trigger.form-control, .form-group .ember-power-select-trigger {
  line-height: 1.8; }

/*******************************************************************************
 * Lines List
 ******************************************************************************/
.table.lines-list {
  table-layout: fixed; }
  .table.lines-list th {
    border-bottom: none;
    color: #DDD;
    padding: 0 2px; }
  .table.lines-list th.column-unit {
    width: 50px; }
  .table.lines-list th.column-quantity {
    width: 45px; }
  .table.lines-list th.column-discount {
    width: 30px; }
  .table.lines-list th.column-price {
    width: 65px; }
  .table.lines-list th.column-icon {
    width: 35px; }
  .table.lines-list tr td {
    font-weight: 400;
    padding: 2px;
    border-top: none;
    overflow: hidden; }
  .table.lines-list tr td:first-child a {
    color: inherit !important; }
  .table.lines-list tr td:last-child {
    padding-right: 4px; }
    .table.lines-list tr td:last-child i {
      color: #CCCCCC; }
  .table.lines-list tr.order-line-card.odd-line {
    background-color: #f3f3f4; }
  .table.lines-list tr.spacer {
    border-bottom: none;
    height: 4px; }
  .table.lines-list tr.spacer ~ .spacer {
    border-bottom: 1px solid #EEE;
    height: 14px; }
  .table.lines-list tr.order-line-card.compound.child td {
    line-height: 1.1; }
  .table.lines-list tr.order-line-card.compound.child td.text-muted {
    font-size: 0.85em;
    color: #999 !important; }
  .table.lines-list tr.order-line-card.compound.child td:first-child {
    border-left: 1px solid #CCC;
    font-size: 0.85em;
    color: #999 !important; }

.order-line-card:not(.compound) {
  border-bottom: 1px solid #EEE; }

.order-line-card {
  font-weight: 300;
  padding: 0;
  line-height: 1.30; }

.table.lines-list:hover {
  color: #999; }
  .table.lines-list:hover tr.order-line-card.alert.alert-danger {
    color: #999; }
  .table.lines-list:hover tr.order-line-card:hover td {
    color: #111; }

/* lines List *****************************************************************/
#consultation #tab-soap fieldset {
  margin-bottom: 40px; }

#consultation #tab-soap fieldset:last-child {
  margin-bottom: 5px; }

#consultation #tab-soap fieldset legend {
  margin-bottom: 15px;
  border-bottom: none;
  padding-top: 10px; }

#consultation #tab-soap fieldset:first-child legend {
  margin-top: 10px; }

#consultation #tab-soap fieldset h3 {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  #consultation #tab-soap fieldset h3 a {
    padding: 0 6px; }

#consultation #tab-soap .soap2 .add-tag {
  display: inline-block;
  width: 220px; }

/* XS */
@media (max-width: 767px) {
  #consultation #tab-soap fieldset h3 {
    margin-top: 35px; } }

.form-control, .ember-power-select-trigger {
  height: 38px; }

.form-control.slim-line, .slim-line.ember-power-select-trigger {
  height: 25px; }

.form-control.pills .btn, .pills.ember-power-select-trigger .btn {
  padding: 6px 10px; }

input[type="checkbox"].form-control, input.ember-power-select-trigger[type="checkbox"] {
  margin: 0;
  width: 20px; }

form .form-control .input-group i.fa.fa-magic, form .ember-power-select-trigger .input-group i.fa.fa-magic {
  color: #666; }

#modal-customer-create {
  z-index: 2051 !important; }

.card.contact-box {
  padding: 0;
  overflow: hidden;
  height: 75px;
  display: flex; }
  .card.contact-box article:first-child {
    flex: 80px 0 0; }
    .card.contact-box article:first-child img {
      margin: 0;
      max-height: 75px;
      max-width: 100%; }
    .card.contact-box article:first-child i {
      margin-top: 15px; }
  .card.contact-box article:last-child {
    padding-top: 10px;
    padding-left: 10px;
    flex-grow: 1; }

/* Searchable-select
*******************************************************************************/
.form-nav .input-group-addon.input-group-arrow {
  min-width: 38px; }

.form-nav .input-group .form-control.pet-date-picker, .form-nav .input-group .pet-date-picker.ember-power-select-trigger {
  width: 100px; }

/* Searchable-select
*******************************************************************************/
.Searchable-select a[href].Searchable-select__label {
  color: inherit;
  height: 38px;
  padding-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/* Power Select
*******************************************************************************/
.ember-basic-dropdown-content.ember-power-select-dropdown {
  z-index: 2052; }

.powerSelectHide {
  position: absolute;
  top: 38px;
  left: 70px;
  border: none;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0; }

/* Second Nav
*******************************************************************************/
.md-skin .u-second-nav .navbar-top-links li a {
  color: #999; }

.md-skin .u-second-nav .nav.navbar-right.navbar-top-links li a > i, .md-skin .u-second-nav .nav.navbar-right.navbar-top-links li a span > i:first-child {
  font-size: 1.4em; }

.md-skin .u-second-nav .nav.navbar-right.navbar-top-links li a span > i:last-child {
  font-size: 1.1em; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; } }

#bug-report-link a:hover {
  color: #3BAA8A; }

.md-skin .navbar-default .nav > li > a:hover {
  font-weight: 400; }

.md-skin .u-second-nav-wrapper + .alert {
  margin-top: -20px;
  border-radius: 0;
  border: none; }

/* Date Picker
 *****************************************************************************/
.form-group .pet-datetime-picker input[type="number"] {
  padding: 5px;
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important; }

.mini-avatar {
  width: 35px;
  height: auto; }

.text-weak,
.text-weak strong {
  font-weight: lighter; }

.accepts-drag {
  background-color: #DDD; }

h2 + .models-table-wrapper {
  position: relative;
  top: -50px; }

.u-models-table .globalSearch .form-group {
  float: right; }

.md-skin .nav-header {
  background: linear-gradient(rgba(0, 255, 0, 0.1), rgba(0, 200, 100, 0.3)), url(patterns/4.png) !important; }

img.pet-logo {
  margin: 0 auto;
  max-width: 50%; }

.scroll-x {
  overflow-x: auto; }

/*
*   ibox
*/
.ibox-title {
  overflow: auto; }

.ibox-title > .label {
  background-color: #EEE;
  color: #999; }

.models-table-wrapper label {
  margin-bottom: 20px; }

.wrapper-content-35px {
  padding-bottom: 35px; }

.td-padding-3px {
  padding: 3px; }

.label-danger-inverse {
  background-color: transparent;
  border: 1px solid #ED5565;
  color: inherit; }

.appointment-card {
  color: #858585;
  padding: 3px;
  width: 100%;
  font-size: 12px;
  border-radius: 5px; }
  .appointment-card p {
    line-height: 1.1;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 5px; }
  .appointment-card p:last-child {
    margin-bottom: 0; }
  .appointment-card .label-default {
    background: transparent;
    border: 1px solid #DDD; }
    .appointment-card .label-default i.fa-info {
      display: none; }
    .appointment-card .label-default strong {
      font-weight: 400; }
  .appointment-card .card-slim small {
    color: #BBB; }
  .appointment-card .text-weak {
    color: #AAA; }

.resize.appointment-card {
  color: #FFF;
  padding: 2px 0 0 4px !important;
  font-weight: 300;
  border-radius: 4px;
  margin: 0; }
  .resize.appointment-card .draggable-object > p {
    height: 100%;
    line-height: 1;
    font-size: 12px; }
    .resize.appointment-card .draggable-object > p small {
      color: #eee; }
    .resize.appointment-card .draggable-object > p br + small {
      text-transform: lowercase; }

.resize.appointment-card:hover {
  border-color: #333; }

.appointment-card-disable-warpper.disabled .resize.appointment-card {
  color: #333; }
  .appointment-card-disable-warpper.disabled .resize.appointment-card p b {
    font-weight: 300; }
  .appointment-card-disable-warpper.disabled .resize.appointment-card p small {
    display: none; }
  .appointment-card-disable-warpper.disabled .resize.appointment-card p i {
    color: #333; }

.appointment-card-disable-warpper.disabled {
  opacity: 0.4; }

.appointment-card-disable-warpper .appointment-card-popover {
  display: none;
  opacity: 0;
  transition: opacity 0.5s; }
  .appointment-card-disable-warpper .appointment-card-popover .appointment-card {
    height: 74px; }

.appointment-card-disable-warpper:hover {
  opacity: 1;
  margin: 0; }
  .appointment-card-disable-warpper:hover .appointment-card-popover {
    display: block;
    opacity: 1;
    position: absolute;
    top: -74px;
    left: -1px;
    width: 100%;
    min-width: 300px;
    z-index: 1; }
    .appointment-card-disable-warpper:hover .appointment-card-popover .item-type-border {
      margin: 0; }

.appointment-card:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0; }

.appointment-card .progress-bar:not(.progress-bar-warning):not(.progress-bar-danger) {
  background-color: #669; }

/* Patient
*******************************************************************************/
#patient-index .customer-card {
  background: none;
  border: none;
  box-shadow: none; }

.customer-card .label-default {
  background: transparent;
  border: 1px solid #ddd; }
  .customer-card .label-default i.fa-info {
    display: none; }
  .customer-card .label-default strong {
    font-weight: 400; }

#openUpdateCustomer .profile-image,
#openEditPatient .profile-image {
  width: auto;
  max-height: 50px; }

.hide-search.models-table-wrapper .pull-left {
  display: none; }

/* SubTaskItem
*******************************************************************************/
.subTaskItem-pill {
  min-width: 85px; }

/*
 * Wizard
 */
.wizard > .steps li,
.wizard > .steps li:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard > .steps .active a {
  background: #3BAA8A;
  color: #fff;
  cursor: default; }

/* Financial Accounts
*******************************************************************************/
#financial-accounts-index .ibox-content, #financial-accounts-index .filters-panel {
  height: 128px; }

/* Aside
*******************************************************************************/
@media (min-width: 768px) {
  .aside-wrapper aside {
    position: absolute;
    right: 0;
    width: 50px;
    transition: width 1s; }
  .aside-wrapper aside + * {
    margin-right: 50px;
    transition: margin 1s; }
  .aside-wrapper.showAside aside + * {
    margin-right: 240px; }
  .aside-wrapper.showAside aside {
    width: 240px; }
  .aside-wrapper:not(.showAside) .ibox-title {
    padding: 0;
    text-align: center;
    padding-top: 15px; }
    .aside-wrapper:not(.showAside) .ibox-title h5 {
      float: none; }
    .aside-wrapper:not(.showAside) .ibox-title span {
      float: none; } }

/* Calendar
*******************************************************************************/
#modal-appointment-create .nav.nav-tabs {
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5; }

.calendar-b-t {
  border-bottom: 1px solid #EEE; }

.calendar_now {
  box-shadow: 2px -7px 0px -2px #3BAA8A inset;
  z-index: 1; }
  .calendar_now .current {
    width: 100%;
    height: 100%; }

.calendar_content {
  height: 100%;
  text-align: left;
  float: left;
  max-width: 100%;
  flex: 1;
  position: relative; }

.calendar_content:hover {
  opacity: 1; }

.calendar_content.item-type-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  color: #666; }

.calendar-absent {
  background-color: #AAA;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-color: #F0F0F0;
  margin: -1px; }

.shift-pending {
  background-image: repeating-linear-gradient(110deg, transparent, Transparent 9px, #2196F3 5px, #2196F3 10px); }
  .shift-pending .calendar-flex {
    padding-left: 10px; }
  .shift-pending .item-type-bg.bg-white {
    background-image: repeating-linear-gradient(110deg, transparent, Transparent 9px, #2196F3 5px, #2196F3 10px); }

.calendar-flex {
  display: flex;
  height: 100%; }

.table_cell {
  position: relative; }

.table > tbody > tr > td.calendar-hours {
  height: 30px; }
  .table > tbody > tr > td.calendar-hours div {
    padding: 1px 6px; }

.calendar_title {
  color: white;
  font-weight: 700;
  margin-right: 20px;
  float: left; }

.calendar_title:hover {
  color: white;
  text-decoration: underline; }

.calendar_subcontent {
  color: white; }

table.calendar tr {
  border-color: #DDD; }

.calendar .task-card.resize.appointment-card > p small,
.calendar .task-card.appointment-card a:hover {
  color: inherit !important; }

.calendar.table > tr > th {
  text-align: center; }

.calendar.table .draggable-object-target {
  height: 30px; }

.calendar th {
  min-width: 100px;
  color: #999; }

.calendar th.highlight {
  color: #0c7cd5; }

.calendar th:first-child {
  min-width: 50px;
  width: 50px; }

.calendar.table.no-padding tr td {
  padding: 0;
  border: none;
  border-right: 1px solid #eee; }

.calendar.table.no-padding tr td.btn-primary {
  background-color: #3BAA8A; }

.appointment-card-component {
  position: relative; }

.form-inline.globalSearch {
  border-radius: 5px;
  width: 100%;
  padding-left: 10px; }

.models-table-wrapper label {
  margin: 20px 0; }

.calendar-time-column {
  width: 100px; }

.calendar-icon {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 7px;
  color: #dedede; }

.calendar-icon-weekly {
  float: right;
  top: 0;
  right: 0;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 10px;
  opacity: .5; }

.white {
  color: white; }

.calendar_subcontent_padding {
  position: relative;
  right: 0; }

/*
 * Week
 */
.calendar-weekly-content {
  flex-grow: 1;
  display: inline-block;
  width: 100%;
  color: white;
  text-align: left;
  padding: 0; }

.appointments-week .table > tbody > tr > td, .stays-week .table > tbody > tr > td {
  padding: 0;
  height: 30px;
  width: 14.28%; }

.appointments-week .table > tr > th, .stays-week .table > tr > th {
  color: #777; }

.appointments-week .table > tr > th.text-white, .stays-week .table > tr > th.text-white {
  color: #FFF; }

.appointments-week th:first-child, .stays-week th:first-child {
  width: 50px; }

.appointments-week td:first-child, .stays-week td:first-child {
  color: #777;
  text-align: center;
  padding-top: 2px; }

.appointments-week .table.table.bordered tr td, .stays-week .table.table.bordered tr td {
  border-bottom: none;
  border-top: none; }

.stays-week .calendar.table.no-padding tr td.btn-primary,
.stays-week .calendar.table.no-padding tr td.btn-warning {
  border-right: none; }

.stays-week th:first-child {
  width: 75px; }
  @media (min-width: 768px) {
    .stays-week th:first-child {
      width: 200px; } }

.appointments-corporate .table > tbody > tr > td {
  width: auto; }

.calendar.table tr:hover td:first-child,
.appointments-week .table tr:hover td:first-child {
  color: #2196F3;
  font-weight: 700; }

.calendar-weekly-content:hover {
  color: white;
  text-decoration: underline; }

.today {
  background-color: #E3F2FD; }

.calendar-customer {
  font-weight: 700; }

.calendar-time {
  float: right;
  font-size: 11px;
  padding-top: 2px; }

.soap-h2 > a {
  margin-right: 10px; }

.consultation-add-button i {
  font-size: 35px;
  padding-left: 10px; }

.consultation-input {
  float: left;
  width: 94%; }

.active-patient {
  background-color: #3BAA8A;
  color: white; }

.overflow-y-auto {
  overflow-y: auto; }

.calendar-hours {
  padding-top: 20px; }

.treatment-plan-box {
  padding-left: 20px;
  padding-right: 15px; }
  .treatment-plan-box textarea {
    width: 100%;
    border-color: #3BAA8A; }

.symptom-description textarea {
  width: 100%;
  border-color: #3BAA8A; }

.consultation-textarea {
  width: 100%; }

.no-padding {
  padding: 0; }

.horizontalLine {
  height: 0px;
  border-top: 2px solid #2196F3;
  position: relative;
  z-index: 2;
  padding-top: 0 !important;
  margin-right: -1px; }

#appointment-patients-table .selected-row {
  background-color: #262729 !important;
  color: white; }

.item-table-header {
  background-color: #3BAA8A;
  color: white;
  font-weight: bold;
  height: 40px;
  vertical-align: middle;
  margin-top: 10px; }
  .item-table-header div {
    border: 1px solid black;
    border-right: 0;
    padding-top: 10px;
    height: 100%;
    border-collapse: collapse; }
  .item-table-header div:nth-last-child(1) {
    border-right: 1px solid black; }

.item-table-content div {
  padding-top: 10px;
  border: 1px solid #3BAA8A;
  border-right: 0;
  border-top: 0;
  height: 40px;
  padding-top: 10px; }

.item-table-content div:nth-last-child(1) {
  border-right: 1px solid #3BAA8A; }

/* Waiting Rooms
*******************************************************************************/
.waiting-rooms .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px; }

.waiting-rooms .well {
  min-height: 178px;
  padding: 10px; }
  .waiting-rooms .well .ibox {
    margin: -19px -19px 15px -19px; }
  .waiting-rooms .well .list-group-item {
    border: none; }
  .waiting-rooms .well p.text-center {
    color: #2196F3;
    margin: 45px 0; }
  .waiting-rooms .well li {
    margin-bottom: 1px; }

/* POS
*******************************************************************************/
#modal-shopping-cart-edit .modal-body {
  padding: 20px 10px 10px 10px; }

.items-list .ibox {
  box-shadow: 0 1px 3px 0 #ccc; }

.items-list .row.item-types-wrapper.col-md-6 {
  padding-left: 0;
  padding-right: 0; }

.pu-space {
  margin-left: 6px; }

.md-skin .pos .tab-content .panel-body {
  box-shadow: 0 3px 7px 0 #ccc; }

.md-skin .pos tr.AAorder-line-card {
  border-bottom: none; }

.item-type-border,
.product-wrapper {
  margin-bottom: 10px; }

.product-internal-description {
  font-weight: 300;
  font-size: 0.8em; }

.product-desc {
  padding: 5px 10px 4px 10px; }
  .product-desc .product-name {
    font-size: 14px;
    font-weight: 500; }
  .product-desc .product-price {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    top: 0px;
    right: 0px;
    background-color: transparent; }

.product-desc.has-internal-description {
  padding: 0 10px;
  line-height: 1.3; }

.pos .ibox-content h4, .pos .filters-panel h4 {
  margin-bottom: 5px; }

.pos #tab-1 .ibox-content, .pos #tab-1 .filters-panel {
  padding: 10px; }

.pos .u-search-model {
  padding: 0; }

/* ember-drag-drop
*******************************************************************************/
.draggable-target-body {
  padding-top: 20px; }

/* sheet alert
*******************************************************************************/
.md-skin .swal2-popup {
  font-size: 14px; }

.md-skin .swal2-popup .swal2-styled.swal2-confirm {
  background-color: #3BAA8A; }

/* Helpers
*******************************************************************************/
.max-z-index-important {
  z-index: 2147483640 !important; }

.bg-white {
  background-color: #FFF; }

.consultations-history {
  font-size: 14px; }
  .consultations-history table > tbody > tr > td .badge {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .consultations-history table > tbody > tr:hover > td .badge {
    background-color: #FFF; }
  .consultations-history table > thead > tr > th:first-child {
    min-width: 120px;
    width: 120px;
    max-width: 120px; }
  .consultations-history table > thead > tr > th:last-child {
    min-width: 80px;
    width: 80px;
    max-width: 80px; }
  .consultations-history table > tbody > tr > td.history-tags {
    max-width: 150px; }

.module-sales .nav.nav-tabs {
  margin-bottom: 15px; }
  .module-sales .nav.nav-tabs li {
    background: #EAEAEA; }

.globalSearch {
  color: #999999; }

.empty-set h2 i {
  color: #CCC; }

.empty-set h3 {
  color: #999;
  padding: 20px 0 10px 0; }

.column-actions .actions a > i,
.column-actions .actions a > i,
.table > tbody > tr > td.actions a > i {
  color: #677B9D; }

.vertical-date small.text-inherit {
  color: inherit; }

.models-table-wrapper label {
  color: #CCC; }

/* iframe */
iframe {
  width: -webkit-fill-available;
  height: -webkit-fill-available; }

.md-skin .nav .open > a, .md-skin .nav .open > a:hover, .md-skin .nav .open > a:focus {
  background-color: inherit;
  color: inherit; }

.todo-list li span a {
  color: inherit; }

.todo-list li.due i.fa-xs {
  color: #999; }

.todo-list li.due .fa-clock-o.pull-right {
  color: #000;
  font-weight: 700; }

.resize.appointment-card.task-card {
  color: #999;
  border-color: #999;
  z-index: 2; }
  .resize.appointment-card.task-card a {
    color: inherit; }

.resize.appointment-card.task-card:hover {
  background-color: #999;
  color: #FFF;
  border-color: #FFF; }

.resize.appointment-card.task-card-mine1 {
  color: #3BAA8A;
  border-color: #3BAA8A; }

.resize.appointment-card.task-card-mine1:hover {
  color: #FFF;
  background-color: #3BAA8A;
  border-color: #FFF; }

.resize.appointment-card.task-card-mine2 {
  color: #f8ac59;
  border-color: #f8ac59; }

.resize.appointment-card.task-card-mine2:hover {
  color: #FFF;
  background-color: #f8ac59;
  border-color: #FFF; }

.resize.appointment-card.task-card-mine3 {
  color: #ED5565;
  border-color: #ED5565; }

.resize.appointment-card.task-card-mine3:hover {
  color: #FFF;
  background-color: #ED5565;
  border-color: #FFF; }

.resize.appointment-card.done.task-card {
  color: #CCC;
  border-color: #CCC;
  text-decoration-line: line-through; }

.w-100 {
  width: 100px;
  height: auto; }

.table.billing-table-days th,
.table.billing-table-days td,
.table.billing-table th,
.table.billing-table td {
  text-align: right;
  white-space: nowrap; }
  .table.billing-table-days th .text-primary,
  .table.billing-table-days td .text-primary,
  .table.billing-table th .text-primary,
  .table.billing-table td .text-primary {
    color: darkseagreen; }
  .table.billing-table-days th .text-danger,
  .table.billing-table-days td .text-danger,
  .table.billing-table th .text-danger,
  .table.billing-table td .text-danger {
    color: firebrick; }

.expandable {
  overflow: hidden;
  padding-bottom: 10px; }

.table-internment {
  table-layout: fixed; }

.table.billing-table-days th:first-child,
.table.billing-table-days td:first-child,
.table.billing-table th:first-child,
.table.billing-table td:first-child {
  text-align: left; }

.table.billing-table-days tr.sab,
.table.billing-table-days tr.dom,
.table.billing-table tr.sab,
.table.billing-table tr.dom {
  background-color: #F5F5F6; }

.table.billing-table-days th,
.table.billing-table-days td {
  padding: 15px 7px;
  font-size: 13px;
  width: 7.69%; }

.table.billing-table th,
.table.billing-table td {
  padding: 10px;
  font-size: 12px;
  width: 3%; }

.table.billing-table-days td .total,
.table.billing-table-days td .text-primary,
.table.billing-table-days td .text-danger,
.table.billing-table td .total,
.table.billing-table td .text-primary,
.table.billing-table td .text-danger {
  opacity: 0.4; }

.table.billing-table-days td:first-child,
.table.billing-table td:first-child {
  opacity: 0.4; }

.table.billing-table-days tr td:hover .total,
.table.billing-table-days tr td:hover .text-primary,
.table.billing-table-days tr td:hover .text-danger,
.table.billing-table tr:hover td .total,
.table.billing-table tr:hover td .text-primary,
.table.billing-table tr:hover td .text-danger {
  opacity: 1; }

.table.billing-table-days tr:hover td:first-child,
.table.billing-table tr:hover td:first-child {
  opacity: 1; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  min-width: 165px; }

.table-hover > tbody > tr:hover {
  background-color: #DEDEDE; }

.list-group-item {
  padding: 5px 10px; }

ul.list-group.clear-list li.list-group-item.sales-item-line {
  padding: 10px; }
  ul.list-group.clear-list li.list-group-item.sales-item-line span {
    color: inherit; }

a.ibox-content, a.filters-panel {
  display: block; }

tr.alert-danger > td.next-periodic-date {
  font-weight: 700; }

/*
 * New Style
 */
.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
  box-shadow: none; }

.md-skin .navbar.navbar-fixed-top {
  background-color: #FFF !important;
  color: #000; }
  .md-skin .navbar.navbar-fixed-top .navbar-header a.navbar-brand {
    color: #3BAA8A;
    font-size: 22px; }
  .md-skin .navbar.navbar-fixed-top .navbar-top-links li a {
    color: #777; }
  .md-skin .navbar.navbar-fixed-top .nav.navbar-top-links.navbar-left ol li:first-child {
    padding-left: 15px;
    border-left: 1px solid #3BAA8A; }
  .md-skin .navbar.navbar-fixed-top .nav.navbar-top-links.navbar-right li a {
    color: #999; }
  .md-skin .navbar.navbar-fixed-top .navbar-minimalize.minimalize-styl-2.btn.btn-primary {
    background-color: transparent;
    color: #3BAA8A;
    border-color: #3BAA8A;
    font-size: 11px;
    padding: 2px 10px;
    margin-top: 6px; }

.btn-gradient {
  background: linear-gradient(40deg, RGB(107 202 186), RGB(0 153 102)) !important; }

.u-models-table.purchase-invoice-edit table.table thead th {
  text-align: center; }

.u-models-table.purchase-invoice-edit table.table tbody tr:hover {
  background-color: transparent; }
  .u-models-table.purchase-invoice-edit table.table tbody tr:hover td:first-child {
    color: #F16002; }
  .u-models-table.purchase-invoice-edit table.table tbody tr:hover td .form-control, .u-models-table.purchase-invoice-edit table.table tbody tr:hover td .ember-power-select-trigger,
  .u-models-table.purchase-invoice-edit table.table tbody tr:hover td .ember-power-select-trigger {
    border-color: #F16002 !important; }
  .u-models-table.purchase-invoice-edit table.table tbody tr:hover td p {
    color: #F16002; }

.u-models-table.purchase-invoice-edit table.table tbody tr td {
  padding: 0px 3px; }
  .u-models-table.purchase-invoice-edit table.table tbody tr td .form-control:not(.b-right), .u-models-table.purchase-invoice-edit table.table tbody tr td .ember-power-select-trigger:not(.b-right) {
    padding: 3px; }
  .u-models-table.purchase-invoice-edit table.table tbody tr td p {
    margin-top: 0;
    margin-bottom: 5px;
    padding-right: 3px; }
  .u-models-table.purchase-invoice-edit table.table tbody tr td .ember-power-select-trigger,
  .u-models-table.purchase-invoice-edit table.table tbody tr td .ember-power-select-trigger:not(.b-right) {
    padding-top: 8px; }
  .u-models-table.purchase-invoice-edit table.table tbody tr td .form-control, .u-models-table.purchase-invoice-edit table.table tbody tr td .ember-power-select-trigger {
    text-align: right; }
  .u-models-table.purchase-invoice-edit table.table tbody tr td .ember-power-select-trigger {
    text-align: center; }

.u-models-table.purchase-invoice-edit table.table tbody tr td:last-child {
  color: #F16002;
  padding: 9px 0; }

.u-models-table.purchase-invoice-edit table.table tbody tr td.cost {
  padding-top: 10px;
  padding-right: 18px;
  text-align: right; }

th.b-left,
td.b-left {
  border-left: 1px solid #777 !important; }

/*******************************************************************************
 *
 * Timeline
 *
*******************************************************************************/
.vertical-container .vertical-timeline-icon {
  color: #FFF;
  background-color: #999; }

.vertical-container .vertical-timeline-block {
  margin: 1em 0; }
  .vertical-container .vertical-timeline-block .vertical-timeline-content {
    margin-left: 50px;
    padding: 0.5em; }
    .vertical-container .vertical-timeline-block .vertical-timeline-content h4 {
      margin: 0; }
      .vertical-container .vertical-timeline-block .vertical-timeline-content h4 pre {
        display: inline;
        margin: 0;
        padding: 0 10px;
        font-size: 14px; }

.print-visible {
  display: none; }

@media print {
  .row > .print-hidden + div[class^="col-"] {
    width: 100%; }
  .print-hidden,
  .alert,
  .footer .fa-lightbulb-o,
  .ibox-tools,
  img,
  .aas,
  .nav,
  .models-table-wrapper .form-inline.globalSearch,
  .navbar-static-side,
  .u-models-table table.table .column-actions-1,
  .u-models-table table.table .column-actions-2,
  .u-models-table table.table .column-actions-3,
  .u-models-table table.table .column-actions-4,
  .u-models-table table.table .column-actions-5,
  .u-models-table table.table .column-actions-6,
  .u-second-nav-wrapper {
    display: none !important; }
  #page-wrapper {
    margin: 0 !important; }
  .md-skin .wrapper-content {
    padding-top: 0;
    padding-bottom: 0; }
  .card i {
    display: none; }
  .ibox-title {
    border: none !important; }
  #financial-account .ibox-title {
    display: none; }
  #financial-account .ibox-content, #financial-account .filters-panel {
    padding-top: 0;
    padding-bottom: 0; }
  #financial-account .widgets div.col-xs-12,
  #financial-account .widgets div.col-sm-6,
  #financial-account .widgets div.col-md-3 {
    width: 25% !important;
    margin-bottom: 0; }
    #financial-account .widgets div.col-xs-12 .widget.p-lg,
    #financial-account .widgets div.col-sm-6 .widget.p-lg,
    #financial-account .widgets div.col-md-3 .widget.p-lg {
      padding-t: 0;
      padding-top: 25px; }
  .print-visible {
    display: block !important; } }

i.text-muted {
  color: #CCC; }

.label {
  font-size: 11px;
  font-weight: 400;
  padding: 2px 4px; }

.internal-notes {
  background-color: #eefff0;
  color: #009966; }

.recursive-select.horizontal select,
.recursive-select.horizontal .recursive-select {
  display: initial;
  width: auto; }

.ibox > .ibox-title > .ibox-tools > a {
  padding: 0 5px; }
  .ibox > .ibox-title > .ibox-tools > a i {
    color: #BBB; }

.item-type-border.bg-white.appointment-card.clickable .card-slim a strong {
  font-size: 1.2em; }

.item-type-border.bg-white.appointment-card.clickable .ellipsis.text-weak {
  font-weight: 500;
  font-size: 1.125em; }

/*
 * THEME OVERRIDE
 */
.form-control, .ember-power-select-trigger,
.ember-power-select-trigger,
.single-line {
  border-left-color: #BBB;
  border-top-color: #BBB;
  border-right-color: #BBB;
  border-bottom-color: #BBB; }

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 {
  color: inherit; }
