.color-neutral, .color-default {
  color: #aaa; }

.color-action, .color-alert {
  color: #FF4136; }

.color-warning {
  color: #FF851B; }

.color-process {
  color: #0074D9; }

.color-success {
  color: #3D9970; }

.bg-neutral, .bg-default {
  background: #aaa !important; }

.bg-action, .bg-alert {
  background: #FF4136 !important; }

.bg-warning {
  background: #FF851B !important; }

.bg-process {
  background: #0074D9 !important; }

.bg-success {
  background: #3D9970 !important; }

.kolor-zielony {
  background: #9CC42D; }

.kolor-bialy {
  background: white; }

.kolor {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid black;
  margin-top: 15px; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }
  select {
    background: #fff !important; }
  .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: "\2a"; }

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

.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: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  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: 11px;
  margin-bottom: 11px; }
  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: 41px; }

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

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

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

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

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

p {
  margin: 0 0 11px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  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: 22px; }

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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: 22px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  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; }

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

.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, .media-file-select .angular-ui-tree-placeholder, .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, .media-file-select .angular-ui-tree-placeholder, .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, .media-file-select .angular-ui-tree-placeholder {
  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: 22px; }
  .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: 16.5px;
      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: 22px;
  font-size: 24px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #aaa;
  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 {
    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 {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[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.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.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.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
      line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[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.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.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.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
      line-height: 49px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    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: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .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.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 > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.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.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

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

.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.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.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

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

.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  min-height: 42px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.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 {
  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 {
    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 {
  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 {
    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 {
  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 {
    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: 27px; }

.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 {
    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 {
      width: auto; }
  .form-inline .input-group > .form-control {
    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: 29px; }

.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: 14.33333px; } }

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

.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: thin dotted;
    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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .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].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .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].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active) {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:hover:not(.active), .btn-success:focus, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:focus:not(.active), .btn-success.focus, ul.uib-datepicker-popup :not(.btn-group) > .focus.btn.btn-info:not(.active), .btn-success:active, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:active:not(.active), .btn-success.active, ul.uib-datepicker-popup :not(.btn-group) > .active.btn.btn-info:not(.active),
  .open > .btn-success.dropdown-toggle,
  ul.uib-datepicker-popup .open:not(.btn-group) > .dropdown-toggle.btn.btn-info:not(.active) {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:active:not(.active), .btn-success.active, ul.uib-datepicker-popup :not(.btn-group) > .active.btn.btn-info:not(.active),
  .open > .btn-success.dropdown-toggle,
  ul.uib-datepicker-popup .open:not(.btn-group) > .dropdown-toggle.btn.btn-info:not(.active) {
    background-image: none; }
  .btn-success.disabled, ul.uib-datepicker-popup :not(.btn-group) > .disabled.btn.btn-info:not(.active), .btn-success.disabled:hover, ul.uib-datepicker-popup :not(.btn-group) > .disabled.btn.btn-info:hover:not(.active), .btn-success.disabled:focus, ul.uib-datepicker-popup :not(.btn-group) > .disabled.btn.btn-info:focus:not(.active), .btn-success.disabled.focus, ul.uib-datepicker-popup :not(.btn-group) > .disabled.focus.btn.btn-info:not(.active), .btn-success.disabled:active, ul.uib-datepicker-popup :not(.btn-group) > .disabled.btn.btn-info:active:not(.active), .btn-success.disabled.active, ul.uib-datepicker-popup :not(.btn-group) > .disabled.active.btn.btn-info:not(.active), .btn-success[disabled], ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled]:not(.active), .btn-success[disabled]:hover, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled]:hover:not(.active), .btn-success[disabled]:focus, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled]:focus:not(.active), .btn-success[disabled].focus, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled].focus:not(.active), .btn-success[disabled]:active, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled]:active:not(.active), .btn-success[disabled].active, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info[disabled].active:not(.active),
  fieldset[disabled] .btn-success,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .btn.btn-info:not(.active),
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:hover:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .btn.btn-info:hover:not(.active),
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:focus:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .btn.btn-info:focus:not(.active),
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .focus.btn.btn-info:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .focus.btn.btn-info:not(.active),
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:active:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .btn.btn-info:active:not(.active),
  fieldset[disabled] .btn-success.active,
  fieldset[disabled] ul.uib-datepicker-popup :not(.btn-group) > .active.btn.btn-info:not(.active),
  ul.uib-datepicker-popup fieldset[disabled] :not(.btn-group) > .active.btn.btn-info:not(.active) {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active) .badge {
    color: #5cb85c;
    background-color: #fff; }

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

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

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

.btn-link {
  color: #337ab7;
  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: #23527c;
    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.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn.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-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: 100000000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  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: 4.5px 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: #337ab7; }

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  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-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-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

.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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
    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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #aaa;
  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: 14px;
    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: 20px;
    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-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-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 {
    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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 4.5px 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: #aaa;
      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: #337ab7; }

.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: 22px;
  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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  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: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @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: 22px; }
        .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: 14px;
          padding-bottom: 14px; } }

.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: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      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 {
        width: auto; }
    .navbar-form .input-group > .form-control {
      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: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-like.btn-group-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @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: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .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: #777; }
      .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: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .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: 22px;
  list-style: none;
  background-color: #f5f5f5;
  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: 22px 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: #337ab7;
      background-color: #fff;
      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 {
    color: #23527c;
    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: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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: 20px; }

.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: 14px; }

.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: 22px 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%;
  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: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.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: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  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: #337ab7;
    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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  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: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  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: 22px;
  margin-bottom: 22px;
  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: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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-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 {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.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: #337ab7;
  border-color: #337ab7; }
  .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: #c7ddef; }

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

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.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 {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.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 {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.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 {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.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 {
    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: 22px;
  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: 18px;
  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-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: 22px; }
  .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: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.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: 24px;
  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: 3px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.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-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-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .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: 360px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5bc0de;
  border-radius: 4px;
  word-break: break-all; }

.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: #5bc0de; }

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 360px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  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);
  white-space: normal; }
  .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: 16px;
  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: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .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); }
  .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%;
    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;
    margin-top: -10px;
    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: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .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 {
  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 {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    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; }
  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; }
  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) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  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) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

.shadow-z-1, .btn, .btn-raised, .btn-raised:active:not(.btn-link), .btn-group, .btn-group-vertical, .btn-group:active:not(.btn-link), .btn-group-vertical:active:not(.btn-link), .btn-group.btn-group-raised, .btn-group-vertical.btn-group-raised, .btn-group.btn-group-raised:active:not(.btn-link), .btn-group-vertical.btn-group-raised:active:not(.btn-link), .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12); }

.shadow-z-2, body .well, body .jumbotron, .container .well, .container .jumbotron, .container-fluid .well, .container-fluid .jumbotron, .btn-raised:hover, .btn-group:hover, .btn-group-vertical:hover, .btn-group.btn-group-raised:hover, .btn-group-vertical.btn-group-raised:hover, .modal-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.18); }

.shadow-z-2-hover, .btn:hover:not(.btn-link), .btn-bordered:hover, .btn-bordered-empty:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28); }

.shadow-z-3, .btn:active:not(.btn-link) {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-z-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-z-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

body {
  background-color: #EEEEEE; }
  body.inverse {
    background: #333333; }
    body.inverse, body.inverse .form-control {
      color: rgba(255, 255, 255, 0.95); }

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body .well, body .well .form-control, body .well:not([class^="well well-material-"]), body .well:not([class^="well well-material-"]) .form-control, .container .well, .container .well .form-control, .container .well:not([class^="well well-material-"]), .container .well:not([class^="well well-material-"]) .form-control, .container-fluid .well, .container-fluid .well .form-control, .container-fluid .well:not([class^="well well-material-"]), .container-fluid .well:not([class^="well well-material-"]) .form-control {
  color: rgba(0, 0, 0, 0.84); }

body .well .floating-label, body .well:not([class^="well well-material-"]) .floating-label, .container .well .floating-label, .container .well:not([class^="well well-material-"]) .floating-label, .container-fluid .well .floating-label, .container-fluid .well:not([class^="well well-material-"]) .floating-label {
  color: #7e7e7e; }

body .well .form-control, body .well:not([class^="well well-material-"]) .form-control, .container .well .form-control, .container .well:not([class^="well well-material-"]) .form-control, .container-fluid .well .form-control, .container-fluid .well:not([class^="well well-material-"]) .form-control {
  border-bottom-color: #7e7e7e; }
  body .well .form-control::-webkit-input-placeholder, body .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder, .container .well .form-control::-webkit-input-placeholder, .container .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder, .container-fluid .well .form-control::-webkit-input-placeholder, .container-fluid .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder {
    color: #7e7e7e; }
  body .well .form-control::-moz-placeholder, body .well:not([class^="well well-material-"]) .form-control::-moz-placeholder, .container .well .form-control::-moz-placeholder, .container .well:not([class^="well well-material-"]) .form-control::-moz-placeholder, .container-fluid .well .form-control::-moz-placeholder, .container-fluid .well:not([class^="well well-material-"]) .form-control::-moz-placeholder {
    color: #7e7e7e;
    opacity: 1; }
  body .well .form-control:-ms-input-placeholder, body .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder, .container .well .form-control:-ms-input-placeholder, .container .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder, .container-fluid .well .form-control:-ms-input-placeholder, .container-fluid .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder {
    color: #7e7e7e; }

body .well .option, body .well .create, body .well:not([class^="well well-material-"]) .option, body .well:not([class^="well well-material-"]) .create, .container .well .option, .container .well .create, .container .well:not([class^="well well-material-"]) .option, .container .well:not([class^="well well-material-"]) .create, .container-fluid .well .option, .container-fluid .well .create, .container-fluid .well:not([class^="well well-material-"]) .option, .container-fluid .well:not([class^="well well-material-"]) .create {
  color: rgba(0, 0, 0, 0.84); }

body [class^="well well-material-"], body [class^="well well-material-"] .form-control, body [class^="well well-material-"] .floating-label, .container [class^="well well-material-"], .container [class^="well well-material-"] .form-control, .container [class^="well well-material-"] .floating-label, .container-fluid [class^="well well-material-"], .container-fluid [class^="well well-material-"] .form-control, .container-fluid [class^="well well-material-"] .floating-label {
  color: rgba(255, 255, 255, 0.95); }

body [class^="well well-material-"] .form-control, .container [class^="well well-material-"] .form-control, .container-fluid [class^="well well-material-"] .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.95); }
  body [class^="well well-material-"] .form-control::-webkit-input-placeholder, .container [class^="well well-material-"] .form-control::-webkit-input-placeholder, .container-fluid [class^="well well-material-"] .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.95); }
  body [class^="well well-material-"] .form-control::-moz-placeholder, .container [class^="well well-material-"] .form-control::-moz-placeholder, .container-fluid [class^="well well-material-"] .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.95);
    opacity: 1; }
  body [class^="well well-material-"] .form-control:-ms-input-placeholder, .container [class^="well well-material-"] .form-control:-ms-input-placeholder, .container-fluid [class^="well well-material-"] .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.95); }

body [class^="well well-material-"] .option, body [class^="well well-material-"] .create, .container [class^="well well-material-"] .option, .container [class^="well well-material-"] .create, .container-fluid [class^="well well-material-"] .option, .container-fluid [class^="well well-material-"] .create {
  color: rgba(0, 0, 0, 0.84); }

body .well, body .jumbotron, .container .well, .container .jumbotron, .container-fluid .well, .container-fluid .jumbotron {
  background-color: #fff;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 0; }
  body .well p, body .jumbotron p, .container .well p, .container .jumbotron p, .container-fluid .well p, .container-fluid .jumbotron p {
    font-weight: 300; }

.btn {
  position: relative;
  border: 0;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important; }
  .btn:not(:last-of-type) {
    margin-right: 5px; }
  .btn:hover {
    color: rgba(255, 255, 255, 0.95); }

h4 .btn, h3 .btn, h2 .btn, h1 .btn {
  margin: 0; }

.btn-link, .btn:not([class^="btn btn-"]), .btn-default {
  color: rgba(0, 0, 0, 0.84); }
  .btn-link:hover, .btn:not([class^="btn btn-"]):hover, .btn-default:hover {
    color: rgba(0, 0, 0, 0.84); }

.btn:not([class^="btn btn-"]):hover, .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.btn-raised {
  transition: box-shadow transform 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.btn-flat {
  box-shadow: none !important; }
  .btn-flat.btn-default:hover {
    background: none; }

.btn-group,
.btn-group-vertical {
  position: relative;
  border-radius: 4px;
  margin: 10px 1px;
  transition: box-shadow transform 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn-group.open .dropdown-toggle, .btn-group-vertical.open .dropdown-toggle {
    box-shadow: none; }
  .btn-group.btn-group-raised, .btn-group-vertical.btn-group-raised {
    transition: box-shadow transform 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn-group .btn, .btn-group .btn:active, .btn-group .btn-group, .btn-group-vertical .btn, .btn-group-vertical .btn:active, .btn-group-vertical .btn-group {
    box-shadow: none !important;
    margin: 0; }
  .btn-group .btn:active .caret, .btn-group-vertical .btn:active .caret {
    margin-left: -1px; }

.btn-group-flat {
  box-shadow: none !important; }

.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
  width: 56px;
  height: 56px; }
  .btn-fab, .btn-fab .ripple-wrapper {
    border-radius: 100%; }
  .btn-fab.btn-mini {
    width: 40px;
    height: 40px;
    padding: 13px;
    font-size: 15px; }

.btn-like {
  box-shadow: none !important; }

.btn-default {
  background-color: #FFF; }

.btn-primary {
  background-color: #4285F4; }

.btn-success, ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active) {
  background-color: #0F9D58; }

.btn-info {
  background-color: #03A9F4; }

.btn-warning, .modal .btn-primary {
  background-color: #FF5722; }

.btn-danger {
  background-color: #FF4136; }

.btn-bordered {
  background-color: transparent;
  border: 2px solid gray;
  color: gray;
  box-shadow: none !important; }
  .btn-bordered:hover {
    background-color: gray; }

.btn-bordered-empty {
  background-color: transparent;
  border: 2px solid transparent;
  color: inherit;
  box-shadow: none !important; }
  .btn-bordered-empty:hover {
    border: 2px solid gray;
    color: gray; }

ul.uib-datepicker-popup .h6 em {
  color: #85144B; }

ul.uib-datepicker-popup th small {
  font-weight: 400; }

ul.uib-datepicker-popup :not(.btn-group) > .btn {
  margin: 0;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid white; }
  ul.uib-datepicker-popup :not(.btn-group) > .btn:hover {
    box-shadow: none;
    border: 1px solid #85144B; }
  ul.uib-datepicker-popup :not(.btn-group) > .btn span.text-muted, ul.uib-datepicker-popup :not(.btn-group) > .btn span .text-info {
    opacity: 1; }
  ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active) {
    color: white !important; }
    ul.uib-datepicker-popup :not(.btn-group) > .btn.btn-info:not(.active) span {
      color: white !important; }
  ul.uib-datepicker-popup :not(.btn-group) > .btn:disabled {
    opacity: 0.1; }
  ul.uib-datepicker-popup :not(.btn-group) > .btn .text-info {
    font-weight: bold; }

ul.uib-datepicker-popup .btn-group {
  margin: 0; }

.color-success {
  color: #0F9D58; }

.color-danger {
  color: #FF4136; }

.btn-icon-default, .btn-add::before, .btn-search::before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1.75em;
  line-height: 0.75em;
  vertical-align: -25%; }

.btn-material-red {
  background-color: #FF4136; }

.btn-material-pink {
  background-color: #E91E63; }

.btn-material-purple {
  background-color: #B10DC9; }

.btn-material-deeppurple {
  background-color: #673AB7; }

.btn-material-indigo {
  background-color: #3F51B5; }

.btn-material-lightblue {
  background-color: #03A9F4; }

.btn-material-cyan {
  background-color: #00BCD4; }

.btn-material-teal {
  background-color: #39CCCC; }

.btn-material-lightgreen {
  background-color: #8BC34A; }

.btn-material-lime {
  background-color: #01FF70; }

.btn-material-lightyellow {
  background-color: #FFEB3B; }

.btn-material-orange {
  background-color: #FF851B; }

.btn-material-deeporange {
  background-color: #FF5722; }

.btn-material-grey {
  background-color: #9E9E9E; }

.btn-material-bluegrey {
  background-color: #607D8B; }

.btn-material-brown {
  background-color: #795548; }

.btn-material-lightgrey {
  background-color: #ECECEC; }

.formly-field-checkbox .form-group {
  margin: 0 !important; }

.focus .checkbox {
  background: #fafafa; }

.form-horizontal .checkbox {
  margin: 0 0 0 22%;
  padding: 0; }

.checkbox.small {
  font-size: 10px; }

.checkbox {
  padding: 0px !important; }
  .checkbox input[type=checkbox] {
    opacity: 0; }
  .checkbox label {
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    display: table-cell;
    vartical-align: middle;
    padding-left: 3px;
    /*input[type=checkbox]:not(:checked) ~ .check:after {
            animation: rippleOff 500ms linear forwards;
        }*/ }
    .checkbox label .check {
      display: inline;
      position: relative;
      padding: 0;
      margin: 0; }
    .checkbox label .check:before {
      font-family: "Material Design Icons";
      font-size: 2em;
      font-weight: 200;
      vertical-align: -15%;
      margin: 0;
      padding: 0;
      display: inline;
      color: #a5a5a5; }
    .checkbox label input[type=checkbox]:checked ~ .check:before {
      color: green; }
    .checkbox label input[type=checkbox]:disabled ~ .check:before {
      opacity: 0.3; }
    .checkbox label .check:after {
      display: block;
      position: absolute;
      content: "";
      background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
      left: -1em;
      top: -1.25em;
      height: 4em;
      width: 4em;
      border-radius: 100%;
      z-index: 1;
      opacity: 0;
      margin: 0; }
    .checkbox label input[type=checkbox]:checked ~ .check:after {
      animation: rippleOn 500ms linear forwards; }

.form-sm .checkbox {
  font-size: 13px; }

.formly-field::after {
  content: "";
  display: inline-block;
  clear: both;
  height: 1px;
  font-size: 1px;
  position: absolute;
  top: -999999px; }

/*
.checkbox {
    transform: rotate(0deg);
    label {
        cursor: pointer;
        padding-left: 45px;
        position: relative;
        span {
            display: block;
            position: absolute;
            left: 0px;
            transition-duration: 0.2s;
        }

        .check {
            border: 2px solid red;
        }

        .check:after {
            display: block;
            position: absolute;
            content: "";
            background-color: $lightbg-text;
            left: -5px;
            top: -15px;
            height: 50px;
            width: 50px;
            border-radius: 100%;
            z-index: 1;
            opacity: 0;
            margin: 0;
        }
        .check:before {
            display: inline-block;
            content: "2";
            border: 2px solid $lightbg-text;
            //height: 16px;
            //width: 16px;
            //transition-delay: 0.2s;
        }
    }

    // Variations
    //.variations( .check, color, $success);

    // Hide native checkbox
    input[type=checkbox] { opacity: 0; }

    input[type=checkbox] ~ .check:before {
        position: absolute;
        top: 2px;
        left: 11px;
        width: 18px;
        height: 18px;
        border: solid 2px;
        border-color: rgba(108, 108, 108, 1);
        //animation: uncheck 300ms ease-out forwards;
    }

    input[type=checkbox]:focus ~ .check:after {
        opacity: 0.2;
    }

    input[type=checkbox]:checked ~ .check:before {
        //animation: check 300ms ease-out forwards;
        font-family: $iconfonts;
        font-size: 2em;
        color: green;
        content: "\f206";
        margin-top: -10px;
        display: inline-block;
    }

    // Ripple effect on click
    input[type=checkbox]:not(:checked) ~ .check:after {
        animation: rippleOff 500ms linear forwards;
    }
    input[type=checkbox]:checked ~ .check:after {
        animation: rippleOn 500ms linear forwards;
    }

    // Make animate quickly when not hover
    &:not(:hover) input[type=checkbox] ~ .check {
        &:before, &:after {
            animation-duration: 1ms;
        }
    }

    // Style for disabled inputs
    input[type=checkbox][disabled]:not(:checked) ~ .check:before {
        opacity: 0.5;
    }
    input[type=checkbox][disabled] ~ .check:after {
        background-color: $lightbg-text;
        transform: rotate(-45deg);
    }

    //.variations( input[type=checkbox]:checked ~ .check:after, background-color, $success);
}

 */
/*
@keyframes uncheck {
    0% {
        top: -3px;
        left: 17px;
        width: 10px;
        height: 21px;
        border-color: #0f9d58;
        border-left-color: transparent;
        border-top-color: transparent;
        transform: rotate(45deg);
    }
    50% {
        top: 14px;
        left: 17px;
        width: 4px;
        height: 4px;
        transform: rotate(45deg);
        border-color: #0f9d58;
        border-left-color: transparent;
        border-top-color: transparent;
    }
    51% {
        border-color: #5a5a5a;
        border-left-color: #5a5a5a;
        border-top-color: #5a5a5a;
    }
    100% {
        top: 1px;
        left: 12px;
        width: 18px;
        height: 18px;
        transform: rotate(0deg);
        border-color: #5a5a5a;
        border-left-color: #5a5a5a;
        border-top-color: #5a5a5a;
    }
}

@keyframes check {
    100% {
        top: -3px;
        left: 17px;
        width: 10px;
        height: 21px;
        transform: rotate(45deg);
        border-color: #0f9d58;
        border-left-color: transparent;
        border-top-color: transparent;
    }
    51% {
        border-left: transparent;
        border-top-color: transparent;
    }
    50% {
        top: 14px;
        left: 17px;
        width: 4px;
        height: 4px;
        transform: rotate(45deg);
        border-color: #5a5a5a;
        border-left-color: #5a5a5a;
        border-top-color: #5a5a5a;
    }
    0% {
        top: 1px;
        left: 12px;
        width: 18px;
        height: 18px;
        transform: rotate(0deg);
        border-color: #5a5a5a;
        border-left-color: #5a5a5a;
        border-top-color: #5a5a5a;
    }
}
*/
@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

.form-horizontal .radio {
  margin-bottom: 10px; }

.radio label {
  cursor: pointer;
  padding-left: 45px;
  position: relative; }
  .radio label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    transition-duration: 0.2s; }
  .radio label .circle {
    border: 2px solid rgba(0, 0, 0, 0.84);
    height: 15px;
    width: 15px;
    border-radius: 100%; }
  .radio label .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.84);
    transform: scale(0); }
  .radio label .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale(1.5); }
  .radio label input[type=radio]:not(:checked) ~ .check:after {
    animation: rippleOff 500ms; }
  .radio label input[type=radio]:checked ~ .check:after {
    animation: rippleOn 500ms; }

.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.5; }

.radio input[type=radio] {
  display: none; }

.radio input[type=radio]:checked ~ .check {
  transform: scale(0.55); }

.radio input[type=radio][disabled] ~ .circle {
  border-color: rgba(0, 0, 0, 0.84); }

.radio input[type=radio][disabled] ~ .check {
  background-color: rgba(0, 0, 0, 0.84); }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

fieldset[disabled] .form-control, fieldset[disabled] .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control, .form-control-wrapper .form-control:focus, .form-control-wrapper .form-control.focus, .form-control, .form-control:focus, .form-control.focus {
  padding: 2px 5px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: black;
  background: rgba(250, 250, 250, 0.7);
  transition: border-color 0.55s ease-in-out 0s fieldset[disabled] .form-control, fieldset[disabled] .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control, .form-control-wrapper .form-control:focus, .form-control-wrapper .form-control.focus, .form-control, .form-control:focus, .form-control.focus; }
  fieldset[disabled] .form-control:not(textarea), fieldset[disabled] .form-control:focus:not(textarea), fieldset[disabled] .form-control.focus:not(textarea), .form-control-wrapper .form-control:not(textarea), .form-control-wrapper .form-control:focus:not(textarea), .form-control-wrapper .form-control.focus:not(textarea), .form-control:not(textarea), .form-control:focus:not(textarea), .form-control.focus:not(textarea) {
    overflow: hidden; }
  fieldset[disabled] .form-control :disabled, fieldset[disabled] .form-control:focus :disabled, fieldset[disabled] .form-control.focus :disabled, .form-control-wrapper .form-control :disabled, .form-control-wrapper .form-control:focus :disabled, .form-control-wrapper .form-control.focus :disabled, .form-control :disabled, .form-control:focus :disabled, .form-control.focus :disabled {
    border-style: dashed; }

.sidebar-form fieldset[disabled] .form-control, .sidebar-form fieldset[disabled] .form-control:focus, .sidebar-form fieldset[disabled] .form-control.focus, .sidebar-form .form-control-wrapper .form-control, .sidebar-form .form-control-wrapper .form-control:focus, .sidebar-form .form-control-wrapper .form-control.focus, .sidebar-form .form-control, .sidebar-form .form-control:focus, .sidebar-form .form-control.focus {
  background: rgba(255, 255, 255, 0.9); }

.as-textarea, .as-textarea textarea {
  padding: 5px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: black;
  background: #fafafa;
  min-height: 250px;
  max-height: 500px;
  overflow-y: auto; }
  .as-textarea.as-textarea-150 textarea, .as-textarea.as-textarea-150, .as-textarea textarea.as-textarea-150 textarea, .as-textarea textarea.as-textarea-150 {
    min-height: 150px; }
  .as-textarea.as-textarea-100 textarea, .as-textarea textarea.as-textarea-100 textarea {
    min-height: 100px; }
  .as-textarea.as-textarea-200 textarea, .as-textarea textarea.as-textarea-200 textarea {
    min-height: 200px; }
  .as-textarea.as-textarea-300 textarea, .as-textarea textarea.as-textarea-300 textarea {
    min-height: 300px; }
  .as-textarea.as-textarea-500 textarea, .as-textarea textarea.as-textarea-500 textarea {
    min-height: 500px; }

.empty .as-textarea {
  padding: 35px 5px 5px; }

.input-title .form-control {
  border-bottom-width: 4px;
  font-weight: 500; }

.input-title .focus .form-control {
  border-bottom-width: 4px;
  border-bottom-color: #337ab7 !important; }

.input-short .input-group, .input-short :not(.input-group) > .form-control {
  max-width: 200px; }

.input-half .input-group, .input-half :not(.input-group) > .form-control {
  max-width: 23%; }

.focus .form-control {
  border-bottom-color: #337ab7 !important; }

form .row {
  display: block; }
  form .row.formly {
    margin: 0 -15px; }
  form .row.row5 {
    margin: 5px -15px; }

form:not(.form-horizontal) :not([class*=col-]) > .form-group {
  margin: 25px 0; }

form:not(.form-horizontal) [class*=col-] .form-group {
  margin: 0; }

form:not(.form-horizontal) [class*=col-] .checkbox {
  margin: 0; }
  form:not(.form-horizontal) [class*=col-] .checkbox label {
    line-height: 2em; }

form:not(.form-horizontal) .floating-label {
  color: rgba(117, 117, 117, 0.7);
  font-size: 12px;
  pointer-events: none;
  transition: 0.2s ease all;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 2px 5px;
  position: absolute;
  left: 0px;
  top: -18px;
  z-index: 100; }

form:not(.form-horizontal) .empty:not(.focus) .floating-label {
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
  display: block;
  font-weight: 400;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

form:not(.form-horizontal) .empty:not(.focus) .is-input-group-left .floating-label {
  font-size: 12px;
  top: -18px; }

.form-control-wrapper {
  position: relative; }
  .form-control-wrapper::after {
    clear: both;
    display: block;
    content: ""; }

.input-group-btn .btn {
  margin: 0; }

form.form-horizontal {
  padding: auto 25px; }
  form.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px; }
  form.form-horizontal .control-label {
    color: #757575;
    font-size: 17px;
    font-weight: 400; }
    @media only screen and (min-width: 800px) {
      form.form-horizontal .control-label {
        width: 20%;
        margin-right: 2%;
        display: inline-block;
        float: left; } }
  @media only screen and (min-width: 800px) {
    form.form-horizontal :not(.input-group) > .form-control {
      width: 78%;
      display: inline-block;
      float: left; } }
  @media only screen and (min-width: 800px) {
    form.form-horizontal .material-input:before {
      position: absolute;
      content: "";
      width: 78%;
      right: 0px;
      left: auto;
      height: 2px;
      background-color: #4285F4;
      bottom: 0px;
      top: auto;
      transform: scaleX(0.01);
      opacity: 0;
      transition: transform 0s; } }

.form-group.has-warning .material-input:before, .form-group.has-warning input.form-control:focus ~ .material-input:after, .form-group.has-warning input.form-control.focus ~ .material-input:after {
  background: #FF5722; }

.form-group.has-warning .control-label, .form-group.has-warning input.form-control:not(.empty) ~ .floating-label {
  color: #FF5722; }

.form-group.has-error .material-input:before, .form-group.has-error input.form-control, .form-group.has-error input.form-control:focus ~ .material-input:after, .form-group.has-error input.form-control.focus ~ .material-input:after {
  border-color: #FF4136; }

.form-group.has-error .control-label, .form-group.has-error input.form-control:not(.empty) ~ .floating-label {
  color: #FF4136; }

.form-group.has-success .material-input:before, .form-group.has-success input.form-control:focus ~ .material-input:after, .form-group.has-success input.form-control.focus ~ .material-input:after {
  background: #0F9D58; }

.form-group.has-success .control-label, .form-group.has-success input.form-control:not(.empty) ~ .floating-label {
  color: #0F9D58; }

.form-group.has-info .material-input:before, .form-group.has-info input.form-control:focus ~ .material-input:after, .form-group.has-info input.form-control.focus ~ .material-input:after {
  background: #03A9F4; }

.form-group.has-info .control-label, .form-group.has-info input.form-control:not(.empty) ~ .floating-label {
  color: #03A9F4; }

.data-picker .btn {
  margin: 3px 3px;
  padding: 5px; }

.input-group {
  /*.input-group-btn {
        .btn {
            border-radius: 4px;
        }
    }*/ }
  .input-group .form-control-wrapper {
    margin-right: 5px;
    margin-left: 5px;
    bottom: -10px; }
    .input-group .form-control-wrapper .form-control {
      float: none; }
  .input-group .input-group-addon {
    border: 0;
    border-radius: 0px;
    padding: 0px 2px 0px 4px; }

.form-sm .row {
  margin-bottom: 2px;
  margin-top: 2px; }

.form-sm .form-group {
  margin: 12px 0 2px 0 !important; }

.form-sm textarea {
  height: 50px !important; }

.form-sm:not(.form-horizontal) .form-control-wrapper.empty:not(.focus) label.control-label.floating-label {
  font-size: 13px !important; }

.form-sm:not(.form-horizontal) .form-control {
  height: 24px;
  font-size: 13px; }

.input-group-btn {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px; }

select[multiple].form-control, select[multiple].form-control:focus, select[multiple].form-control.focus {
  height: 85px; }

.formly-field:not(.formly-field-group) {
  min-height: 15px;
  margin: 25px 0 0; }

legend {
  border-bottom: 0; }

.modal-content {
  border-radius: 0;
  border: 0; }
  .modal-content .modal-header {
    border-bottom: 0; }
  .modal-content .modal-footer {
    border-top: 0; }
    .modal-content .modal-footer .btn + .btn {
      margin-bottom: 10px; }

.list-group {
  border-radius: 0; }
  .list-group .list-group-item {
    background-color: transparent;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    padding: 0 16px; }
    .list-group .list-group-item .row-picture, .list-group .list-group-item .row-action-primary {
      float: left;
      display: inline-block;
      padding-right: 16px; }
      .list-group .list-group-item .row-picture img, .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary img, .list-group .list-group-item .row-action-primary i, .list-group .list-group-item .row-action-primary label {
        display: block;
        width: 56px;
        height: 56px; }
      .list-group .list-group-item .row-picture img, .list-group .list-group-item .row-action-primary img {
        background: rgba(0, 0, 0, 0.1);
        padding: 1px; }
        .list-group .list-group-item .row-picture img.circle, .list-group .list-group-item .row-action-primary img.circle {
          border-radius: 100%; }
      .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-action-primary i {
        background: rgba(0, 0, 0, 0.25);
        border-radius: 100%;
        text-align: center;
        line-height: 56px;
        font-size: 20px;
        color: white; }
      .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary label {
        margin-left: 7px;
        margin-right: -7px;
        margin-top: 5px;
        margin-bottom: -5px; }
    .list-group .list-group-item .row-content {
      display: inline-block;
      width: calc(100% - 92px);
      min-height: 66px; }
      .list-group .list-group-item .row-content .action-secondary {
        position: absolute;
        right: 16px;
        top: 16px; }
        .list-group .list-group-item .row-content .action-secondary i {
          font-size: 20px;
          color: rgba(0, 0, 0, 0.25);
          cursor: pointer; }
      .list-group .list-group-item .row-content .action-secondary ~ * {
        max-width: calc(100% - 30px); }
      .list-group .list-group-item .row-content .least-content {
        position: absolute;
        right: 16px;
        top: 0px;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px; }
    .list-group .list-group-item .list-group-item-heading {
      color: rgba(0, 0, 0, 0.77);
      font-size: 20px;
      line-height: 29px; }
  .list-group .list-group-separator {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px; }
    .list-group .list-group-separator:before {
      content: "";
      width: calc(100% - 90px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      float: right; }

.dropdown-menu {
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .dropdown-menu .divider {
    background-color: rgba(229, 229, 229, 0.12); }
  .dropdown-menu li {
    overflow: hidden;
    position: relative; }
    .dropdown-menu li a:hover {
      background: rgba(0, 0, 0, 0.08); }

.alert {
  border: 0px;
  border-radius: 0; }
  .alert a, .alert .alert-link {
    color: #FFFFFF; }

.alert-default {
  background-color: #FFFFFF; }
  .alert-default a, .alert-default .alert-link {
    color: #000000; }

.alert-primary {
  color: #FFFFFF;
  background-color: #4285F4; }

.alert-success {
  color: #FFFFFF;
  background-color: #0F9D58; }

.alert-info {
  color: #FFFFFF;
  background-color: #03A9F4; }

.alert-warning {
  color: #FFFFFF;
  background-color: #FF5722; }

.alert-danger {
  background-color: #FF4136; }

.alert-material-red {
  background-color: #FF4136; }

.alert-material-pink {
  background-color: #E91E63; }

.alert-material-purple {
  background-color: #B10DC9; }

.alert-material-deeppurple {
  background-color: #673AB7; }

.alert-material-indigo {
  background-color: #3F51B5; }

.alert-material-lightblue {
  background-color: #03A9F4; }

.alert-material-cyan {
  background-color: #00BCD4; }

.alert-material-teal {
  background-color: #39CCCC; }

.alert-material-lightgreen {
  background-color: #8BC34A; }

.alert-material-lime {
  background-color: #01FF70; }

.alert-material-lightyellow {
  background-color: #FFEB3B; }

.alert-material-orange {
  background-color: #FF851B; }

.alert-material-deeporange {
  background-color: #FF5722; }

.alert-material-grey {
  background-color: #9E9E9E; }

.alert-material-bluegrey {
  background-color: #607D8B; }

.alert-material-brown {
  background-color: #795548; }

.alert-material-lightgrey {
  background-color: #ECECEC; }

.card {
  border-radius: 2px;
  margin-bottom: 20px; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    font-weight: 100;
    margin: 10px 0; }
  .card .card-body {
    padding: 15px; }
  .card .card-actions {
    padding: 15px;
    text-transform: uppercase; }
    .card .card-actions .main {
      font-weight: bold; }
    .card .card-actions a {
      font-size: 15px;
      margin: 0 15px 0 0; }
      .card .card-actions a:hover {
        text-decoration: none; }
  .card img {
    max-width: 100%;
    max-height: 100%; }
  .card .card-footer {
    padding: 15px;
    border-top: 1px solid;
    border-color: #ECECEC; }
    .card .card-footer .icon {
      font-size: 25px;
      transition: ease transform 0.5s; }
      .card .card-footer .icon:hover {
        text-decoration: none;
        transform: transform3d(0, 0, 0, -1px); }

.card-default {
  background-color: #FFF;
  color: #000; }
  .card-default .card-footer, .card-default .card-header {
    border-color: #e6e6e6; }
  .card-default a {
    color: #000; }

.card-primary {
  background-color: #4285F4;
  color: #FFFFFF; }
  .card-primary .card-footer, .card-primary .card-header {
    border-color: #ECECEC; }
  .card-primary a {
    color: #FFFFFF; }

.card-success {
  background-color: #0F9D58;
  color: #FFFFFF; }
  .card-success .card-footer, .card-success .card-header {
    border-color: #0b6e3e; }
  .card-success a {
    color: #FFFFFF; }

.card-info {
  background-color: #03A9F4;
  color: #FFFFFF; }
  .card-info .card-footer, .card-info .card-header {
    border-color: #0286c2; }
  .card-info a {
    color: #FFFFFF; }

.card-warning {
  background-color: #FF5722;
  color: #FFFFFF; }
  .card-warning .card-footer, .card-warning .card-header {
    border-color: #ff7e55; }
  .card-warning a {
    color: #FFFFFF; }

.card-danger {
  background-color: #FF4136;
  color: #FFFFFF; }
  .card-danger .card-footer, .card-danger .card-header {
    border-color: #ff1103; }
  .card-danger a {
    color: #FFFFFF; }

.card-material-red {
  background-color: #FF4136;
  color: #FFFFFF; }
  .card-material-red .card-footer, .card-material-red .card-header {
    border-color: #ff7169; }
  .card-material-red a {
    color: #FFFFFF; }

.card-material-pink {
  background-color: #E91E63;
  color: #FFFFFF; }
  .card-material-pink .card-footer, .card-material-pink .card-header {
    border-color: #c1134e; }
  .card-material-pink a {
    color: #FFFFFF; }

.card-material-purple {
  background-color: #B10DC9;
  color: #FFFFFF; }
  .card-material-purple .card-footer, .card-material-purple .card-header {
    border-color: #870a99; }
  .card-material-purple a {
    color: #FFFFFF; }

.card-material-deeppurple {
  background-color: #673AB7;
  color: #FFFFFF; }
  .card-material-deeppurple .card-footer, .card-material-deeppurple .card-header {
    border-color: #8259cb; }
  .card-material-deeppurple a {
    color: #FFFFFF; }

.card-material-indigo {
  background-color: #3F51B5;
  color: #FFFFFF; }
  .card-material-indigo .card-footer, .card-material-indigo .card-header {
    border-color: #606fc7; }
  .card-material-indigo a {
    color: #FFFFFF; }

.card-material-lightblue {
  background-color: #03A9F4;
  color: #fff; }
  .card-material-lightblue .card-footer, .card-material-lightblue .card-header {
    border-color: #0286c2; }
  .card-material-lightblue a {
    color: #fff; }

.card-material-cyan {
  background-color: #00BCD4;
  color: #FFFFFF; }
  .card-material-cyan .card-footer, .card-material-cyan .card-header {
    border-color: #008fa1; }
  .card-material-cyan a {
    color: #FFFFFF; }

.card-material-teal {
  background-color: #39CCCC;
  color: #FFFFFF; }
  .card-material-teal .card-footer, .card-material-teal .card-header {
    border-color: #2ba7a7; }
  .card-material-teal a {
    color: #FFFFFF; }

.card-material-lightgreen {
  background-color: #8BC34A;
  color: #FFFFFF; }
  .card-material-lightgreen .card-footer, .card-material-lightgreen .card-header {
    border-color: #71a436; }
  .card-material-lightgreen a {
    color: #FFFFFF; }

.card-material-lime {
  background-color: #01FF70;
  color: #FFFFFF; }
  .card-material-lime .card-footer, .card-material-lime .card-header {
    border-color: #00cd5a; }
  .card-material-lime a {
    color: #FFFFFF; }

.card-material-lightyellow {
  background-color: #FFEB3B;
  color: #080700; }
  .card-material-lightyellow .card-footer, .card-material-lightyellow .card-header {
    border-color: #ffe608; }
  .card-material-lightyellow a {
    color: #080700; }

.card-material-orange {
  background-color: #FF851B;
  color: #FFFFFF; }
  .card-material-orange .card-footer, .card-material-orange .card-header {
    border-color: #e76b00; }
  .card-material-orange a {
    color: #FFFFFF; }

.card-material-deeporange {
  background-color: #FF5722;
  color: #FFFFFF; }
  .card-material-deeporange .card-footer, .card-material-deeporange .card-header {
    border-color: #ee3900; }
  .card-material-deeporange a {
    color: #FFFFFF; }

.card-material-grey {
  background-color: #9E9E9E;
  color: #FFFFFF; }
  .card-material-grey .card-footer, .card-material-grey .card-header {
    border-color: #858585; }
  .card-material-grey a {
    color: #FFFFFF; }

.card-material-bluegrey {
  background-color: #607D8B;
  color: #FFFFFF; }
  .card-material-bluegrey .card-footer, .card-material-bluegrey .card-header {
    border-color: #4b626d; }
  .card-material-bluegrey a {
    color: #FFFFFF; }

.card-material-brown {
  background-color: #795548;
  color: #FFFFFF; }
  .card-material-brown .card-footer, .card-material-brown .card-header {
    border-color: #996b5b; }
  .card-material-brown a {
    color: #FFFFFF; }

.card-material-lightgrey {
  background-color: #ECECEC;
  color: #e6e6e6; }
  .card-material-lightgrey .card-footer, .card-material-lightgrey .card-header {
    border-color: lightgray; }
  .card-material-lightgrey a {
    color: #e6e6e6; }

.text-warning {
  color: #FF5722 !important; }

.text-primary {
  color: #4285F4; }

.text-danger {
  color: #FF4136 !important; }

.text-success {
  color: #0F9D58; }

.text-info {
  color: #03A9F4; }

.nav-tabs {
  background: transparent;
  margin-bottom: 35px;
  border-width: 3px; }
  .nav-tabs > li {
    display: inline-block; }
    .nav-tabs > li > a {
      color: rgba(0, 0, 0, 0.5);
      border: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.03);
      font-weight: 500; }
      .nav-tabs > li > a:hover {
        border: 0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.open > a, .nav-tabs > li.open > a:hover {
      background: rgba(0, 0, 0, 0.1) !important;
      border: 0 !important;
      border-bottom: 3px solid #39CCCC !important;
      color: rgba(0, 0, 0, 0.9) !important;
      font-weight: 500;
      margin-bottom: -2px;
      /*&::after {
                border-right: 12px solid rgba(0, 0, 0, 0);
                border-top: 12px solid $teal;
                bottom: -10px;
                content: "";
                height: 0;
                left: calc(50% - 8px);
                position: absolute;
                transform: rotate(225deg);
                width: 0;
            }*/ }
    .nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover {
      color: rgba(255, 255, 255, 0.5); }

.tab-sm .nav-tabs {
  font-size: 14px;
  margin-bottom: 15px; }

.tab-sm .nav > li > a {
  padding: 5px 10px; }

.tab-xs .nav-tabs {
  font-size: 12px;
  margin-bottom: 5px; }

.tab-xs .nav > li > a {
  padding: 3px 5px; }

.withripple {
  position: relative; }

.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px; }

.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none; }

.ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 1; }

.ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated, .modal-backdrop.in, .modal-backdrop:not(.in) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, .infinite.modal-backdrop.in, .infinite.modal-backdrop:not(.in) {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge, .hinge.modal-backdrop.in, .hinge.modal-backdrop:not(.in) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .bounceIn.modal-backdrop.in, .bounceIn.modal-backdrop:not(.in),
.animated.bounceOut,
.bounceOut.modal-backdrop.in,
.bounceOut.modal-backdrop:not(.in) {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX, .flipOutX.modal-backdrop.in, .flipOutX.modal-backdrop:not(.in),
.animated.flipOutY,
.flipOutY.modal-backdrop.in,
.flipOutY.modal-backdrop:not(.in) {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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 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: none;
    transform: none; }
  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: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  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: none;
    transform: none; }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  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 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-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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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-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: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip, .flip.modal-backdrop.in, .flip.modal-backdrop:not(.in) {
  -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-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-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);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@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);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge; }

/* 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: none;
    transform: none; } }

@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: none;
    transform: none; } }

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

@font-face {
  font-family: "mdi-icons";
  src: url("../fonts/mdi-icons.eot");
  src: url("../fonts/mdi-icons.eot?#iefix") format("eot"), url("../fonts/mdi-icons.woff") format("woff"), url("../fonts/mdi-icons.ttf") format("truetype"), url("../fonts/mdi-icons.svg#mdi-icons") format("svg"); }

.mdi:before, .btn-add:before, .btn-search:before, .checkbox label .check:before, .glyphicon:before {
  font-family: "mdi-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.mdi-access-point-network:before {
  content: "\E001"; }

.mdi-access-point:before {
  content: "\E002"; }

.mdi-account-alert:before {
  content: "\E003"; }

.mdi-account-box-outline:before {
  content: "\E004"; }

.mdi-account-box:before {
  content: "\E005"; }

.mdi-account-card-details:before, .bdi-quote:before {
  content: "\E006"; }

.mdi-account-check:before {
  content: "\E007"; }

.mdi-account-circle:before {
  content: "\E008"; }

.mdi-account-convert:before {
  content: "\E009"; }

.mdi-account-key:before {
  content: "\E00A"; }

.mdi-account-location:before {
  content: "\E00B"; }

.mdi-account-minus:before {
  content: "\E00C"; }

.mdi-account-multiple-minus:before {
  content: "\E00D"; }

.mdi-account-multiple-outline:before {
  content: "\E00E"; }

.mdi-account-multiple-plus:before {
  content: "\E00F"; }

.mdi-account-multiple:before {
  content: "\E010"; }

.mdi-account-network:before {
  content: "\E011"; }

.mdi-account-off:before {
  content: "\E012"; }

.mdi-account-outline:before {
  content: "\E013"; }

.mdi-account-plus:before {
  content: "\E014"; }

.mdi-account-remove:before {
  content: "\E015"; }

.mdi-account-search:before {
  content: "\E016"; }

.mdi-account-settings-variant:before {
  content: "\E017"; }

.mdi-account-settings:before {
  content: "\E018"; }

.mdi-account-switch:before {
  content: "\E019"; }

.mdi-account:before {
  content: "\E01A"; }

.mdi-adjust:before {
  content: "\E01B"; }

.mdi-air-conditioner:before {
  content: "\E01C"; }

.mdi-airballoon:before {
  content: "\E01D"; }

.mdi-airplane-landing:before {
  content: "\E01E"; }

.mdi-airplane-off:before {
  content: "\E01F"; }

.mdi-airplane-takeoff:before {
  content: "\E020"; }

.mdi-airplane:before {
  content: "\E021"; }

.mdi-airplay:before {
  content: "\E022"; }

.mdi-alarm-check:before {
  content: "\E023"; }

.mdi-alarm-multiple:before {
  content: "\E024"; }

.mdi-alarm-off:before {
  content: "\E025"; }

.mdi-alarm-plus:before {
  content: "\E026"; }

.mdi-alarm:before {
  content: "\E027"; }

.mdi-album:before {
  content: "\E028"; }

.mdi-alert-box:before {
  content: "\E029"; }

.mdi-alert-circle-outline:before {
  content: "\E02A"; }

.mdi-alert-circle:before {
  content: "\E02B"; }

.mdi-alert-octagon:before {
  content: "\E02C"; }

.mdi-alert-outline:before {
  content: "\E02D"; }

.mdi-alert:before {
  content: "\E02E"; }

.mdi-alpha:before {
  content: "\E02F"; }

.mdi-alphabetical:before {
  content: "\E030"; }

.mdi-altimeter:before {
  content: "\E031"; }

.mdi-amazon-clouddrive:before {
  content: "\E032"; }

.mdi-amazon:before {
  content: "\E033"; }

.mdi-ambulance:before {
  content: "\E034"; }

.mdi-amplifier:before {
  content: "\E035"; }

.mdi-anchor:before {
  content: "\E036"; }

.mdi-android-debug-bridge:before {
  content: "\E037"; }

.mdi-android-studio:before {
  content: "\E038"; }

.mdi-android:before {
  content: "\E039"; }

.mdi-animation:before {
  content: "\E03A"; }

.mdi-apple-finder:before {
  content: "\E03B"; }

.mdi-apple-ios:before {
  content: "\E03C"; }

.mdi-apple-keyboard-caps:before {
  content: "\E03D"; }

.mdi-apple-keyboard-command:before {
  content: "\E03E"; }

.mdi-apple-keyboard-control:before {
  content: "\E03F"; }

.mdi-apple-keyboard-option:before {
  content: "\E040"; }

.mdi-apple-keyboard-shift:before {
  content: "\E041"; }

.mdi-apple-mobileme:before {
  content: "\E042"; }

.mdi-apple-safari:before {
  content: "\E043"; }

.mdi-apple:before {
  content: "\E044"; }

.mdi-application:before {
  content: "\E045"; }

.mdi-appnet:before {
  content: "\E046"; }

.mdi-apps:before {
  content: "\E047"; }

.mdi-archive:before {
  content: "\E048"; }

.mdi-arrange-bring-forward:before {
  content: "\E049"; }

.mdi-arrange-bring-to-front:before {
  content: "\E04A"; }

.mdi-arrange-send-backward:before {
  content: "\E04B"; }

.mdi-arrange-send-to-back:before {
  content: "\E04C"; }

.mdi-arrow-all:before {
  content: "\E04D"; }

.mdi-arrow-bottom-left:before {
  content: "\E04E"; }

.mdi-arrow-bottom-right:before {
  content: "\E04F"; }

.mdi-arrow-compress-all:before {
  content: "\E050"; }

.mdi-arrow-compress:before {
  content: "\E051"; }

.mdi-arrow-down-bold-circle-outline:before {
  content: "\E052"; }

.mdi-arrow-down-bold-circle:before {
  content: "\E053"; }

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\E054"; }

.mdi-arrow-down-bold:before {
  content: "\E055"; }

.mdi-arrow-down-drop-circle-outline:before {
  content: "\E056"; }

.mdi-arrow-down-drop-circle:before {
  content: "\E057"; }

.mdi-arrow-down-drop:before {
  content: "\E058"; }

.mdi-arrow-down:before {
  content: "\E059"; }

.mdi-arrow-expand-all:before {
  content: "\E05A"; }

.mdi-arrow-expand:before {
  content: "\E05B"; }

.mdi-arrow-left-bold-circle-outline:before {
  content: "\E05C"; }

.mdi-arrow-left-bold-circle:before {
  content: "\E05D"; }

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\E05E"; }

.mdi-arrow-left-bold:before {
  content: "\E05F"; }

.mdi-arrow-left-drop-circle-outline:before {
  content: "\E060"; }

.mdi-arrow-left-drop-circle:before {
  content: "\E061"; }

.mdi-arrow-left:before {
  content: "\E062"; }

.mdi-arrow-right-bold-circle-outline:before {
  content: "\E063"; }

.mdi-arrow-right-bold-circle:before {
  content: "\E064"; }

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\E065"; }

.mdi-arrow-right-bold:before {
  content: "\E066"; }

.mdi-arrow-right-drop-circle-outline:before {
  content: "\E067"; }

.mdi-arrow-right-drop-circle:before {
  content: "\E068"; }

.mdi-arrow-right:before {
  content: "\E069"; }

.mdi-arrow-top-left:before {
  content: "\E06A"; }

.mdi-arrow-top-right:before {
  content: "\E06B"; }

.mdi-arrow-up-bold-circle-outline:before {
  content: "\E06C"; }

.mdi-arrow-up-bold-circle:before {
  content: "\E06D"; }

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\E06E"; }

.mdi-arrow-up-bold:before {
  content: "\E06F"; }

.mdi-arrow-up-drop-circle-outline:before {
  content: "\E070"; }

.mdi-arrow-up-drop-circle:before {
  content: "\E071"; }

.mdi-arrow-up:before {
  content: "\E072"; }

.mdi-assistant:before {
  content: "\E073"; }

.mdi-at:before {
  content: "\E074"; }

.mdi-attachment:before {
  content: "\E075"; }

.mdi-audiobook:before {
  content: "\E076"; }

.mdi-auto-fix:before {
  content: "\E077"; }

.mdi-auto-upload:before {
  content: "\E078"; }

.mdi-autorenew:before {
  content: "\E079"; }

.mdi-av-timer:before {
  content: "\E07A"; }

.mdi-baby:before {
  content: "\E07B"; }

.mdi-backburger:before {
  content: "\E07C"; }

.mdi-backspace:before {
  content: "\E07D"; }

.mdi-backup-restore:before {
  content: "\E07E"; }

.mdi-bandcamp:before {
  content: "\E07F"; }

.mdi-bank:before {
  content: "\E080"; }

.mdi-banner:before, .bdi-banner:before {
  content: "\E081"; }

.mdi-barcode-scan:before {
  content: "\E082"; }

.mdi-barcode:before {
  content: "\E083"; }

.mdi-barley:before {
  content: "\E084"; }

.mdi-barrel:before {
  content: "\E085"; }

.mdi-basecamp:before {
  content: "\E086"; }

.mdi-basket-fill:before {
  content: "\E087"; }

.mdi-basket-unfill:before {
  content: "\E088"; }

.mdi-basket:before {
  content: "\E089"; }

.mdi-beach:before {
  content: "\E08A"; }

.mdi-beaker:before {
  content: "\E08B"; }

.mdi-beats:before {
  content: "\E08C"; }

.mdi-beer:before {
  content: "\E08D"; }

.mdi-behance:before {
  content: "\E08E"; }

.mdi-bell-off:before {
  content: "\E08F"; }

.mdi-bell-outline:before {
  content: "\E090"; }

.mdi-bell-plus:before {
  content: "\E091"; }

.mdi-bell-ring-outline:before {
  content: "\E092"; }

.mdi-bell-ring:before {
  content: "\E093"; }

.mdi-bell-sleep:before {
  content: "\E094"; }

.mdi-bell:before {
  content: "\E095"; }

.mdi-beta:before {
  content: "\E096"; }

.mdi-bible:before {
  content: "\E097"; }

.mdi-bike:before {
  content: "\E098"; }

.mdi-bing:before {
  content: "\E099"; }

.mdi-binoculars:before {
  content: "\E09A"; }

.mdi-bio:before {
  content: "\E09B"; }

.mdi-bitbucket:before {
  content: "\E09C"; }

.mdi-black-mesa:before {
  content: "\E09D"; }

.mdi-blackberry:before {
  content: "\E09E"; }

.mdi-blender:before {
  content: "\E09F"; }

.mdi-blinds:before {
  content: "\E0A0"; }

.mdi-block-helper:before {
  content: "\E0A1"; }

.mdi-block-text:before, .bdi-faq:before {
  content: "\E0A2"; }

.mdi-blogger:before {
  content: "\E0A3"; }

.mdi-bluetooth-audio:before {
  content: "\E0A4"; }

.mdi-bluetooth-connect:before {
  content: "\E0A5"; }

.mdi-bluetooth-off:before {
  content: "\E0A6"; }

.mdi-bluetooth-settings:before {
  content: "\E0A7"; }

.mdi-bluetooth-transfer:before {
  content: "\E0A8"; }

.mdi-bluetooth:before {
  content: "\E0A9"; }

.mdi-blur-linear:before {
  content: "\E0AA"; }

.mdi-blur-off:before {
  content: "\E0AB"; }

.mdi-blur-radial:before {
  content: "\E0AC"; }

.mdi-blur:before {
  content: "\E0AD"; }

.mdi-bomb:before {
  content: "\E0AE"; }

.mdi-bone:before {
  content: "\E0AF"; }

.mdi-book-minus:before {
  content: "\E0B0"; }

.mdi-book-multiple-variant:before {
  content: "\E0B1"; }

.mdi-book-multiple:before {
  content: "\E0B2"; }

.mdi-book-open-page-variant:before {
  content: "\E0B3"; }

.mdi-book-open-variant:before {
  content: "\E0B4"; }

.mdi-book-open:before {
  content: "\E0B5"; }

.mdi-book-plus:before {
  content: "\E0B6"; }

.mdi-book-variant:before {
  content: "\E0B7"; }

.mdi-book:before {
  content: "\E0B8"; }

.mdi-bookmark-check:before {
  content: "\E0B9"; }

.mdi-bookmark-music:before {
  content: "\E0BA"; }

.mdi-bookmark-outline-plus:before {
  content: "\E0BB"; }

.mdi-bookmark-outline:before {
  content: "\E0BC"; }

.mdi-bookmark-plus:before {
  content: "\E0BD"; }

.mdi-bookmark-remove:before {
  content: "\E0BE"; }

.mdi-bookmark:before {
  content: "\E0BF"; }

.mdi-boombox:before {
  content: "\E0C0"; }

.mdi-border-all:before {
  content: "\E0C1"; }

.mdi-border-bottom:before {
  content: "\E0C2"; }

.mdi-border-color:before {
  content: "\E0C3"; }

.mdi-border-horizontal:before {
  content: "\E0C4"; }

.mdi-border-inside:before {
  content: "\E0C5"; }

.mdi-border-left:before {
  content: "\E0C6"; }

.mdi-border-none:before {
  content: "\E0C7"; }

.mdi-border-outside:before {
  content: "\E0C8"; }

.mdi-border-right:before {
  content: "\E0C9"; }

.mdi-border-style:before {
  content: "\E0CA"; }

.mdi-border-top:before {
  content: "\E0CB"; }

.mdi-border-vertical:before {
  content: "\E0CC"; }

.mdi-bow-tie:before {
  content: "\E0CD"; }

.mdi-bowl:before {
  content: "\E0CE"; }

.mdi-bowling:before {
  content: "\E0CF"; }

.mdi-box-cutter:before {
  content: "\E0D0"; }

.mdi-box-download:before {
  content: "\E0D1"; }

.mdi-box-shadow:before {
  content: "\E0D2"; }

.mdi-box-upload:before {
  content: "\E0D3"; }

.mdi-box:before {
  content: "\E0D4"; }

.mdi-bridge:before {
  content: "\E0D5"; }

.mdi-briefcase-checked:before {
  content: "\E0D6"; }

.mdi-briefcase-download:before {
  content: "\E0D7"; }

.mdi-briefcase-upload:before {
  content: "\E0D8"; }

.mdi-briefcase:before {
  content: "\E0D9"; }

.mdi-brightness:before {
  content: "\E0DA"; }

.mdi-broom:before {
  content: "\E0DB"; }

.mdi-brush:before {
  content: "\E0DC"; }

.mdi-buffer:before {
  content: "\E0DD"; }

.mdi-bug:before {
  content: "\E0DE"; }

.mdi-bulletin-board:before {
  content: "\E0DF"; }

.mdi-bullhorn:before {
  content: "\E0E0"; }

.mdi-bullseye:before {
  content: "\E0E1"; }

.mdi-burst-mode:before {
  content: "\E0E2"; }

.mdi-bus:before {
  content: "\E0E3"; }

.mdi-buttons:before, .bdi-c2a:before {
  content: "\E0E4"; }

.mdi-cached:before {
  content: "\E0E5"; }

.mdi-cake-layered:before {
  content: "\E0E6"; }

.mdi-cake-variant:before {
  content: "\E0E7"; }

.mdi-cake:before {
  content: "\E0E8"; }

.mdi-calculator:before {
  content: "\E0E9"; }

.mdi-calendar-blank:before {
  content: "\E0EA"; }

.mdi-calendar-check-multiple:before {
  content: "\E0EB"; }

.mdi-calendar-check:before {
  content: "\E0EC"; }

.mdi-calendar-clock:before {
  content: "\E0ED"; }

.mdi-calendar-multiple:before {
  content: "\E0EE"; }

.mdi-calendar-plus:before {
  content: "\E0EF"; }

.mdi-calendar-question:before {
  content: "\E0F0"; }

.mdi-calendar-range:before {
  content: "\E0F1"; }

.mdi-calendar-remove:before {
  content: "\E0F2"; }

.mdi-calendar-select:before {
  content: "\E0F3"; }

.mdi-calendar-text:before {
  content: "\E0F4"; }

.mdi-calendar-today:before {
  content: "\E0F5"; }

.mdi-calendar:before {
  content: "\E0F6"; }

.mdi-call-made:before {
  content: "\E0F7"; }

.mdi-call-merge:before {
  content: "\E0F8"; }

.mdi-call-missed:before {
  content: "\E0F9"; }

.mdi-call-received:before {
  content: "\E0FA"; }

.mdi-call-split:before {
  content: "\E0FB"; }

.mdi-camcorder-box-off:before {
  content: "\E0FC"; }

.mdi-camcorder-box:before {
  content: "\E0FD"; }

.mdi-camcorder-off:before {
  content: "\E0FE"; }

.mdi-camcorder:before {
  content: "\E0FF"; }

.mdi-camera-enhance:before {
  content: "\E100"; }

.mdi-camera-front-variant:before {
  content: "\E101"; }

.mdi-camera-front:before {
  content: "\E102"; }

.mdi-camera-iris:before {
  content: "\E103"; }

.mdi-camera-off:before {
  content: "\E104"; }

.mdi-camera-party-mode:before {
  content: "\E105"; }

.mdi-camera-rear-variant:before {
  content: "\E106"; }

.mdi-camera-rear:before {
  content: "\E107"; }

.mdi-camera-switch:before {
  content: "\E108"; }

.mdi-camera-timer:before {
  content: "\E109"; }

.mdi-camera:before {
  content: "\E10A"; }

.mdi-cancel:before {
  content: "\E10B"; }

.mdi-candle:before {
  content: "\E10C"; }

.mdi-candycane:before {
  content: "\E10D"; }

.mdi-car-battery:before {
  content: "\E10E"; }

.mdi-car-connected:before {
  content: "\E10F"; }

.mdi-car-wash:before {
  content: "\E110"; }

.mdi-car:before {
  content: "\E111"; }

.mdi-cards-outline:before {
  content: "\E112"; }

.mdi-cards-playing-outline:before {
  content: "\E113"; }

.mdi-cards:before {
  content: "\E114"; }

.mdi-carrot:before {
  content: "\E115"; }

.mdi-cart-off:before {
  content: "\E116"; }

.mdi-cart-outline:before {
  content: "\E117"; }

.mdi-cart-plus:before {
  content: "\E118"; }

.mdi-cart:before {
  content: "\E119"; }

.mdi-cash-100:before {
  content: "\E11A"; }

.mdi-cash-multiple:before {
  content: "\E11B"; }

.mdi-cash-usd:before {
  content: "\E11C"; }

.mdi-cash:before {
  content: "\E11D"; }

.mdi-cast-connected:before {
  content: "\E11E"; }

.mdi-cast:before {
  content: "\E11F"; }

.mdi-castle:before {
  content: "\E120"; }

.mdi-cat:before {
  content: "\E121"; }

.mdi-cellphone-android:before {
  content: "\E122"; }

.mdi-cellphone-basic:before {
  content: "\E123"; }

.mdi-cellphone-dock:before {
  content: "\E124"; }

.mdi-cellphone-iphone:before {
  content: "\E125"; }

.mdi-cellphone-link-off:before {
  content: "\E126"; }

.mdi-cellphone-link:before {
  content: "\E127"; }

.mdi-cellphone-settings:before {
  content: "\E128"; }

.mdi-cellphone:before {
  content: "\E129"; }

.mdi-certificate:before {
  content: "\E12A"; }

.mdi-chair-school:before {
  content: "\E12B"; }

.mdi-chart-arc:before {
  content: "\E12C"; }

.mdi-chart-areaspline:before {
  content: "\E12D"; }

.mdi-chart-bar:before {
  content: "\E12E"; }

.mdi-chart-bubble:before {
  content: "\E12F"; }

.mdi-chart-gantt:before {
  content: "\E130"; }

.mdi-chart-histogram:before {
  content: "\E131"; }

.mdi-chart-line:before {
  content: "\E132"; }

.mdi-chart-pie:before {
  content: "\E133"; }

.mdi-chart-scatterplot-hexbin:before {
  content: "\E134"; }

.mdi-chart-timeline:before {
  content: "\E135"; }

.mdi-check-all:before {
  content: "\E136"; }

.mdi-check-bookmark:before {
  content: "\E137"; }

.mdi-check-circle-outline:before {
  content: "\E138"; }

.mdi-check-circle:before {
  content: "\E139"; }

.mdi-check:before, .glyphicon-check:before {
  content: "\E13A"; }

.mdi-checkbox-blank-circle-outline:before {
  content: "\E13B"; }

.mdi-checkbox-blank-circle:before {
  content: "\E13C"; }

.mdi-checkbox-blank-outline:before, .checkbox label .check:before {
  content: "\E13D"; }

.mdi-checkbox-blank:before {
  content: "\E13E"; }

.mdi-checkbox-marked-circle-outline:before {
  content: "\E13F"; }

.mdi-checkbox-marked-circle:before {
  content: "\E140"; }

.mdi-checkbox-marked-outline:before {
  content: "\E141"; }

.mdi-checkbox-marked:before, .checkbox label input[type=checkbox]:checked ~ .check:before {
  content: "\E142"; }

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\E143"; }

.mdi-checkbox-multiple-blank-circle:before {
  content: "\E144"; }

.mdi-checkbox-multiple-blank-outline:before {
  content: "\E145"; }

.mdi-checkbox-multiple-blank:before, .bdi-textblock:before {
  content: "\E146"; }

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\E147"; }

.mdi-checkbox-multiple-marked-circle:before {
  content: "\E148"; }

.mdi-checkbox-multiple-marked-outline:before {
  content: "\E149"; }

.mdi-checkbox-multiple-marked:before {
  content: "\E14A"; }

.mdi-checkerboard:before {
  content: "\E14B"; }

.mdi-chemical-weapon:before {
  content: "\E14C"; }

.mdi-chevron-double-down:before {
  content: "\E14D"; }

.mdi-chevron-double-left:before {
  content: "\E14E"; }

.mdi-chevron-double-right:before {
  content: "\E14F"; }

.mdi-chevron-double-up:before {
  content: "\E150"; }

.mdi-chevron-down:before {
  content: "\E151"; }

.mdi-chevron-left:before {
  content: "\E152"; }

.mdi-chevron-right:before {
  content: "\E153"; }

.mdi-chevron-up:before {
  content: "\E154"; }

.mdi-chip:before {
  content: "\E155"; }

.mdi-church:before {
  content: "\E156"; }

.mdi-cisco-webex:before {
  content: "\E157"; }

.mdi-city:before {
  content: "\E158"; }

.mdi-clapperboard:before {
  content: "\E159"; }

.mdi-clipboard-account:before {
  content: "\E15A"; }

.mdi-clipboard-alert:before {
  content: "\E15B"; }

.mdi-clipboard-arrow-down:before {
  content: "\E15C"; }

.mdi-clipboard-arrow-left:before {
  content: "\E15D"; }

.mdi-clipboard-check:before {
  content: "\E15E"; }

.mdi-clipboard-outline:before {
  content: "\E15F"; }

.mdi-clipboard-plus:before {
  content: "\E160"; }

.mdi-clipboard-text:before {
  content: "\E161"; }

.mdi-clipboard:before {
  content: "\E162"; }

.mdi-clippy:before {
  content: "\E163"; }

.mdi-clock-alert:before {
  content: "\E164"; }

.mdi-clock-end:before {
  content: "\E165"; }

.mdi-clock-fast:before {
  content: "\E166"; }

.mdi-clock-in:before {
  content: "\E167"; }

.mdi-clock-out:before {
  content: "\E168"; }

.mdi-clock-start:before {
  content: "\E169"; }

.mdi-clock:before {
  content: "\E16A"; }

.mdi-close-circle-outline:before {
  content: "\E16B"; }

.mdi-close-circle:before {
  content: "\E16C"; }

.mdi-close-network:before {
  content: "\E16D"; }

.mdi-close-octagon-outline:before {
  content: "\E16E"; }

.mdi-close-octagon:before {
  content: "\E16F"; }

.mdi-close:before {
  content: "\E170"; }

.mdi-closed-caption:before {
  content: "\E171"; }

.mdi-cloud-check:before {
  content: "\E172"; }

.mdi-cloud-circle:before {
  content: "\E173"; }

.mdi-cloud-download:before {
  content: "\E174"; }

.mdi-cloud-outline-off:before {
  content: "\E175"; }

.mdi-cloud-outline:before {
  content: "\E176"; }

.mdi-cloud-print-outline:before {
  content: "\E177"; }

.mdi-cloud-print:before {
  content: "\E178"; }

.mdi-cloud-sync:before {
  content: "\E179"; }

.mdi-cloud-upload:before {
  content: "\E17A"; }

.mdi-cloud:before {
  content: "\E17B"; }

.mdi-code-array:before {
  content: "\E17C"; }

.mdi-code-braces:before {
  content: "\E17D"; }

.mdi-code-brackets:before {
  content: "\E17E"; }

.mdi-code-equal:before {
  content: "\E17F"; }

.mdi-code-greater-than-or-equal:before {
  content: "\E180"; }

.mdi-code-greater-than:before {
  content: "\E181"; }

.mdi-code-less-than-or-equal:before {
  content: "\E182"; }

.mdi-code-less-than:before {
  content: "\E183"; }

.mdi-code-not-equal-variant:before {
  content: "\E184"; }

.mdi-code-not-equal:before {
  content: "\E185"; }

.mdi-code-parentheses:before {
  content: "\E186"; }

.mdi-code-string:before {
  content: "\E187"; }

.mdi-code-tags-check:before {
  content: "\E188"; }

.mdi-code-tags:before {
  content: "\E189"; }

.mdi-codepen:before, .bdi-vr:before {
  content: "\E18A"; }

.mdi-coffee-to-go:before {
  content: "\E18B"; }

.mdi-coffee:before {
  content: "\E18C"; }

.mdi-coin:before {
  content: "\E18D"; }

.mdi-collage:before {
  content: "\E18E"; }

.mdi-color-helper:before {
  content: "\E18F"; }

.mdi-comment-account-outline:before {
  content: "\E190"; }

.mdi-comment-account:before {
  content: "\E191"; }

.mdi-comment-alert-outline:before {
  content: "\E192"; }

.mdi-comment-alert:before {
  content: "\E193"; }

.mdi-comment-check-outline:before {
  content: "\E194"; }

.mdi-comment-check:before {
  content: "\E195"; }

.mdi-comment-multipe-outline:before {
  content: "\E196"; }

.mdi-comment-outline:before {
  content: "\E197"; }

.mdi-comment-plus-outline:before {
  content: "\E198"; }

.mdi-comment-processing-outline:before {
  content: "\E199"; }

.mdi-comment-processing:before {
  content: "\E19A"; }

.mdi-comment-question-outline:before {
  content: "\E19B"; }

.mdi-comment-remove-outline:before {
  content: "\E19C"; }

.mdi-comment-text-outline:before {
  content: "\E19D"; }

.mdi-comment-text:before {
  content: "\E19E"; }

.mdi-comment:before {
  content: "\E19F"; }

.mdi-compare:before {
  content: "\E1A0"; }

.mdi-compass-outline:before {
  content: "\E1A1"; }

.mdi-compass:before {
  content: "\E1A2"; }

.mdi-console:before {
  content: "\E1A3"; }

.mdi-contact-mail:before {
  content: "\E1A4"; }

.mdi-content-copy:before {
  content: "\E1A5"; }

.mdi-content-cut:before {
  content: "\E1A6"; }

.mdi-content-duplicate:before {
  content: "\E1A7"; }

.mdi-content-paste:before {
  content: "\E1A8"; }

.mdi-content-save-all:before {
  content: "\E1A9"; }

.mdi-content-save-settings:before {
  content: "\E1AA"; }

.mdi-content-save:before {
  content: "\E1AB"; }

.mdi-contrast-box:before {
  content: "\E1AC"; }

.mdi-contrast-circle:before {
  content: "\E1AD"; }

.mdi-contrast:before {
  content: "\E1AE"; }

.mdi-controller-xbox:before {
  content: "\E1AF"; }

.mdi-cookie:before {
  content: "\E1B0"; }

.mdi-copyright:before {
  content: "\E1B1"; }

.mdi-counter:before, .bdi-counter:before {
  content: "\E1B2"; }

.mdi-cow:before {
  content: "\E1B3"; }

.mdi-creation:before {
  content: "\E1B4"; }

.mdi-credit-card-multiple:before {
  content: "\E1B5"; }

.mdi-credit-card-off:before {
  content: "\E1B6"; }

.mdi-credit-card-plus:before {
  content: "\E1B7"; }

.mdi-credit-card-scan:before {
  content: "\E1B8"; }

.mdi-credit-card:before, .bdi-rowc2a:before {
  content: "\E1B9"; }

.mdi-crop-free:before {
  content: "\E1BA"; }

.mdi-crop-landscape:before {
  content: "\E1BB"; }

.mdi-crop-portrait:before {
  content: "\E1BC"; }

.mdi-crop-square:before {
  content: "\E1BD"; }

.mdi-crop:before {
  content: "\E1BE"; }

.mdi-crosshairs-gps:before {
  content: "\E1BF"; }

.mdi-crosshairs:before {
  content: "\E1C0"; }

.mdi-crown:before {
  content: "\E1C1"; }

.mdi-cube-outline:before {
  content: "\E1C2"; }

.mdi-cube-send:before {
  content: "\E1C3"; }

.mdi-cube-unfolded:before {
  content: "\E1C4"; }

.mdi-cube:before {
  content: "\E1C5"; }

.mdi-cup-off:before {
  content: "\E1C6"; }

.mdi-cup-water:before {
  content: "\E1C7"; }

.mdi-cup:before {
  content: "\E1C8"; }

.mdi-currency-btc:before {
  content: "\E1C9"; }

.mdi-currency-eur:before {
  content: "\E1CA"; }

.mdi-currency-gbp:before {
  content: "\E1CB"; }

.mdi-currency-inr:before {
  content: "\E1CC"; }

.mdi-currency-ngn:before {
  content: "\E1CD"; }

.mdi-currency-rub:before {
  content: "\E1CE"; }

.mdi-currency-try:before {
  content: "\E1CF"; }

.mdi-currency-usd-off:before {
  content: "\E1D0"; }

.mdi-currency-usd:before {
  content: "\E1D1"; }

.mdi-cursor-default-outline:before {
  content: "\E1D2"; }

.mdi-cursor-default:before {
  content: "\E1D3"; }

.mdi-cursor-move:before, .content-builder-container .form-edit-button:hover .bdi-standard:before {
  content: "\E1D4"; }

.mdi-cursor-pointer:before {
  content: "\E1D5"; }

.mdi-cursor-text:before {
  content: "\E1D6"; }

.mdi-data:before {
  content: "\E1D7"; }

.mdi-database-minus:before {
  content: "\E1D8"; }

.mdi-database-plus:before {
  content: "\E1D9"; }

.mdi-database:before, .bdi-taxonomy:before {
  content: "\E1DA"; }

.mdi-debug-step-into:before {
  content: "\E1DB"; }

.mdi-debug-step-out:before {
  content: "\E1DC"; }

.mdi-debug-step-over:before {
  content: "\E1DD"; }

.mdi-decimal-decrease:before {
  content: "\E1DE"; }

.mdi-decimal-increase:before {
  content: "\E1DF"; }

.mdi-delete-circle:before {
  content: "\E1E0"; }

.mdi-delete-forever:before {
  content: "\E1E1"; }

.mdi-delete-sweep:before {
  content: "\E1E2"; }

.mdi-delete-variant:before {
  content: "\E1E3"; }

.mdi-delete:before {
  content: "\E1E4"; }

.mdi-delta:before {
  content: "\E1E5"; }

.mdi-deskphone:before {
  content: "\E1E6"; }

.mdi-desktop-mac:before {
  content: "\E1E7"; }

.mdi-desktop-tower:before {
  content: "\E1E8"; }

.mdi-details:before {
  content: "\E1E9"; }

.mdi-deviantart:before {
  content: "\E1EA"; }

.mdi-dialpad:before {
  content: "\E1EB"; }

.mdi-diamond:before {
  content: "\E1EC"; }

.mdi-dice-1:before {
  content: "\E1ED"; }

.mdi-dice-2:before {
  content: "\E1EE"; }

.mdi-dice-3:before {
  content: "\E1EF"; }

.mdi-dice-4:before {
  content: "\E1F0"; }

.mdi-dice-5:before {
  content: "\E1F1"; }

.mdi-dice-6:before {
  content: "\E1F2"; }

.mdi-dice-d20:before {
  content: "\E1F3"; }

.mdi-dice-d4:before {
  content: "\E1F4"; }

.mdi-dice-d6:before {
  content: "\E1F5"; }

.mdi-dice-d8:before {
  content: "\E1F6"; }

.mdi-dice:before {
  content: "\E1F7"; }

.mdi-dictionary:before {
  content: "\E1F8"; }

.mdi-directions-fork:before {
  content: "\E1F9"; }

.mdi-directions:before {
  content: "\E1FA"; }

.mdi-discord:before {
  content: "\E1FB"; }

.mdi-disk-alert:before {
  content: "\E1FC"; }

.mdi-disk:before {
  content: "\E1FD"; }

.mdi-disqus-outline:before {
  content: "\E1FE"; }

.mdi-disqus:before {
  content: "\E1FF"; }

.mdi-division-box:before {
  content: "\E200"; }

.mdi-division:before {
  content: "\E201"; }

.mdi-dna:before {
  content: "\E202"; }

.mdi-dns:before {
  content: "\E203"; }

.mdi-document:before {
  content: "\E204"; }

.mdi-domain:before {
  content: "\E205"; }

.mdi-dots-horizontal:before {
  content: "\E206"; }

.mdi-dots-vertical:before {
  content: "\E207"; }

.mdi-douban:before {
  content: "\E208"; }

.mdi-download:before {
  content: "\E209"; }

.mdi-drag-horizontal:before {
  content: "\E20A"; }

.mdi-drag-vertical:before {
  content: "\E20B"; }

.mdi-drag:before {
  content: "\E20C"; }

.mdi-drawing-box:before {
  content: "\E20D"; }

.mdi-drawing:before {
  content: "\E20E"; }

.mdi-dribbble-box:before {
  content: "\E20F"; }

.mdi-dribbble:before {
  content: "\E210"; }

.mdi-drone:before {
  content: "\E211"; }

.mdi-dropbox:before {
  content: "\E212"; }

.mdi-drupal:before {
  content: "\E213"; }

.mdi-duck:before {
  content: "\E214"; }

.mdi-dumbbell:before {
  content: "\E215"; }

.mdi-earth-off:before {
  content: "\E216"; }

.mdi-earth:before {
  content: "\E217"; }

.mdi-ebay:before {
  content: "\E218"; }

.mdi-edge:before {
  content: "\E219"; }

.mdi-eject:before {
  content: "\E21A"; }

.mdi-elevation-decline:before {
  content: "\E21B"; }

.mdi-elevation-rise:before {
  content: "\E21C"; }

.mdi-elevator:before {
  content: "\E21D"; }

.mdi-email-open-outline:before {
  content: "\E21E"; }

.mdi-email-open:before {
  content: "\E21F"; }

.mdi-email-outline:before {
  content: "\E220"; }

.mdi-email-secure:before {
  content: "\E221"; }

.mdi-email-variant:before {
  content: "\E222"; }

.mdi-email:before {
  content: "\E223"; }

.mdi-emoticon-cool:before {
  content: "\E224"; }

.mdi-emoticon-devil:before {
  content: "\E225"; }

.mdi-emoticon-happy:before {
  content: "\E226"; }

.mdi-emoticon-neutral:before {
  content: "\E227"; }

.mdi-emoticon-poop:before {
  content: "\E228"; }

.mdi-emoticon-sad:before {
  content: "\E229"; }

.mdi-emoticon-tongue:before {
  content: "\E22A"; }

.mdi-emoticon:before {
  content: "\E22B"; }

.mdi-engine-outline:before {
  content: "\E22C"; }

.mdi-engine:before {
  content: "\E22D"; }

.mdi-equal-box:before {
  content: "\E22E"; }

.mdi-equal:before {
  content: "\E22F"; }

.mdi-eraser-variant:before {
  content: "\E230"; }

.mdi-eraser:before {
  content: "\E231"; }

.mdi-escalator:before {
  content: "\E232"; }

.mdi-ethernet-cable-off:before {
  content: "\E233"; }

.mdi-ethernet-cable:before {
  content: "\E234"; }

.mdi-ethernet:before {
  content: "\E235"; }

.mdi-etsy:before {
  content: "\E236"; }

.mdi-ev-station:before {
  content: "\E237"; }

.mdi-evernote:before {
  content: "\E238"; }

.mdi-exclamation:before {
  content: "\E239"; }

.mdi-exit-to-app:before {
  content: "\E23A"; }

.mdi-export:before {
  content: "\E23B"; }

.mdi-eye-off:before {
  content: "\E23C"; }

.mdi-eye:before {
  content: "\E23D"; }

.mdi-eyedropper-variant:before {
  content: "\E23E"; }

.mdi-eyedropper:before {
  content: "\E23F"; }

.mdi-face-profile:before {
  content: "\E240"; }

.mdi-face:before {
  content: "\E241"; }

.mdi-facebook-box:before {
  content: "\E242"; }

.mdi-facebook:before {
  content: "\E243"; }

.mdi-factory:before {
  content: "\E244"; }

.mdi-fan:before {
  content: "\E245"; }

.mdi-fast-forward:before {
  content: "\E246"; }

.mdi-fax:before {
  content: "\E247"; }

.mdi-ferry:before {
  content: "\E248"; }

.mdi-file-chart:before {
  content: "\E249"; }

.mdi-file-check:before {
  content: "\E24A"; }

.mdi-file-cloud:before {
  content: "\E24B"; }

.mdi-file-delimited:before {
  content: "\E24C"; }

.mdi-file-document-box:before {
  content: "\E24D"; }

.mdi-file-document:before, .media-file .media-file-default.media-file-txt i:before {
  content: "\E24E"; }

.mdi-file-excel-box:before {
  content: "\E24F"; }

.mdi-file-excel:before, .media-file .media-file-default.media-file-xls i:before {
  content: "\E250"; }

.mdi-file-export:before {
  content: "\E251"; }

.mdi-file-find:before {
  content: "\E252"; }

.mdi-file-hidden:before {
  content: "\E253"; }

.mdi-file-image-box:before {
  content: "\E254"; }

.mdi-file-image:before, .media-file .media-file-default.media-file-imagefile i:before {
  content: "\E255"; }

.mdi-file-import:before {
  content: "\E256"; }

.mdi-file-lock:before {
  content: "\E257"; }

.mdi-file-move:before {
  content: "\E258"; }

.mdi-file-multiple:before {
  content: "\E259"; }

.mdi-file-music:before {
  content: "\E25A"; }

.mdi-file-outline:before {
  content: "\E25B"; }

.mdi-file-pdf-box:before {
  content: "\E25C"; }

.mdi-file-pdf:before, .media-file .media-file-default.media-file-pdf i:before {
  content: "\E25D"; }

.mdi-file-powerpoint-box:before {
  content: "\E25E"; }

.mdi-file-powerpoint:before, .media-file .media-file-default.media-file-ppt i:before {
  content: "\E25F"; }

.mdi-file-presentation-box:before {
  content: "\E260"; }

.mdi-file-restore:before {
  content: "\E261"; }

.mdi-file-send:before {
  content: "\E262"; }

.mdi-file-tree:before {
  content: "\E263"; }

.mdi-file-video:before {
  content: "\E264"; }

.mdi-file-word-box:before {
  content: "\E265"; }

.mdi-file-word:before, .media-file .media-file-default.media-file-doc i:before {
  content: "\E266"; }

.mdi-file-xml:before {
  content: "\E267"; }

.mdi-file:before, .media-file .media-file-default i:before {
  content: "\E268"; }

.mdi-fill:before {
  content: "\E269"; }

.mdi-film:before {
  content: "\E26A"; }

.mdi-filmstrip-off:before {
  content: "\E26B"; }

.mdi-filmstrip:before {
  content: "\E26C"; }

.mdi-filter-outline:before {
  content: "\E26D"; }

.mdi-filter-remove-outline:before {
  content: "\E26E"; }

.mdi-filter-remove:before {
  content: "\E26F"; }

.mdi-filter-variant:before {
  content: "\E270"; }

.mdi-filter:before {
  content: "\E271"; }

.mdi-fingerprint:before {
  content: "\E272"; }

.mdi-fire:before {
  content: "\E273"; }

.mdi-fish:before {
  content: "\E274"; }

.mdi-flag-checkered-variant:before {
  content: "\E275"; }

.mdi-flag-checkered:before {
  content: "\E276"; }

.mdi-flag-outline-variant:before {
  content: "\E277"; }

.mdi-flag-outline:before {
  content: "\E278"; }

.mdi-flag-triangle:before {
  content: "\E279"; }

.mdi-flag-variant:before {
  content: "\E27A"; }

.mdi-flag:before {
  content: "\E27B"; }

.mdi-flash-auto:before {
  content: "\E27C"; }

.mdi-flash-off:before {
  content: "\E27D"; }

.mdi-flash-red-eye:before {
  content: "\E27E"; }

.mdi-flash:before {
  content: "\E27F"; }

.mdi-flashlight-off:before {
  content: "\E280"; }

.mdi-flashlight:before {
  content: "\E281"; }

.mdi-flask-empty-outline:before {
  content: "\E282"; }

.mdi-flask-empty:before {
  content: "\E283"; }

.mdi-flask-outline:before {
  content: "\E284"; }

.mdi-flask:before {
  content: "\E285"; }

.mdi-flattr:before {
  content: "\E286"; }

.mdi-flickr-after:before {
  content: "\E287"; }

.mdi-flickr-before:before {
  content: "\E288"; }

.mdi-flip-to-back:before {
  content: "\E289"; }

.mdi-flip-to-front:before {
  content: "\E28A"; }

.mdi-floppy:before {
  content: "\E28B"; }

.mdi-flower:before {
  content: "\E28C"; }

.mdi-folder-account:before {
  content: "\E28D"; }

.mdi-folder-download:before {
  content: "\E28E"; }

.mdi-folder-google-drive:before {
  content: "\E28F"; }

.mdi-folder-image:before {
  content: "\E290"; }

.mdi-folder-lock-open:before {
  content: "\E291"; }

.mdi-folder-lock:before {
  content: "\E292"; }

.mdi-folder-move:before {
  content: "\E293"; }

.mdi-folder-multiple-image:before {
  content: "\E294"; }

.mdi-folder-multiple-outline:before {
  content: "\E295"; }

.mdi-folder-multiple:before {
  content: "\E296"; }

.mdi-folder-outline-lock:before {
  content: "\E297"; }

.mdi-folder-outline:before {
  content: "\E298"; }

.mdi-folder-plus:before {
  content: "\E299"; }

.mdi-folder-remove:before {
  content: "\E29A"; }

.mdi-folder-upload:before {
  content: "\E29B"; }

.mdi-folder:before {
  content: "\E29C"; }

.mdi-food-apple:before {
  content: "\E29D"; }

.mdi-food-fork-drink:before {
  content: "\E29E"; }

.mdi-food-off:before {
  content: "\E29F"; }

.mdi-food-variant:before {
  content: "\E2A0"; }

.mdi-food:before {
  content: "\E2A1"; }

.mdi-football-australian:before {
  content: "\E2A2"; }

.mdi-football-helmet:before {
  content: "\E2A3"; }

.mdi-football:before {
  content: "\E2A4"; }

.mdi-format-align-center:before {
  content: "\E2A5"; }

.mdi-format-align-justify:before {
  content: "\E2A6"; }

.mdi-format-align-left:before {
  content: "\E2A7"; }

.mdi-format-align-right:before {
  content: "\E2A8"; }

.mdi-format-annotation-plus:before {
  content: "\E2A9"; }

.mdi-format-bold:before {
  content: "\E2AA"; }

.mdi-format-clear:before {
  content: "\E2AB"; }

.mdi-format-color-fill:before {
  content: "\E2AC"; }

.mdi-format-color:before {
  content: "\E2AD"; }

.mdi-format-float-center:before {
  content: "\E2AE"; }

.mdi-format-float-left:before {
  content: "\E2AF"; }

.mdi-format-float-none:before {
  content: "\E2B0"; }

.mdi-format-float-right:before {
  content: "\E2B1"; }

.mdi-format-header-1:before {
  content: "\E2B2"; }

.mdi-format-header-2:before {
  content: "\E2B3"; }

.mdi-format-header-3:before {
  content: "\E2B4"; }

.mdi-format-header-4:before {
  content: "\E2B5"; }

.mdi-format-header-5:before {
  content: "\E2B6"; }

.mdi-format-header-6:before {
  content: "\E2B7"; }

.mdi-format-header-decrease:before {
  content: "\E2B8"; }

.mdi-format-header-down:before {
  content: "\E2B9"; }

.mdi-format-header-equal:before {
  content: "\E2BA"; }

.mdi-format-header-increase:before {
  content: "\E2BB"; }

.mdi-format-header-pound:before {
  content: "\E2BC"; }

.mdi-format-header-up:before {
  content: "\E2BD"; }

.mdi-format-horizontal-align-center:before {
  content: "\E2BE"; }

.mdi-format-horizontal-align-left:before {
  content: "\E2BF"; }

.mdi-format-horizontal-align-right:before {
  content: "\E2C0"; }

.mdi-format-indent-decrease:before {
  content: "\E2C1"; }

.mdi-format-indent-increase:before {
  content: "\E2C2"; }

.mdi-format-italic:before {
  content: "\E2C3"; }

.mdi-format-line-spacing:before, .bdi-spacer:before {
  content: "\E2C4"; }

.mdi-format-line-style:before {
  content: "\E2C5"; }

.mdi-format-line-weight:before {
  content: "\E2C6"; }

.mdi-format-list-bulleted-type:before, .bdi-cennik:before {
  content: "\E2C7"; }

.mdi-format-list-bulleted:before {
  content: "\E2C8"; }

.mdi-format-list-numbers:before {
  content: "\E2C9"; }

.mdi-format-object-inline:before {
  content: "\E2CA"; }

.mdi-format-object-square:before {
  content: "\E2CB"; }

.mdi-format-object-tight:before {
  content: "\E2CC"; }

.mdi-format-object-top-bottom:before {
  content: "\E2CD"; }

.mdi-format-paint:before {
  content: "\E2CE"; }

.mdi-format-paragraph:before {
  content: "\E2CF"; }

.mdi-format-quote:before {
  content: "\E2D0"; }

.mdi-format-section:before {
  content: "\E2D1"; }

.mdi-format-size:before {
  content: "\E2D2"; }

.mdi-format-strikethrough-variant:before {
  content: "\E2D3"; }

.mdi-format-strikethrough:before {
  content: "\E2D4"; }

.mdi-format-subscript:before {
  content: "\E2D5"; }

.mdi-format-superscript:before {
  content: "\E2D6"; }

.mdi-format-text:before {
  content: "\E2D7"; }

.mdi-format-textdirection-l-to-r:before {
  content: "\E2D8"; }

.mdi-format-textdirection-r-to-l:before {
  content: "\E2D9"; }

.mdi-format-title:before {
  content: "\E2DA"; }

.mdi-format-underline:before {
  content: "\E2DB"; }

.mdi-format-vertical-align-bottom:before {
  content: "\E2DC"; }

.mdi-format-vertical-align-center:before {
  content: "\E2DD"; }

.mdi-format-vertical-align-top:before {
  content: "\E2DE"; }

.mdi-forum:before {
  content: "\E2DF"; }

.mdi-forward:before {
  content: "\E2E0"; }

.mdi-foursquare:before {
  content: "\E2E1"; }

.mdi-fridge-filled-bottom:before {
  content: "\E2E2"; }

.mdi-fridge-filled-top:before {
  content: "\E2E3"; }

.mdi-fridge-filled:before {
  content: "\E2E4"; }

.mdi-fridge:before {
  content: "\E2E5"; }

.mdi-fullscreen-exit:before {
  content: "\E2E6"; }

.mdi-fullscreen:before {
  content: "\E2E7"; }

.mdi-function:before {
  content: "\E2E8"; }

.mdi-gallery:before, .bdi-gallery:before {
  content: "\E2E9"; }

.mdi-gamepad-variant:before {
  content: "\E2EA"; }

.mdi-gamepad:before {
  content: "\E2EB"; }

.mdi-gas-cylinder:before {
  content: "\E2EC"; }

.mdi-gas-station:before {
  content: "\E2ED"; }

.mdi-gate:before {
  content: "\E2EE"; }

.mdi-gauge:before {
  content: "\E2EF"; }

.mdi-gavel:before {
  content: "\E2F0"; }

.mdi-gender-female:before {
  content: "\E2F1"; }

.mdi-gender-male-female:before {
  content: "\E2F2"; }

.mdi-gender-male:before {
  content: "\E2F3"; }

.mdi-gender-transgender:before {
  content: "\E2F4"; }

.mdi-ghost:before {
  content: "\E2F5"; }

.mdi-gift:before {
  content: "\E2F6"; }

.mdi-git:before {
  content: "\E2F7"; }

.mdi-github-box:before {
  content: "\E2F8"; }

.mdi-github:before {
  content: "\E2F9"; }

.mdi-glass-flute:before {
  content: "\E2FA"; }

.mdi-glass-mug:before {
  content: "\E2FB"; }

.mdi-glass-stange:before {
  content: "\E2FC"; }

.mdi-glass-tulip:before {
  content: "\E2FD"; }

.mdi-glassdoor:before {
  content: "\E2FE"; }

.mdi-glasses:before {
  content: "\E2FF"; }

.mdi-gmail:before {
  content: "\E300"; }

.mdi-gnome:before {
  content: "\E301"; }

.mdi-gondola:before {
  content: "\E302"; }

.mdi-google-cardboard:before {
  content: "\E303"; }

.mdi-google-chrome:before {
  content: "\E304"; }

.mdi-google-circles-communities:before {
  content: "\E305"; }

.mdi-google-circles-extended:before {
  content: "\E306"; }

.mdi-google-circles-invite:before {
  content: "\E307"; }

.mdi-google-circles:before {
  content: "\E308"; }

.mdi-google-controller-off:before {
  content: "\E309"; }

.mdi-google-controller:before {
  content: "\E30A"; }

.mdi-google-drive:before {
  content: "\E30B"; }

.mdi-google-earth:before {
  content: "\E30C"; }

.mdi-google-glass:before {
  content: "\E30D"; }

.mdi-google-maps:before, .bdi-map:before {
  content: "\E30E"; }

.mdi-google-nearby:before {
  content: "\E30F"; }

.mdi-google-pages:before {
  content: "\E310"; }

.mdi-google-physical-web:before {
  content: "\E311"; }

.mdi-google-play:before {
  content: "\E312"; }

.mdi-google-plus-box:before {
  content: "\E313"; }

.mdi-google-plus:before {
  content: "\E314"; }

.mdi-google-translate:before {
  content: "\E315"; }

.mdi-google-wallet:before {
  content: "\E316"; }

.mdi-google:before {
  content: "\E317"; }

.mdi-grease-pencil:before {
  content: "\E318"; }

.mdi-grid-off:before {
  content: "\E319"; }

.mdi-grid:before {
  content: "\E31A"; }

.mdi-group:before {
  content: "\E31B"; }

.mdi-hackernews:before {
  content: "\E31C"; }

.mdi-hamburger:before {
  content: "\E31D"; }

.mdi-hand-pointing-right:before {
  content: "\E31E"; }

.mdi-hanger:before {
  content: "\E31F"; }

.mdi-hangouts:before {
  content: "\E320"; }

.mdi-harddisk:before {
  content: "\E321"; }

.mdi-header:before, .bdi-header:before {
  content: "\E322"; }

.mdi-headphones-box:before {
  content: "\E323"; }

.mdi-headphones-dots:before {
  content: "\E324"; }

.mdi-headphones:before {
  content: "\E325"; }

.mdi-headset-dock:before {
  content: "\E326"; }

.mdi-headset-off:before {
  content: "\E327"; }

.mdi-headset:before {
  content: "\E328"; }

.mdi-heart-box-outline:before {
  content: "\E329"; }

.mdi-heart-box:before {
  content: "\E32A"; }

.mdi-heart-broken:before {
  content: "\E32B"; }

.mdi-heart-outline:before {
  content: "\E32C"; }

.mdi-heart-pulse:before {
  content: "\E32D"; }

.mdi-heart:before {
  content: "\E32E"; }

.mdi-help-circle-outline:before {
  content: "\E32F"; }

.mdi-help-circle:before {
  content: "\E330"; }

.mdi-help:before {
  content: "\E331"; }

.mdi-hexagon-outline:before {
  content: "\E332"; }

.mdi-hexagon:before {
  content: "\E333"; }

.mdi-highway:before {
  content: "\E334"; }

.mdi-history:before {
  content: "\E335"; }

.mdi-hololens:before {
  content: "\E336"; }

.mdi-home-map-marker:before {
  content: "\E337"; }

.mdi-home-modern:before {
  content: "\E338"; }

.mdi-home-outline:before {
  content: "\E339"; }

.mdi-home-variant:before {
  content: "\E33A"; }

.mdi-home:before {
  content: "\E33B"; }

.mdi-hops:before {
  content: "\E33C"; }

.mdi-hospital-building:before {
  content: "\E33D"; }

.mdi-hospital-marker:before {
  content: "\E33E"; }

.mdi-hospital:before {
  content: "\E33F"; }

.mdi-hotel:before {
  content: "\E340"; }

.mdi-houzz-box:before {
  content: "\E341"; }

.mdi-human-child:before {
  content: "\E342"; }

.mdi-human-female:before {
  content: "\E343"; }

.mdi-human-greeting:before {
  content: "\E344"; }

.mdi-human-handsdown:before {
  content: "\E345"; }

.mdi-human-handsup:before {
  content: "\E346"; }

.mdi-human-male-female:before {
  content: "\E347"; }

.mdi-human-male:before {
  content: "\E348"; }

.mdi-human-pregnant:before {
  content: "\E349"; }

.mdi-human:before {
  content: "\E34A"; }

.mdi-image-album:before {
  content: "\E34B"; }

.mdi-image-area-close:before, .bdi-panel:before {
  content: "\E34C"; }

.mdi-image-area:before {
  content: "\E34D"; }

.mdi-image-broken-variant:before {
  content: "\E34E"; }

.mdi-image-broken:before {
  content: "\E34F"; }

.mdi-image-filter-black-white:before {
  content: "\E350"; }

.mdi-image-filter-center-focus-weak:before {
  content: "\E351"; }

.mdi-image-filter-center-focus:before {
  content: "\E352"; }

.mdi-image-filter-drama:before {
  content: "\E353"; }

.mdi-image-filter-frames:before {
  content: "\E354"; }

.mdi-image-filter-hdr:before {
  content: "\E355"; }

.mdi-image-filter-none:before {
  content: "\E356"; }

.mdi-image-filter-tilt-shift:before {
  content: "\E357"; }

.mdi-image-filter-vintage:before {
  content: "\E358"; }

.mdi-image-filter:before {
  content: "\E359"; }

.mdi-image-mutliple:before {
  content: "\E35A"; }

.mdi-image:before, .bdi-image:before {
  content: "\E35B"; }

.mdi-import:before {
  content: "\E35C"; }

.mdi-inbox-arrow-down:before {
  content: "\E35D"; }

.mdi-inbox-arrow-up:before {
  content: "\E35E"; }

.mdi-inbox:before {
  content: "\E35F"; }

.mdi-incognito:before {
  content: "\E360"; }

.mdi-indent:before {
  content: "\E361"; }

.mdi-information-outline:before {
  content: "\E362"; }

.mdi-information-variant:before {
  content: "\E363"; }

.mdi-information:before {
  content: "\E364"; }

.mdi-instagram:before {
  content: "\E365"; }

.mdi-instapaper:before {
  content: "\E366"; }

.mdi-internet-explorer:before {
  content: "\E367"; }

.mdi-invert-colors:before {
  content: "\E368"; }

.mdi-itunes:before {
  content: "\E369"; }

.mdi-jeepney:before {
  content: "\E36A"; }

.mdi-jira:before {
  content: "\E36B"; }

.mdi-jsfiddle:before {
  content: "\E36C"; }

.mdi-json:before {
  content: "\E36D"; }

.mdi-keg:before {
  content: "\E36E"; }

.mdi-kettle:before {
  content: "\E36F"; }

.mdi-key-change:before {
  content: "\E370"; }

.mdi-key-minus:before {
  content: "\E371"; }

.mdi-key-plus:before {
  content: "\E372"; }

.mdi-key-remove:before {
  content: "\E373"; }

.mdi-key-variant:before {
  content: "\E374"; }

.mdi-key:before {
  content: "\E375"; }

.mdi-keyboard-backspace:before {
  content: "\E376"; }

.mdi-keyboard-caps:before {
  content: "\E377"; }

.mdi-keyboard-close:before {
  content: "\E378"; }

.mdi-keyboard-off:before {
  content: "\E379"; }

.mdi-keyboard-return:before {
  content: "\E37A"; }

.mdi-keyboard-tab:before {
  content: "\E37B"; }

.mdi-keyboard-variant:before {
  content: "\E37C"; }

.mdi-keyboard:before {
  content: "\E37D"; }

.mdi-kodi:before {
  content: "\E37E"; }

.mdi-label-outline:before {
  content: "\E37F"; }

.mdi-label:before {
  content: "\E380"; }

.mdi-lambda:before {
  content: "\E381"; }

.mdi-lan-connect:before {
  content: "\E382"; }

.mdi-lan-disconnect:before {
  content: "\E383"; }

.mdi-lan-pending:before {
  content: "\E384"; }

.mdi-lan:before {
  content: "\E385"; }

.mdi-language-c:before {
  content: "\E386"; }

.mdi-language-cpp:before {
  content: "\E387"; }

.mdi-language-csharp:before {
  content: "\E388"; }

.mdi-language-css3:before, .media-file .media-file-default.media-file-css i:before {
  content: "\E389"; }

.mdi-language-html5:before, .media-file .media-file-default.media-file-html i:before {
  content: "\E38A"; }

.mdi-language-javascript:before {
  content: "\E38B"; }

.mdi-language-php:before {
  content: "\E38C"; }

.mdi-language-python-text:before {
  content: "\E38D"; }

.mdi-language-python:before {
  content: "\E38E"; }

.mdi-laptop-chromebook:before {
  content: "\E38F"; }

.mdi-laptop-mac:before {
  content: "\E390"; }

.mdi-laptop-windows:before {
  content: "\E391"; }

.mdi-laptop:before {
  content: "\E392"; }

.mdi-lastfm:before {
  content: "\E393"; }

.mdi-launch:before {
  content: "\E394"; }

.mdi-layers-off:before {
  content: "\E395"; }

.mdi-layers:before {
  content: "\E396"; }

.mdi-layout-sidebar:before {
  content: "\E397"; }

.mdi-layout-sidebar3:before {
  content: "\E398"; }

.mdi-lead-pencil:before {
  content: "\E399"; }

.mdi-leaf:before {
  content: "\E39A"; }

.mdi-led-off:before {
  content: "\E39B"; }

.mdi-led-on:before {
  content: "\E39C"; }

.mdi-led-outline:before {
  content: "\E39D"; }

.mdi-led-variant-off:before {
  content: "\E39E"; }

.mdi-led-variant-on:before {
  content: "\E39F"; }

.mdi-led-variant-outline:before {
  content: "\E3A0"; }

.mdi-library-books:before {
  content: "\E3A1"; }

.mdi-library-music:before {
  content: "\E3A2"; }

.mdi-library-plus:before {
  content: "\E3A3"; }

.mdi-library:before {
  content: "\E3A4"; }

.mdi-lightbulb-outline:before {
  content: "\E3A5"; }

.mdi-lightbulb:before {
  content: "\E3A6"; }

.mdi-link-off:before {
  content: "\E3A7"; }

.mdi-link-variant-off:before {
  content: "\E3A8"; }

.mdi-link-variant:before, .bdi-url:before {
  content: "\E3A9"; }

.mdi-link:before {
  content: "\E3AA"; }

.mdi-linkedin-box:before {
  content: "\E3AB"; }

.mdi-linkedin:before {
  content: "\E3AC"; }

.mdi-linode:before {
  content: "\E3AD"; }

.mdi-linux:before {
  content: "\E3AE"; }

.mdi-list-content:before, .bdi-icobox:before {
  content: "\E3AF"; }

.mdi-list-pages:before, .bdi-pages:before {
  content: "\E3B0"; }

.mdi-list-pages2:before {
  content: "\E3B1"; }

.mdi-lock-outline:before {
  content: "\E3B2"; }

.mdi-lock-plus:before {
  content: "\E3B3"; }

.mdi-lock-unlocked-outline:before {
  content: "\E3B4"; }

.mdi-lock-unlocked:before {
  content: "\E3B5"; }

.mdi-lock:before {
  content: "\E3B6"; }

.mdi-login-variant:before {
  content: "\E3B7"; }

.mdi-login:before {
  content: "\E3B8"; }

.mdi-logout-variant:before {
  content: "\E3B9"; }

.mdi-logout:before {
  content: "\E3BA"; }

.mdi-looks:before {
  content: "\E3BB"; }

.mdi-loupe:before {
  content: "\E3BC"; }

.mdi-lumx:before {
  content: "\E3BD"; }

.mdi-magnet-on:before {
  content: "\E3BE"; }

.mdi-magnet:before {
  content: "\E3BF"; }

.mdi-magnify-minus:before {
  content: "\E3C0"; }

.mdi-magnify-plus:before {
  content: "\E3C1"; }

.mdi-magnify:before, .btn-search:before {
  content: "\E3C2"; }

.mdi-mail-ru:before {
  content: "\E3C3"; }

.mdi-map-marker-circle:before {
  content: "\E3C4"; }

.mdi-map-marker-minus:before {
  content: "\E3C5"; }

.mdi-map-marker-multiple:before {
  content: "\E3C6"; }

.mdi-map-marker-off:before {
  content: "\E3C7"; }

.mdi-map-marker-plus:before {
  content: "\E3C8"; }

.mdi-map-marker-radius:before {
  content: "\E3C9"; }

.mdi-map-marker:before {
  content: "\E3CA"; }

.mdi-map:before {
  content: "\E3CB"; }

.mdi-margin:before {
  content: "\E3CC"; }

.mdi-markdown:before {
  content: "\E3CD"; }

.mdi-marker-check:before {
  content: "\E3CE"; }

.mdi-marker:before {
  content: "\E3CF"; }

.mdi-martini:before {
  content: "\E3D0"; }

.mdi-material-ui:before {
  content: "\E3D1"; }

.mdi-matrix:before {
  content: "\E3D2"; }

.mdi-maxcdn:before {
  content: "\E3D3"; }

.mdi-medium:before {
  content: "\E3D4"; }

.mdi-memory:before {
  content: "\E3D5"; }

.mdi-menu-down:before {
  content: "\E3D6"; }

.mdi-menu-left:before {
  content: "\E3D7"; }

.mdi-menu-right:before {
  content: "\E3D8"; }

.mdi-menu-up:before {
  content: "\E3D9"; }

.mdi-menu:before {
  content: "\E3DA"; }

.mdi-message-alert:before {
  content: "\E3DB"; }

.mdi-message-bulleted-off:before {
  content: "\E3DC"; }

.mdi-message-bulleted:before {
  content: "\E3DD"; }

.mdi-message-draw:before {
  content: "\E3DE"; }

.mdi-message-image:before {
  content: "\E3DF"; }

.mdi-message-outline:before {
  content: "\E3E0"; }

.mdi-message-plus:before {
  content: "\E3E1"; }

.mdi-message-processing:before {
  content: "\E3E2"; }

.mdi-message-reply-text:before {
  content: "\E3E3"; }

.mdi-message-reply:before {
  content: "\E3E4"; }

.mdi-message-text-outline:before {
  content: "\E3E5"; }

.mdi-message-text:before {
  content: "\E3E6"; }

.mdi-message-video:before {
  content: "\E3E7"; }

.mdi-message:before {
  content: "\E3E8"; }

.mdi-meteor:before {
  content: "\E3E9"; }

.mdi-microphone-dots:before {
  content: "\E3EA"; }

.mdi-microphone-off:before {
  content: "\E3EB"; }

.mdi-microphone-outline:before {
  content: "\E3EC"; }

.mdi-microphone-settings:before {
  content: "\E3ED"; }

.mdi-microphone-variant-off:before {
  content: "\E3EE"; }

.mdi-microphone-variant:before {
  content: "\E3EF"; }

.mdi-microphone:before {
  content: "\E3F0"; }

.mdi-microscope:before {
  content: "\E3F1"; }

.mdi-microsoft:before {
  content: "\E3F2"; }

.mdi-minecraft:before {
  content: "\E3F3"; }

.mdi-minus-box:before {
  content: "\E3F4"; }

.mdi-minus-circle-outline:before {
  content: "\E3F5"; }

.mdi-minus-circle:before {
  content: "\E3F6"; }

.mdi-minus-network:before {
  content: "\E3F7"; }

.mdi-minus:before {
  content: "\E3F8"; }

.mdi-mixcloud:before {
  content: "\E3F9"; }

.mdi-monitor-multiple:before {
  content: "\E3FA"; }

.mdi-monitor:before {
  content: "\E3FB"; }

.mdi-more:before {
  content: "\E3FC"; }

.mdi-mouse-off:before {
  content: "\E3FD"; }

.mdi-mouse-variant-off:before {
  content: "\E3FE"; }

.mdi-mouse-variant:before {
  content: "\E3FF"; }

.mdi-mouse:before {
  content: "\E400"; }

.mdi-move-resize-variant:before {
  content: "\E401"; }

.mdi-move-resize:before {
  content: "\E402"; }

.mdi-movie:before {
  content: "\E403"; }

.mdi-multiplication-box:before {
  content: "\E404"; }

.mdi-multiplication:before {
  content: "\E405"; }

.mdi-music-box-outline:before {
  content: "\E406"; }

.mdi-music-box:before {
  content: "\E407"; }

.mdi-music-circle:before {
  content: "\E408"; }

.mdi-music-note-bluetooth-off:before {
  content: "\E409"; }

.mdi-music-note-bluetooth:before {
  content: "\E40A"; }

.mdi-music-note-eighth:before {
  content: "\E40B"; }

.mdi-music-note-half:before {
  content: "\E40C"; }

.mdi-music-note-off:before {
  content: "\E40D"; }

.mdi-music-note-quarter:before {
  content: "\E40E"; }

.mdi-music-note-sixteenth:before {
  content: "\E40F"; }

.mdi-music-note-whole:before {
  content: "\E410"; }

.mdi-music-note:before, .media-file .media-file-default.media-file-sound i:before {
  content: "\E411"; }

.mdi-nature-people:before {
  content: "\E412"; }

.mdi-nature:before {
  content: "\E413"; }

.mdi-navigation:before {
  content: "\E414"; }

.mdi-near-me:before {
  content: "\E415"; }

.mdi-needle:before {
  content: "\E416"; }

.mdi-nest-protect:before {
  content: "\E417"; }

.mdi-nest-thermostat:before {
  content: "\E418"; }

.mdi-new-box:before {
  content: "\E419"; }

.mdi-newspaper:before {
  content: "\E41A"; }

.mdi-nfc-tap:before {
  content: "\E41B"; }

.mdi-nfc-variant:before {
  content: "\E41C"; }

.mdi-nfc:before {
  content: "\E41D"; }

.mdi-no:before {
  content: "\E41E"; }

.mdi-nodejs:before {
  content: "\E41F"; }

.mdi-not-equal:before {
  content: "\E420"; }

.mdi-note-outline:before {
  content: "\E421"; }

.mdi-note-plus-outline:before {
  content: "\E422"; }

.mdi-note-plus:before {
  content: "\E423"; }

.mdi-note-text:before {
  content: "\E424"; }

.mdi-note:before {
  content: "\E425"; }

.mdi-notification-clear-all:before {
  content: "\E426"; }

.mdi-nuke:before {
  content: "\E427"; }

.mdi-numeric-0-box-multiple-outline:before {
  content: "\E428"; }

.mdi-numeric-0-box-outline:before {
  content: "\E429"; }

.mdi-numeric-0-box:before {
  content: "\E42A"; }

.mdi-numeric-1-box-multiple-outline:before {
  content: "\E42B"; }

.mdi-numeric-1-box-outline:before {
  content: "\E42C"; }

.mdi-numeric-1-box:before {
  content: "\E42D"; }

.mdi-numeric-2-box-multiple-outline:before {
  content: "\E42E"; }

.mdi-numeric-2-box-outline:before {
  content: "\E42F"; }

.mdi-numeric-2-box:before {
  content: "\E430"; }

.mdi-numeric-3-box-multiple-outline:before {
  content: "\E431"; }

.mdi-numeric-3-box-outline:before {
  content: "\E432"; }

.mdi-numeric-3-box:before {
  content: "\E433"; }

.mdi-numeric-4-box-multiple-outline:before {
  content: "\E434"; }

.mdi-numeric-4-box-outline:before {
  content: "\E435"; }

.mdi-numeric-4-box:before {
  content: "\E436"; }

.mdi-numeric-5-box-multiple-outline:before {
  content: "\E437"; }

.mdi-numeric-5-box-outline:before {
  content: "\E438"; }

.mdi-numeric-5-box:before {
  content: "\E439"; }

.mdi-numeric-6-box-multiple-outline:before {
  content: "\E43A"; }

.mdi-numeric-6-box-outline:before {
  content: "\E43B"; }

.mdi-numeric-6-box:before {
  content: "\E43C"; }

.mdi-numeric-7-box-multiple-outline:before {
  content: "\E43D"; }

.mdi-numeric-7-box-outline:before {
  content: "\E43E"; }

.mdi-numeric-7-box:before {
  content: "\E43F"; }

.mdi-numeric-8-box-multiple-outline:before {
  content: "\E440"; }

.mdi-numeric-8-box-outline:before {
  content: "\E441"; }

.mdi-numeric-8-box:before {
  content: "\E442"; }

.mdi-numeric-9-box-multiple-outline:before {
  content: "\E443"; }

.mdi-numeric-9-box-outline:before {
  content: "\E444"; }

.mdi-numeric-9-box:before {
  content: "\E445"; }

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\E446"; }

.mdi-numeric-9-plus-box-outline:before {
  content: "\E447"; }

.mdi-numeric-9-plus-box:before {
  content: "\E448"; }

.mdi-numeric:before {
  content: "\E449"; }

.mdi-nutriton:before {
  content: "\E44A"; }

.mdi-oar:before {
  content: "\E44B"; }

.mdi-octagon-outline:before {
  content: "\E44C"; }

.mdi-octagon:before {
  content: "\E44D"; }

.mdi-odnoklassniki:before {
  content: "\E44E"; }

.mdi-office:before {
  content: "\E44F"; }

.mdi-oil-temperature:before {
  content: "\E450"; }

.mdi-oil:before {
  content: "\E451"; }

.mdi-omega:before {
  content: "\E452"; }

.mdi-onedrive:before {
  content: "\E453"; }

.mdi-opacity:before {
  content: "\E454"; }

.mdi-open-in-app:before, .media-file .media-file-default.media-file-binary i:before {
  content: "\E455"; }

.mdi-open-in-new:before {
  content: "\E456"; }

.mdi-openid:before {
  content: "\E457"; }

.mdi-opera:before {
  content: "\E458"; }

.mdi-ornament-variant:before {
  content: "\E459"; }

.mdi-ornament:before {
  content: "\E45A"; }

.mdi-outbox:before {
  content: "\E45B"; }

.mdi-outdent:before {
  content: "\E45C"; }

.mdi-owl:before {
  content: "\E45D"; }

.mdi-package-down:before {
  content: "\E45E"; }

.mdi-package-up:before {
  content: "\E45F"; }

.mdi-package-variant-closed:before {
  content: "\E460"; }

.mdi-package-variant:before {
  content: "\E461"; }

.mdi-package:before {
  content: "\E462"; }

.mdi-page-first:before {
  content: "\E463"; }

.mdi-page-last:before {
  content: "\E464"; }

.mdi-palette-advanced:before {
  content: "\E465"; }

.mdi-palette:before {
  content: "\E466"; }

.mdi-panda:before {
  content: "\E467"; }

.mdi-pandora:before {
  content: "\E468"; }

.mdi-panorama-fisheye:before {
  content: "\E469"; }

.mdi-panorama-horizontal:before {
  content: "\E46A"; }

.mdi-panorama-vertical:before {
  content: "\E46B"; }

.mdi-panorama-wide-angle:before {
  content: "\E46C"; }

.mdi-panorama:before {
  content: "\E46D"; }

.mdi-paper-cut-vertical:before {
  content: "\E46E"; }

.mdi-paperclip:before {
  content: "\E46F"; }

.mdi-parking:before {
  content: "\E470"; }

.mdi-pause-circle-outline:before {
  content: "\E471"; }

.mdi-pause-circle:before {
  content: "\E472"; }

.mdi-pause-octagon-outline:before {
  content: "\E473"; }

.mdi-pause-octagon:before {
  content: "\E474"; }

.mdi-pause:before {
  content: "\E475"; }

.mdi-paw-off:before {
  content: "\E476"; }

.mdi-paw:before {
  content: "\E477"; }

.mdi-pen:before {
  content: "\E478"; }

.mdi-pencil-box-outline:before {
  content: "\E479"; }

.mdi-pencil-box:before {
  content: "\E47A"; }

.mdi-pencil-lock:before {
  content: "\E47B"; }

.mdi-pencil-off:before {
  content: "\E47C"; }

.mdi-pencil:before {
  content: "\E47D"; }

.mdi-people:before {
  content: "\E47E"; }

.mdi-percent:before {
  content: "\E47F"; }

.mdi-person-box:before {
  content: "\E480"; }

.mdi-person-minus:before {
  content: "\E481"; }

.mdi-person-plus:before {
  content: "\E482"; }

.mdi-pharmacy:before {
  content: "\E483"; }

.mdi-phone-bluetooth:before {
  content: "\E484"; }

.mdi-phone-classic:before {
  content: "\E485"; }

.mdi-phone-dots:before {
  content: "\E486"; }

.mdi-phone-forward:before {
  content: "\E487"; }

.mdi-phone-hangup:before {
  content: "\E488"; }

.mdi-phone-in-talk:before {
  content: "\E489"; }

.mdi-phone-incoming:before {
  content: "\E48A"; }

.mdi-phone-locked:before {
  content: "\E48B"; }

.mdi-phone-log:before {
  content: "\E48C"; }

.mdi-phone-minus:before {
  content: "\E48D"; }

.mdi-phone-missed:before {
  content: "\E48E"; }

.mdi-phone-outgoing:before {
  content: "\E48F"; }

.mdi-phone-paused:before {
  content: "\E490"; }

.mdi-phone-plus:before {
  content: "\E491"; }

.mdi-phone-voip:before {
  content: "\E492"; }

.mdi-phone:before {
  content: "\E493"; }

.mdi-pi-box:before {
  content: "\E494"; }

.mdi-pi:before {
  content: "\E495"; }

.mdi-piano:before {
  content: "\E496"; }

.mdi-picture:before {
  content: "\E497"; }

.mdi-pig:before {
  content: "\E498"; }

.mdi-pill:before {
  content: "\E499"; }

.mdi-pin-off:before {
  content: "\E49A"; }

.mdi-pin:before {
  content: "\E49B"; }

.mdi-pine-tree-box:before {
  content: "\E49C"; }

.mdi-pine-tree:before {
  content: "\E49D"; }

.mdi-pinterest-box:before {
  content: "\E49E"; }

.mdi-pinterest:before {
  content: "\E49F"; }

.mdi-pizza:before {
  content: "\E4A0"; }

.mdi-plane:before {
  content: "\E4A1"; }

.mdi-play-box-outline:before {
  content: "\E4A2"; }

.mdi-play-circle-outline:before {
  content: "\E4A3"; }

.mdi-play-circle:before {
  content: "\E4A4"; }

.mdi-play-pause:before {
  content: "\E4A5"; }

.mdi-play-protected-content:before {
  content: "\E4A6"; }

.mdi-play:before {
  content: "\E4A7"; }

.mdi-playlist-check:before {
  content: "\E4A8"; }

.mdi-playlist-minus:before {
  content: "\E4A9"; }

.mdi-playlist-play:before {
  content: "\E4AA"; }

.mdi-playlist-plus:before {
  content: "\E4AB"; }

.mdi-playlist-remove:before {
  content: "\E4AC"; }

.mdi-playstation:before {
  content: "\E4AD"; }

.mdi-plus-box:before {
  content: "\E4AE"; }

.mdi-plus-circle-multiple-outline:before {
  content: "\E4AF"; }

.mdi-plus-circle-outline:before {
  content: "\E4B0"; }

.mdi-plus-circle:before {
  content: "\E4B1"; }

.mdi-plus-network:before {
  content: "\E4B2"; }

.mdi-plus-one:before {
  content: "\E4B3"; }

.mdi-plus:before, .btn-add:before {
  content: "\E4B4"; }

.mdi-pocket:before {
  content: "\E4B5"; }

.mdi-pokeball:before {
  content: "\E4B6"; }

.mdi-polaroid:before {
  content: "\E4B7"; }

.mdi-poll-box:before {
  content: "\E4B8"; }

.mdi-poll:before, .bdi-progress:before {
  content: "\E4B9"; }

.mdi-polymer:before {
  content: "\E4BA"; }

.mdi-pool:before {
  content: "\E4BB"; }

.mdi-popcorn:before {
  content: "\E4BC"; }

.mdi-pot-mix:before {
  content: "\E4BD"; }

.mdi-pot:before {
  content: "\E4BE"; }

.mdi-pound-box:before {
  content: "\E4BF"; }

.mdi-pound:before {
  content: "\E4C0"; }

.mdi-power-settings:before {
  content: "\E4C1"; }

.mdi-power-socket:before {
  content: "\E4C2"; }

.mdi-power:before {
  content: "\E4C3"; }

.mdi-presentation-play:before {
  content: "\E4C4"; }

.mdi-presentation:before {
  content: "\E4C5"; }

.mdi-preview:before {
  content: "\E4C6"; }

.mdi-printer-3d:before {
  content: "\E4C7"; }

.mdi-printer-alert:before {
  content: "\E4C8"; }

.mdi-printer:before {
  content: "\E4C9"; }

.mdi-priority-high:before {
  content: "\E4CA"; }

.mdi-priority-low:before {
  content: "\E4CB"; }

.mdi-professional-hexagon:before {
  content: "\E4CC"; }

.mdi-projector-screen:before {
  content: "\E4CD"; }

.mdi-projector:before {
  content: "\E4CE"; }

.mdi-pulse:before {
  content: "\E4CF"; }

.mdi-puzzle:before {
  content: "\E4D0"; }

.mdi-qqchat:before {
  content: "\E4D1"; }

.mdi-qrcode-scan:before {
  content: "\E4D2"; }

.mdi-qrcode:before {
  content: "\E4D3"; }

.mdi-quadcopter:before {
  content: "\E4D4"; }

.mdi-quality-high:before {
  content: "\E4D5"; }

.mdi-question-mark-circle:before {
  content: "\E4D6"; }

.mdi-quick-reply:before {
  content: "\E4D7"; }

.mdi-quicktime:before {
  content: "\E4D8"; }

.mdi-rabbit:before {
  content: "\E4D9"; }

.mdi-radar:before {
  content: "\E4DA"; }

.mdi-radiator:before {
  content: "\E4DB"; }

.mdi-radio-handheld:before {
  content: "\E4DC"; }

.mdi-radio-tower:before {
  content: "\E4DD"; }

.mdi-radio:before {
  content: "\E4DE"; }

.mdi-radioactive:before {
  content: "\E4DF"; }

.mdi-radiobox-blank:before {
  content: "\E4E0"; }

.mdi-radiobox-marked:before {
  content: "\E4E1"; }

.mdi-raspberrypi:before {
  content: "\E4E2"; }

.mdi-ray-end-arrow:before {
  content: "\E4E3"; }

.mdi-ray-end:before {
  content: "\E4E4"; }

.mdi-ray-start-arrow:before {
  content: "\E4E5"; }

.mdi-ray-start-end:before {
  content: "\E4E6"; }

.mdi-ray-start:before {
  content: "\E4E7"; }

.mdi-ray-vertex:before {
  content: "\E4E8"; }

.mdi-rdio:before {
  content: "\E4E9"; }

.mdi-read:before {
  content: "\E4EA"; }

.mdi-readability:before {
  content: "\E4EB"; }

.mdi-receipt:before {
  content: "\E4EC"; }

.mdi-record-rec:before {
  content: "\E4ED"; }

.mdi-record:before {
  content: "\E4EE"; }

.mdi-recycle:before {
  content: "\E4EF"; }

.mdi-reddit:before {
  content: "\E4F0"; }

.mdi-redo-variant:before {
  content: "\E4F1"; }

.mdi-redo:before {
  content: "\E4F2"; }

.mdi-refresh:before {
  content: "\E4F3"; }

.mdi-relative-scale:before {
  content: "\E4F4"; }

.mdi-reload:before {
  content: "\E4F5"; }

.mdi-remote:before {
  content: "\E4F6"; }

.mdi-rename-box:before {
  content: "\E4F7"; }

.mdi-reorder-horizontal:before {
  content: "\E4F8"; }

.mdi-reorder-vertical:before {
  content: "\E4F9"; }

.mdi-repeat-off:before {
  content: "\E4FA"; }

.mdi-repeat-once:before {
  content: "\E4FB"; }

.mdi-repeat:before {
  content: "\E4FC"; }

.mdi-replay:before {
  content: "\E4FD"; }

.mdi-reply-all:before {
  content: "\E4FE"; }

.mdi-reply:before {
  content: "\E4FF"; }

.mdi-reproduction:before {
  content: "\E500"; }

.mdi-resize-bottom-right:before {
  content: "\E501"; }

.mdi-responsive:before {
  content: "\E502"; }

.mdi-restore:before {
  content: "\E503"; }

.mdi-rewind:before {
  content: "\E504"; }

.mdi-ribbon:before {
  content: "\E505"; }

.mdi-road-variant:before {
  content: "\E506"; }

.mdi-road:before {
  content: "\E507"; }

.mdi-rocket:before {
  content: "\E508"; }

.mdi-rotate-3d:before {
  content: "\E509"; }

.mdi-rotate-left-variant:before {
  content: "\E50A"; }

.mdi-rotate-left:before {
  content: "\E50B"; }

.mdi-rotate-right-variant:before {
  content: "\E50C"; }

.mdi-rotate-right:before {
  content: "\E50D"; }

.mdi-rounded-corner:before {
  content: "\E50E"; }

.mdi-router-wireless:before {
  content: "\E50F"; }

.mdi-routes:before {
  content: "\E510"; }

.mdi-rowing:before {
  content: "\E511"; }

.mdi-rss-box:before {
  content: "\E512"; }

.mdi-rss:before {
  content: "\E513"; }

.mdi-ruler:before {
  content: "\E514"; }

.mdi-run:before {
  content: "\E515"; }

.mdi-sale:before {
  content: "\E516"; }

.mdi-satellite-variant:before {
  content: "\E517"; }

.mdi-satellite:before {
  content: "\E518"; }

.mdi-saxophone:before {
  content: "\E519"; }

.mdi-scale-balance:before {
  content: "\E51A"; }

.mdi-scale-bathroom:before {
  content: "\E51B"; }

.mdi-scale:before {
  content: "\E51C"; }

.mdi-school:before {
  content: "\E51D"; }

.mdi-screen-rotation-lock:before {
  content: "\E51E"; }

.mdi-screen-rotation:before {
  content: "\E51F"; }

.mdi-screwdriver:before {
  content: "\E520"; }

.mdi-script:before {
  content: "\E521"; }

.mdi-sd:before {
  content: "\E522"; }

.mdi-seal:before {
  content: "\E523"; }

.mdi-seat-flat-angled:before {
  content: "\E524"; }

.mdi-seat-flat:before {
  content: "\E525"; }

.mdi-seat-individual-suite:before {
  content: "\E526"; }

.mdi-seat-legroom-extra:before {
  content: "\E527"; }

.mdi-seat-legroom-normal:before {
  content: "\E528"; }

.mdi-seat-legroom-reduced:before {
  content: "\E529"; }

.mdi-seat-recline-extra:before {
  content: "\E52A"; }

.mdi-seat-recline-normal:before {
  content: "\E52B"; }

.mdi-security-home:before {
  content: "\E52C"; }

.mdi-security-network:before {
  content: "\E52D"; }

.mdi-security:before {
  content: "\E52E"; }

.mdi-select-all:before {
  content: "\E52F"; }

.mdi-select-inverse:before {
  content: "\E530"; }

.mdi-select-off:before {
  content: "\E531"; }

.mdi-select:before {
  content: "\E532"; }

.mdi-send:before {
  content: "\E533"; }

.mdi-serial-port:before {
  content: "\E534"; }

.mdi-server-minus:before {
  content: "\E535"; }

.mdi-server-network-off:before {
  content: "\E536"; }

.mdi-server-network:before {
  content: "\E537"; }

.mdi-server-off:before {
  content: "\E538"; }

.mdi-server-plus:before {
  content: "\E539"; }

.mdi-server-remove:before {
  content: "\E53A"; }

.mdi-server-security:before {
  content: "\E53B"; }

.mdi-server:before {
  content: "\E53C"; }

.mdi-settings-box:before {
  content: "\E53D"; }

.mdi-settings:before {
  content: "\E53E"; }

.mdi-shape-circle-plus:before {
  content: "\E53F"; }

.mdi-shape-plus:before {
  content: "\E540"; }

.mdi-shape-polygon-plus:before {
  content: "\E541"; }

.mdi-shape-rectangle-plus:before {
  content: "\E542"; }

.mdi-shape-square-plus:before {
  content: "\E543"; }

.mdi-share-variant:before {
  content: "\E544"; }

.mdi-share:before {
  content: "\E545"; }

.mdi-shield-outline:before {
  content: "\E546"; }

.mdi-shield:before {
  content: "\E547"; }

.mdi-shopping-music:before {
  content: "\E548"; }

.mdi-shopping:before {
  content: "\E549"; }

.mdi-shredder:before {
  content: "\E54A"; }

.mdi-shuffle-disabled:before {
  content: "\E54B"; }

.mdi-shuffle-variant:before {
  content: "\E54C"; }

.mdi-shuffle:before {
  content: "\E54D"; }

.mdi-sigma-lower:before {
  content: "\E54E"; }

.mdi-sigma:before {
  content: "\E54F"; }

.mdi-sign-caution:before {
  content: "\E550"; }

.mdi-signal-variant:before {
  content: "\E551"; }

.mdi-signal:before {
  content: "\E552"; }

.mdi-silverware-fork:before {
  content: "\E553"; }

.mdi-silverware-spoon:before {
  content: "\E554"; }

.mdi-silverware-variant:before {
  content: "\E555"; }

.mdi-silverware:before {
  content: "\E556"; }

.mdi-sim-alert:before {
  content: "\E557"; }

.mdi-sim-off:before {
  content: "\E558"; }

.mdi-sim:before {
  content: "\E559"; }

.mdi-sitemap:before {
  content: "\E55A"; }

.mdi-skip-backward:before {
  content: "\E55B"; }

.mdi-skip-forward:before {
  content: "\E55C"; }

.mdi-skip-next-circle-outline:before {
  content: "\E55D"; }

.mdi-skip-next-circle:before {
  content: "\E55E"; }

.mdi-skip-next:before {
  content: "\E55F"; }

.mdi-skip-previous-circle-outline:before {
  content: "\E560"; }

.mdi-skip-previous-circle:before {
  content: "\E561"; }

.mdi-skip-previous:before {
  content: "\E562"; }

.mdi-skull:before {
  content: "\E563"; }

.mdi-skype-business:before {
  content: "\E564"; }

.mdi-skype:before {
  content: "\E565"; }

.mdi-slack:before {
  content: "\E566"; }

.mdi-sleep-off:before {
  content: "\E567"; }

.mdi-sleep:before {
  content: "\E568"; }

.mdi-smoking-off:before {
  content: "\E569"; }

.mdi-smoking:before {
  content: "\E56A"; }

.mdi-snapchat:before {
  content: "\E56B"; }

.mdi-snowman:before {
  content: "\E56C"; }

.mdi-soccer:before {
  content: "\E56D"; }

.mdi-sofa:before {
  content: "\E56E"; }

.mdi-solid:before {
  content: "\E56F"; }

.mdi-sort-alphabetical:before {
  content: "\E570"; }

.mdi-sort-ascending:before {
  content: "\E571"; }

.mdi-sort-descending:before {
  content: "\E572"; }

.mdi-sort-numeric:before {
  content: "\E573"; }

.mdi-sort-variant:before {
  content: "\E574"; }

.mdi-sort:before {
  content: "\E575"; }

.mdi-soundcloud:before {
  content: "\E576"; }

.mdi-source-branch:before {
  content: "\E577"; }

.mdi-source-fork:before {
  content: "\E578"; }

.mdi-source-merge:before {
  content: "\E579"; }

.mdi-source-pull:before {
  content: "\E57A"; }

.mdi-speaker-off:before {
  content: "\E57B"; }

.mdi-speaker:before {
  content: "\E57C"; }

.mdi-speedometer:before {
  content: "\E57D"; }

.mdi-spellcheck:before {
  content: "\E57E"; }

.mdi-spotify:before {
  content: "\E57F"; }

.mdi-spotlight-beam:before {
  content: "\E580"; }

.mdi-spotlight:before {
  content: "\E581"; }

.mdi-spray:before {
  content: "\E582"; }

.mdi-spreadsheet:before {
  content: "\E583"; }

.mdi-square-inc-cash:before {
  content: "\E584"; }

.mdi-square-inc:before {
  content: "\E585"; }

.mdi-stackexchange:before {
  content: "\E586"; }

.mdi-stackoverflow:before {
  content: "\E587"; }

.mdi-stairs:before {
  content: "\E588"; }

.mdi-star-circle:before {
  content: "\E589"; }

.mdi-star-half:before {
  content: "\E58A"; }

.mdi-star-of-david:before {
  content: "\E58B"; }

.mdi-star-off:before {
  content: "\E58C"; }

.mdi-star-outline:before {
  content: "\E58D"; }

.mdi-star:before {
  content: "\E58E"; }

.mdi-steam:before {
  content: "\E58F"; }

.mdi-steering:before {
  content: "\E590"; }

.mdi-step-backward-2:before {
  content: "\E591"; }

.mdi-step-backward:before {
  content: "\E592"; }

.mdi-step-forward-2:before {
  content: "\E593"; }

.mdi-step-forward:before {
  content: "\E594"; }

.mdi-stethoscope:before {
  content: "\E595"; }

.mdi-sticker:before {
  content: "\E596"; }

.mdi-stocking:before {
  content: "\E597"; }

.mdi-stop-circle-outline:before {
  content: "\E598"; }

.mdi-stop-circle:before {
  content: "\E599"; }

.mdi-stop:before {
  content: "\E59A"; }

.mdi-store-24-hour:before {
  content: "\E59B"; }

.mdi-store:before {
  content: "\E59C"; }

.mdi-stove:before {
  content: "\E59D"; }

.mdi-subdirectory-arrow-left:before {
  content: "\E59E"; }

.mdi-subdirectory-arrow-right:before {
  content: "\E59F"; }

.mdi-subway:before {
  content: "\E5A0"; }

.mdi-sunglasses:before {
  content: "\E5A1"; }

.mdi-surround-sound:before {
  content: "\E5A2"; }

.mdi-swap-horizontal:before {
  content: "\E5A3"; }

.mdi-swap-vertical:before {
  content: "\E5A4"; }

.mdi-swim:before {
  content: "\E5A5"; }

.mdi-switch:before {
  content: "\E5A6"; }

.mdi-sword:before {
  content: "\E5A7"; }

.mdi-sync-alert:before {
  content: "\E5A8"; }

.mdi-sync-off:before {
  content: "\E5A9"; }

.mdi-sync:before {
  content: "\E5AA"; }

.mdi-tab-unselected:before {
  content: "\E5AB"; }

.mdi-tab:before {
  content: "\E5AC"; }

.mdi-table-column-plus-after:before, .bdi-col:before {
  content: "\E5AD"; }

.mdi-table-column-plus-before:before {
  content: "\E5AE"; }

.mdi-table-column-remove:before {
  content: "\E5AF"; }

.mdi-table-column-width:before {
  content: "\E5B0"; }

.mdi-table-edit:before {
  content: "\E5B1"; }

.mdi-table-large:before {
  content: "\E5B2"; }

.mdi-table-row-height:before {
  content: "\E5B3"; }

.mdi-table-row-plus-after:before {
  content: "\E5B4"; }

.mdi-table-row-plus-before:before {
  content: "\E5B5"; }

.mdi-table-row-remove:before {
  content: "\E5B6"; }

.mdi-table:before {
  content: "\E5B7"; }

.mdi-tablet-android:before {
  content: "\E5B8"; }

.mdi-tablet-ipad:before {
  content: "\E5B9"; }

.mdi-tablet:before {
  content: "\E5BA"; }

.mdi-tag-faces:before {
  content: "\E5BB"; }

.mdi-tag-heart:before {
  content: "\E5BC"; }

.mdi-tag-multiple:before {
  content: "\E5BD"; }

.mdi-tag-outline:before {
  content: "\E5BE"; }

.mdi-tag-text-outline:before {
  content: "\E5BF"; }

.mdi-tag:before {
  content: "\E5C0"; }

.mdi-target:before {
  content: "\E5C1"; }

.mdi-taxi:before {
  content: "\E5C2"; }

.mdi-teamviewer:before {
  content: "\E5C3"; }

.mdi-telegram:before {
  content: "\E5C4"; }

.mdi-television-guide:before {
  content: "\E5C5"; }

.mdi-television:before {
  content: "\E5C6"; }

.mdi-temperature-celsius:before {
  content: "\E5C7"; }

.mdi-temperature-fahrenheit:before {
  content: "\E5C8"; }

.mdi-temperature-kelvin:before {
  content: "\E5C9"; }

.mdi-tennis:before {
  content: "\E5CA"; }

.mdi-tent:before {
  content: "\E5CB"; }

.mdi-terrain:before {
  content: "\E5CC"; }

.mdi-test-tube:before {
  content: "\E5CD"; }

.mdi-text-shadow:before {
  content: "\E5CE"; }

.mdi-text-to-speech-off:before {
  content: "\E5CF"; }

.mdi-text-to-speech:before {
  content: "\E5D0"; }

.mdi-textbox:before {
  content: "\E5D1"; }

.mdi-texture:before {
  content: "\E5D2"; }

.mdi-theater:before {
  content: "\E5D3"; }

.mdi-theme-light-dark:before {
  content: "\E5D4"; }

.mdi-thermometer-lines:before {
  content: "\E5D5"; }

.mdi-thermometer:before {
  content: "\E5D6"; }

.mdi-thumb-down-outline:before {
  content: "\E5D7"; }

.mdi-thumb-down:before {
  content: "\E5D8"; }

.mdi-thumb-up-outline:before {
  content: "\E5D9"; }

.mdi-thumb-up:before {
  content: "\E5DA"; }

.mdi-thumbs-up-down:before {
  content: "\E5DB"; }

.mdi-ticket-account:before {
  content: "\E5DC"; }

.mdi-ticket-confirmation:before {
  content: "\E5DD"; }

.mdi-ticket-star:before {
  content: "\E5DE"; }

.mdi-tie:before {
  content: "\E5DF"; }

.mdi-tile-four:before {
  content: "\E5E0"; }

.mdi-timelapse:before {
  content: "\E5E1"; }

.mdi-timer-10:before {
  content: "\E5E2"; }

.mdi-timer-3:before {
  content: "\E5E3"; }

.mdi-timer-off:before {
  content: "\E5E4"; }

.mdi-timer-sand:before {
  content: "\E5E5"; }

.mdi-timer:before {
  content: "\E5E6"; }

.mdi-timetable:before {
  content: "\E5E7"; }

.mdi-toggle-switch-off:before {
  content: "\E5E8"; }

.mdi-toggle-switch-on:before {
  content: "\E5E9"; }

.mdi-tooltip-edit:before {
  content: "\E5EA"; }

.mdi-tooltip-image:before {
  content: "\E5EB"; }

.mdi-tooltip-outline-plus:before {
  content: "\E5EC"; }

.mdi-tooltip-outline:before {
  content: "\E5ED"; }

.mdi-tooltip-text:before {
  content: "\E5EE"; }

.mdi-tooltip:before {
  content: "\E5EF"; }

.mdi-tooth:before {
  content: "\E5F0"; }

.mdi-tor:before {
  content: "\E5F1"; }

.mdi-tower-beach:before {
  content: "\E5F2"; }

.mdi-tower-fire:before {
  content: "\E5F3"; }

.mdi-traffic-light:before {
  content: "\E5F4"; }

.mdi-train:before {
  content: "\E5F5"; }

.mdi-tram:before {
  content: "\E5F6"; }

.mdi-transcribe-close:before {
  content: "\E5F7"; }

.mdi-transcribe:before {
  content: "\E5F8"; }

.mdi-transfer:before {
  content: "\E5F9"; }

.mdi-translate:before {
  content: "\E5FA"; }

.mdi-trash:before {
  content: "\E5FB"; }

.mdi-tree:before {
  content: "\E5FC"; }

.mdi-trello:before {
  content: "\E5FD"; }

.mdi-trending-down:before {
  content: "\E5FE"; }

.mdi-trending-neutral:before {
  content: "\E5FF"; }

.mdi-trending-up:before {
  content: "\E600"; }

.mdi-triangle-outline:before {
  content: "\E601"; }

.mdi-triangle:before {
  content: "\E602"; }

.mdi-trophy-outline:before {
  content: "\E603"; }

.mdi-trophy-variant-outline:before {
  content: "\E604"; }

.mdi-trophy:before {
  content: "\E605"; }

.mdi-truck-delivery:before {
  content: "\E606"; }

.mdi-truck:before {
  content: "\E607"; }

.mdi-tshirt-crew:before {
  content: "\E608"; }

.mdi-tshirt-v:before {
  content: "\E609"; }

.mdi-tumblr-reblog:before {
  content: "\E60A"; }

.mdi-tumblr:before {
  content: "\E60B"; }

.mdi-tune-vertical:before {
  content: "\E60C"; }

.mdi-tune:before {
  content: "\E60D"; }

.mdi-twitch:before {
  content: "\E60E"; }

.mdi-twitter-box:before {
  content: "\E60F"; }

.mdi-twitter-circle:before {
  content: "\E610"; }

.mdi-twitter-retweet:before {
  content: "\E611"; }

.mdi-twitter:before {
  content: "\E612"; }

.mdi-ubuntu:before {
  content: "\E613"; }

.mdi-umbraco:before {
  content: "\E614"; }

.mdi-umbrella-outline:before {
  content: "\E615"; }

.mdi-umbrella:before {
  content: "\E616"; }

.mdi-undo-variant:before {
  content: "\E617"; }

.mdi-undo:before {
  content: "\E618"; }

.mdi-unfold-less:before {
  content: "\E619"; }

.mdi-unfold-more:before {
  content: "\E61A"; }

.mdi-ungroup:before {
  content: "\E61B"; }

.mdi-unity:before {
  content: "\E61C"; }

.mdi-untappd:before {
  content: "\E61D"; }

.mdi-upload:before {
  content: "\E61E"; }

.mdi-usb:before {
  content: "\E61F"; }

.mdi-vector-arrange-above:before {
  content: "\E620"; }

.mdi-vector-arrange-below:before {
  content: "\E621"; }

.mdi-vector-circle-variant:before {
  content: "\E622"; }

.mdi-vector-circle:before {
  content: "\E623"; }

.mdi-vector-combine:before {
  content: "\E624"; }

.mdi-vector-curve:before {
  content: "\E625"; }

.mdi-vector-difference-ab:before {
  content: "\E626"; }

.mdi-vector-difference-ba:before {
  content: "\E627"; }

.mdi-vector-difference:before {
  content: "\E628"; }

.mdi-vector-intersection:before {
  content: "\E629"; }

.mdi-vector-line:before {
  content: "\E62A"; }

.mdi-vector-point:before {
  content: "\E62B"; }

.mdi-vector-polygon:before {
  content: "\E62C"; }

.mdi-vector-polyline:before {
  content: "\E62D"; }

.mdi-vector-rectangle:before {
  content: "\E62E"; }

.mdi-vector-selection:before {
  content: "\E62F"; }

.mdi-vector-square:before {
  content: "\E630"; }

.mdi-vector-triangle:before {
  content: "\E631"; }

.mdi-vector-union:before {
  content: "\E632"; }

.mdi-verified:before {
  content: "\E633"; }

.mdi-vibration:before {
  content: "\E634"; }

.mdi-video-off:before {
  content: "\E635"; }

.mdi-video-switch:before {
  content: "\E636"; }

.mdi-video:before, .media-file .media-file-default.media-file-mov i:before {
  content: "\E637"; }

.mdi-view-agenda:before {
  content: "\E638"; }

.mdi-view-array:before {
  content: "\E639"; }

.mdi-view-carousel:before {
  content: "\E63A"; }

.mdi-view-column:before {
  content: "\E63B"; }

.mdi-view-dashboard:before {
  content: "\E63C"; }

.mdi-view-day:before {
  content: "\E63D"; }

.mdi-view-grid:before {
  content: "\E63E"; }

.mdi-view-headline:before, .bdi-txt:before {
  content: "\E63F"; }

.mdi-view-list:before {
  content: "\E640"; }

.mdi-view-module:before {
  content: "\E641"; }

.mdi-view-quilt:before {
  content: "\E642"; }

.mdi-view-stream:before {
  content: "\E643"; }

.mdi-view-week:before {
  content: "\E644"; }

.mdi-vimeo:before {
  content: "\E645"; }

.mdi-vine:before {
  content: "\E646"; }

.mdi-violin:before {
  content: "\E647"; }

.mdi-visualstudio:before {
  content: "\E648"; }

.mdi-vk-box:before {
  content: "\E649"; }

.mdi-vk-circle:before {
  content: "\E64A"; }

.mdi-vk:before {
  content: "\E64B"; }

.mdi-vlc:before {
  content: "\E64C"; }

.mdi-voice:before {
  content: "\E64D"; }

.mdi-voicemail:before {
  content: "\E64E"; }

.mdi-volume-high:before {
  content: "\E64F"; }

.mdi-volume-low:before {
  content: "\E650"; }

.mdi-volume-medium:before {
  content: "\E651"; }

.mdi-volume-off:before {
  content: "\E652"; }

.mdi-volume:before {
  content: "\E653"; }

.mdi-vpn:before {
  content: "\E654"; }

.mdi-walk:before {
  content: "\E655"; }

.mdi-wallet-giftcard:before {
  content: "\E656"; }

.mdi-wallet-membership:before {
  content: "\E657"; }

.mdi-wallet-travel:before {
  content: "\E658"; }

.mdi-wallet:before {
  content: "\E659"; }

.mdi-wan:before {
  content: "\E65A"; }

.mdi-washing-machine:before {
  content: "\E65B"; }

.mdi-watch-export:before {
  content: "\E65C"; }

.mdi-watch-import:before {
  content: "\E65D"; }

.mdi-watch-vibrate:before {
  content: "\E65E"; }

.mdi-watch:before {
  content: "\E65F"; }

.mdi-water-off:before {
  content: "\E660"; }

.mdi-water-percent:before {
  content: "\E661"; }

.mdi-water-pump:before {
  content: "\E662"; }

.mdi-water:before {
  content: "\E663"; }

.mdi-watermark:before {
  content: "\E664"; }

.mdi-weather-cloudy:before {
  content: "\E665"; }

.mdi-weather-fog:before {
  content: "\E666"; }

.mdi-weather-hail:before {
  content: "\E667"; }

.mdi-weather-lightning-rainy:before {
  content: "\E668"; }

.mdi-weather-lightning:before {
  content: "\E669"; }

.mdi-weather-night:before {
  content: "\E66A"; }

.mdi-weather-partlycloudy:before {
  content: "\E66B"; }

.mdi-weather-pouring:before {
  content: "\E66C"; }

.mdi-weather-rainy:before {
  content: "\E66D"; }

.mdi-weather-snowy-rainy:before {
  content: "\E66E"; }

.mdi-weather-snowy:before {
  content: "\E66F"; }

.mdi-weather-sunny:before {
  content: "\E670"; }

.mdi-weather-sunset-down:before {
  content: "\E671"; }

.mdi-weather-sunset-up:before {
  content: "\E672"; }

.mdi-weather-sunset:before {
  content: "\E673"; }

.mdi-weather-windy-variant:before {
  content: "\E674"; }

.mdi-weather-windy:before {
  content: "\E675"; }

.mdi-web:before {
  content: "\E676"; }

.mdi-webcam:before {
  content: "\E677"; }

.mdi-webhook:before {
  content: "\E678"; }

.mdi-wechat:before {
  content: "\E679"; }

.mdi-weight-kilogram:before {
  content: "\E67A"; }

.mdi-weight:before {
  content: "\E67B"; }

.mdi-whatsapp:before {
  content: "\E67C"; }

.mdi-wheelchair-accessibility:before {
  content: "\E67D"; }

.mdi-white-balance-auto:before {
  content: "\E67E"; }

.mdi-white-balance-incandescent:before {
  content: "\E67F"; }

.mdi-white-balance-irradescent:before {
  content: "\E680"; }

.mdi-white-balance-sunny:before {
  content: "\E681"; }

.mdi-wifi-off:before {
  content: "\E682"; }

.mdi-wifi:before {
  content: "\E683"; }

.mdi-wii:before {
  content: "\E684"; }

.mdi-wikipedia:before {
  content: "\E685"; }

.mdi-window-close:before {
  content: "\E686"; }

.mdi-window-closed:before {
  content: "\E687"; }

.mdi-window-maximize:before {
  content: "\E688"; }

.mdi-window-minimize:before {
  content: "\E689"; }

.mdi-window-open:before {
  content: "\E68A"; }

.mdi-window-restore:before {
  content: "\E68B"; }

.mdi-windows:before {
  content: "\E68C"; }

.mdi-wordpress:before {
  content: "\E68D"; }

.mdi-worker:before {
  content: "\E68E"; }

.mdi-wrench:before {
  content: "\E68F"; }

.mdi-wunderlist:before {
  content: "\E690"; }

.mdi-xaml:before {
  content: "\E691"; }

.mdi-xbox-controller-off:before {
  content: "\E692"; }

.mdi-xbox-controller:before {
  content: "\E693"; }

.mdi-xbox:before {
  content: "\E694"; }

.mdi-xda:before {
  content: "\E695"; }

.mdi-xing-box:before {
  content: "\E696"; }

.mdi-xing-circle:before {
  content: "\E697"; }

.mdi-xing:before {
  content: "\E698"; }

.mdi-xml:before {
  content: "\E699"; }

.mdi-yeast:before {
  content: "\E69A"; }

.mdi-yelp:before {
  content: "\E69B"; }

.mdi-yin-yang:before {
  content: "\E69C"; }

.mdi-youtube-play:before {
  content: "\E69D"; }

.mdi-youtube:before {
  content: "\E69E"; }

.mdi-zip-box:before, .media-file .media-file-default.media-file-zip i:before {
  content: "\E69F"; }

.mdi, .btn-add, .btn-search, .checkbox label .check, .glyphicon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

.mdi-2x {
  font-size: 2em !important; }

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

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

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

.mdi-fw {
  width: 1.28571429em;
  text-align: center; }

.mdi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.mdi-ul > li {
  position: relative; }

.mdi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.mdi-li.mdi-lg {
  left: -1.85714286em; }

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

.mdi-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-inverse {
  color: #ffffff; }

/* EXTEND */
/* NEW ICONS */
.mdi-layout-sidebar {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJXYXJzdHdhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yLDNoMTUuMTg4djE5SDJWMyBNMjIuMDk0LDN2MTlIMTguMjVWM0gyMi4wOTQiLz4KPC9nPgo8L3N2Zz4=");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .mdi-layout-sidebar:before {
    content: '\00a0'; }

/*! 
 * angular-loading-bar v0.8.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: calc(50vw - 16px); }

#loading-bar-spinner .spinner-icon {
  width: 32px;
  height: 32px;
  border: solid 5px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.toast-title {
  font-weight: bold; }

.toast-message {
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center, .toast-top-right {
  /*bottom: 0;
  right: 0;
  width: 100%;*/
  bottom: 25px;
  left: calc(50% - 300px);
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

/*.toast-top-right {
  top: 12px;
  right: 12px;
}*/
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 5px 15px 5px 50px;
  max-width: 600px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.99; }

#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer; }

#toast-container .toast.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container .toast.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container .toast.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container .toast.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4; }

/*Animations*/
div[toast] {
  opacity: 1 !important; }

div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear; }

div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important; }

div[toast].ng-leave {
  opacity: 1;
  transition: opacity .3s linear; }

div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

.ng-table th {
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500; }

.ng-table th.sortable {
  cursor: pointer; }

.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative; }

.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px; }

.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000; }

.ng-table th.sortable .sort-indicator:hover:after,
.ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible; }

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  border-bottom-color: #4285F4; }

.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px; }

.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden; }

.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ng-table .ng-table-group-header th {
  text-align: left; }

.ng-table .ng-table-group-selector {
  display: block; }

.ng-table .ng-table-group-close,
.ng-table .ng-table-group-toggle {
  float: right; }

.ng-table .ng-table-group-toggle {
  margin-right: 5px; }

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 2px solid #999999; }
    .ng-table-responsive tbody {
      clear: left; }
      .ng-table-responsive tbody * {
        padding: 0px !important;
        margin: 0px !important; }
      .ng-table-responsive tbody .s-check {
        width: 33%;
        float: left; }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999; }
  .ng-table-responsive td::before {
    padding: 8px;
    width: 33%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  .ng-table-responsive thead tr th {
    text-align: left; }
    .ng-table-responsive thead tr th:not(.sortable) {
      display: none; }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0; }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px; }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    white-space: normal;
    text-align: left;
    min-height: 20px;
    width: 100%;
    clear: left; }
    .ng-table-responsive td:empty {
      display: none; }
  .ng-table-responsive td[data-title-th]::before {
    content: attr(data-title-th); }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block; } }

@media only screen and (max-width: 800px) {
  .ng-table-responsive-3 th:nth-child(n+4):not(:last-child), .ng-table-responsive-3 td:nth-child(n+4):not(:last-child) {
    display: none; }
  .ng-table-responsive-3 .grid-buttons {
    width: 20%; }
  .ng-table-responsive-3 th.sortable .sort-indicator {
    padding: 0; } }

@media only screen and (max-width: 800px) {
  .ng-table-responsive-sel .hidemd {
    display: none; }
  .ng-table-responsive-sel .grid-buttons {
    width: 20%; }
  .ng-table-responsive-sel th.sortable .sort-indicator {
    padding: 0; } }

@media only screen and (max-width: 480px) {
  .ng-table-responsive-sel .hidesm {
    display: none; } }

.ng-table-pagination {
  margin-top: 0; }

.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
.filter:after {
  display: table;
  content: " "; }

.ng-table-group-selector:after,
.filter:after {
  clear: both; }

.filter > .filter-cell {
  float: left;
  box-sizing: border-box; }

.filter-horizontal > .filter-cell {
  padding: 0 2px; }

.filter-horizontal > .filter-cell:first-child {
  padding-left: 0; }

.filter-horizontal > .filter-cell:last-child,
.filter-horizontal > .filter-cell.last {
  padding-right: 0; }

.ng-table .header > div {
  display: inline-block; }
  .ng-table .header > div span {
    display: inline-block; }

.ng-table .ng-table-filters.ng-hide {
  display: block !important;
  visibility: visible;
  position: absolute;
  top: -20000px; }

.ng-table .ng-table-filters th {
  font-weight: normal; }

.ng-table .btn-group {
  margin: 0; }

.ng-table .input-group-btn {
  right: auto; }

.ng-table tbody tr td {
  vertical-align: middle;
  color: #666666; }
  .ng-table tbody tr td strong {
    color: #684763;
    font-weight: 500; }
  .ng-table tbody tr td a {
    text-decoration: none;
    color: inherit; }
  .ng-table tbody tr td b {
    font-weight: 500; }
  .ng-table tbody tr td small {
    font-size: 0.7em;
    opacity: 0.5; }

.ng-table tbody tr:hover td {
  background-color: rgba(255, 255, 0, 0.1); }
  .ng-table tbody tr:hover td small {
    opacity: 1; }

.ng-table .btn {
  margin: 0px; }

.s12 {
  width: 100%; }

.s11 {
  width: 91.66666666666666%; }

.s10 {
  width: 83.33333333333334%; }

.s9 {
  width: 75%; }

.s8 {
  width: 66.66666666666666%; }

.s7 {
  width: 58.333333333333336%; }

.s6 {
  width: 50%; }

.s5 {
  width: 41.66666666666667%; }

.s4 {
  width: 33.33333333333333%; }

.s3 {
  width: 25%; }

.s2 {
  width: 16.666666666666664%; }

.s1 {
  width: 8.333333333333332%; }

.s-check {
  width: 2%;
  max-width: 100px; }

.s-small {
  width: 5%;
  max-width: 100px; }

.s-big {
  max-width: 75% !important;
  min-width: 45% !important; }

@media all and (max-width: 799px) {
  .ng-table-responsive .s12,
  .ng-table-responsive .s11,
  .ng-table-responsive .s10,
  .ng-table-responsive .s9,
  .ng-table-responsive .s8,
  .ng-table-responsive .s7,
  .ng-table-responsive .s6,
  .ng-table-responsive .s5,
  .ng-table-responsive .s4,
  .ng-table-responsive .s3,
  .ng-table-responsive .s2,
  .ng-table-responsive .s1 {
    width: 100%;
    padding-left: 33%; }
  .filter > .filter-cell {
    padding: 0px; } }

.ng-table .navbar {
  border: none;
  margin-bottom: 3px;
  min-height: auto; }
  .ng-table .navbar .navbar-form {
    padding: 0 10px 0 0; }
    .ng-table .navbar .navbar-form .form-group {
      margin: 0;
      display: inline-block; }

.ng-table .navbar-default {
  background: none; }

.angular-ui-tree-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; }

.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px; }

.angular-ui-tree-node, .angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px; }

.angular-ui-tree-hidden {
  display: none; }

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px; }

.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px; }

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: .8; }

/* ADD ON */
.kat-tree {
  padding: 5px 0;
  /* --- Tree --- */
  /*
    .row {
        .angular-ui-tree-placeholder{
            @extend .col-md-1;
        }
    }

    ol {
        @extend .row;
    }

    li {
        @extend .col-md-3;
    }*/ }
  .kat-tree .angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2; }
  .kat-tree .angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8; }
  .kat-tree .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .kat-tree tr.angular-ui-tree-empty {
    height: 100px; }
  .kat-tree .group-title {
    background-color: #687074 !important;
    color: #FFF !important; }
  .kat-tree .tree-node {
    background: #F2F2F2;
    color: rgba(0, 0, 0, 0.8); }

@-webkit-keyframes highlight {
  from {
    background: #7FDBFF; }
  to {
    background: #F2F2F2; } }

@keyframes highlight {
  from {
    background: #7FDBFF; }
  to {
    background: #F2F2F2; } }
  .kat-tree .tree-node.highlight {
    -webkit-animation-name: highlight;
    animation-name: highlight;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; }
  .kat-tree .nodrop {
    background-color: #f2dede; }
  .kat-tree .tree-node-content {
    margin: 4px; }
  .kat-tree .tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px; }
  .kat-tree .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .kat-tree ol li strong {
    font-weight: 500; }
  .kat-tree ol ol li strong {
    font-weight: 400; }
  .kat-tree .row {
    display: flex;
    flex-direction: row; }
    .kat-tree .row [class*="col-"] {
      padding: 5px;
      float: none;
      margin: 0 auto;
      flex-grow: 1; }
      .kat-tree .row [class*="col-"] .btn {
        margin: 2px; }
      .kat-tree .row [class*="col-"] i {
        display: inline-block; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

.ui-select-bootstrap .ui-select-dropdown {
  display: none; }

body > .ui-select-bootstrap.open {
  z-index: 1000000000;
  /* Standard Bootstrap dropdown z-index */ }
  body > .ui-select-bootstrap.open .ui-select-dropdown {
    display: block; }

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-container.form-control {
  overflow: visible !important; }

.ui-select-placeholder {
  display: none; }

.ui-select-search::-moz-placeholder {
  color: #999;
  opacity: 1; }

.ui-select-search:-ms-input-placeholder {
  color: #999; }

.ui-select-search::-webkit-input-placeholder {
  color: #999; }

.formly-field-ui-select-multiple .form-group, .formly-field-ui-select .form-group {
  position: relative; }

.ui-select-match.input-group {
  display: table;
  width: 100%; }

.form-sm .ui-select-container .input-group-addon .btn {
  font-size: 11px;
  padding: 1px 2px;
  margin: 1px; }

.floating-label + .ui-select-container:not(.open) > div > ::-webkit-input-placeholder {
  color: transparent; }

.floating-label + .ui-select-container:not(.open) > div > :-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

.floating-label + .ui-select-container:not(.open) > div > ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

.floating-label + .ui-select-container:not(.open) > div > :-ms-input-placeholder {
  color: transparent; }

.ui-select-container .form-control {
  width: 100% !important;
  /*
    a.btn {
      margin: 7px 5px 0 0 !important;
      background: $grey;
    }*/ }
  .ui-select-container .form-control.btn {
    margin: 0;
    text-transform: none;
    padding: 2px 5px; }
    .ui-select-container .form-control.btn span:not(.ui-select-match-text) {
      color: #999;
      font-size: 16px;
      font-weight: 400;
      padding: 3px 0px; }
      .ui-select-container .form-control.btn span:not(.ui-select-match-text).text-muted {
        color: #999; }
    .ui-select-container .form-control.btn .ui-select-match-text {
      padding: 2px 5px;
      color: black;
      font-size: 16px;
      font-weight: 400;
      padding: 3px 0px; }
  .ui-select-container .form-control .ui-select-container.ui-select-multiple {
    position: relative; }
    .ui-select-container .form-control .ui-select-container.ui-select-multiple .ui-select-match {
      position: absolute; }
    .ui-select-container .form-control .ui-select-container.ui-select-multiple .ui-select-search {
      min-width: 100%; }
  .ui-select-container .form-control .btn-default-focus {
    background: transparent; }

.ui-select-container .btn-default-focus {
  box-shadow: none; }

.ui-select-container .input-group-addon .btn {
  margin: 3px;
  padding: 5px 7px; }

.ui-select-container .ui-select-choices-content {
  top: calc(100% + 2px); }

.form-sm .ui-select-container .form-control.ui-select-search {
  font-size: 13px !important;
  padding: 0 !important; }

.form-sm .ui-select-container .ui-select-match-text {
  font-size: 13px !important;
  padding: 0 !important; }

.form-sm .ui-select-container a.btn {
  margin: -1px 0 0 !important; }

.ui-select-sm.ui-select-choices-content {
  font-size: 12px !important; }

.form-control.ui-select-multiple {
  height: auto !important; }

.form-horizontal .ui-select-container {
  position: relative;
  width: 78% !important;
  float: right; }
  .form-horizontal .ui-select-container .ui-select-search::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-horizontal .ui-select-container .ui-select-search:-ms-input-placeholder {
    color: #999; }
  .form-horizontal .ui-select-container .ui-select-search::-webkit-input-placeholder {
    color: #999; }

.form-horizontal .ui-select-placeholder {
  display: inline-block; }

/* ==== editable-form ==== */
/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: pre;
  margin: 0; }

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0; }

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0; }

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block; }

.editable-buttons {
  display: inline-block;
  vertical-align: top; }

.editable-buttons button {
  margin-left: 5px; }

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto; }

/* ==== editable-text ==== */
/* fix padding issue on typeahead */
.editable-text {
  white-space: nowrap; }

/* ==== editable-bsdate ==== */
/* fix padding issue on bsdate popup */
.editable-bsdate {
  white-space: nowrap; }

/* ==== editable-bstime ==== */
/* fix padding issue on bstime */
.editable-bstime {
  white-space: nowrap; }

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px; }

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px; }

/* ==== editable-range ==== */
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center; }

/* ==== editable-color ==== */
.editable-color input[type="color"] {
  width: 50px; }

/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px; }

/* ==== element ==== */
/* hiding element */
.editable-hide {
  display: none !important; }

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca; }

.editable-click:hover,
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496; }

/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none; }

/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
  /* make the link always show up */
  display: inline !important; }

.ui-popover-wrapper form {
  display: none !important; }

/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important; }

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative; }

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 101; }

.popover-wrapper form:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position: absolute;
  bottom: -10px; }

.popover-wrapper form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position: absolute;
  bottom: -9px; }

@media screen and (max-width: 750px) {
  .popover-wrapper form {
    margin-left: -60px; }
  .popover-wrapper form:before {
    left: 50px; }
  .popover-wrapper form:after {
    left: 51px; } }

@media screen and (min-width: 750px) {
  .popover-wrapper form {
    margin-left: -110px; }
  .popover-wrapper form:before {
    left: 100px; }
  .popover-wrapper form:after {
    left: 101px; } }

/* Custom dialog/modal headers */
.dialog-header-error {
  background-color: #d2322d; }

.dialog-header-wait {
  background-color: #428bca; }

.dialog-header-notify {
  background-color: #eeeeee; }

.dialog-header-confirm {
  background-color: #aaa; }

.dialog-header-error span, .dialog-header-error h4,
.dialog-header-wait span, .dialog-header-wait h4,
.dialog-header-confirm span, .dialog-header-confirm h4 {
  color: #ffffff; }

.modal-header {
  padding: 8px 15px; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h4 {
    font-weight: 500; }

.modal-backdrop.in {
  -webkit-animation-name: dfadeIn;
  animation-name: dfadeIn;
  background: gray; }

.modal-backdrop:not(.in) {
  -webkit-animation-name: dfadeOut;
  animation-name: dfadeOut;
  background: gray; }

.modal {
  z-index: 100000; }
  .modal.toleft .modal-footer {
    text-align: left; }

/*
.modal, .modal-backdrop{
  opacity: 0;
}

.modal{
  @extend .animated;
  @extend .fadeInDown;
}*/
/*
.modal.in .modal-dialog{
  @extend .animated;
  @extend .fadeIn;
}

.modal:not(.in) .modal-dialog{
  @extend .animated;
  @extend .fadeOut;
}


@-webkit-keyframes dfadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 0.8;
  }
}

@keyframes dfadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 0.8;
  }
}

@-webkit-keyframes dfadeOut {
  from {
	opacity: 0.8;
  }

  to {
	opacity: 0;
  }
}

@keyframes dfadeOut {
  from {
	opacity: 0.8;
  }

  to {
	opacity: 0;
  }
}
*/
/* preventing reflow lazy image setup */
.js .afkl-lazy-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block; }

/* auto size our image */
.afkl-lazy-wrapper .afkl-lazy-image {
  width: 100%; }

/* default loading state */
.afkl-lazy-image-loading {
  background-color: #eee; }

/* available ratio's, make your own if they are different on different devices or simply extend */
.afkl-img-ratio-4-2,
.afkl-img-ratio-2-1 {
  padding-bottom: 50%;
  /* (2/4)*100 */ }

.afkl-img-ratio-16-9 {
  padding-bottom: 56.25%;
  /* (9/16)*100 */ }

.afkl-img-ratio-3-2 {
  padding-bottom: 66.67%;
  /* now calculation is clear, right :) */ }

.afkl-img-ratio-1-1 {
  padding-bottom: 100%; }

.afkl-img-ratio-4-3 {
  padding-bottom: 75%; }

.afkl-img-ratio-3-4 {
  padding-bottom: 133%; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-en {
  background-image: url(../svg/flags/4x3/en.svg); }
  .flag-icon-en.flag-icon-squared {
    background-image: url(../svg/flags/1x1/en.svg); }

.flag-icon-pl {
  background-image: url(../svg/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../svg/flags/1x1/pl.svg); }

.flag-icon-de {
  background-image: url(../svg/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../svg/flags/1x1/de.svg); }

.flag-icon-fr {
  background-image: url(../svg/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../svg/flags/1x1/fr.svg); }

.ns-popover-list-theme {
  box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2); }
  .ns-popover-list-theme ul, .ns-popover-list-theme .list {
    padding: 0;
    margin: 0.625rem 0;
    display: block; }
  .ns-popover-list-theme li, .ns-popover-list-theme .list-item {
    list-style-type: none; }
    .ns-popover-list-theme li a, .ns-popover-list-theme .list-item a {
      padding: 0.1875rem 0.625rem;
      display: block; }
      .ns-popover-list-theme li a:hover, .ns-popover-list-theme .list-item a:hover {
        background-color: #f5f5f5; }

.ns-popover-tooltip-theme {
  box-sizing: border-box;
  z-index: 100;
  background-color: transparent; }
  .ns-popover-tooltip-theme .ns-popover-tooltip {
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    padding: 0.5625rem 0.875rem;
    max-width: 20rem;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    margin: 10px; }
    .ns-popover-tooltip-theme .ns-popover-tooltip ul {
      padding: 0;
      margin: 0.625rem 0;
      display: block; }
    .ns-popover-tooltip-theme .ns-popover-tooltip li {
      list-style-type: none; }
      .ns-popover-tooltip-theme .ns-popover-tooltip li a {
        padding: 0.1875rem 0.625rem;
        display: block; }
        .ns-popover-tooltip-theme .ns-popover-tooltip li a:hover {
          background-color: #f5f5f5; }
  .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    left: 50%;
    top: -11px;
    margin-left: -11px; }
    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
      border-bottom-color: #fff;
      border-top-width: 0;
      top: 1px;
      margin-left: -10px; }
  .ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-top-color: rgba(0, 0, 0, 0.2);
    left: 50%;
    bottom: -11px;
    margin-left: -11px; }
    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
      border-top-color: #fff;
      border-bottom-width: 0;
      bottom: 1px;
      margin-left: -10px; }
  .ns-popover-tooltip-theme.ns-popover-right-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-right-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    left: -11px;
    margin-top: -11px; }
    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
      border-right-color: #fff;
      border-left-width: 0;
      left: 1px;
      bottom: -10px; }
  .ns-popover-tooltip-theme.ns-popover-left-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-left-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    right: -11px;
    margin-top: -11px; }
    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
      border-left-color: #fff;
      border-right-width: 0;
      right: 1px;
      bottom: -10px; }
  .ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip {
    margin-left: 0; }
  .ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip {
    margin-right: 0; }
  .ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip {
    margin-top: 0; }
  .ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip {
    margin-bottom: 0; }

.angucomplete-holder {
  position: relative; }

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  min-width: 250px;
  max-width: 600px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  left: auto;
  top: auto;
  max-height: 300px;
  overflow-y: auto;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px; }

.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: lightblue;
  color: #ffffff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/fIKu7GwZTy_12XzG_jt8eA.woff2) format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at6g5eI2G47JWe0-AuFtD150.woff2) format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/vSzulfKSK0LLjjfeaxcREvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0ag5eI2G47JWe0-AuFtD150.woff2) format("woff2"); }

/* OPACITY */
.opacity5 {
  opacity: .5; }

.opacity3 {
  opacity: .3; }

.opacity75 {
  opacity: .75; }

.opacity9 {
  opacity: .9; }

/* BORDER */
.imgblueborder {
  border: 2px solid gray;
  background: gray; }

/* LIKE TABLE ROW */
.tablerow {
  margin: 4px 0;
  background: ghostwhite; }
  .tablerow > div {
    vertical-align: middle;
    padding: 4px 6px;
    display: table-cell; }
    .tablerow > div .btn {
      margin: 0; }
  .tablerow.positive {
    background: rgba(46, 204, 64, 0.1); }
  .tablerow:hover {
    background-color: rgba(255, 255, 0, 0.1); }

/* CURSOR */
.pointer {
  cursor: pointer; }

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

/* HOVER */
.on-hover-container .on-hover-show {
  display: none; }

.on-hover-container:hover .on-hover-show {
  display: block; }

.on-hover-dark {
  opacity: 0.3; }
  .on-hover-dark:hover {
    opacity: 1; }

/* POZYCJONOWANIE */
.vcontainer, .grid-image {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .vcontainer .vcenter, .grid-image .vcenter, .vcontainer .grid-image i, .grid-image .vcontainer i, .grid-image i {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1); }

/* CIRCLE */
.circle {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: #aaa;
  vertical-align: middle; }

/* PRZYDATNE */
.sorting-indicator {
  padding-right: 8px;
  position: relative; }
  .sorting-indicator::before, .sorting-indicator::after {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    opacity: .3;
    left: 25%; }
  .sorting-indicator::before {
    border-bottom: 5px solid black;
    top: 15%; }
  .sorting-indicator::after {
    border-top: 5px solid black;
    top: 55%; }
  .sorting-indicator.desc::before {
    opacity: 0; }
  .sorting-indicator.desc::after {
    opacity: 1;
    top: 45%; }
  .sorting-indicator.asc::after {
    opacity: 0; }
  .sorting-indicator.asc::before {
    opacity: 1;
    top: 45%; }

body,
html {
  height: 100%; }

body {
  background-color: white;
  font-size: 16px;
  position: relative;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  body .fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
    background: white;
    z-index: 1000000; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0 !important; }
  a:hover, a:focus {
    color: #40a6ff; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 500; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

.form-separator {
  margin: -40px 0; }

.ui-select-container .ui-select-match {
  font-size: 13px; }

.ui-select-container input.ui-select-search.input-sm, .ui-select-container .input-group-sm > input.ui-select-search.form-control,
.ui-select-container .input-group-sm > input.ui-select-search.input-group-addon,
.ui-select-container .input-group-sm > .input-group-btn > input.ui-select-search.btn {
  font-size: 13px;
  line-height: 1em;
  padding: 0px;
  margin: 0px; }

.grid-search-box {
  margin: -50px 15px 0;
  display: block;
  clear: both;
  background: #eaeaea;
  padding: 5px; }
  .grid-search-box .formly-field {
    margin: 0;
    min-height: 42px; }

body {
  background-image: linear-gradient(220deg, rgba(33, 160, 72, 0.4), rgba(33, 160, 72, 0)), linear-gradient(45deg, rgba(86, 103, 149, 0.5), rgba(3, 52, 66, 0.1)), linear-gradient(to right, #342c43, #8b155d);
  overflow-x: hidden; }
  @media (min-width: 992px) {
    body {
      overflow-y: hidden; } }

.container {
  width: 100%;
  max-width: 1480px; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 5px; }
      .container .row {
        margin: auto -5px; }
        .container .row [class*=col-] {
          padding: 0 5px; } }

@media (max-width: 1199px) {
  body > .container {
    padding: 0; } }

.container-modal {
  width: 100%;
  max-width: 1480px;
  background: white; }
  @media (min-width: 992px) {
    .container-modal .media-page {
      height: 100vh; } }

header {
  color: white;
  padding: 10px 0 0;
  margin: 0;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative; }
  header .mdi.mdi-menu, header .mdi-menu.btn-add, header .mdi-menu.btn-search, header .checkbox label .mdi-menu.check, .checkbox label header .mdi-menu.check, header .mdi-menu.glyphicon {
    display: none; }
    @media (max-width: 1199px) {
      header .mdi.mdi-menu, header .mdi-menu.btn-add, header .mdi-menu.btn-search, header .checkbox label .mdi-menu.check, .checkbox label header .mdi-menu.check, header .mdi-menu.glyphicon {
        display: inline-block;
        position: fixed;
        top: -8px;
        left: calc(50% - 20px);
        color: white;
        font-size: 36px; } }
  header nav {
    margin: 0; }
    @media (max-width: 1199px) {
      header nav {
        display: none;
        position: fixed;
        height: calc(100vh - 50px);
        margin: 0px 15px;
        top: 30px;
        left: 0px;
        width: calc(100% - 15px);
        background: white;
        color: #2ECC40;
        z-index: 10000000;
        box-shadow: -5px -5px 8px rgba(0, 0, 0, 0.1), 5px 5px 8px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        padding-bottom: 100px;
        text-align: center; }
        header nav.show {
          display: block; }
        header nav hr {
          margin: 5px 5px; } }
    header nav ul {
      padding-left: 0;
      list-style: none;
      margin-left: -5px; }
      header nav ul > li {
        margin-right: 15px;
        position: relative; }
        @media (min-width: 992px) {
          header nav ul > li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px; } }
        header nav ul > li ul {
          background: white;
          color: black;
          list-style: none; }
          @media (max-width: 1199px) {
            header nav ul > li ul {
              margin-left: 25px;
              margin-bottom: 30px; } }
          @media (min-width: 992px) {
            header nav ul > li ul {
              display: none;
              padding: 10px;
              position: absolute;
              top: 100%;
              left: 0%;
              bottom: auto;
              right: auto;
              z-index: 500;
              min-width: 280px;
              box-shadow: -5px -5px 8px rgba(0, 0, 0, 0.1), 5px 5px 8px rgba(0, 0, 0, 0.1); } }
          header nav ul > li ul li {
            display: block; }
        @media (min-width: 992px) {
          header nav ul > li:hover ul {
            display: block; }
            header nav ul > li:hover ul li {
              padding: 0;
              font-size: 16px;
              font-weight: 400; }
            header nav ul > li:hover ul a {
              display: block; }
            header nav ul > li:hover ul hr {
              margin: 5px 15px; } }
        header nav ul > li a:hover {
          text-decoration: none;
          color: #CB7CC1; }
  header aside {
    text-align: right;
    margin: 0 -15px; }
    @media (max-width: 1199px) {
      header aside {
        position: fixed !important;
        width: 150px;
        right: 10px;
        top: 5px;
        left: auto;
        bottom: auto; }
        header aside span {
          display: none; } }

.nav.nav-pills.nav-stacked li a {
  padding: 3px 10px;
  border-radius: 4px 0px 0px 4px; }

.nav.nav-pills.nav-stacked li.active a {
  background: #3D9970; }

.nav.nav-pills.nav-stacked hr {
  margin: 3px 0;
  border-color: rgba(0, 0, 0, 0.1); }

article {
  background: white;
  position: relative;
  /*overflow-y: auto*/
  box-shadow: -5px -5px 8px rgba(0, 0, 0, 0.1), 5px 5px 8px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1199px) {
    article {
      padding: 0 3px; } }
  @media (min-width: 992px) {
    article {
      min-height: 300px;
      max-height: calc(100vh - 50px); } }
  article .content {
    height: 100%; }
  article .stick {
    position: absolute;
    left: 0px;
    top: 0px; }
  @media (min-width: 992px) {
    article .autoscroll {
      overflow-y: auto;
      padding-right: 15px;
      margin-right: -15px; } }
  article .header h2 {
    font-size: 22px;
    margin: 11px 0; }

div.header {
  background: #D3D8DB;
  margin-bottom: 0px; }

@media (min-width: 992px) {
  .layout-row {
    display: flex;
    flex-direction: row; } }

.sidebar-left {
  background: rgba(56, 79, 89, 0.4);
  box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.5);
  min-height: 360px; }

.sidebar-right {
  overflow-y: auto;
  background: rgba(99, 65, 95, 0.1);
  border-left: 1px solid #B7BCBC;
  border-top: 1px solid #B7BCBC;
  box-shadow: inset 10px 5px 20px -10px rgba(0, 0, 0, 0.5); }

.modal-hg {
  max-width: 1200px;
  width: 90vw; }

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-xs-1 > .block-grid-item.block-spacer-xs {
    width: calc(100% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-xs-2 > .block-grid-item.block-spacer-xs {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.33333%; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-xs-3 > .block-grid-item.block-spacer-xs {
    width: calc(33.33333% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-xs-4 > .block-grid-item.block-spacer-xs {
    width: calc(25% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-xs-5 > .block-grid-item.block-spacer-xs {
    width: calc(20% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.66667%; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-xs-6 > .block-grid-item.block-spacer-xs {
    width: calc(16.66667% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.28571%; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-xs-7 > .block-grid-item.block-spacer-xs {
    width: calc(14.28571% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-xs-8 > .block-grid-item.block-spacer-xs {
    width: calc(12.5% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111%; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-xs-9 > .block-grid-item.block-spacer-xs {
    width: calc(11.11111% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-xs-10 > .block-grid-item.block-spacer-xs {
    width: calc(10% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.09091%; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-xs-11 > .block-grid-item.block-spacer-xs {
    width: calc(9.09091% - 10px);
    margin: 5px;
    padding: 5px; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.33333%; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; }
  .block-grid-xs-12 > .block-grid-item.block-spacer-xs {
    width: calc(8.33333% - 10px);
    margin: 5px;
    padding: 5px; }

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
    .block-grid-sm-1 > .block-grid-item.block-spacer-xs {
      width: calc(100% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
    .block-grid-sm-2 > .block-grid-item.block-spacer-xs {
      width: calc(50% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
    .block-grid-sm-3 > .block-grid-item.block-spacer-xs {
      width: calc(33.33333% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
    .block-grid-sm-4 > .block-grid-item.block-spacer-xs {
      width: calc(25% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
    .block-grid-sm-5 > .block-grid-item.block-spacer-xs {
      width: calc(20% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
    .block-grid-sm-6 > .block-grid-item.block-spacer-xs {
      width: calc(16.66667% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
    .block-grid-sm-7 > .block-grid-item.block-spacer-xs {
      width: calc(14.28571% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
    .block-grid-sm-8 > .block-grid-item.block-spacer-xs {
      width: calc(12.5% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
    .block-grid-sm-9 > .block-grid-item.block-spacer-xs {
      width: calc(11.11111% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
    .block-grid-sm-10 > .block-grid-item.block-spacer-xs {
      width: calc(10% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
    .block-grid-sm-11 > .block-grid-item.block-spacer-xs {
      width: calc(9.09091% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; }
    .block-grid-sm-12 > .block-grid-item.block-spacer-xs {
      width: calc(8.33333% - 10px);
      margin: 5px;
      padding: 5px; } }

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
    .block-grid-md-1 > .block-grid-item.block-spacer-xs {
      width: calc(100% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
    .block-grid-md-2 > .block-grid-item.block-spacer-xs {
      width: calc(50% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
    .block-grid-md-3 > .block-grid-item.block-spacer-xs {
      width: calc(33.33333% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
    .block-grid-md-4 > .block-grid-item.block-spacer-xs {
      width: calc(25% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
    .block-grid-md-5 > .block-grid-item.block-spacer-xs {
      width: calc(20% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
    .block-grid-md-6 > .block-grid-item.block-spacer-xs {
      width: calc(16.66667% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
    .block-grid-md-7 > .block-grid-item.block-spacer-xs {
      width: calc(14.28571% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
    .block-grid-md-8 > .block-grid-item.block-spacer-xs {
      width: calc(12.5% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
    .block-grid-md-9 > .block-grid-item.block-spacer-xs {
      width: calc(11.11111% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
    .block-grid-md-10 > .block-grid-item.block-spacer-xs {
      width: calc(10% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
    .block-grid-md-11 > .block-grid-item.block-spacer-xs {
      width: calc(9.09091% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-md-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; }
    .block-grid-md-12 > .block-grid-item.block-spacer-xs {
      width: calc(8.33333% - 10px);
      margin: 5px;
      padding: 5px; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
    .block-grid-lg-1 > .block-grid-item.block-spacer-xs {
      width: calc(100% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
    .block-grid-lg-2 > .block-grid-item.block-spacer-xs {
      width: calc(50% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
    .block-grid-lg-3 > .block-grid-item.block-spacer-xs {
      width: calc(33.33333% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
    .block-grid-lg-4 > .block-grid-item.block-spacer-xs {
      width: calc(25% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
    .block-grid-lg-5 > .block-grid-item.block-spacer-xs {
      width: calc(20% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
    .block-grid-lg-6 > .block-grid-item.block-spacer-xs {
      width: calc(16.66667% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
    .block-grid-lg-7 > .block-grid-item.block-spacer-xs {
      width: calc(14.28571% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
    .block-grid-lg-8 > .block-grid-item.block-spacer-xs {
      width: calc(12.5% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
    .block-grid-lg-9 > .block-grid-item.block-spacer-xs {
      width: calc(11.11111% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
    .block-grid-lg-10 > .block-grid-item.block-spacer-xs {
      width: calc(10% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
    .block-grid-lg-11 > .block-grid-item.block-spacer-xs {
      width: calc(9.09091% - 10px);
      margin: 5px;
      padding: 5px; }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; }
    .block-grid-lg-12 > .block-grid-item.block-spacer-xs {
      width: calc(8.33333% - 10px);
      margin: 5px;
      padding: 5px; } }

/* Gutter Sizes - Large */
.row.gutter-lg, [class*="block-grid-"].gutter-lg {
  margin-right: -40px;
  margin-left: -40px; }
  .row.gutter-lg > [class*="col-"], .row.gutter-lg > .block-grid-item, [class*="block-grid-"].gutter-lg > [class*="col-"], [class*="block-grid-"].gutter-lg > .block-grid-item {
    padding-right: 40px;
    padding-left: 40px; }

.row.gutter-md, [class*="block-grid-"].gutter-md {
  margin-right: -25px;
  margin-left: -25px; }
  .row.gutter-md > [class*="col-"], .row.gutter-md > .block-grid-item, [class*="block-grid-"].gutter-md > [class*="col-"], [class*="block-grid-"].gutter-md > .block-grid-item {
    padding-right: 25px;
    padding-left: 25px; }

.row.gutter-sm, [class*="block-grid-"].gutter-sm {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutter-sm > [class*="col-"], .row.gutter-sm > .block-grid-item, [class*="block-grid-"].gutter-sm > [class*="col-"], [class*="block-grid-"].gutter-sm > .block-grid-item {
    padding-right: 10px;
    padding-left: 10px; }

.row.gutter-xs, [class*="block-grid-"].gutter-xs {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutter-xs > [class*="col-"], .row.gutter-xs > .block-grid-item, [class*="block-grid-"].gutter-xs > [class*="col-"], [class*="block-grid-"].gutter-xs > .block-grid-item {
    padding-right: 5px;
    padding-left: 5px; }

.row.gutter-0, [class*="block-grid-"].gutter-0 {
  margin-right: 0px;
  margin-left: 0px; }
  .row.gutter-0 > [class*="col-"], .row.gutter-0 > .block-grid-item, [class*="block-grid-"].gutter-0 > [class*="col-"], [class*="block-grid-"].gutter-0 > .block-grid-item {
    padding-right: 0px;
    padding-left: 0px; }

.tooltip-dark.tooltip.bottom .tooltip-inner, .tooltip-dark.tooltip .tooltip-inner {
  background: rgba(0, 0, 0, 0.85); }

.tooltip-dark.tooltip.bottom .tooltip-arrow, .tooltip-dark.tooltip .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.85);
  border-bottom-color: rgba(0, 0, 0, 0.85); }

.media-page {
  height: 90vh;
  background: rgba(255, 65, 54, 0); }
  .media-page > .row {
    margin: 0;
    display: flex;
    flex-direction: row; }
    .media-page > .row > [class*='col-'] {
      padding: 0; }
      .media-page > .row > [class*='col-'] .navbar-collapse {
        padding: 0; }
  .media-page .btn-group {
    margin: 4px 0 0;
    box-shadow: none; }
    .media-page .btn-group .btn {
      line-height: 1; }
    .media-page .btn-group label {
      padding: 5px 10px; }
  .media-page .breadcrumb-container {
    background: #F5F5F5;
    font-size: 15px;
    padding: 2px 0;
    margin: -35px 0 5px 0; }
    .media-page .breadcrumb-container [class*='col-'] {
      padding: 2px 5px; }
    .media-page .breadcrumb-container .breadcrumb {
      margin: 0;
      padding: 0; }
      .media-page .breadcrumb-container .breadcrumb a {
        cursor: pointer; }
      .media-page .breadcrumb-container .breadcrumb li:not(:first-of-type) {
        font-size: 13px;
        margin-right: 1px; }
      .media-page .breadcrumb-container .breadcrumb > li + li::before {
        padding: 0; }
    .media-page .breadcrumb-container .form-control {
      font-size: 12px;
      line-height: 1;
      height: 24px; }
    .media-page .breadcrumb-container button.btn {
      margin: 2px; }
  .media-page .media-file-grid {
    padding: 2px; }
    .media-page .media-file-grid .media-file {
      background: #fff;
      height: 160px;
      border: 2px solid rgba(128, 128, 128, 0.1);
      padding: 0;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .media-page .media-file-grid .media-file .media-file-image {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        height: 120px;
        width: 100%;
        position: relative;
        padding: 0;
        text-align: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        /* RESZTA NA SAMYM DOLE */ }
        .media-page .media-file-grid .media-file .media-file-image img {
          height: 120px;
          width: auto; }
      .media-page .media-file-grid .media-file .media-file-header {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 2px 3px 1px;
        font-size: 11px;
        line-height: 1.1em;
        background: white;
        width: 100%;
        min-height: 38px;
        max-height: 54px;
        color: black;
        overflow: hidden;
        word-break: normal;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .media-page .media-file-grid .media-file .media-file-header strong {
          font-weight: 500; }
        .media-page .media-file-grid .media-file .media-file-header small {
          color: rgba(0, 0, 0, 0.5); }
      .media-page .media-file-grid .media-file .media-file-footer {
        position: absolute;
        bottom: -30px;
        left: 0px;
        padding: 5px;
        background: gray;
        width: 100%;
        height: 30px;
        color: white;
        overflow: hidden;
        box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .media-page .media-file-grid .media-file .media-file-footer .btn {
          margin: 0; }
      .media-page .media-file-grid .media-file .media-file-select {
        text-align: center;
        position: absolute;
        top: 5px;
        left: 0px;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .media-page .media-file-grid .media-file:hover .media-file-header {
        bottom: 30px; }
      .media-page .media-file-grid .media-file:hover .media-file-footer {
        bottom: 0px; }
      .media-page .media-file-grid .media-file:hover .media-file-select {
        opacity: 1; }
      .media-page .media-file-grid .media-file:hover .media-file-image, .media-page .media-file-grid .media-file:hover .media-file-default {
        opacity: 0.3; }
      .media-page .media-file-grid .media-file.selected .media-file-image, .media-page .media-file-grid .media-file.selected .media-file-default {
        opacity: 0.3; }
      .media-page .media-file-grid .media-file.selected .media-file-select {
        opacity: 1; }
  .media-page .media-file-list {
    padding: 2px; }
    .media-page .media-file-list.media-file-smalllist .media-file {
      margin: 0px auto; }
      .media-page .media-file-list.media-file-smalllist .media-file .media-file-default, .media-page .media-file-list.media-file-smalllist .media-file .media-file-image {
        height: 30px;
        width: 40px;
        font-size: 25px; }
      .media-page .media-file-list.media-file-smalllist .media-file .media-file-select {
        width: auto; }
        .media-page .media-file-list.media-file-smalllist .media-file .media-file-select .btn {
          margin: 0; }
      .media-page .media-file-list.media-file-smalllist .media-file .media-file-header, .media-page .media-file-list.media-file-smalllist .media-file .media-file-footer {
        padding: 2px 5px 0; }
    .media-page .media-file-list .media-file {
      background: rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(128, 128, 128, 0.1);
      margin: 2px auto;
      padding: 0;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .media-page .media-file-list .media-file .media-file-default {
        height: 60px;
        font-size: 42px; }
      .media-page .media-file-list .media-file .media-file-image {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        height: 60px;
        position: relative;
        padding: 0; }
      .media-page .media-file-list .media-file .media-file-header {
        padding: 2px 3px 1px;
        font-size: 13px;
        line-height: 1.1em;
        color: black;
        overflow: hidden;
        word-break: break-all; }
        .media-page .media-file-list .media-file .media-file-header strong {
          font-weight: 500; }
        .media-page .media-file-list .media-file .media-file-header small {
          color: rgba(0, 0, 0, 0.5); }
      .media-page .media-file-list .media-file .media-file-footer {
        padding: 5px;
        color: white;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .media-page .media-file-list .media-file .media-file-footer .btn {
          margin: 0; }
      .media-page .media-file-list .media-file .media-file-select {
        text-align: right;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .media-page .media-file-list .media-file:hover {
        background: rgba(255, 255, 0, 0.1); }
        .media-page .media-file-list .media-file:hover .media-file-select {
          opacity: 1; }
      .media-page .media-file-list .media-file.selected {
        background: rgba(0, 128, 0, 0.1); }
        .media-page .media-file-list .media-file.selected .media-file-select {
          opacity: 1; }

.media-file-select .media-file .media-file-default {
  font-size: 64px; }

.media-file-select .angular-ui-tree-placeholder {
  background: yellow; }

.media-file-grid .media-file .media-file-default {
  height: 160px;
  width: 100%;
  font-size: 64px; }

.media-file .media-file-default {
  padding: 0;
  background: rgba(128, 128, 128, 0.8);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .media-file .media-file-default i {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    font-size: inherit;
    color: rgba(255, 255, 255, 0.8); }
  .media-file .media-file-default.media-file-doc {
    background: rgba(42, 86, 153, 0.9); }
  .media-file .media-file-default.media-file-xls {
    background: rgba(30, 110, 66, 0.9); }
  .media-file .media-file-default.media-file-ppt {
    background: rgba(210, 70, 37, 0.9); }
  .media-file .media-file-default.media-file-zip {
    background: rgba(251, 176, 22, 0.9); }
    .media-file .media-file-default.media-file-zip i {
      color: white; }
  .media-file .media-file-default.media-file-html {
    background: rgba(228, 77, 38, 0.9); }
  .media-file .media-file-default.media-file-css {
    background: rgba(2, 112, 187, 0.9); }
  .media-file .media-file-default.media-file-imagefile {
    background: linear-gradient(to bottom, #c9de96 0%, #8ab66b 44%, #398235 100%); }
    .media-file .media-file-default.media-file-imagefile i {
      color: white; }
  .media-file .media-file-default.media-file-mov {
    background: rgba(128, 0, 128, 0.9); }
  .media-file .media-file-default.media-file-sound {
    background: rgba(255, 0, 132, 0.7); }
  .media-file .media-file-default.media-file-pdf {
    background: rgba(187, 7, 6, 0.9); }

.login-container {
  max-width: 580px;
  margin: 50px auto;
  font-weight: 300;
  padding: 10px; }
  .login-container .header {
    background: none;
    clear: both;
    margin-bottom: 20px; }
  .login-container form {
    background: white;
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, rgba(255, 255, 255, 0.95) 34%, rgba(255, 255, 255, 0.8) 100%) repeat scroll 0 0;
    position: relative;
    padding: 15px;
    min-height: 300px;
    max-height: calc(100vh - 50px);
    box-shadow: -5px -5px 8px rgba(0, 0, 0, 0.1), 5px 5px 8px rgba(0, 0, 0, 0.1); }
    .login-container form label {
      font-weight: 400; }
    .login-container form h3 {
      font-weight: 400;
      margin: 8px 0 0;
      border: 0px; }
    .login-container form p {
      color: gray;
      margin: 0; }
    .login-container form .form-group {
      margin: 10px 0; }
    .login-container form .alert {
      color: rgba(255, 255, 255, 0.9);
      margin: 25px 0; }
      .login-container form .alert strong {
        font-weight: 500; }
    .login-container form .loginico {
      font-size: 54px;
      line-height: 1em;
      float: left;
      color: rgba(158, 158, 158, 0.7);
      margin: 0px 10px 0 0; }
  .login-container .copyright {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    text-align: right; }

.content-suggest {
  padding: 5px 0; }
  .content-suggest .group-title {
    background-color: #687074 !important;
    color: #FFF !important; }
  .content-suggest .tree-node-content {
    margin: 4px; }
  .content-suggest .tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px; }
  .content-suggest strong {
    font-weight: 500; }
  .content-suggest .row {
    display: flex;
    flex-direction: row;
    background: #F2F2F2;
    color: rgba(0, 0, 0, 0.8); }
    .content-suggest .row [class*="col-"] {
      padding: 5px;
      float: none;
      margin: 0 auto;
      line-height: 1.2em;
      flex-grow: 1; }

/* GALLERY SELLECT */
.gallery-select-popover {
  color: white;
  text-align: center;
  padding: 5px 0; }

.gallery-select-label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  margin-bottom: 0px; }

.gallery-select .btn-group {
  margin: 0px; }

.gallery-select .block-grid-item {
  border: 2px solid gray;
  cursor: pointer;
  text-align: center; }
  .gallery-select .block-grid-item > div {
    background-size: cover;
    height: 80px; }
    .gallery-select .block-grid-item > div i {
      font-size: 70px;
      line-height: 1;
      color: black; }
  .gallery-select .block-grid-item > div.smaller {
    height: 35px; }
    .gallery-select .block-grid-item > div.smaller i {
      font-size: 35px; }
  .gallery-select .block-grid-item > div.bigger {
    height: 120px; }
    .gallery-select .block-grid-item > div.bigger i {
      font-size: 100px; }
  .gallery-select .block-grid-item b {
    font-size: 13px;
    font-weight: 300; }
  .gallery-select .block-grid-item.aktiv {
    border: 2px solid #2ECC40;
    background: white; }
  .gallery-select .block-grid-item:hover {
    border: 2px solid #0074D9; }

/* CONTENT GRID */
.grid-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin: 3px 10px 3px 0;
  border-radius: 10%;
  background-size: cover;
  background-position: center center;
  background-color: gray;
  text-align: center;
  line-height: 1; }
  .grid-image.grid-image-big {
    width: 70px;
    height: 50px; }
  .grid-image i {
    color: white;
    font-size: 28px;
    font-weight: normal;
    opacity: .9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    line-height: 1; }

.grid-buttons .btn, .grid-buttons button {
  margin: 0;
  padding: 6px;
  border-radius: 50%; }
  .grid-buttons .btn:hover, .grid-buttons button:hover {
    background: rgba(128, 128, 128, 0.3);
    transform: scale(1.2, 1.2); }
    .grid-buttons .btn:hover.btn-bg-success, .grid-buttons button:hover.btn-bg-success {
      color: green;
      background: rgba(0, 128, 0, 0.15); }
    .grid-buttons .btn:hover.btn-bg-alert, .grid-buttons button:hover.btn-bg-alert {
      color: red;
      background: rgba(255, 0, 0, 0.15); }

.builder {
  position: relative; }
  .builder.fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
    background: white;
    z-index: 1000000; }

.content-builder-container .angular-ui-tree-placeholder {
  background: orange; }

.content-builder-container .builder-row {
  margin: 10px -5px;
  padding: 12px 6px;
  background: rgba(128, 128, 128, 0.3);
  position: relative; }
  .content-builder-container .builder-row .row {
    margin: 0 -5px; }
  .content-builder-container .builder-row .row-tools, .content-builder-container .builder-row .row-settings {
    display: none;
    position: absolute;
    top: -16px;
    left: 6px;
    background: #E1F9F7;
    padding: 4px 6px; }
    .content-builder-container .builder-row .row-tools .btn, .content-builder-container .builder-row .row-settings .btn {
      padding: 0px 4px;
      margin: 0px 4px;
      font-weight: normal; }
      .content-builder-container .builder-row .row-tools .btn i, .content-builder-container .builder-row .row-settings .btn i {
        font-weight: normal; }
  .content-builder-container .builder-row .row-settings {
    right: 6px;
    left: auto; }
  .content-builder-container .builder-row:hover {
    background: #E1F9F7; }
    .content-builder-container .builder-row:hover .row-tools, .content-builder-container .builder-row:hover .row-settings {
      display: block; }

.content-builder-container .builder-column {
  padding: 0 5px; }
  .content-builder-container .builder-column .builder-type-end {
    height: 2px; }
    .content-builder-container .builder-column .builder-type-end:first-child:nth-last-child(2) {
      height: 50px; }
    .content-builder-container .builder-column .builder-type-end .handle {
      display: none; }
  .content-builder-container .builder-column .builder-type:not(.builder-type-end) {
    margin: 15px 0 0; }
  .content-builder-container .builder-column .form-add-button {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: -10px;
    left: 0px;
    width: 100%; }
    .content-builder-container .builder-column .form-add-button p {
      margin: 0; }
      .content-builder-container .builder-column .form-add-button p .btn {
        padding: 0px 4px;
        margin: 0px 4px;
        font-weight: normal; }
        .content-builder-container .builder-column .form-add-button p .btn i {
          font-weight: normal; }
  .content-builder-container .builder-column > div {
    border: 2px solid transparent;
    padding-bottom: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.6); }
  .content-builder-container .builder-column:hover > div {
    border: 2px solid gray; }
  .content-builder-container .builder-column:hover .form-add-button {
    display: block; }

.content-builder-container .builder-type:not(.builder-type-end):hover {
  background: white; }

.content-builder-container .form-edit-button {
  margin-left: -10px; }
  .content-builder-container .form-edit-button .btn {
    padding: 0px 4px;
    margin: 0px 4px;
    font-weight: normal;
    box-shadow: none; }
    .content-builder-container .form-edit-button .btn i {
      font-weight: normal; }
    .content-builder-container .form-edit-button .btn.btn-default {
      display: none; }
  .content-builder-container .form-edit-button:hover .btn-default {
    display: inline-block; }

.content-builder-container .builder-element {
  font-size: 13px; }
  .content-builder-container .builder-element p:last-child {
    margin-bottom: 0px !important; }
  .content-builder-container .builder-element h1, .content-builder-container .builder-element h2, .content-builder-container .builder-element h3, .content-builder-container .builder-element h4, .content-builder-container .builder-element h5, .content-builder-container .builder-element .like_h2, .content-builder-container .builder-element .like_h3, .content-builder-container .builder-element .like_h4, .content-builder-container .builder-element .like_h5, .content-builder-container .builder-element .like_h1 {
    margin: 10px 0 15px;
    line-height: 1.3em;
    font-weight: 500; }
    .content-builder-container .builder-element h1:first-child, .content-builder-container .builder-element h2:first-child, .content-builder-container .builder-element h3:first-child, .content-builder-container .builder-element h4:first-child, .content-builder-container .builder-element h5:first-child, .content-builder-container .builder-element .like_h2:first-child, .content-builder-container .builder-element .like_h3:first-child, .content-builder-container .builder-element .like_h4:first-child, .content-builder-container .builder-element .like_h5:first-child, .content-builder-container .builder-element .like_h1:first-child {
      margin-top: 0px !important; }
    .content-builder-container .builder-element h1:last-child, .content-builder-container .builder-element h2:last-child, .content-builder-container .builder-element h3:last-child, .content-builder-container .builder-element h4:last-child, .content-builder-container .builder-element h5:last-child, .content-builder-container .builder-element .like_h2:last-child, .content-builder-container .builder-element .like_h3:last-child, .content-builder-container .builder-element .like_h4:last-child, .content-builder-container .builder-element .like_h5:last-child, .content-builder-container .builder-element .like_h1:last-child {
      margin-bottom: 0px !important; }
  .content-builder-container .builder-element h1, .content-builder-container .builder-element .like_h1 {
    font-size: 2.2em; }
  .content-builder-container .builder-element h2, .content-builder-container .builder-element .like_h2 {
    font-size: 2em; }
  .content-builder-container .builder-element h3, .content-builder-container .builder-element .like_h3 {
    font-size: 1.7em; }
  .content-builder-container .builder-element h4, .content-builder-container .builder-element .like_h4 {
    font-size: 1.3em; }
  .content-builder-container .builder-element h1.like_h1, .content-builder-container .builder-element h2.like_h1, .content-builder-container .builder-element h3.like_h1, .content-builder-container .builder-element h4.like_h1, .content-builder-container .builder-element h5.like_h1, .content-builder-container .builder-element p.like_h1, .content-builder-container .builder-element div.like_h1 {
    font-size: 2.2em; }
  .content-builder-container .builder-element h1.like_h2, .content-builder-container .builder-element h2.like_h2, .content-builder-container .builder-element h3.like_h2, .content-builder-container .builder-element h4.like_h2, .content-builder-container .builder-element h5.like_h2, .content-builder-container .builder-element p.like_h2, .content-builder-container .builder-element div.like_h2 {
    font-size: 2em; }
  .content-builder-container .builder-element h1.like_h3, .content-builder-container .builder-element h2.like_h3, .content-builder-container .builder-element h3.like_h3, .content-builder-container .builder-element h4.like_h3, .content-builder-container .builder-element h5.like_h3, .content-builder-container .builder-element p.like_h3, .content-builder-container .builder-element div.like_h3 {
    font-size: 1.7em; }
  .content-builder-container .builder-element h1.like_h4, .content-builder-container .builder-element h2.like_h4, .content-builder-container .builder-element h3.like_h4, .content-builder-container .builder-element h4.like_h4, .content-builder-container .builder-element h5.like_h4, .content-builder-container .builder-element p.like_h4, .content-builder-container .builder-element div.like_h4 {
    font-size: 1.3em; }
  .content-builder-container .builder-element .badge {
    background: #D8D8D8;
    color: black !important; }
  .content-builder-container .builder-element hr {
    margin: 5px 0; }

#contentarea .mce-content-body h1 {
  font-size: 28px; }

#contentarea .mce-content-body h2 {
  font-size: 24px; }

#contentarea .mce-content-body h3 {
  font-size: 20px; }

#contentarea .mce-content-body h4 {
  font-size: 18px; }

#contentarea .mce-content-body a {
  color: blue;
  border-bottom: 2px solid blue;
  text-decoration: none; }

.bdi-progress {
  transform: rotate(90deg); }

.builder-icon {
  background: gray;
  color: white;
  display: inline-block;
  transform: scale(1.3, 1.3) translate(-5px, -5px);
  line-height: 1em;
  padding: 2px 3px;
  border-radius: 50%;
  margin: 2px; }

form h3 {
  color: #337AB7;
  font-size: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 45px; }

form h4 {
  color: black;
  font-size: 22px;
  line-height: 26px;
  margin: 0px;
  padding: 0 5px;
  margin-top: -25px; }
  form h4 small {
    font-size: 12px; }

.produkty-form .btn-tab2 {
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  .produkty-form .btn-tab2 button {
    min-width: 50px; }
    .produkty-form .btn-tab2 button.btn.btn-default {
      padding: 5px 0;
      margin: 2px 0;
      text-align: center;
      font-size: 12px; }
    .produkty-form .btn-tab2 button.btn.btn-default:not(.active) {
      color: gray; }
      .produkty-form .btn-tab2 button.btn.btn-default:not(.active) i {
        color: rgba(128, 128, 128, 0.3);
        font-size: 20px; }

.produkty-form .btn-tab {
  width: 100%; }
  .produkty-form .btn-tab label {
    width: 33%; }
    .produkty-form .btn-tab label.btn.btn-default {
      padding: 5px 0;
      margin: 2px 0;
      text-align: center;
      font-size: 11px; }
    .produkty-form .btn-tab label.btn.btn-default:not(.active) {
      color: gray; }
      .produkty-form .btn-tab label.btn.btn-default:not(.active) i {
        color: rgba(128, 128, 128, 0.3); }

@media (min-width: 992px) {
  .produkty-form .col-md-1.col-left-buttons {
    width: 13%; }
    .produkty-form .col-md-1.col-left-buttons .btn-tab label {
      width: 100%; }
  .produkty-form .col-md-11 {
    width: 87%; } }

.slider-component .pos-container .pos-container-header {
  margin: 10px 0;
  padding: 3px;
  background: lightgray;
  font-size: 16px; }

.slider-edit .list-group-item {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 2px auto;
  line-height: 20px;
  vertical-align: middle; }
  .slider-edit .list-group-item.selected {
    background: rgba(0, 128, 0, 0.5); }

.zone-bgp-cc {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.zone-bgp-tc {
  position: absolute;
  width: 45%;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.zone-bgp-bc {
  position: absolute;
  width: 45%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.zone-bgp-cl {
  position: absolute;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0%; }

.zone-bgp-bl {
  position: absolute;
  width: 45%;
  bottom: 15%;
  left: 5%; }

.element-pick {
  margin: 25px 0 10px; }
  .element-pick h4 {
    margin-bottom: 8px;
    font-size: 20px; }
  .element-pick .list-group-item {
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 2px;
    line-height: 1em;
    font-size: 16px; }
    .element-pick .list-group-item label {
      line-height: 1em;
      font-size: 16px;
      font-weight: normal; }
  .element-pick .element-pick-selected .list-group-item {
    background: rgba(0, 128, 128, 0.05); }
  .element-pick .list-title {
    border-bottom: 3px solid gray;
    padding: 5px 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: teal;
    background: none; }
